diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2001-11-20 10:54:56 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2001-11-20 10:54:56 +0000 |
commit | 849038b54257f49b8667fdbbb93c9cb7279179eb (patch) | |
tree | 2a7a46da8bf54c460195c44ebb4104302cc35744 | |
parent | 54f16aecf98191d615fb35f02059fe9089f65959 (diff) | |
download | guile-849038b54257f49b8667fdbbb93c9cb7279179eb.tar.gz |
*** empty log message ***
-rw-r--r-- | libguile/ChangeLog | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 08e71ec0b..cb2b0887f 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,8 @@ +2001-11-20 Thien-Thi Nguyen <ttn@glug.org> + + * Makefile.am (libpath.h): In SCM_BUILD_INFO, + also include `buildstamp'. + 2001-11-18 Rob Browning <rlb@defaultvalue.org> * version.c @@ -108,11 +113,11 @@ index entries for each Guile primitive to the copy of the doc snarf output that is used for reference manual synchronization. Online help is unchanged. - + * snarf.h (SCM_SNARF_DOCS): Output primitive's C function name. (SCM_DEFINE, SCM_DEFINE1, SCM_REGISTER_PROC): Supply to C function name to SCM_SNARF_DOCS. - + * guile-snarf-docs-texi.in: Pass the shell script's arguments into snarf-check-and-output-texi. @@ -170,7 +175,7 @@ only -MIN_VALUE can still be negative of all negative numbers (in twos-complement). - * tags.h (SIZEOF_SCM_T_BITS): Define it appropriately. + * tags.h (SIZEOF_SCM_T_BITS): Define it appropriately. * __scm.h: Define HAVE_UINTPTR_T, HAVE_PTRDIFF_T and HAVE_LONG_LONG depending on whether their size is non-zero. |