mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-25 14:10:22 +02:00
*** empty log message ***
This commit is contained in:
parent
924e2c904b
commit
9c3f56dc31
2 changed files with 20 additions and 2 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
2002-03-15 Thien-Thi Nguyen <ttn@giblet.glug.org>
|
||||||
|
|
||||||
|
* tools.texi (guile-1.4 guile-snarf): Remove this node.
|
||||||
|
(How guile-snarf works): Update usage and description to
|
||||||
|
no longer mention "--compat=1.4" and instead "-d" and "-D".
|
||||||
|
(Macros guile-snarf recognizes): Add list of deprecated macros
|
||||||
|
and blurb. Add cindex for deprecated macros.
|
||||||
|
|
||||||
2002-03-15 Neil Jerram <neil@ossau.uklinux.net>
|
2002-03-15 Neil Jerram <neil@ossau.uklinux.net>
|
||||||
|
|
||||||
* scheme-utility.texi (Object Properties): Revamp documentation on
|
* scheme-utility.texi (Object Properties): Revamp documentation on
|
||||||
|
|
|
@ -1,3 +1,13 @@
|
||||||
|
2002-03-15 Thien-Thi Nguyen <ttn@giblet.glug.org>
|
||||||
|
|
||||||
|
* guile-snarf.in: Remove "--compat=1.4" support.
|
||||||
|
Add "-d" and "-D" support.
|
||||||
|
|
||||||
|
(deprecated_list): New var.
|
||||||
|
(compat_mode_clean_xxx): Delete.
|
||||||
|
(grep_deprecated): New func.
|
||||||
|
("main"): If "-d" or "-D", call `grep_deprecated'.
|
||||||
|
|
||||||
2002-03-15 Neil Jerram <neil@ossau.uklinux.net>
|
2002-03-15 Neil Jerram <neil@ossau.uklinux.net>
|
||||||
|
|
||||||
* posix.c (scm_execl): Remove spurious whitespace from docstring.
|
* posix.c (scm_execl): Remove spurious whitespace from docstring.
|
||||||
|
@ -31,7 +41,7 @@
|
||||||
|
|
||||||
* macros.c (scm_makmacro, scm_makmmacro): Correct docstring.
|
* macros.c (scm_makmacro, scm_makmmacro): Correct docstring.
|
||||||
(scm_macro_type): Correct spelling mistake.
|
(scm_macro_type): Correct spelling mistake.
|
||||||
|
|
||||||
* eval.c (scm_eval, scm_eval_options_interface), read.c
|
* eval.c (scm_eval, scm_eval_options_interface), read.c
|
||||||
(scm_read_options): Change incorrect @var in docstring to @code.
|
(scm_read_options): Change incorrect @var in docstring to @code.
|
||||||
|
|
||||||
|
@ -41,7 +51,7 @@
|
||||||
(scm_close_all_ports_except), posix.c (scm_getgroups, scm_execl,
|
(scm_close_all_ports_except), posix.c (scm_getgroups, scm_execl,
|
||||||
scm_setlocale, scm_flock), socket.c (scm_shutdown): Correct
|
scm_setlocale, scm_flock), socket.c (scm_shutdown): Correct
|
||||||
spelling mistakes.
|
spelling mistakes.
|
||||||
|
|
||||||
* alist.c (scm_acons, scm_assq), ramap.c (scm_array_fill_x,
|
* alist.c (scm_acons, scm_assq), ramap.c (scm_array_fill_x,
|
||||||
scm_array_copy_x, scm_array_for_each, scm_array_index_map_x),
|
scm_array_copy_x, scm_array_for_each, scm_array_index_map_x),
|
||||||
sort.c (scm_merge), strings.c (scm_string_p), unif.c
|
sort.c (scm_merge), strings.c (scm_string_p), unif.c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue