diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog index 0cd1b0b58..795e841ed 100644 --- a/doc/ref/ChangeLog +++ b/doc/ref/ChangeLog @@ -1,3 +1,13 @@ +2003-09-03 Kevin Ryde + + * scheme-data.texi (Keyword Primitives): Add examples to + make-keyword-from-dash-symbol and keyword-dash-symbol. Add + scm_c_make_keyword. + + * scheme-data.texi (Symbol Primitives): In gensym, cross reference + uninterned symbols, use @w{} on " g" prefix to avoid any chance of a + line break obscuring it. + 2003-08-30 Kevin Ryde * data-rep.texi (Remembering During Operations): Note diff --git a/libguile/ChangeLog b/libguile/ChangeLog index b9b1f075f..d7c415d0e 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -3,6 +3,9 @@ * numbers.c (scm_lognot): Correction to docstring, ones-complement not 2s-complement. + * stime.c (scm_strptime): Add comment about glibc strptime %s and + current timezone requiring SCM_DEFER_INTS. + 2003-08-30 Neil Jerram * script.c (scm_compile_shell_switches): Make -s switch optional