bpt/guile.git
22 years ago* symbols.h (SCM_SET_SYMBOL_HASH): Removed.
Marius Vollmer [Sun, 3 Feb 2002 22:49:06 +0000 (22:49 +0000)]
* symbols.h (SCM_SET_SYMBOL_HASH): Removed.
(SCM_SYMBOL_INTERNED_P): New.
* symbols.c (scm_symbol_hash): Use scm_ulong2num instead of
SCM_MAKINUM since hash values can well be bignums.
(scm_mem2symbol): Only use hash values below SCM_T_BITS_MAX/2.
This signals a interned symbol.
(scm_mem2uninterned_symbol, scm_symbol_interned_p,
scm_make_symbol): New.

22 years agoAdd instructions.
Thien-Thi Nguyen [Sun, 3 Feb 2002 07:12:58 +0000 (07:12 +0000)]
Add instructions.
Remove version control tag.

22 years agoInitial revision
Thien-Thi Nguyen [Sun, 3 Feb 2002 07:08:50 +0000 (07:08 +0000)]
Initial revision

22 years ago*** empty log message ***
Thien-Thi Nguyen [Sun, 3 Feb 2002 05:20:21 +0000 (05:20 +0000)]
*** empty log message ***

22 years ago(HAVE_UINTPTR_T): Only define if UINTPTR_T attributes
Thien-Thi Nguyen [Sun, 3 Feb 2002 05:19:05 +0000 (05:19 +0000)]
(HAVE_UINTPTR_T): Only define if UINTPTR_T attributes
are defined: UINTPTR_MAX, INTPTR_MAX, INTPTR_MIN.

22 years ago* Unquote uses of `begin' in transformed Elisp code.
Neil Jerram [Fri, 1 Feb 2002 16:47:00 +0000 (16:47 +0000)]
* Unquote uses of `begin' in transformed Elisp code.

22 years ago*** empty log message ***
Marius Vollmer [Thu, 31 Jan 2002 19:59:39 +0000 (19:59 +0000)]
*** empty log message ***

22 years ago(scm_gensym): Use " g" as default prefix, not "g".
Marius Vollmer [Thu, 31 Jan 2002 19:59:26 +0000 (19:59 +0000)]
(scm_gensym): Use " g" as default prefix, not "g".
This might help to make unintented clashes less likely.
(scm_string_to_symbol): Protect the string until the symbols is
created.

22 years ago2002-01-31 Stefan Jahn <stefan@lkcc.org>
Stefan Jahn [Thu, 31 Jan 2002 10:38:50 +0000 (10:38 +0000)]
2002-01-31  Stefan Jahn  <stefan@lkcc.org>

        * convert.c, convert.h, convert.i.c: New files containing C
        array to Scheme conversion helpers meant to be replacement
        functions for the deprecated gh interface.

        * Makefile.am: Setup rules for new `convert.*' files.

2002-01-31  Stefan Jahn  <stefan@lkcc.org>

        * configure.in: Add -DLIBLTDL_DLL_IMPORT to INCLTDL when using
        `libltdl.dll'.

22 years ago* Rename `call-with-readline-completion-function' to `with-readline-completion-function'.
Neil Jerram [Wed, 30 Jan 2002 00:03:40 +0000 (00:03 +0000)]
* Rename `call-with-readline-completion-function' to `with-readline-completion-function'.
* More tests for Elisp nil value.
* Development work on Elisp translator.

22 years ago2002-01-29 Stefan Jahn <stefan@lkcc.org>
Stefan Jahn [Tue, 29 Jan 2002 10:46:13 +0000 (10:46 +0000)]
2002-01-29  Stefan Jahn  <stefan@lkcc.org>

        * gh.texi (scm transition summary): Documented gh equivalents
        `scm_c_string2str', `scm_c_substring2str' and `scm_c_symbol2str'
        and removed the appropriate FIXME's.

22 years ago2002-01-28 Stefan Jahn <stefan@lkcc.org>
Stefan Jahn [Mon, 28 Jan 2002 21:15:55 +0000 (21:15 +0000)]
2002-01-28  Stefan Jahn  <stefan@lkcc.org>

        * configure.in (guile_cv_have_uint32_t): Look also in
        `stdint.h' for uint32_t.

2002-01-28  Stefan Jahn  <stefan@lkcc.org>

        * symbols.c (scm_c_symbol2str): New function, replacement for
        `gh_scm2newsymbol()'.

        * strings.c (scm_c_substring2str): New function.  Proper
        replacement for `gh_get_substr()'.

        * socket.c: Include `stdint.h' if available for the `uint32_t'
        declaration.

        * scmsigs.c (s_scm_sigaction): Initialize `chandler' (inhibits
        compiler warning).

        * backtrace.c: Include `lang.h' for GUILE_DEBUG conditional.

