bpt/guile.git
23 years ago* Add test to check whether the after-gc-hook is run correctly.
Dirk Herrmann [Fri, 3 Nov 2000 17:52:20 +0000 (17:52 +0000)]
* Add test to check whether the after-gc-hook is run correctly.

23 years ago* Ahem, forgot to send the changelog with the last set of patches...
Dirk Herrmann [Thu, 2 Nov 2000 10:41:33 +0000 (10:41 +0000)]
* Ahem, forgot to send the changelog with the last set of patches...

23 years ago* Get rid of calls to SCM_ROSTRINGP.
Dirk Herrmann [Thu, 2 Nov 2000 10:36:31 +0000 (10:36 +0000)]
* Get rid of calls to SCM_ROSTRINGP.
* Fix some string/symbol output problems with regards to substrings.
* Fix error output to prefer procedure name parameters over stack data.
* Use SCM_(SET_)?FILENAME where appropriate.
* Prefer calling scm_remember over scm_protect/unprotect_object calls.

23 years ago* environments.c: Don't use '==' to compare SCM objects.
Dirk Herrmann [Wed, 1 Nov 2000 17:55:41 +0000 (17:55 +0000)]
* environments.c:  Don't use '==' to compare SCM objects.
* posix.c (scm_getgroups):  Don't create a redundant string object.

23 years ago* Don't recompute symbol hash values. The symbol holds them already.
Dirk Herrmann [Wed, 1 Nov 2000 16:59:45 +0000 (16:59 +0000)]
* Don't recompute symbol hash values.  The symbol holds them already.
* Speed up interning of symbols by comparing hash values.

23 years ago* Fix output. Thanks to I. N. Golubev for the patch.
Dirk Herrmann [Wed, 1 Nov 2000 16:13:38 +0000 (16:13 +0000)]
* Fix output.  Thanks to I. N. Golubev for the patch.

23 years ago* string=? requires a string argument. Thanks to Dale P. Smith.
Dirk Herrmann [Wed, 1 Nov 2000 09:37:30 +0000 (09:37 +0000)]
* string=? requires a string argument.  Thanks to Dale P. Smith.

23 years ago* Remove the code that implemented the SCM_HUGE_LENGTH trick.
Dirk Herrmann [Mon, 30 Oct 2000 17:47:52 +0000 (17:47 +0000)]
* Remove the code that implemented the SCM_HUGE_LENGTH trick.

23 years ago* Reflect the fact that string=? is fixed in the test-suite.
Dirk Herrmann [Mon, 30 Oct 2000 17:32:55 +0000 (17:32 +0000)]
* Reflect the fact that string=? is fixed in the test-suite.

23 years ago* Change a couple of functions to accept either symbols or strings only.
Dirk Herrmann [Mon, 30 Oct 2000 11:42:26 +0000 (11:42 +0000)]
* Change a couple of functions to accept either symbols or strings only.
* Get rid of remainig uses of SCM_LENGTH etc.

23 years ago* String comparison functions don't accept symbols as arguments any more.
Dirk Herrmann [Thu, 26 Oct 2000 18:18:28 +0000 (18:18 +0000)]
* String comparison functions don't accept symbols as arguments any more.
* Added macro SCM_STRING_COERCE_0TERMINATION_X.

23 years ago*** empty log message ***
Mikael Djurfeldt [Wed, 25 Oct 2000 16:06:09 +0000 (16:06 +0000)]
*** empty log message ***

23 years ago* mop.text: Preliminary documentation of the GOOPS meta object
Mikael Djurfeldt [Wed, 25 Oct 2000 16:05:11 +0000 (16:05 +0000)]
* mop.text: Preliminary documentation of the GOOPS meta object
protocol.

23 years ago*** empty log message ***
Mikael Djurfeldt [Wed, 25 Oct 2000 15:51:29 +0000 (15:51 +0000)]
*** empty log message ***

23 years ago* goops.h: Renamed class --> cls, new --> newinst in order to accomodate
Mikael Djurfeldt [Wed, 25 Oct 2000 15:51:06 +0000 (15:51 +0000)]
* goops.h: Renamed class --> cls, new --> newinst in order to accomodate
C++.

23 years ago*** empty log message ***
Mikael Djurfeldt [Wed, 25 Oct 2000 14:51:33 +0000 (14:51 +0000)]
*** empty log message ***

