diff options
author | Greg J. Badros <gjb@cs.washington.edu> | 2000-01-05 16:41:28 +0000 |
---|---|---|
committer | Greg J. Badros <gjb@cs.washington.edu> | 2000-01-05 16:41:28 +0000 |
commit | 53fc463692e40300bec57f8e660a9f0e1f19d8f4 (patch) | |
tree | 4ff4ae88c53cecc9bcf24201cd7a2f2b312ab2a8 | |
parent | 60a740c41c3d5e63a9028ae406aebb4a27b65100 (diff) | |
download | guile-53fc463692e40300bec57f8e660a9f0e1f19d8f4.tar.gz |
*** empty log message ***
-rw-r--r-- | libguile/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog index f73bf6905..b907d8f17 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,21 @@ +Wed Jan 5 08:36:38 2000 Greg J. Badros <gjb@cs.washington.edu> + + * guile-doc-snarf.awk.in: Removed -- guile-snarf.awk.in is the + current version of the same functionality; it writes the .x output + to stdout instead of directly into the file. + +Wed Jan 5 08:15:04 2000 Greg J. Badros <gjb@cs.washington.edu> + + * unif.c, symbols.c, strings.c, stacks.c, random.c, print.c, + posix.c: Eliminated a bunch of SCM_NIMP(..)s that are now + redundant with the safer macros. Patch from Dirk Hermann applied + by hand. Thanks Dirk! + + * scm_validate.h: Added SCM_VALIDATE_VECTOR_OR_DVECTOR for some + uses in random.c. + + * ramap.c: whitespace change. + Tue Jan 4 14:21:35 2000 Greg J. Badros <gjb@cs.washington.edu> * options.c, objects.c, keywords.c, gc.c: Some redundant SCM_NIMP |