1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 16:00:22 +02:00

*** empty log message ***

This commit is contained in:
Kevin Ryde 2003-09-03 00:03:20 +00:00
parent 03b79aa32a
commit 53bb87824d
2 changed files with 13 additions and 0 deletions

View file

@ -1,3 +1,13 @@
2003-09-03 Kevin Ryde <user42@zip.com.au>
* 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 <user42@zip.com.au>
* data-rep.texi (Remembering During Operations): Note

View file

@ -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 <neil@ossau.uklinux.net>
* script.c (scm_compile_shell_switches): Make -s switch optional