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
eae3393547
commit
43b83b541d
1 changed files with 18 additions and 8 deletions
|
@ -1,3 +1,13 @@
|
||||||
|
2001-08-17 Thien-Thi Nguyen <ttn@revel.glug.org>
|
||||||
|
|
||||||
|
* gc.c: Fix omission bug: Add `heap_segment' forward decl
|
||||||
|
(proto) in the case when either `GUILE_DEBUG' or
|
||||||
|
`GUILE_DEBUG_FREELIST' preprocessor symbols are defined.
|
||||||
|
|
||||||
|
(map_free_list): Fix typo: Ref `f' correctly.
|
||||||
|
|
||||||
|
Thanks to Chris Cramer.
|
||||||
|
|
||||||
2001-08-15 Rob Browning <rlb@defaultvalue.org>
|
2001-08-15 Rob Browning <rlb@defaultvalue.org>
|
||||||
|
|
||||||
* Makefile.am (libguile_la_LDFLAGS): use libtool interface version
|
* Makefile.am (libguile_la_LDFLAGS): use libtool interface version
|
||||||
|
@ -82,7 +92,7 @@
|
||||||
2001-07-29 Marius Vollmer <mvo@zagadka.ping.de>
|
2001-07-29 Marius Vollmer <mvo@zagadka.ping.de>
|
||||||
|
|
||||||
Removed vcell slot from structs.
|
Removed vcell slot from structs.
|
||||||
|
|
||||||
* struct.h (scm_vtable_index_vcell): Removed. Renumbered
|
* struct.h (scm_vtable_index_vcell): Removed. Renumbered
|
||||||
subsequent indices.
|
subsequent indices.
|
||||||
|
|
||||||
|
@ -104,7 +114,7 @@
|
||||||
2001-07-26 Marius Vollmer <mvo@zagadka.ping.de>
|
2001-07-26 Marius Vollmer <mvo@zagadka.ping.de>
|
||||||
|
|
||||||
"Glocs" have been removed.
|
"Glocs" have been removed.
|
||||||
|
|
||||||
* tags.h: Update tag system docs.
|
* tags.h: Update tag system docs.
|
||||||
(scm_tc3_cons_gloc): Renamed to scm_tc3_struct. Changed all uses.
|
(scm_tc3_cons_gloc): Renamed to scm_tc3_struct. Changed all uses.
|
||||||
(scm_tcs_cons_gloc): Renamed to scm_tcs_struct. Changed all uses.
|
(scm_tcs_cons_gloc): Renamed to scm_tcs_struct. Changed all uses.
|
||||||
|
@ -117,7 +127,7 @@
|
||||||
|
|
||||||
* print.c (scm_iprin1): Remove printing of glocs. Do not try to
|
* print.c (scm_iprin1): Remove printing of glocs. Do not try to
|
||||||
tell glocs from structs.
|
tell glocs from structs.
|
||||||
|
|
||||||
* gc.c (scm_gc_mark, scm_gc_sweep): Remove handling of glocs.
|
* gc.c (scm_gc_mark, scm_gc_sweep): Remove handling of glocs.
|
||||||
|
|
||||||
* eval.c (scm_m_atbind): Make a list of variables, not glocs.
|
* eval.c (scm_m_atbind): Make a list of variables, not glocs.
|
||||||
|
@ -130,7 +140,7 @@
|
||||||
(scm_m_atfop): Memoize as a variable, not as a gloc.
|
(scm_m_atfop): Memoize as a variable, not as a gloc.
|
||||||
(scm_eval_args, scm_deval_args): Do not handle glocs.
|
(scm_eval_args, scm_deval_args): Do not handle glocs.
|
||||||
(scm_ceval, scm_deval): Likewise.
|
(scm_ceval, scm_deval): Likewise.
|
||||||
|
|
||||||
* eval.h (SCM_XEVALCAR): Do not test for glocs.
|
* eval.h (SCM_XEVALCAR): Do not test for glocs.
|
||||||
(SCM_GLOC_VAR, SCM_GLOC_VAL, SCM_GLOC_SET_VAL, SCM_GLOC_VAL_LOC):
|
(SCM_GLOC_VAR, SCM_GLOC_VAL, SCM_GLOC_SET_VAL, SCM_GLOC_VAL_LOC):
|
||||||
Removed.
|
Removed.
|
||||||
|
@ -143,10 +153,10 @@
|
||||||
|
|
||||||
* __scm.h (SCM_CAUTIOS, SCM_RECKLESS): Update comments.
|
* __scm.h (SCM_CAUTIOS, SCM_RECKLESS): Update comments.
|
||||||
|
|
||||||
|
|
||||||
* gc_os_dep.c (GC_noop1): Moved into the same #if/#endif context
|
* gc_os_dep.c (GC_noop1): Moved into the same #if/#endif context
|
||||||
where it is needed.
|
where it is needed.
|
||||||
|
|
||||||
2001-07-25 Gary Houston <ghouston@arglist.com>
|
2001-07-25 Gary Houston <ghouston@arglist.com>
|
||||||
|
|
||||||
* numbers.c (scm_logand, scm_logior, scm_logxor): adjusted the
|
* numbers.c (scm_logand, scm_logior, scm_logxor): adjusted the
|
||||||
|
@ -186,7 +196,7 @@
|
||||||
(variable_equal_p): Removed.
|
(variable_equal_p): Removed.
|
||||||
(make_variable): Construct a tc7 object instead of a smob.
|
(make_variable): Construct a tc7 object instead of a smob.
|
||||||
(scm_init_variable): Do not register smob.
|
(scm_init_variable): Do not register smob.
|
||||||
|
|
||||||
2001-07-22 Marius Vollmer <mvo@zagadka.ping.de>
|
2001-07-22 Marius Vollmer <mvo@zagadka.ping.de>
|
||||||
|
|
||||||
* tags.h: Include inttypes.h when we have it.
|
* tags.h: Include inttypes.h when we have it.
|
||||||
|
@ -196,7 +206,7 @@
|
||||||
* tags.h (SCM_UNBOUND): Make it the 34th isym/iflag, the 33th slot
|
* tags.h (SCM_UNBOUND): Make it the 34th isym/iflag, the 33th slot
|
||||||
is taken by the new SCM_IM_CALL_WITH_VALUES.
|
is taken by the new SCM_IM_CALL_WITH_VALUES.
|
||||||
* print.c (scm_isymnames): Update table accordingly.
|
* print.c (scm_isymnames): Update table accordingly.
|
||||||
|
|
||||||
2001-07-22 Gary Houston <ghouston@arglist.com>
|
2001-07-22 Gary Houston <ghouston@arglist.com>
|
||||||
|
|
||||||
* regex-posix.c (s_scm_regexp_exec): use scm_long2num not
|
* regex-posix.c (s_scm_regexp_exec): use scm_long2num not
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue