mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-30 00:40:20 +02:00
*** empty log message ***
This commit is contained in:
parent
03b79aa32a
commit
53bb87824d
2 changed files with 13 additions and 0 deletions
|
@ -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>
|
2003-08-30 Kevin Ryde <user42@zip.com.au>
|
||||||
|
|
||||||
* data-rep.texi (Remembering During Operations): Note
|
* data-rep.texi (Remembering During Operations): Note
|
||||||
|
|
|
@ -3,6 +3,9 @@
|
||||||
* numbers.c (scm_lognot): Correction to docstring, ones-complement not
|
* numbers.c (scm_lognot): Correction to docstring, ones-complement not
|
||||||
2s-complement.
|
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>
|
2003-08-30 Neil Jerram <neil@ossau.uklinux.net>
|
||||||
|
|
||||||
* script.c (scm_compile_shell_switches): Make -s switch optional
|
* script.c (scm_compile_shell_switches): Make -s switch optional
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue