1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2000-07-23 23:13:01 +00:00
parent a15e6dcc8f
commit b73bde31c7
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2000-07-24 Marius Vollmer <mvo@zagadka.ping.de>
* common-list.scm (uniq): Made tail-recursive. Thanks to thi!
2000-07-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
* boot-9.scm (expt): In case of negative integer exponents return

View file

@ -1,3 +1,9 @@
2000-07-24 Marius Vollmer <mvo@zagadka.ping.de>
* stime.c (scm_strftime): Recognize a return value of zero from
strftime as buffer overflow and take care to detect a valid zero
length result regardless. Thanks to David Barts!
2000-07-23 Marius Vollmer <mvo@zagadka.ping.de>
* alist.c (scm_assq_remove_x, scm_assv_remove_x,