1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-04 19:20:27 +02:00
guile/libguile
Mikael Djurfeldt 4a4c9785e0 * gc.c, gc.h, pairs.h, init.c: Implementation of a new way of
allocating heap.  The basic idea is to trigger GC every Nth
allocated cell and grow heap when free list runs out.  The scheme
has been extended so that GC isn't triggered until all remaining
cells are used.  The implementation is also prepared for
development in the direction of POSIX threads.

* gc.c (SCM_EXPHEAP): In order to grow by a factor of 1.5,
SCM_EXPHEAP should return half of the heap size.
2000-03-15 07:30:53 +00:00
..
.cvsignore *** empty log message *** 2000-01-16 22:07:08 +00:00
__scm.h * __scm.h (GUILE_NEW_GC_SCHEME): Define this if you want to test a 2000-03-15 07:30:39 +00:00
_scm.h 1999-09-18 Gary Houston <ghouston@freewire.co.uk> 1999-09-18 17:13:38 +00:00
alist.c * alist.c, eval.c, net_db.c, posix.c, print.c, snarf.h, struct.c, 2000-03-12 16:08:24 +00:00
alist.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
alloca.c * *.c: Finish replacing K&R style prototypes with ANSI C 1999-12-12 20:35:02 +00:00
arbiters.c *** empty log message *** 2000-03-12 18:30:33 +00:00
arbiters.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
async.c * async.c, async.h: made async representation a double cell. 2000-03-14 06:39:28 +00:00
async.h * async.c, async.h: made async representation a double cell. 2000-03-14 06:39:28 +00:00
backtrace.c * error.h, error.c: Added `scm_wrong_type_arg_msg' to support 2000-03-03 00:09:54 +00:00
backtrace.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
boolean.c * error.h, error.c: Added `scm_wrong_type_arg_msg' to support 2000-03-03 00:09:54 +00:00
boolean.h *** empty log message *** 2000-03-12 18:30:33 +00:00
ChangeLog *** empty log message *** 2000-03-14 22:15:24 +00:00
ChangeLog-1996-1999 Moved old ChangeLog text to ChangeLog-1996-1999 (added that file) 2000-01-05 01:44:04 +00:00
ChangeLog-gh Add note saying where this came from, and suggesting that new log 1997-04-15 01:26:20 +00:00
ChangeLog-scm Renamed to ChangeLog-scm from ChangeLog.scm, so it won't interfere with 1996-11-21 16:03:02 +00:00
ChangeLog-threads Merge threads directory into libguile. 1997-04-15 01:34:36 +00:00
chars.c * error.h, error.c: Added `scm_wrong_type_arg_msg' to support 2000-03-03 00:09:54 +00:00
chars.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
continuations.c * *.c: Finish replacing K&R style prototypes with ANSI C 1999-12-12 20:35:02 +00:00
continuations.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
coop-defs.h Reverted recent change to scm_mutex_init: now backward compatible 2000-03-12 14:26:59 +00:00
coop-threads.c * struct.c, coop-threads.c: SCM_ASSCM/ASWORD fixes. 2000-03-12 16:09:34 +00:00
coop-threads.c.cygnus * Lots of files: New address for FSF. 1997-05-26 22:34:48 +00:00
coop-threads.h Get rid of warnings from the cooperative threading system. 1998-10-03 13:33:53 +00:00
coop-threads.h.cygnus * Lots of files: New address for FSF. 1997-05-26 22:34:48 +00:00
coop.c * coop.c (coop_condition_variable_timed_wait_mutex): Use ETIMEDOUT 2000-03-12 01:48:04 +00:00
COPYING * Lots of files: New address for FSF. 1997-05-26 22:34:48 +00:00
cpp_cnvt.awk * ioext.c (scm_setfileno): throw a runtime error if SET_FILE_FD_FIELD 1997-03-29 18:42:43 +00:00
cpp_err_symbols.in * cpp_err_symbols.in: Renamed from cpp_err_symbols, to avoid 1997-04-05 23:35:03 +00:00
cpp_errno.c * ioext.c (scm_setfileno): throw a runtime error if SET_FILE_FD_FIELD 1997-03-29 18:42:43 +00:00
cpp_sig_symbols.in * cpp_err_symbols.in: Renamed from cpp_err_symbols, to avoid 1997-04-05 23:35:03 +00:00
cpp_signal.c * ioext.c (scm_setfileno): throw a runtime error if SET_FILE_FD_FIELD 1997-03-29 18:42:43 +00:00
debug.c *** empty log message *** 2000-03-12 18:30:33 +00:00
debug.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
dynl.c * dynl.c: made dynamic_obj representation a double cell. 2000-03-14 06:39:37 +00:00
dynl.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
dynwind.c * dynwind.c: changed the wind-guards representation to double 2000-03-14 06:39:44 +00:00
dynwind.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
eq.c * __scm.h eq.c, eval.c, gc.c, hc.h, gh_data, hash.c, numbers.c, 2000-03-14 06:43:03 +00:00
eq.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
error.c * error.h, error.c: Added `scm_wrong_type_arg_msg' to support 2000-03-03 00:09:54 +00:00
error.h * error.h, error.c: Added `scm_wrong_type_arg_msg' to support 2000-03-03 00:09:54 +00:00
eval.c * eval.c, lang.c, lang.h (scm_lisp_nil, scm_lisp_t): Renamed from 2000-03-14 16:41:03 +00:00
eval.h *** empty log message *** 2000-03-12 18:30:33 +00:00
evalext.c * error.h, error.c: Added `scm_wrong_type_arg_msg' to support 2000-03-03 00:09:54 +00:00
evalext.h * __scm.h, backtrace.c, backtrace.h, debug.c, debug.h, dynl-dld.c, 1999-09-12 11:16:13 +00:00
feature.c *.[ch]: make a distinction between SCM as a generic 2000-03-09 18:58:58 +00:00
feature.h *** empty log message *** 2000-03-12 18:30:33 +00:00
filesys.c *.[ch]: make a distinction between SCM as a generic 2000-03-09 18:58:58 +00:00
filesys.h *** empty log message *** 2000-03-12 18:30:33 +00:00
fluids.c *.[ch]: make a distinction between SCM as a generic 2000-03-09 18:58:58 +00:00
fluids.h *** empty log message *** 2000-03-12 18:30:33 +00:00
fports.c * ports.c (flush_void_port): renamed to flush_port_default. 2000-03-13 22:21:21 +00:00
fports.h *** empty log message *** 2000-03-12 18:30:33 +00:00
fsu-pthreads.h * *.h: Use SCM_NIMP(X) && in all the FOOP macros. 1999-12-16 03:46:42 +00:00
gc.c * gc.c, gc.h, pairs.h, init.c: Implementation of a new way of 2000-03-15 07:30:53 +00:00
gc.h * gc.c, gc.h, pairs.h, init.c: Implementation of a new way of 2000-03-15 07:30:53 +00:00
gdb_interface.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
gdbint.c * *.h: Use SCM_NIMP(X) && in all the FOOP macros. 1999-12-16 03:46:42 +00:00
gdbint.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
genio.h * ioext.c (scm_do_read_line): Rewritten to use memchr to find the 1999-06-09 12:19:58 +00:00
gh.h *** empty log message *** 2000-03-14 06:43:57 +00:00
gh_data.c *** empty log message *** 2000-03-14 06:43:57 +00:00
gh_eval.c *** empty log message *** 1999-12-10 03:06:51 +00:00
gh_funcs.c some trivial cleanup 1998-01-16 00:32:28 +00:00
gh_init.c * init.c (invoke_main_func): Load the startup files (boot-9.scm) 1998-10-03 17:40:08 +00:00
gh_io.c * * gh_io.c (gh_write): New function. 1997-08-13 14:55:34 +00:00
gh_list.c implemented several missing gh_ functions, mostly related to lists and pairs 1997-10-20 03:59:37 +00:00
gh_predicates.c implemented several missing gh_ functions, mostly related to lists and pairs 1997-10-20 03:59:37 +00:00
gh_test_c.c trivial 1998-04-11 12:40:19 +00:00
gh_test_repl.c completing changes to gh_repl and uniform array stuff 1997-11-25 17:20:23 +00:00
gsubr.c * tag.c: Added doc for `tag', but mark as deprecated since Mikael 2000-01-26 18:07:07 +00:00
gsubr.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
guardians.c * error.h, error.c: Added `scm_wrong_type_arg_msg' to support 2000-03-03 00:09:54 +00:00
guardians.h * guardians.c, guardians.h (scm_make_guardian, 1998-12-23 06:38:06 +00:00
guile-doc-snarf.in * guile-doc-snarf.in: Don't use absolute path for `sed'. (Note 2000-03-13 11:04:41 +00:00
guile-func-name-check.in * guile-func-name-check.in: Added this script to statically check 2000-01-11 21:47:57 +00:00
guile-snarf.awk.in * guile-snarf.awk.in: Tweak to work with Sun/HP awk, removed some 2000-02-10 19:45:10 +00:00
guile-snarf.in * snarf.h: Drop SCM_PROC, SCM_PROC1. Added extra output for 1999-12-12 23:37:40 +00:00
guile.c * guile.c: register preloaded modules 2000-01-10 00:37:47 +00:00
hash.c * __scm.h eq.c, eval.c, gc.c, hc.h, gh_data, hash.c, numbers.c, 2000-03-14 06:43:03 +00:00
hash.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
hashtab.c * error.h, error.c: Added `scm_wrong_type_arg_msg' to support 2000-03-03 00:09:54 +00:00
hashtab.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
inet_aton.c * *.c: Finish replacing K&R style prototypes with ANSI C 1999-12-12 20:35:02 +00:00
init.c * gc.c, gc.h, pairs.h, init.c: Implementation of a new way of 2000-03-15 07:30:53 +00:00
init.h * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c, 1998-10-19 21:36:50 +00:00
ioext.c * fports.c (scm_fdes_to_port): call fcntl F_GETFL to test that 2000-03-12 19:58:56 +00:00
ioext.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
iselect.c * iselect.c (scm_internal_select): Added SCM_ASYNC_TICK at the 2000-03-13 10:47:14 +00:00
iselect.h * iselect.h: Always declare scm_internal_select. 2000-03-13 10:47:24 +00:00
keywords.c * error.h, error.c: Added `scm_wrong_type_arg_msg' to support 2000-03-03 00:09:54 +00:00
keywords.h *** empty log message *** 2000-03-12 18:30:33 +00:00
kw.h * kw.h: New file. 1999-03-22 12:06:52 +00:00
lang.c * eval.c, lang.c, lang.h (scm_lisp_nil, scm_lisp_t): Renamed from 2000-03-14 16:41:03 +00:00
lang.h * eval.c, lang.c, lang.h (scm_lisp_nil, scm_lisp_t): Renamed from 2000-03-14 16:41:03 +00:00
libguile.h * libguile.h: #include "objects.h" 1999-06-23 11:16:18 +00:00
list.c * error.h, error.c: Added `scm_wrong_type_arg_msg' to support 2000-03-03 00:09:54 +00:00
list.h *** empty log message *** 2000-01-18 14:13:43 +00:00
load.c * error.h, error.c: Added `scm_wrong_type_arg_msg' to support 2000-03-03 00:09:54 +00:00
load.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
macros.c *** empty log message *** 2000-03-12 18:30:33 +00:00
macros.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
Makefile.am * Makefile.am (libguile_la_LDFLAGS): Bumped library version 2000-03-14 06:37:16 +00:00
mallocs.c *.[ch]: make a distinction between SCM as a generic 2000-03-09 18:58:58 +00:00
mallocs.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
memmove.c * *.c: Finish replacing K&R style prototypes with ANSI C 1999-12-12 20:35:02 +00:00
mit-pthreads.c * threads.c, mit-pthreads.c, list.c, coop.c: Remove K&R 1999-12-19 18:24:12 +00:00
mit-pthreads.h * *.h: Use SCM_NIMP(X) && in all the FOOP macros. 1999-12-16 03:46:42 +00:00
modules.c * *.c: Finish replacing K&R style prototypes with ANSI C 1999-12-12 20:35:02 +00:00
modules.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
net_db.c * alist.c, eval.c, net_db.c, posix.c, print.c, snarf.h, struct.c, 2000-03-12 16:08:24 +00:00
net_db.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
numbers.c * __scm.h eq.c, eval.c, gc.c, hc.h, gh_data, hash.c, numbers.c, 2000-03-14 06:41:12 +00:00
numbers.h * __scm.h eq.c, eval.c, gc.c, hc.h, gh_data, hash.c, numbers.c, 2000-03-14 06:41:25 +00:00
objects.c * __scm.h eq.c, eval.c, gc.c, hc.h, gh_data, hash.c, numbers.c, 2000-03-14 06:43:03 +00:00
objects.h *** empty log message *** 2000-03-12 18:30:33 +00:00
objprop.c * objprop.c (s_scm_set_object_property_x): Use scm_assq instead of 2000-03-14 17:24:48 +00:00
objprop.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
options.c *** empty log message *** 2000-03-12 18:30:33 +00:00
options.h *.[ch]: make a distinction between SCM as a generic 2000-03-09 18:58:58 +00:00
pairs.c * error.h, error.c: Added `scm_wrong_type_arg_msg' to support 2000-03-03 00:09:54 +00:00
pairs.h * gc.c, gc.h, pairs.h, init.c: Implementation of a new way of 2000-03-15 07:30:53 +00:00
ports.c * ports.c (flush_void_port): renamed to flush_port_default. 2000-03-13 22:21:21 +00:00
ports.h * ports.c (flush_void_port): renamed to flush_port_default. 2000-03-13 22:21:21 +00:00
posix.c * alist.c, eval.c, net_db.c, posix.c, print.c, snarf.h, struct.c, 2000-03-12 16:08:24 +00:00
posix.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
print.c *** empty log message *** 2000-03-12 18:30:33 +00:00
print.h *.[ch]: make a distinction between SCM as a generic 2000-03-09 18:58:58 +00:00
procprop.c * error.h, error.c: Added `scm_wrong_type_arg_msg' to support 2000-03-03 00:09:54 +00:00
procprop.h * backtrace.c, debug.c, eval.c, eval.h, gsubr.c, procprop.h, 1999-08-17 08:47:47 +00:00
procs.c * procs.c, procs.h: changed the procedure-with-setter representation 2000-03-14 06:41:56 +00:00
procs.h * procs.c, procs.h: changed the procedure-with-setter representation 2000-03-14 06:41:56 +00:00
putenv.c * *.c: Finish replacing K&R style prototypes with ANSI C 1999-12-12 20:35:02 +00:00
ramap.c * __scm.h eq.c, eval.c, gc.c, hc.h, gh_data, hash.c, numbers.c, 2000-03-14 06:43:03 +00:00
ramap.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
random.c * __scm.h eq.c, eval.c, gc.c, hc.h, gh_data, hash.c, numbers.c, 2000-03-14 06:43:03 +00:00
random.h * *.h: Use SCM_NIMP(X) && in all the FOOP macros. 1999-12-16 03:46:42 +00:00
read.c *** empty log message *** 2000-03-12 18:30:33 +00:00
read.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
regex-posix.c * error.h, error.c: Added `scm_wrong_type_arg_msg' to support 2000-03-03 00:09:54 +00:00
regex-posix.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
remaining-docs-needed * run-test, remaining-docs-needed: Added these scripts. The 2000-03-07 16:06:13 +00:00
root.c * alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c, 2000-01-18 11:24:03 +00:00
root.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
run-test * run-test, remaining-docs-needed: Added these scripts. The 2000-03-07 16:06:13 +00:00
scmsigs.c * error.h, error.c: Added `scm_wrong_type_arg_msg' to support 2000-03-03 00:09:54 +00:00
scmsigs.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
script.c * strings.h: don't use SCM_P. don't include <string.h>. 2000-01-31 18:29:56 +00:00
script.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
simpos.c * error.h, error.c: Added `scm_wrong_type_arg_msg' to support 2000-03-03 00:09:54 +00:00
simpos.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
smob.c *** empty log message *** 2000-03-14 06:43:57 +00:00
smob.h * smob.h (SCM_SMOB_PREDICATE): New macro. 2000-03-14 06:42:40 +00:00
snarf.h * alist.c, eval.c, net_db.c, posix.c, print.c, snarf.h, struct.c, 2000-03-12 16:08:24 +00:00
socket.c * error.h, error.c: Added `scm_wrong_type_arg_msg' to support 2000-03-03 00:09:54 +00:00
socket.h * configure.in: check for hstrerror. 1999-11-18 22:36:28 +00:00
sort.c * error.h, error.c: Added `scm_wrong_type_arg_msg' to support 2000-03-03 00:09:54 +00:00
sort.h * sort.c, sort.h: New files: Implement slib's and scsh's sort 1999-01-10 07:57:58 +00:00
srcprop.c * error.h, error.c: Added `scm_wrong_type_arg_msg' to support 2000-03-03 00:09:54 +00:00
srcprop.h *** empty log message *** 2000-03-12 18:30:33 +00:00
stackchk.c * *.c: Finish replacing K&R style prototypes with ANSI C 1999-12-12 20:35:02 +00:00
stackchk.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
stacks.c *** empty log message *** 2000-03-12 18:30:33 +00:00
stacks.h *** empty log message *** 2000-03-12 18:30:33 +00:00
stamp-h.in Changes to use automake-generated Makefile.ins everywhere 1996-12-03 05:34:34 +00:00
stime.c * error.h, error.c: Added `scm_wrong_type_arg_msg' to support 2000-03-03 00:09:54 +00:00
stime.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
strerror.c * *.c: Finish replacing K&R style prototypes with ANSI C 1999-12-12 20:35:02 +00:00
strings.c * error.h, error.c: Added `scm_wrong_type_arg_msg' to support 2000-03-03 00:09:54 +00:00
strings.h * strings.h: don't use SCM_P. don't include <string.h>. 2000-01-31 18:29:56 +00:00
strop.c * error.h, error.c: Added `scm_wrong_type_arg_msg' to support 2000-03-03 00:09:54 +00:00
strop.h * strop.c (scm_string_capitalize_x): Use the SCM object `s' in 1999-05-09 09:12:35 +00:00
strorder.c * error.h, error.c: Added `scm_wrong_type_arg_msg' to support 2000-03-03 00:09:54 +00:00
strorder.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
strports.c *** empty log message *** 2000-03-12 18:30:33 +00:00
strports.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
struct.c *** empty log message *** 2000-03-12 18:30:33 +00:00
struct.h *** empty log message *** 2000-03-12 18:30:33 +00:00
symbols.c * error.h, error.c: Added `scm_wrong_type_arg_msg' to support 2000-03-03 00:09:54 +00:00
symbols.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
tag.c *** empty log message *** 2000-03-12 18:30:33 +00:00
tag.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
tags.h * tags.h (scm_tcs_bignums): Removed. 2000-03-14 06:42:48 +00:00
threads.c * threads.c, mit-pthreads.c, list.c, coop.c: Remove K&R 1999-12-19 18:24:12 +00:00
threads.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
throw.c * fports.c (scm_fdes_to_port): call fcntl F_GETFL to test that 2000-03-12 19:58:56 +00:00
throw.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
unif.c * __scm.h eq.c, eval.c, gc.c, hc.h, gh_data, hash.c, numbers.c, 2000-03-14 06:42:56 +00:00
unif.h * __scm.h eq.c, eval.c, gc.c, hc.h, gh_data, hash.c, numbers.c, 2000-03-14 06:43:03 +00:00
validate.h * validate.h, scm_validate.h: Added the former, as a renamed 2000-03-03 00:11:46 +00:00
variable.c *.[ch]: make a distinction between SCM as a generic 2000-03-09 18:58:58 +00:00
variable.h *** empty log message *** 2000-03-12 18:30:33 +00:00
vectors.c * error.h, error.c: Added `scm_wrong_type_arg_msg' to support 2000-03-03 00:09:54 +00:00
vectors.h *** empty log message *** 2000-03-12 18:30:33 +00:00
version.c * variable.c, version.c: Added documentation, written by hand 2000-01-25 01:50:50 +00:00
version.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
versiondat.h.in * version.c (scm_libguile_config_stamp): Deleted. See 1999-09-11 19:05:18 +00:00
vports.c * ports.c (flush_void_port): renamed to flush_port_default. 2000-03-13 22:21:21 +00:00
vports.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
weaks.c *** empty log message *** 2000-03-12 18:30:33 +00:00
weaks.h *** empty log message *** 2000-03-12 18:30:33 +00:00