/[guile]/guile/guile-core/libguile/ChangeLog
ViewVC logotype

Diff of /guile/guile-core/libguile/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1584 by ttn, Sat Feb 9 00:39:59 2002 UTC revision 1.1585 by mvo, Mon Feb 11 18:08:14 2002 UTC
# Line 1  Line 1 
1    2002-02-11  Marius Vollmer  <marius.vollmer@uni-dortmund.de>
2    
3            * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning when
4            non-zero is returned from a port or smob free function.
5            (scm_malloc, scm_realloc, scm_strndup, scm_strdup,
6            scm_gc_register_collectable_memory,
7            scm_gc_unregister_collectable_memory, scm_gc_malloc,
8            scm_gc_realloc, scm_gc_free, scm_gc_strndup, scm_gc_strdup): New.
9    
10            * backtrace.c, continuations.c, convert.i.c, coop-threads.c,
11            debug-malloc.c, dynl.c, environments.c, environments.h,
12            extensions.c, filesys.c, fports.c, gc.c, gc.h, gh_data.c, goops.c,
13            guardians.c, hooks.c, init.c, keywords.c, load.c, numbers.c,
14            ports.c, posix.c, procs.c, rdelim.c, regex-posix.c, root.c,
15            smob.c, stime.c, strings.c, struct.c, struct.h, symbols.c, unif.c,
16            vectors.c, weaks.c: Use scm_gc_malloc/scm_malloc and
17            scm_gc_free/free instead of scm_must_malloc and scm_must_free, as
18            appropriate.  Return zero from smob and port free functions.
19    
20            * debug-malloc.c (scm_malloc_reregister): Handle "old == NULL".
21    
22            * deprecation.h, deprecation.c: Reimplemented to allow deprecation
23            messages while the GC is running.
24            (scm_c_issue_deprecation_warning_fmt): New.
25    
26            * fports.c (scm_setvbuf): Reset read buffer to saved values when
27            it is pointing to the putback buffer.
28    
29  2002-02-08  Thien-Thi Nguyen  <ttn@giblet.glug.org>  2002-02-08  Thien-Thi Nguyen  <ttn@giblet.glug.org>
30    
31          * gsubr.c (create_gsubr): On "too many args" error,          * gsubr.c (create_gsubr): On "too many args" error,

Legend:
Removed from v.1.1584  
changed lines
  Added in v.1.1585

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26