23 years ago* goops.c, objects.c, objects.h, eval.c (scm_make_extended_class,
Mikael Djurfeldt [Wed, 25 Oct 2000 14:50:28 +0000 (14:50 +0000)]
* goops.c, objects.c, objects.h, eval.c (scm_make_extended_class,
scm_make_port_classes, scm_change_object_class,
scm_memoize_method): Changed to ordinary functions (was plugin
slots).

23 years ago* init.c (scm_init_guile_1): Call the goops module registration
Mikael Djurfeldt [Wed, 25 Oct 2000 14:49:56 +0000 (14:49 +0000)]
* init.c (scm_init_guile_1): Call the goops module registration
function.
Added #include "libguile/goops.h".

23 years ago* goops.h: Removed various superfluous conditions.
Mikael Djurfeldt [Wed, 25 Oct 2000 14:49:47 +0000 (14:49 +0000)]
* goops.h: Removed various superfluous conditions.

23 years ago* goops.c, objects.c, objects.h, eval.c (scm_make_extended_class,
Mikael Djurfeldt [Wed, 25 Oct 2000 14:49:31 +0000 (14:49 +0000)]
* goops.c, objects.c, objects.h, eval.c (scm_make_extended_class,
scm_make_port_classes, scm_change_object_class,
scm_memoize_method): Changed to ordinary functions (was plugin
slots).

* goops.c (wrap_init, scm_wrap_object): Unconditionally use
SCM_STRUCT_GC_CHAIN.
(scm_goops_version): Removed.
(scm_oldfmt): and all uses of it: Removed.
(scm_shared_array_root, scm_shared_array_offset,
scm_shared_array_increments): Removed.
(scm_init_goops): No need to support two arg mutex init.
Removed #include "versiondat.h", #include "goops.h".

23 years ago* Makefile.am (libguile_la_SOURCES): Added goops.c
Mikael Djurfeldt [Wed, 25 Oct 2000 14:49:00 +0000 (14:49 +0000)]
* Makefile.am (libguile_la_SOURCES): Added goops.c
(DOT_X_FILES): Added goops.x
(DOT_DOC_FILES): Added goops.doc
(modinclude_HEADERS): Added goops.h

23 years ago* GUILE-VERSION (LIBGUILE_MAJOR_VERSION): Incremented major
Mikael Djurfeldt [Wed, 25 Oct 2000 14:44:42 +0000 (14:44 +0000)]
* GUILE-VERSION (LIBGUILE_MAJOR_VERSION): Incremented major
version number to 10 due to the merge of GOOPS.

23 years ago* Deprecated scm_vector_set_length_x.
Dirk Herrmann [Wed, 25 Oct 2000 12:58:51 +0000 (12:58 +0000)]
* Deprecated scm_vector_set_length_x.
* Zero length vectors do not allocate dummy memory any more.

23 years ago* Forgot to check this in with the last bunch of files.
Dirk Herrmann [Wed, 25 Oct 2000 11:13:15 +0000 (11:13 +0000)]
* Forgot to check this in with the last bunch of files.

23 years ago* Some more work to get rid of SCM_LENGTH
Dirk Herrmann [Wed, 25 Oct 2000 11:01:03 +0000 (11:01 +0000)]
* Some more work to get rid of SCM_LENGTH
* Eliminated some cell type bit fiddling
* Various minor changes

23 years agoCorrected "Brat" to "Brad". Sorry.
Marius Vollmer [Tue, 24 Oct 2000 20:37:00 +0000 (20:37 +0000)]
Corrected "Brat" to "Brad".  Sorry.

23 years ago*** empty log message ***
Marius Vollmer [Fri, 20 Oct 2000 00:32:00 +0000 (00:32 +0000)]
*** empty log message ***

23 years ago* init.c (scm_init_guile_1, invoke_main_func): Call
Marius Vollmer [Fri, 20 Oct 2000 00:31:29 +0000 (00:31 +0000)]
* init.c (scm_init_guile_1, invoke_main_func): Call
scm_load_startup_files in scm_init_guile_1, not in
invoke_main_func.

23 years ago*** empty log message ***
Marius Vollmer [Wed, 18 Oct 2000 21:06:21 +0000 (21:06 +0000)]
*** empty log message ***

23 years ago* print.c (grow_ref_stack): Pass a INUM to scm_make_vector as the
Marius Vollmer [Wed, 18 Oct 2000 21:05:57 +0000 (21:05 +0000)]
* print.c (grow_ref_stack): Pass a INUM to scm_make_vector as the
size, not a naked int.  Thanks to Brat Knotwell!

23 years ago*** empty log message ***
Marius Vollmer [Wed, 18 Oct 2000 18:28:19 +0000 (18:28 +0000)]
*** empty log message ***

23 years ago* gc_os_dep.c (GC_noop1, GC_bool, TRUE, FALSE, VOLATILE):
Marius Vollmer [Wed, 18 Oct 2000 18:27:55 +0000 (18:27 +0000)]
* gc_os_dep.c (GC_noop1, GC_bool, TRUE, FALSE, VOLATILE):
Definitions copied from Boehm collector.

23 years ago* Fix typos in optargs.scm.
Neil Jerram [Sun, 15 Oct 2000 22:33:06 +0000 (22:33 +0000)]
* Fix typos in optargs.scm.

23 years ago* Deprecated scm_sloppy_mem(q|v|ber)
Dirk Herrmann [Fri, 13 Oct 2000 07:55:25 +0000 (07:55 +0000)]
* Deprecated scm_sloppy_mem(q|v|ber)

23 years ago* Fixed include file problem reported by Bruce Korb.
Dirk Herrmann [Thu, 12 Oct 2000 07:59:02 +0000 (07:59 +0000)]
* Fixed include file problem reported by Bruce Korb.

23 years ago*** empty log message ***
Marius Vollmer [Wed, 11 Oct 2000 19:28:52 +0000 (19:28 +0000)]
*** empty log message ***

23 years ago* gc_os_dep.c: Added real implementation based on code from Boehms
Marius Vollmer [Wed, 11 Oct 2000 19:23:52 +0000 (19:23 +0000)]
* gc_os_dep.c: Added real implementation based on code from Boehms
collector.  This is not well tested yet.

23 years ago* gc.h (scm_get_stack_base): Added prototype.
Marius Vollmer [Wed, 11 Oct 2000 19:22:06 +0000 (19:22 +0000)]
* gc.h (scm_get_stack_base): Added prototype.
* init.c (scm_get_stack_base): Removed prototype.

23 years ago* gc.h (scm_get_stack_base): Added prototype.
Marius Vollmer [Wed, 11 Oct 2000 19:20:14 +0000 (19:20 +0000)]
* gc.h (scm_get_stack_base): Added prototype.

23 years ago* Replace calls to SCM_LENGTH.
Dirk Herrmann [Wed, 11 Oct 2000 14:12:26 +0000 (14:12 +0000)]
* Replace calls to SCM_LENGTH.

23 years ago* Replace some SCM_LENGTH macros.
Dirk Herrmann [Wed, 11 Oct 2000 12:50:53 +0000 (12:50 +0000)]
* Replace some SCM_LENGTH macros.

23 years ago* Replaced some calls to SCM_LENGTH.
Dirk Herrmann [Wed, 11 Oct 2000 12:24:43 +0000 (12:24 +0000)]
* Replaced some calls to SCM_LENGTH.
* Use scm_uniform_vector_length to determine lengths generically.
* Eliminate some dummy type dispatch code.
* Fix an array access but in scm_ra2contig.

23 years ago* Removed further calls to SCM_LENGTH.
Dirk Herrmann [Tue, 10 Oct 2000 09:22:31 +0000 (09:22 +0000)]
* Removed further calls to SCM_LENGTH.

23 years ago* Fixed apropos: regexp-exec does not accept symbol arguments any more.
Dirk Herrmann [Tue, 10 Oct 2000 07:32:45 +0000 (07:32 +0000)]
* Fixed apropos:  regexp-exec does not accept symbol arguments any more.

23 years ago* Made some functions not accept symbols as input parameters any more.
Dirk Herrmann [Mon, 9 Oct 2000 16:27:24 +0000 (16:27 +0000)]
* Made some functions not accept symbols as input parameters any more.
* Replaced some calls to SCM_LENGTH.

23 years ago* Replace a bunch of calls to SCM_LENGTH.
Dirk Herrmann [Mon, 9 Oct 2000 14:37:36 +0000 (14:37 +0000)]
* Replace a bunch of calls to SCM_LENGTH.

23 years ago* Eliminate last call to scm_vector_set_length_x within libguile.
Dirk Herrmann [Mon, 9 Oct 2000 12:39:14 +0000 (12:39 +0000)]
* Eliminate last call to scm_vector_set_length_x within libguile.

23 years ago* Eliminate previously introduced redundant string copying.
Dirk Herrmann [Mon, 9 Oct 2000 09:54:28 +0000 (09:54 +0000)]
* Eliminate previously introduced redundant string copying.

23 years ago* Don't call scm_vector_set_length_x for non-vector arguments.
Dirk Herrmann [Fri, 6 Oct 2000 16:51:08 +0000 (16:51 +0000)]
* Don't call scm_vector_set_length_x for non-vector arguments.

23 years ago* Added type-specific replacement macros for SCM_LENGTH.
Dirk Herrmann [Fri, 6 Oct 2000 13:35:58 +0000 (13:35 +0000)]
* Added type-specific replacement macros for SCM_LENGTH.

23 years ago*** empty log message ***
Marius Vollmer [Mon, 2 Oct 2000 21:33:38 +0000 (21:33 +0000)]
*** empty log message ***

23 years ago* coop-defs.h (coop_key_create): Don't use the C++ keyword
Marius Vollmer [Mon, 2 Oct 2000 21:32:57 +0000 (21:32 +0000)]
* coop-defs.h (coop_key_create): Don't use the C++ keyword
`destructor' in prototype.  Thanks to Martin Baulig!

23 years ago* guile-func-name-check.in: now should not confuse SCO nawk
Michael Livshin [Mon, 2 Oct 2000 19:39:25 +0000 (19:39 +0000)]
* guile-func-name-check.in: now should not confuse SCO nawk
anymore.  thanks to Bruce Korb for the fix!

23 years ago * net_db.c: declare inet_aton only if HAVE_INET_ATON is not
Gary Houston [Sun, 1 Oct 2000 11:05:52 +0000 (11:05 +0000)]
* net_db.c: declare inet_aton only if HAVE_INET_ATON is not
defined.  thanks to Han-Wen Nienhuys.
(replacing the previously committed change)

23 years ago Reverse the previous changes, I don't think they are needed after all.
Gary Houston [Sun, 1 Oct 2000 11:03:17 +0000 (11:03 +0000)]
 Reverse the previous changes, I don't think they are needed after all.

23 years ago * configure.in: check whether inet_aton is declared.
Gary Houston [Sun, 1 Oct 2000 10:31:10 +0000 (10:31 +0000)]
* configure.in: check whether inet_aton is declared.
* acconfig.h: added MISSING_INET_ATON_DECL.

23 years ago * net_db.c: declare inet_aton only if MISSING_INET_ATON_DECL is
Gary Houston [Sun, 1 Oct 2000 10:29:56 +0000 (10:29 +0000)]
* net_db.c: declare inet_aton only if MISSING_INET_ATON_DECL is
defined.  thanks to Han-Wen Nienhuys.

23 years ago*** empty log message ***
Gary Houston [Sat, 30 Sep 2000 15:54:32 +0000 (15:54 +0000)]
*** empty log message ***

23 years ago * posix.scm (setgrent): pass #t, not #f. thanks to
Gary Houston [Sat, 30 Sep 2000 15:53:36 +0000 (15:53 +0000)]
* posix.scm (setgrent): pass #t, not #f.  thanks to
Jacques A. Vidrine.

23 years ago * filesys.c (scm_stat2scm), posix.c (s_scm_mknod): don't use
Gary Houston [Sat, 30 Sep 2000 15:51:49 +0000 (15:51 +0000)]
* filesys.c (scm_stat2scm), posix.c (s_scm_mknod): don't use
S_ISSOCK or S_IFSOCK if not defined.  thanks to Bruce Korb.

23 years ago* Enhancements to online help presentation.
Neil Jerram [Fri, 29 Sep 2000 20:39:29 +0000 (20:39 +0000)]
* Enhancements to online help presentation.

23 years ago* Enhance snarfing of libguile docstrings and postprocess them with makeinfo.
Neil Jerram [Fri, 29 Sep 2000 20:33:13 +0000 (20:33 +0000)]
* Enhance snarfing of libguile docstrings and postprocess them with makeinfo.

23 years ago* Cosmetic docstring fixes.
Neil Jerram [Fri, 29 Sep 2000 20:22:31 +0000 (20:22 +0000)]
* Cosmetic docstring fixes.

23 years ago* Forgot to submit the Changelog for the last patch.
Dirk Herrmann [Tue, 26 Sep 2000 22:21:10 +0000 (22:21 +0000)]
* Forgot to submit the Changelog for the last patch.

23 years ago* Eliminated all calls to SCM_UCHARS.
Dirk Herrmann [Tue, 26 Sep 2000 22:15:13 +0000 (22:15 +0000)]
* Eliminated all calls to SCM_UCHARS.

23 years ago* Eliminated all remaining calls to SCM_CHARS.
Dirk Herrmann [Tue, 26 Sep 2000 21:53:49 +0000 (21:53 +0000)]
* Eliminated all remaining calls to SCM_CHARS.

23 years ago* Remember that string=? and friends need fixing.
Dirk Herrmann [Tue, 26 Sep 2000 20:39:03 +0000 (20:39 +0000)]
* Remember that string=? and friends need fixing.

23 years ago* Further references to SCM_CHARS removed.
Dirk Herrmann [Tue, 26 Sep 2000 20:34:26 +0000 (20:34 +0000)]
* Further references to SCM_CHARS removed.

23 years ago* Don't use string or vector macros when accessing compiled closures.
Dirk Herrmann [Tue, 26 Sep 2000 20:11:22 +0000 (20:11 +0000)]
* Don't use string or vector macros when accessing compiled closures.

23 years ago* More references to SCM_CHARS removed.
Dirk Herrmann [Tue, 26 Sep 2000 19:40:10 +0000 (19:40 +0000)]
* More references to SCM_CHARS removed.

23 years ago* Removed some more references to SCM_CHARS.
Dirk Herrmann [Tue, 26 Sep 2000 19:20:39 +0000 (19:20 +0000)]
* Removed some more references to SCM_CHARS.
* Provided SCM_U?VECTOR_BASE as replacements for SCM_VELTS.

23 years ago* Replaced a lot of references to SCM_CHARS.
Dirk Herrmann [Tue, 26 Sep 2000 18:37:26 +0000 (18:37 +0000)]
* Replaced a lot of references to SCM_CHARS.

23 years ago* Removed unused type tag scm_tc7_lvector.
Dirk Herrmann [Fri, 22 Sep 2000 18:33:24 +0000 (18:33 +0000)]
* Removed unused type tag scm_tc7_lvector.

23 years ago* Eliminated some more calls to SCM_CHARS.
Dirk Herrmann [Fri, 22 Sep 2000 17:43:57 +0000 (17:43 +0000)]
* Eliminated some more calls to SCM_CHARS.

23 years ago* Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBOL_CHARS.
Dirk Herrmann [Fri, 22 Sep 2000 17:17:55 +0000 (17:17 +0000)]
* Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBOL_CHARS.

23 years ago* Added SCM_STRING_CHARS and SCM_SYMBOL_CHARS in order to, in the long run,
Dirk Herrmann [Fri, 22 Sep 2000 16:44:42 +0000 (16:44 +0000)]
* Added SCM_STRING_CHARS and SCM_SYMBOL_CHARS in order to, in the long run,
  get rid of SCM_CHARS, which is shared between a large number of types, and
  thus makes it difficult to change the implementation of a single type.

23 years ago* Fix docstring texinfo warnings.
Neil Jerram [Fri, 22 Sep 2000 13:40:12 +0000 (13:40 +0000)]
* Fix docstring texinfo warnings.

23 years ago*** empty log message ***
Marius Vollmer [Wed, 20 Sep 2000 21:06:06 +0000 (21:06 +0000)]
*** empty log message ***

23 years ago* numbers.c (scm_istr2flo): Throw an `out of range' error when
Marius Vollmer [Wed, 20 Sep 2000 21:04:19 +0000 (21:04 +0000)]
* numbers.c (scm_istr2flo): Throw an `out of range' error when
exponent is too large instead of returning `#f'.  The rationale is
that in this case the string represents a valid number but we
can't deal with it.

23 years ago*** empty log message ***
Mikael Djurfeldt [Wed, 20 Sep 2000 16:56:21 +0000 (16:56 +0000)]
*** empty log message ***

23 years ago* boot-9.scm: Removed comment. (Thanks to Brad Knotwell.)
Mikael Djurfeldt [Wed, 20 Sep 2000 16:50:18 +0000 (16:50 +0000)]
* boot-9.scm: Removed comment.  (Thanks to Brad Knotwell.)

23 years ago*** empty log message ***
Keisuke Nishida [Wed, 20 Sep 2000 16:31:15 +0000 (16:31 +0000)]
*** empty log message ***

23 years agoRemoved #include "libguile/environments.h", sorry..
Keisuke Nishida [Wed, 20 Sep 2000 16:31:04 +0000 (16:31 +0000)]
Removed #include "libguile/environments.h", sorry..

23 years ago*** empty log message ***
Keisuke Nishida [Wed, 20 Sep 2000 16:28:12 +0000 (16:28 +0000)]
*** empty log message ***

23 years ago* libguile.h: #include "libguile/environments.h" and "libguile/properties.h".
Keisuke Nishida [Wed, 20 Sep 2000 16:28:00 +0000 (16:28 +0000)]
* libguile.h: #include "libguile/environments.h" and "libguile/properties.h".

23 years ago* Make sure that symbol properties initially form an empty list.
Dirk Herrmann [Wed, 20 Sep 2000 09:27:06 +0000 (09:27 +0000)]
* Make sure that symbol properties initially form an empty list.

23 years ago* Added a comment suggesting to rename scm_handle_by_message.
Dirk Herrmann [Tue, 19 Sep 2000 10:56:57 +0000 (10:56 +0000)]
* Added a comment suggesting to rename scm_handle_by_message.
* When compiling on gcc, always avoid the GCSE bug.
* Removed some redundant tests.

23 years ago*** empty log message ***
Marius Vollmer [Sun, 17 Sep 2000 21:22:31 +0000 (21:22 +0000)]
*** empty log message ***

23 years ago* configure.in: Check for curses, terminfo and termlib libraries
Marius Vollmer [Sun, 17 Sep 2000 21:16:18 +0000 (21:16 +0000)]
* configure.in: Check for curses, terminfo and termlib libraries
in addition to ncurses and termcap.
Check for `readline' in libreadline, not for `main'.
Thanks to Albert Chin!

23 years ago*** empty log message ***
Gary Houston [Sun, 17 Sep 2000 09:25:12 +0000 (09:25 +0000)]
*** empty log message ***

23 years ago2000-09-17 Gary Houston <ghouston@arglist.com>
Gary Houston [Sun, 17 Sep 2000 09:24:47 +0000 (09:24 +0000)]
2000-09-17  Gary Houston  <ghouston@arglist.com>

* configure.in, acconfig.h: remove the GCSE test: it doesn't seem
to be reliable on all platforms.

23 years ago*** empty log message ***
Gary Houston [Thu, 14 Sep 2000 22:43:48 +0000 (22:43 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Michael Livshin [Tue, 12 Sep 2000 18:18:39 +0000 (18:18 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Mikael Djurfeldt [Tue, 12 Sep 2000 17:01:10 +0000 (17:01 +0000)]
*** empty log message ***

23 years ago* symbols.c (duplicate_string): Don't try to copy the byte after
Mikael Djurfeldt [Tue, 12 Sep 2000 17:00:57 +0000 (17:00 +0000)]
* symbols.c (duplicate_string): Don't try to copy the byte after
the string.  This might not be `\0' and might even not be
allocated memory.

23 years ago* Redundant SCM_IMP test removed.
Dirk Herrmann [Tue, 12 Sep 2000 12:50:13 +0000 (12:50 +0000)]
* Redundant SCM_IMP test removed.

23 years ago* Tests that rely on garbage collection: Be aware of conservative scanning.
Dirk Herrmann [Tue, 12 Sep 2000 12:42:51 +0000 (12:42 +0000)]
* Tests that rely on garbage collection: Be aware of conservative scanning.

23 years ago* Unified ssymbols and msymbols to a single symbol type 'scm_tc7_symbol'.
Dirk Herrmann [Tue, 12 Sep 2000 12:30:36 +0000 (12:30 +0000)]
* Unified ssymbols and msymbols to a single symbol type 'scm_tc7_symbol'.
* Added scm_string_hash and deprecated scm_strhash.

23 years ago* Eliminate use of low-level symbol property function.
Dirk Herrmann [Tue, 12 Sep 2000 10:34:09 +0000 (10:34 +0000)]
* Eliminate use of low-level symbol property function.

23 years agoRegenerated
Mikael Djurfeldt [Tue, 12 Sep 2000 06:04:06 +0000 (06:04 +0000)]
Regenerated