22 years ago* More tests for the Elisp nil value.
Neil Jerram [Thu, 24 Jan 2002 22:42:02 +0000 (22:42 +0000)]
* More tests for the Elisp nil value.

22 years ago* New tests file for Elisp support.
Neil Jerram [Tue, 22 Jan 2002 23:47:46 +0000 (23:47 +0000)]
* New tests file for Elisp support.

22 years ago* Add non-libguile Elisp support files to CVS trunk. (NB work in progress.)
Neil Jerram [Tue, 22 Jan 2002 23:46:01 +0000 (23:46 +0000)]
* Add non-libguile Elisp support files to CVS trunk.  (NB work in progress.)

22 years ago* First batch of libguile changes for Elisp support.
Neil Jerram [Tue, 22 Jan 2002 23:31:39 +0000 (23:31 +0000)]
* First batch of libguile changes for Elisp support.
* Fixed a few typos.
* Minor rationalization of macros relating to source breakpoints.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Mon, 21 Jan 2002 21:32:37 +0000 (21:32 +0000)]
*** empty log message ***

22 years ago(count1, take-while): Rewrite to be tail-recursive.
Thien-Thi Nguyen [Mon, 21 Jan 2002 21:31:34 +0000 (21:31 +0000)]
(count1, take-while): Rewrite to be tail-recursive.
Thanks to Panagiotis Vossos.

22 years agoAdd Panagiotis Vossos.
Thien-Thi Nguyen [Mon, 21 Jan 2002 01:14:19 +0000 (01:14 +0000)]
Add Panagiotis Vossos.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Mon, 21 Jan 2002 01:12:37 +0000 (01:12 +0000)]
*** empty log message ***

22 years ago(map1): Rewrite to be tail-recursive.
Thien-Thi Nguyen [Mon, 21 Jan 2002 01:11:35 +0000 (01:11 +0000)]
(map1): Rewrite to be tail-recursive.
Thanks to Panagiotis Vossos for the bug report.

22 years agoMinor edits.
Marius Vollmer [Mon, 14 Jan 2002 20:45:36 +0000 (20:45 +0000)]
Minor edits.

22 years ago*** empty log message ***
Marius Vollmer [Mon, 14 Jan 2002 20:41:41 +0000 (20:41 +0000)]
*** empty log message ***

22 years ago(datum->syntax-object): Removed assertion in datum->syntax-object that
Marius Vollmer [Mon, 14 Jan 2002 20:41:30 +0000 (20:41 +0000)]
(datum->syntax-object): Removed assertion in datum->syntax-object that
checked if the first argument, a syntax-object, is an identifier.
This was a unconvenient and unnecessary restriction.  Thanks to Dorai
Sitaram!

22 years ago*** empty log message ***
Marius Vollmer [Mon, 14 Jan 2002 18:10:30 +0000 (18:10 +0000)]
*** empty log message ***

22 years ago(autoconf-macros.texi): Also set GUILE_LOAD_PATH when invoking the
Marius Vollmer [Mon, 14 Jan 2002 18:10:19 +0000 (18:10 +0000)]
(autoconf-macros.texi): Also set GUILE_LOAD_PATH when invoking the
uninstalled guile executable.

22 years ago*** empty log message ***
Marius Vollmer [Sat, 12 Jan 2002 17:52:34 +0000 (17:52 +0000)]
*** empty log message ***

22 years ago(generic-write): New per-line-prefix argument.
Marius Vollmer [Sat, 12 Jan 2002 17:47:44 +0000 (17:47 +0000)]
(generic-write): New per-line-prefix argument.
(pretty-print): Check whether the new keyword argument style is
used and dispatch to pretty-print-with-keys accordingly.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Sat, 12 Jan 2002 04:30:34 +0000 (04:30 +0000)]
*** empty log message ***

22 years ago(script_sources): Add autofrisk.
Thien-Thi Nguyen [Sat, 12 Jan 2002 04:28:38 +0000 (04:28 +0000)]
(script_sources): Add autofrisk.

22 years agoInitial revision
Thien-Thi Nguyen [Sat, 12 Jan 2002 04:27:44 +0000 (04:27 +0000)]
Initial revision

22 years agoAutoload module (ice-9 getopt-long).
Thien-Thi Nguyen [Sat, 12 Jan 2002 04:27:16 +0000 (04:27 +0000)]
Autoload module (ice-9 getopt-long).
Use module (srfi srfi-13).
Export `use2dot'.

(string-append/separator, mapconcat): Delete.
(vv): Now take list of pairs, and return the mapping..
(>>header): Use `string-join'.
(>>): New proc.
(use2dot): Use `getopt-long'.  Use `>>'.

22 years agoFix typo in commentary; nfc.
Thien-Thi Nguyen [Sat, 12 Jan 2002 04:22:34 +0000 (04:22 +0000)]
Fix typo in commentary; nfc.

22 years ago* eval.c: Removed outdated references to "everr". Improved some
Dirk Herrmann [Thu, 10 Jan 2002 21:57:03 +0000 (21:57 +0000)]
* eval.c:  Removed outdated references to "everr".  Improved some
comments.

(scm_deval_args, deval_args):  Renamed scm_deval_args to
deval_args, since it is not part of the interface.

(SCM_CEVAL):  Added (maybe somewhat verbose) comment.  Avoid to
use references to debug.vect[0] before it exists.  Add parentheses
to switch statement.

* goops.h:  Added local emacs variables.

22 years ago* eval.[ch] (scm_deval_args): Made static.
Dirk Herrmann [Thu, 10 Jan 2002 21:11:22 +0000 (21:11 +0000)]
* eval.[ch] (scm_deval_args):  Made static.

* srcprop.c (scm_source_property):  Remove redundant SCM_IMP
test.

* strings.c (scm_c_string2str):  Clarified comment.  Replaced
THINKME by FIXME for uniformness.  Removed question about whether
arguments need to be protected from garbage collection:  Arguments
must be protected as any other variable.

22 years ago* procs.h (SCM_CLOSURE_BODY): New Macro.
Dirk Herrmann [Thu, 10 Jan 2002 20:52:45 +0000 (20:52 +0000)]
* procs.h (SCM_CLOSURE_BODY):  New Macro.

* debug.c (scm_procedure_name, scm_procedure_source), eval.c
(SCM_CEVAL, SCM_APPLY), goops.c (scm_sys_initialize_object,
get_slot_value, set_slot_value), procs.c
(scm_procedure_documentation), sort.c (closureless), stacks.c
(get_applybody): Replace SCM_CDR (SCM_CODE (...)) by
SCM_CLOSURE_BODY.

* sort.c (closureless): Prefer !SCM_FOOP over SCM_NFOOP.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Thu, 10 Jan 2002 02:11:12 +0000 (02:11 +0000)]
*** empty log message ***

22 years ago(autoconf-macros.texi): Fix build bug: Write this file to srcdir.
Thien-Thi Nguyen [Thu, 10 Jan 2002 01:34:22 +0000 (01:34 +0000)]
(autoconf-macros.texi): Fix build bug: Write this file to srcdir.

22 years ago * Makefile.am: attempt to use guile from $(top_builddir)/libguile
Gary Houston [Tue, 8 Jan 2002 18:04:10 +0000 (18:04 +0000)]
* Makefile.am: attempt to use guile from $(top_builddir)/libguile
when building autoconf-macros.texi.  There are still problems with
modules and running makeinfo when builddir != srcdir.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Tue, 8 Jan 2002 08:31:05 +0000 (08:31 +0000)]
*** empty log message ***

22 years agoSpell check.
Thien-Thi Nguyen [Tue, 8 Jan 2002 08:29:00 +0000 (08:29 +0000)]
Spell check.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Tue, 8 Jan 2002 03:50:13 +0000 (03:50 +0000)]
*** empty log message ***

22 years ago(scripts_sources): Add frisk.
Thien-Thi Nguyen [Tue, 8 Jan 2002 03:46:50 +0000 (03:46 +0000)]
(scripts_sources): Add frisk.
(list): New target.
(overview): Also report module interfaces.

22 years agoRewrite using (scripts frisk).
Thien-Thi Nguyen [Tue, 8 Jan 2002 03:39:04 +0000 (03:39 +0000)]
Rewrite using (scripts frisk).

22 years agoInitial revision.
Thien-Thi Nguyen [Tue, 8 Jan 2002 03:37:57 +0000 (03:37 +0000)]
Initial revision.

22 years ago* Fix doc typo.
Neil Jerram [Mon, 7 Jan 2002 20:48:02 +0000 (20:48 +0000)]
* Fix doc typo.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Sun, 6 Jan 2002 07:46:22 +0000 (07:46 +0000)]
*** empty log message ***

22 years agoSpell check.
Thien-Thi Nguyen [Sun, 6 Jan 2002 07:45:06 +0000 (07:45 +0000)]
Spell check.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Thu, 3 Jan 2002 00:00:53 +0000 (00:00 +0000)]
*** empty log message ***

22 years ago(Part II): Add "Autoconf Support"; include autoconf.texi.
Thien-Thi Nguyen [Wed, 2 Jan 2002 23:59:00 +0000 (23:59 +0000)]
(Part II): Add "Autoconf Support"; include autoconf.texi.

22 years ago(guile_TEXINFOS): Add autoconf.texi and autoconf-macros.texi.
Thien-Thi Nguyen [Wed, 2 Jan 2002 23:57:40 +0000 (23:57 +0000)]
(guile_TEXINFOS): Add autoconf.texi and autoconf-macros.texi.

(autoconf.texi, autoconf-macros.texi): New rules.

22 years agoInitial revision
Thien-Thi Nguyen [Wed, 2 Jan 2002 23:56:17 +0000 (23:56 +0000)]
Initial revision

22 years ago*** empty log message ***
Thien-Thi Nguyen [Wed, 2 Jan 2002 23:55:12 +0000 (23:55 +0000)]
*** empty log message ***

22 years agoAdd Alexandre Duret-Lutz.
Thien-Thi Nguyen [Wed, 2 Jan 2002 23:51:42 +0000 (23:51 +0000)]
Add Alexandre Duret-Lutz.

22 years agoRewrite comments in texi.
Thien-Thi Nguyen [Wed, 2 Jan 2002 23:50:38 +0000 (23:50 +0000)]
Rewrite comments in texi.

(GUILE_FLAGS): Rewrite.
Thanks to Alexandre Duret-Lutz.

22 years ago* TODO: Added two items.
Dirk Herrmann [Mon, 31 Dec 2001 13:32:18 +0000 (13:32 +0000)]
* TODO: Added two items.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Sat, 29 Dec 2001 03:57:34 +0000 (03:57 +0000)]
*** empty log message ***

22 years ago(GUILE_PROGS, GUILE_SITE_DIR, GUILE_CHECK,
Thien-Thi Nguyen [Sat, 29 Dec 2001 03:55:52 +0000 (03:55 +0000)]
(GUILE_PROGS, GUILE_SITE_DIR, GUILE_CHECK,
GUILE_MODULE_EXPORTS, GUILE_MODULE_REQUIRED_EXPORTS): New macros.

(GUILE_MODULE_CHECK): Renamed from AC_GUILE_MODULE_CHECK.
Rewritten to expect `description' as a present-tense verb phrase.

(GUILE_MODULE_AVAILABLE, GUILE_MODULE_REQUIRED): Renamed likewise.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Fri, 28 Dec 2001 10:29:39 +0000 (10:29 +0000)]
*** empty log message ***

22 years agoUpdate copyright.
Thien-Thi Nguyen [Fri, 28 Dec 2001 10:18:39 +0000 (10:18 +0000)]
Update copyright.
Add index in header comments.

(AC_GUILE_MODULE_CHECK, AC_GUILE_MODULE_AVAILABLE,
AC_GUILE_MODULE_REQUIRED): New macros.

22 years agoReally check for "makeinfo", not for "maakeinfo", which I put there
Marius Vollmer [Wed, 26 Dec 2001 15:39:06 +0000 (15:39 +0000)]
Really check for "makeinfo", not for "maakeinfo", which I put there
for testing the failure case.

22 years ago*** empty log message ***
Marius Vollmer [Wed, 26 Dec 2001 15:37:14 +0000 (15:37 +0000)]
*** empty log message ***

22 years ago(guile-procedures.txt): When we don't have makeinfo, use "cp" instead.
Marius Vollmer [Wed, 26 Dec 2001 15:37:01 +0000 (15:37 +0000)]
(guile-procedures.txt): When we don't have makeinfo, use "cp" instead.

22 years ago(HAVE_MAKEINFO): Check for the makeinfo program and set this
Marius Vollmer [Wed, 26 Dec 2001 15:36:43 +0000 (15:36 +0000)]
(HAVE_MAKEINFO): Check for the makeinfo program and set this
conditional accordingly.

22 years agoAdded Ron Peterson.
Marius Vollmer [Sat, 22 Dec 2001 13:50:01 +0000 (13:50 +0000)]
Added Ron Peterson.

22 years ago*** empty log message ***
Marius Vollmer [Sat, 22 Dec 2001 13:49:47 +0000 (13:49 +0000)]
*** empty log message ***

22 years ago(Alist Example): Changed "Bismarck" to "Pierre". Thanks to Ron
Marius Vollmer [Sat, 22 Dec 2001 13:49:05 +0000 (13:49 +0000)]
(Alist Example): Changed "Bismarck" to "Pierre".  Thanks to Ron
Peterson!

22 years ago* Work on Programming Overview chapter.
Neil Jerram [Sat, 22 Dec 2001 12:39:10 +0000 (12:39 +0000)]
* Work on Programming Overview chapter.

22 years ago*** empty log message ***
Marius Vollmer [Sun, 16 Dec 2001 21:58:33 +0000 (21:58 +0000)]
*** empty log message ***

22 years ago(let-values): Use `gensym' instead of `gentemp'.
Marius Vollmer [Sun, 16 Dec 2001 21:58:24 +0000 (21:58 +0000)]
(let-values): Use `gensym' instead of `gentemp'.

22 years ago(scm_make_continuation): Do not retain the throw_value when the
Marius Vollmer [Sun, 16 Dec 2001 21:58:02 +0000 (21:58 +0000)]
(scm_make_continuation): Do not retain the throw_value when the
continuation is invoked.

22 years ago(scm_t_stackype): Renamed to scm_stack_type everywhere.
Marius Vollmer [Sun, 16 Dec 2001 21:57:52 +0000 (21:57 +0000)]
(scm_t_stackype): Renamed to scm_stack_type everywhere.

22 years ago2001-12-08 Stefan Jahn <stefan@lkcc.org>
Stefan Jahn [Sat, 8 Dec 2001 12:50:37 +0000 (12:50 +0000)]
2001-12-08  Stefan Jahn  <stefan@lkcc.org>

        * strings.c (scm_c_string2str): New function.  Converts a
        given Scheme string into a C string.  Also put in two
        THINKME's regarding the malloc policy for the missing converter
        routines.

22 years ago* Various small manual improvements.
Neil Jerram [Fri, 7 Dec 2001 17:08:19 +0000 (17:08 +0000)]
* Various small manual improvements.

22 years ago* Fix comment typo.
Neil Jerram [Fri, 7 Dec 2001 17:03:15 +0000 (17:03 +0000)]
* Fix comment typo.

22 years ago*** empty log message ***
Gary Houston [Tue, 4 Dec 2001 15:10:16 +0000 (15:10 +0000)]
*** empty log message ***

22 years ago * some discussion in extension/dynamic-root.text.
Gary Houston [Tue, 4 Dec 2001 12:48:28 +0000 (12:48 +0000)]
* some discussion in extension/dynamic-root.text.

22 years agoSmall typo fix in scheme-procedures.texi.
Martin Grabmüller [Tue, 4 Dec 2001 11:24:43 +0000 (11:24 +0000)]
Small typo fix in scheme-procedures.texi.

22 years ago*** empty log message ***
Gary Houston [Mon, 3 Dec 2001 18:35:15 +0000 (18:35 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Thien-Thi Nguyen [Mon, 3 Dec 2001 11:25:28 +0000 (11:25 +0000)]
*** empty log message ***

22 years agoGrammar fix.
Thien-Thi Nguyen [Mon, 3 Dec 2001 11:24:44 +0000 (11:24 +0000)]
Grammar fix.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Sun, 2 Dec 2001 01:40:53 +0000 (01:40 +0000)]
*** empty log message ***

22 years agoFix virulent typo.
Thien-Thi Nguyen [Sun, 2 Dec 2001 01:38:56 +0000 (01:38 +0000)]
Fix virulent typo.

22 years ago* Split the Data Types chapter into two; plus a few other smaller changes.
Neil Jerram [Sat, 1 Dec 2001 21:48:30 +0000 (21:48 +0000)]
* Split the Data Types chapter into two; plus a few other smaller changes.

22 years ago* Add ETAGS_ARGS decls so that more stuff gets tagged.
Neil Jerram [Sat, 1 Dec 2001 15:55:54 +0000 (15:55 +0000)]
* Add ETAGS_ARGS decls so that more stuff gets tagged.

22 years ago* gh_data.c (gh_module_lookup): Use scm_str2symbol rather than gh_symbol2scm.
Neil Jerram [Sat, 1 Dec 2001 15:54:58 +0000 (15:54 +0000)]
* gh_data.c (gh_module_lookup): Use scm_str2symbol rather than gh_symbol2scm.

22 years ago* Improve symbol documentation.
Neil Jerram [Sat, 1 Dec 2001 15:53:04 +0000 (15:53 +0000)]
* Improve symbol documentation.
* Move variables doc into Modules chapter.
* Move Rx doc into Guile Modules part.
* Other minor doc changes.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Thu, 29 Nov 2001 00:20:27 +0000 (00:20 +0000)]
*** empty log message ***

22 years ago(ferret): New proc.
Thien-Thi Nguyen [Thu, 29 Nov 2001 00:19:13 +0000 (00:19 +0000)]
(ferret): New proc.
(grok): Use `ferret'.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Thu, 29 Nov 2001 00:03:00 +0000 (00:03 +0000)]
*** empty log message ***

22 years ago(write-punily): Handle symbols with ":" prefix specially.
Thien-Thi Nguyen [Thu, 29 Nov 2001 00:01:54 +0000 (00:01 +0000)]
(write-punily): Handle symbols with ":" prefix specially.

22 years ago * added extension directory and extension/dynamic-root.text with
Gary Houston [Wed, 28 Nov 2001 12:43:22 +0000 (12:43 +0000)]
* added extension directory and extension/dynamic-root.text with
a description of the problem.

22 years ago* gc.h (SCM_GC_CELL_WORD, SCM_GC_CELL_OBJECT,
Dirk Herrmann [Tue, 27 Nov 2001 23:18:16 +0000 (23:18 +0000)]
* gc.h (SCM_GC_CELL_WORD, SCM_GC_CELL_OBJECT,
SCM_GC_SET_CELL_WORD, SCM_GC_SET_CELL_OBJECT):  New macros.

(SCM_GC_CELL_TYPE, SCM_CELL_WORD, SCM_CELL_OBJECT,
SCM_SET_CELL_WORD, SCM_SET_CELL_OBJECT, SCM_FREE_CELL_CDR,
SCM_GC_SET_CELL_OBJECT):  Express in terms of SCM_GC_CELL_*
macros.

(SCM_FREE_CELL_P):  Express in terms of SCM_GC_CELL_TYPE.

* inline.h (scm_alloc_cell, scm_alloc_double_cell):  Use
SCM_GC_CELL_* macros when accessing free cells.

22 years ago*** empty log message ***
Marius Vollmer [Tue, 27 Nov 2001 22:36:31 +0000 (22:36 +0000)]
*** empty log message ***

22 years ago(string-index, list-head): Removed, we already these in the core.
Marius Vollmer [Tue, 27 Nov 2001 22:36:21 +0000 (22:36 +0000)]
(string-index, list-head): Removed, we already these in the core.

22 years agoSome new ideas.
Marius Vollmer [Tue, 27 Nov 2001 22:36:10 +0000 (22:36 +0000)]
Some new ideas.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Sun, 25 Nov 2001 20:56:59 +0000 (20:56 +0000)]
*** empty log message ***

22 years agoFix spelling.
Thien-Thi Nguyen [Sun, 25 Nov 2001 20:53:19 +0000 (20:53 +0000)]
Fix spelling.
Reword `getpass' intro blurb.

22 years agoUpdated for SCM_NEWCELL(2) deprecation.
Marius Vollmer [Sun, 25 Nov 2001 19:08:28 +0000 (19:08 +0000)]
Updated for SCM_NEWCELL(2) deprecation.

22 years ago*** empty log message ***
Marius Vollmer [Sun, 25 Nov 2001 15:24:07 +0000 (15:24 +0000)]
*** empty log message ***