bpt/guile.git
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

23 years ago*** empty log message ***
Mikael Djurfeldt [Tue, 12 Sep 2000 06:03:37 +0000 (06:03 +0000)]
*** empty log message ***

23 years ago* psyntax.ss (build-lexical-var): Use gentemp instead of gensym;
Mikael Djurfeldt [Tue, 12 Sep 2000 06:03:22 +0000 (06:03 +0000)]
* psyntax.ss (build-lexical-var): Use gentemp instead of gensym;
Convert first argument to a string.

23 years ago* oldprint.scm (print-table-add!): Ditto.
Mikael Djurfeldt [Tue, 12 Sep 2000 05:45:48 +0000 (05:45 +0000)]
* oldprint.scm (print-table-add!): Ditto.

23 years ago* calling.scm (excursion-function-syntax,
Mikael Djurfeldt [Tue, 12 Sep 2000 05:45:37 +0000 (05:45 +0000)]
* calling.scm (excursion-function-syntax,
getter-and-setter-syntax,
delegating-getter-and-setter-syntax): Call gensym with string
argument.  (Thanks to Dale P. Smith.)

23 years ago* boot-9.scm (gentemp): Moved to symbols.c.
Mikael Djurfeldt [Tue, 12 Sep 2000 05:45:26 +0000 (05:45 +0000)]
* boot-9.scm (gentemp): Moved to symbols.c.

23 years ago*** empty log message ***
Mikael Djurfeldt [Tue, 12 Sep 2000 05:44:34 +0000 (05:44 +0000)]
*** empty log message ***

23 years ago* symbols.h (scm_gentemp): Declared.
Mikael Djurfeldt [Tue, 12 Sep 2000 05:44:12 +0000 (05:44 +0000)]
* symbols.h (scm_gentemp): Declared.

23 years ago* symbols.c (scm_gensym): Reimplemented. Now only takes one
Mikael Djurfeldt [Tue, 12 Sep 2000 05:44:00 +0000 (05:44 +0000)]
* symbols.c (scm_gensym): Reimplemented.  Now only takes one
optional argument which should be a *string*.
(scm_gentemp): Reimplemented and moved from boot-9.scm.

23 years ago*** empty log message ***
Keisuke Nishida [Sun, 10 Sep 2000 22:22:48 +0000 (22:22 +0000)]
*** empty log message ***

23 years ago* modules.c: Use applicable smobs for eval closures instead of
Keisuke Nishida [Sun, 10 Sep 2000 22:22:36 +0000 (22:22 +0000)]
* modules.c: Use applicable smobs for eval closures instead of
compiled closures.  Include "libguile/smob.h".
(f_eval_closure): Removed.
(scm_eval_closure_tag): New variable.
(scm_eval_closure_lookup): Renamed from eval_closure.
This function now takes a smob instead of a compiled closure.
(scm_standard_eval_closure): Create a smob instead of a compiled
closure.
(scm_init_modules): Initialize the eval closure type as a smob.
* modules.h (SCM_EVAL_CLOSURE_P): New macro.
(scm_eval_closure_tag, scm_eval_closure_lookup): Declare.
* symbols.c: Include "libguile/smob.h".
(scm_sym2vcell): Call scm_eval_closure_lookup directly if THUNK
is an eval closure.

23 years ago*** empty log message ***
Mikael Djurfeldt [Sun, 10 Sep 2000 20:22:09 +0000 (20:22 +0000)]
*** empty log message ***

23 years ago* Makefile.am (.x.doc): Bugfix: Added $(srcdir) to path in order
Mikael Djurfeldt [Sun, 10 Sep 2000 20:21:42 +0000 (20:21 +0000)]
* Makefile.am (.x.doc): Bugfix: Added $(srcdir) to path in order
to allow for builds in separate tree.

23 years ago*** empty log message ***
Mikael Djurfeldt [Sun, 10 Sep 2000 19:11:28 +0000 (19:11 +0000)]
*** empty log message ***

23 years ago* symbols.c (scm_gensym): Bugfixed my previous bugfix. (Thanks to
Mikael Djurfeldt [Sun, 10 Sep 2000 19:10:10 +0000 (19:10 +0000)]
* symbols.c (scm_gensym): Bugfixed my previous bugfix.  (Thanks to
Dale P. Smith.)

23 years ago*** empty log message ***
Keisuke Nishida [Sun, 10 Sep 2000 13:41:31 +0000 (13:41 +0000)]
*** empty log message ***

23 years ago* eval.c (SCM_APPLY): Fixed bugs in the applicable-smob calls.
Keisuke Nishida [Sun, 10 Sep 2000 13:41:18 +0000 (13:41 +0000)]
* eval.c (SCM_APPLY): Fixed bugs in the applicable-smob calls.

23 years ago* Fix hash value handling.
Dirk Herrmann [Thu, 7 Sep 2000 09:19:22 +0000 (09:19 +0000)]
* Fix hash value handling.
* Documentation improvements.
* Cleanups and optimizations.

23 years ago*** empty log message ***
Mikael Djurfeldt [Wed, 6 Sep 2000 14:46:13 +0000 (14:46 +0000)]
*** empty log message ***

23 years ago2000-09-05 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
Mikael Djurfeldt [Wed, 6 Sep 2000 14:45:59 +0000 (14:45 +0000)]
2000-09-05  Mikael Djurfeldt  <mdj@linnaeus.mit.edu>

* symbols.c (scm_gensym): Check that argument is a symbol, not a
string.  (Thanks to rm@mamma.varadinet.de.)

23 years ago*** empty log message ***
Marius Vollmer [Tue, 5 Sep 2000 18:40:19 +0000 (18:40 +0000)]
*** empty log message ***

23 years ago* gh_data.c (gh_scm2char): Validate that argument is a character.
Marius Vollmer [Tue, 5 Sep 2000 18:39:54 +0000 (18:39 +0000)]
* gh_data.c (gh_scm2char): Validate that argument is a character.

23 years ago* init.c: Include "libguile/properties.h".
Marius Vollmer [Tue, 5 Sep 2000 18:39:09 +0000 (18:39 +0000)]
* init.c: Include "libguile/properties.h".

23 years ago* Improved and enhanced the environment test suite.
Dirk Herrmann [Tue, 5 Sep 2000 10:49:10 +0000 (10:49 +0000)]
* Improved and enhanced the environment test suite.

23 years ago* Fixed two bugs with environment type predicates.
Dirk Herrmann [Tue, 5 Sep 2000 10:43:53 +0000 (10:43 +0000)]
* Fixed two bugs with environment type predicates.

23 years ago*** empty log message ***
Mikael Djurfeldt [Sun, 3 Sep 2000 22:01:44 +0000 (22:01 +0000)]
*** empty log message ***

23 years ago* validate.h (SCM_VALIDATE_NUMBER_DEF_COPY): New macro.
Mikael Djurfeldt [Sun, 3 Sep 2000 21:56:03 +0000 (21:56 +0000)]
* validate.h (SCM_VALIDATE_NUMBER_DEF_COPY): New macro.

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

23 years ago*** empty log message ***
Marius Vollmer [Sun, 3 Sep 2000 20:31:35 +0000 (20:31 +0000)]
*** empty log message ***

23 years ago* throw.c (scm_ithrow): Perform catch-all handling here when no
Marius Vollmer [Sun, 3 Sep 2000 20:31:10 +0000 (20:31 +0000)]
* throw.c (scm_ithrow): Perform catch-all handling here when no
suitable handler has been found.  That way, we don't have to rely
on the user establishing a catch-all, which might be difficult for
him if he is using scm_init_guile instead of scm_boot_guile.

23 years agoNew file.
Marius Vollmer [Sun, 3 Sep 2000 20:27:17 +0000 (20:27 +0000)]
New file.

23 years ago* root.h (scm_properties_whash): New `sys_protect', used in
Marius Vollmer [Sun, 3 Sep 2000 20:26:11 +0000 (20:26 +0000)]
* root.h (scm_properties_whash): New `sys_protect', used in
properties.c.

23 years agoNew files.
Marius Vollmer [Sun, 3 Sep 2000 20:25:19 +0000 (20:25 +0000)]
New files.

23 years ago* init.h (scm_init_guile): New prototype.
Marius Vollmer [Sun, 3 Sep 2000 20:24:18 +0000 (20:24 +0000)]
* init.h (scm_init_guile): New prototype.

23 years ago* init.c (scm_init_guile, scm_init_guile_1): New interface for
Marius Vollmer [Sun, 3 Sep 2000 20:23:55 +0000 (20:23 +0000)]
* init.c (scm_init_guile, scm_init_guile_1): New interface for
initializing Guile that does return to the caller.
(scm_boot_guile_1): Use scm_init_guile_1 to initialize Guile.
Do not establish a catch-all, this is no longer needed.

23 years ago* Makefile.am (.x.doc): Pretend to create .doc files from .x files
Marius Vollmer [Sun, 3 Sep 2000 20:22:41 +0000 (20:22 +0000)]
* Makefile.am (.x.doc): Pretend to create .doc files from .x files
and give explicit dependencies for .x files that depend on
generated files.  This allows parallel builds.  Thanks to Matthias
Koeppe!
* Makefile.am: Added gc_os_dep.c, properties.c, properties.x,
properties.h and properties.doc in the suitable places.

23 years ago*** empty log message ***
Marius Vollmer [Sun, 3 Sep 2000 20:20:58 +0000 (20:20 +0000)]
*** empty log message ***

23 years ago* boot-9.scm (make-object-property): New function.
Marius Vollmer [Sun, 3 Sep 2000 20:20:19 +0000 (20:20 +0000)]
* boot-9.scm (make-object-property): New function.

23 years agoAdd note about "#&".
Marius Vollmer [Sun, 3 Sep 2000 20:18:58 +0000 (20:18 +0000)]
Add note about "#&".

23 years ago* Docstring updates.
Neil Jerram [Sat, 2 Sep 2000 23:23:16 +0000 (23:23 +0000)]
* Docstring updates.

23 years ago* Docstring fixes.
Neil Jerram [Sat, 2 Sep 2000 23:20:40 +0000 (23:20 +0000)]
* Docstring fixes.

23 years ago* Docstring updates for scm_make_struct and scm_make_vtable_vtable.
Neil Jerram [Sat, 2 Sep 2000 23:17:23 +0000 (23:17 +0000)]
* Docstring updates for scm_make_struct and scm_make_vtable_vtable.

23 years ago* Docstring updates for scm_symbol_to_string.
Neil Jerram [Sat, 2 Sep 2000 23:16:00 +0000 (23:16 +0000)]
* Docstring updates for scm_symbol_to_string.

23 years ago* Docstring updates for scm_uniform_vector_ref and scm_array_set_x.
Neil Jerram [Sat, 2 Sep 2000 23:15:04 +0000 (23:15 +0000)]
* Docstring updates for scm_uniform_vector_ref and scm_array_set_x.

23 years ago* Docstring update for scm_vector.
Neil Jerram [Sat, 2 Sep 2000 23:13:33 +0000 (23:13 +0000)]
* Docstring update for scm_vector.

23 years ago*** empty log message ***
Michael Livshin [Sat, 2 Sep 2000 21:54:13 +0000 (21:54 +0000)]
*** empty log message ***

23 years ago* tags.h (scm_tc16_allocated): removed.
Michael Livshin [Sat, 2 Sep 2000 21:53:38 +0000 (21:53 +0000)]
* tags.h (scm_tc16_allocated): removed.

23 years ago* smob.c (scm_smob_prehistory): don't init the "allocated" smob
Michael Livshin [Sat, 2 Sep 2000 21:53:20 +0000 (21:53 +0000)]
* smob.c (scm_smob_prehistory): don't init the "allocated" smob
type.

23 years ago* gc.h: removed now-obsolete comments about the `allocated' cell
Michael Livshin [Sat, 2 Sep 2000 21:53:02 +0000 (21:53 +0000)]
* gc.h: removed now-obsolete comments about the `allocated' cell
state.
(SCM_NEWCELL): don't change cell type to `allocated'.
(SCM_NEWCELL2): ditto.

23 years ago* gc.c (scm_mark_locations): mark freecells too, and don't worry
Michael Livshin [Sat, 2 Sep 2000 21:52:35 +0000 (21:52 +0000)]
* gc.c (scm_mark_locations): mark freecells too, and don't worry
about any possible false positives.
(scm_debug_newcell): don't change cell type to `allocated'.
(scm_debug_newcell2): ditto.
(scm_gc_for_newcell): ditto.
(scm_gc_mark): remove the tc16_allocated case.

23 years ago*** empty log message ***
Mikael Djurfeldt [Sun, 27 Aug 2000 03:34:38 +0000 (03:34 +0000)]
*** empty log message ***

23 years ago* gdbint.c (gdb_print): Removed superfluous macro definition.
Mikael Djurfeldt [Sun, 27 Aug 2000 03:34:27 +0000 (03:34 +0000)]
* gdbint.c (gdb_print): Removed superfluous macro definition.

23 years ago*** empty log message ***
Mikael Djurfeldt [Sun, 27 Aug 2000 03:21:35 +0000 (03:21 +0000)]
*** empty log message ***

23 years ago* struct.c (scm_make_struct_layout): Removed reference to
Mikael Djurfeldt [Sun, 27 Aug 2000 03:21:16 +0000 (03:21 +0000)]
* struct.c (scm_make_struct_layout): Removed reference to
"read-only string" in comment; Check that argument is a string.
(scm_make_vtable_vtable): Check that argument is a string.

23 years ago* stacks.c (scm_init_stacks): Pass a string, not a layout object,
Mikael Djurfeldt [Sun, 27 Aug 2000 03:21:03 +0000 (03:21 +0000)]
* stacks.c (scm_init_stacks): Pass a string, not a layout object,
to scm_make_vtable_vtable.  (Thanks to Dale P. Smith.)

23 years ago* objects.c (scm_init_objects), print.c (scm_init_print), struct.c
Mikael Djurfeldt [Sun, 27 Aug 2000 03:20:55 +0000 (03:20 +0000)]
* objects.c (scm_init_objects), print.c (scm_init_print), struct.c
(scm_init_struct): First arg to scm_make_vtable_vtable should be a
string, not a symbol.  (`make-vtable-vtable' needs to append this
string to another string and then pass it through
`make-struct-layout'.)

23 years ago* boot-9.scm (make-record-type): Use `string-append' instead of
Mikael Djurfeldt [Sun, 27 Aug 2000 03:20:19 +0000 (03:20 +0000)]
* boot-9.scm (make-record-type): Use `string-append' instead of
`symbol-append'.
(symbol-append): Map `symbol->string' on
args.
(obarray-symbol-append, obarray-gensym): Simply removed.  I don't
think I'll announce this in NEWS even.  One of the functions never
even worked...  /mdj.
(find-and-link-dynamic-module, keyword->symbol): Use
`symbol->string'.
(try-module-autoload, process-define-module): Rewrote using R5RS
semantics.

23 years ago*** empty log message ***
Mikael Djurfeldt [Sat, 26 Aug 2000 20:57:57 +0000 (20:57 +0000)]
*** empty log message ***

23 years ago* strings.c (scm_make_shared_substring, scm_read_only_string_p):
Mikael Djurfeldt [Sat, 26 Aug 2000 20:56:48 +0000 (20:56 +0000)]
* strings.c (scm_make_shared_substring, scm_read_only_string_p):
Deprecated.
(scm_string_length, scm_string_ref, scm_substring,
scm_string_append): Don't accept symbols as arguments (R5RS).

23 years agoAdded comment about possible optimization
Mikael Djurfeldt [Sat, 26 Aug 2000 20:56:36 +0000 (20:56 +0000)]
Added comment about possible optimization

23 years ago* environments.c (scm_init_environments): All internal includes in
Mikael Djurfeldt [Sat, 26 Aug 2000 20:55:49 +0000 (20:55 +0000)]
* environments.c (scm_init_environments): All internal includes in
libguile must use the prefix "libguile/" in path names since inly
the top-level source directory is on the include list.  (That, in
turn, is because we want to distinguish between system header
files and hedares files internal to libguile.)

23 years ago* strings/sharedstr.text (sharedstr.text): New file.
Mikael Djurfeldt [Sat, 26 Aug 2000 20:55:21 +0000 (20:55 +0000)]
* strings/sharedstr.text (sharedstr.text): New file.

23 years ago* Docstring fixes.
Neil Jerram [Fri, 25 Aug 2000 17:33:01 +0000 (17:33 +0000)]
* Docstring fixes.