Changelog for
chicken-git-20230610-41.1.x86_64.rpm :
* Mon Jun 12 2023 obs-service-tar-scmAATTinvalid- Update to version 20230610:
* Added hyperbolic and inverse hyperbolic functions in c-std lib: sinh, cosh, tanh, asinh, acosh, atanh
* Pass executed filename to execv[pe] unmodified when calling process-execute
* Add .gitignore file
* Stop run-time option processing after \"-:\" or the first non-runtime option
* drop \"b\" runtime option
* Look, git and me just don\'t get along. Yeah, it\'s probably all my fault and everybody uses it, so it must be me, right? So what should one do when \"git am\" fails in the presence of conflicts? I certainly don\'t know and the documentation is a sad joke, in usual git fashion. Why do people accept this? Why do we put up with overcomplex tools with shitty documentation written by people who know git like the back of their hand written for people who, well, know it like the back of their hand? Are we just cargo culting along out of fear for being considered incompetent by our peers? Git as a technology might be very powerful, but as a tool it is severely broken and follows the unfortunate trend of just hiding the inability of its authors to design a proper user interface and properly explaining it behind a facade of technological obscurantism. This is wrong, version control has NOT been \"solved\" and we should be ashamed of failing to do this in a better, simpler and more usable way.
* Added new option for chicken-install to manual page
* chicken-install: Add -location command line option
* chicken-install: Cache eggs installed from local locations
* chicken-install: Add -location command line option
* chicken-install: Cache eggs installed from local locations
* Sun Sep 27 2020 dziltenerAATTlyrion.ch- Added a patch for FFI type conversion to char
* Thu Sep 17 2020 dziltenerAATTlyrion.ch- Added -ffat-lto-objects compiler flag to fulfill requirements for OpenSUSE Tumbleweed
* Sun Mar 01 2020 dziltenerAATTlyrion.ch- Update to version 5.2.0, added libchicken.a, added compiler flags. For more details plase read NEWS
* Fri Jul 19 2019 dziltenerAATTlyrion.ch- Udate to version 5.1.0 For more details plase read NEWS
* Mon Jan 28 2019 dziltenerAATTlyrion.ch- Removed the static compilation flag, since it gets misinterpreted by the makefile.
* Fri Nov 09 2018 dziltenerAATTlyrion.ch- Udate to version 5.0.0 For more details plase read NEWS
* Wed Dec 13 2017 dziltenerAATTlyrion.ch- Udate to version 4.13.0 For more details plase read NEWS
* Mon Jul 17 2017 dziltenerAATTlyrion.ch- Udate to version 4.12.0 For more details plase read NEWS
* Thu Oct 10 2013 toganmAATTopensuse.org- Update to version 4.8.0.5 For more details please read NEWS
* Security fixes + CVE-2013-4385: read-string! no longer reads beyond its buffer when length is #f. + poll() is also used on cygwin by enabling the fix for CVE-2012-6122 + file-creation-mode now passes a valid value to umask when its argument is omitted. (Also ensure it always returns the old umask value.) + Fix a data corruption problem in list->queue.
* Core libraries + read-string! behaves correctly in presence of EOF. + Several subtle problems in the reader in the presence of EOF are fixed. + Use poll() instead of select() on cygwin.
* Runtime + Fix an issue on initial seed of the random number generator.