mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 22:31:12 +02:00
*** empty log message ***
This commit is contained in:
parent
965445d4b3
commit
47dee22897
3 changed files with 19 additions and 9 deletions
13
NEWS
13
NEWS
|
@ -867,15 +867,10 @@ SCM_TICK_SIGNAL, SCM_SIG_ORD, SCM_ORD_SIG, SCM_NUM_SIGS,
|
|||
*top-level-lookup-closure*, scm_top_level_lookup_closure_var,
|
||||
scm_system_transformer, scm_eval_3, scm_eval2,
|
||||
root_module_lookup_closure, SCM_SLOPPY_STRINGP, SCM_RWSTRINGP,
|
||||
SCM_STRING_UCHARS, SCM_STRING_CHARS, scm_read_only_string_p,
|
||||
scm_makstr, scm_makfromstr, scm_make_shared_substring,
|
||||
scm_tc7_substring, sym_huh, scm_variable_set_name_hint,
|
||||
scm_builtin_variable, SCM_VARVCELL, SCM_UDVARIABLEP, SCM_DEFVARIABLEP,
|
||||
scm_internal_with_fluids, scm_make_gsubr, scm_make_gsubr_with_generic,
|
||||
scm_create_hook, list*, SCM_LIST0, SCM_LIST1, SCM_LIST2, SCM_LIST3,
|
||||
SCM_LIST4, SCM_LIST5, SCM_LIST6, SCM_LIST7, SCM_LIST8, SCM_LIST9,
|
||||
scm_listify, scm_sloppy_memq, scm_sloppy_memv, scm_sloppy_member,
|
||||
scm_end_of_file_key, scm_read_and_eval_x, scm_mkbig, scm_big2inum,
|
||||
SCM_STRING_UCHARS, scm_read_only_string_p,
|
||||
scm_make_shared_substring,
|
||||
scm_tc7_substring, sym_huh, SCM_VARVCELL, SCM_UDVARIABLEP, SCM_DEFVARIABLEP,
|
||||
scm_mkbig, scm_big2inum,
|
||||
scm_adjbig, scm_normbig, scm_copybig, scm_2ulong2big, scm_dbl2big,
|
||||
scm_big2dbl, SCM_FIXNUM_BIT, scm_subr_entry, SCM_SUBR_DOC,
|
||||
scm_make_subr_opt, scm_make_subr, scm_make_subr_with_generic,
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2003-05-20 Marius Vollmer <marius.vollmer@uni-dortmund.de>
|
||||
|
||||
* deprecated.scm (list*): Added.
|
||||
|
||||
2003-05-10 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* documentation.scm (file-commentary, find-documentation-in-file): Use
|
||||
|
|
|
@ -1,3 +1,14 @@
|
|||
2003-05-20 Marius Vollmer <marius.vollmer@uni-dortmund.de>
|
||||
|
||||
* deprecated.h, deprecated.c (scm_makstr, scm_makfromstr,
|
||||
scm_variable_set_name_hint, scm_builtin_variable,
|
||||
scm_internal_with_fluids, scm_make_gsubr,
|
||||
scm_make_gsubr_with_generic, scm_create_hook, SCM_LIST0,
|
||||
SCM_LIST1, SCM_LIST2, SCM_LIST3, SCM_LIST4, SCM_LIST5, SCM_LIST6,
|
||||
SCM_LIST7, SCM_LIST8, SCM_LIST9, scm_listify, scm_sloppy_memq,
|
||||
scm_sloppy_memv, scm_sloppy_member, scm_read_and_eval_x): Re-added
|
||||
from release_1_6 branch.
|
||||
|
||||
2003-05-19 Dirk Herrmann <D.Herrmann@tu-bs.de>
|
||||
|
||||
* eval.c (scm_m_do, unmemocopy, SCM_CEVAL): Reversed order of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue