1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2003-07-09 22:28:08 +00:00
parent de90ef0faa
commit b58c85cead
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2003-07-10 Kevin Ryde <user42@zip.com.au>
* deprecated.texi (Deprecated): Add scm_remember.
2003-06-22 Kevin Ryde <user42@zip.com.au>
* data-rep.texi (Remembering During Operations): Refer to all "Guile

View file

@ -1,5 +1,8 @@
2003-07-10 Kevin Ryde <user42@zip.com.au>
* deprecation.c (scm_c_issue_deprecation_warning_fmt): Add va_end.
* list.c (scm_list_n): Ditto.
* gc-malloc.c (scm_gc_realloc): Define "ptr" at start of function.
2003-07-08 Matthias Koeppe <mkoeppe@merkur.math.uni-magdeburg.de>