1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 21:40:33 +02:00
guile/libguile
Greg J. Badros 1bbd0b849f * *.c: Pervasive software-engineering-motivated rewrite of
function headers and argument checking.  Switched SCM_PROC,
SCM_PROC1 macros to be GUILE_PROC, GUILE_PROC1 (may change names
later, but was useful to keep old versions around while migrate)
that has docstrings and argument lists embedded in the GUILE_PROC
macro invocations that expand into a function header.  Use lots of
new SCM_VALIDATE_* macros to simplify error checking and reduce
tons of redundancy.  This is very similar to what I did for Scwm.

Note that none of the extraction of the docstrings, nor software
engineering checks of Scwm is yet added to Guile.  I'll work on
that tomorrow, I expect.

* Makefile.am: Added scm_validate.h to modinclude_HEADERS.

* chars.c: Added docstrings for the primitives defined in here.

* snarf.h:  Added GUILE_PROC, GUILE_PROC1.  Added
SCM_REGISTER_PROC to be like old SCM_PROC, though old SCM_PROC
still remains for now.  Changed naming convention for the s_foo
string name of the primitive to be s_scm_foo for ease of use with
the macro.

* scm_validate.h: Lots of new SCM_VALIDATE macros to simplify
argument checking through guile.  Maybe some of these should be
folded into the header file for the types they check, but for now
it was easiest to just stick them all in one place.
1999-12-12 02:36:16 +00:00
..
.cvsignore *** empty log message *** 1999-10-05 22:36:14 +00:00
__scm.h * acconfig.h: add HAVE_ARRAYS. 1999-11-19 18:16:19 +00:00
_scm.h 1999-09-18 Gary Houston <ghouston@freewire.co.uk> 1999-09-18 17:13:38 +00:00
alist.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
alist.h * Lots of files: New address for FSF. 1997-05-26 22:34:48 +00:00
alloca.c * alloca.c (alloca): Cast value returned by malloc. (Thanks to 1999-01-11 08:06:18 +00:00
arbiters.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
arbiters.h * Lots of files: New address for FSF. 1997-05-26 22:34:48 +00:00
async.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
async.h * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c, 1998-10-19 21:36:50 +00:00
backtrace.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
backtrace.h * __scm.h, backtrace.c, backtrace.h, debug.c, debug.h, dynl-dld.c, 1999-09-12 11:16:13 +00:00
boolean.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
boolean.h * Lots of files: New address for FSF. 1997-05-26 22:34:48 +00:00
ChangeLog * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +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 * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
chars.h * chars.h, error.h, feature.h, filesys.h, gc.h, gsubr.h, macros.h, 1999-02-06 12:29:08 +00:00
continuations.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
continuations.h * Lots of files: New address for FSF. 1997-05-26 22:34:48 +00:00
coop-defs.h * coop.c (coop_condition_variable_wait): Make this function 1998-10-04 12:10:11 +00:00
coop-threads.c Greg's smob patch 1999-07-07 09:44:01 +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_wait): Removed 1998-11-19 08:15:22 +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 * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
debug.h * __scm.h, backtrace.c, backtrace.h, debug.c, debug.h, dynl-dld.c, 1999-09-12 11:16:13 +00:00
DYNAMIC-LINKING Remove uses of the #/ syntax. 1998-10-09 15:13:12 +00:00
dynl-dl.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
dynl-dld.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
dynl-shl.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
dynl-vms.c * Lots of files: New address for FSF. 1997-05-26 22:34:48 +00:00
dynl.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
dynl.h * dynl.c (DYNL_GLOBAL): New. 1999-06-21 15:14:01 +00:00
dynwind.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
dynwind.h * __scm.h, backtrace.c, backtrace.h, debug.c, debug.h, dynl-dld.c, 1999-09-12 11:16:13 +00:00
eq.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
eq.h * Lots of files: New address for FSF. 1997-05-26 22:34:48 +00:00
error.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
error.h * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums), 1999-02-06 12:31:04 +00:00
eval.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
eval.h * eval.c, eval.h (scm_sym_delay): New global symbol. 1999-10-11 17:39:37 +00:00
evalext.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +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 * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
feature.h * feature.c (scm_create_hook): New function. Replaces 1999-09-13 14:57:59 +00:00
filesys.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
filesys.h Change the name of the objects returned by OPENDIR from 1999-09-12 03:47:39 +00:00
fluids.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
fluids.h Warning fixes from Maciej Stachowiak: 1998-09-30 10:14:59 +00:00
fports.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
fports.h *** empty log message *** 1999-07-24 23:10:57 +00:00
fsu-pthreads.h * Lots of files: New address for FSF. 1997-05-26 22:34:48 +00:00
gc.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
gc.h Fix my last commit -- DEBUG_FREELIST renamed to GUILE_DEBUG_FREELIST 1999-09-28 00:54:26 +00:00
gdb_interface.h * gdb_interface.h (GDB_INTERFACE): Remove semicolon and trailing 1997-06-22 20:49:31 +00:00
gdbint.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
gdbint.h * Lots of files: New address for FSF. 1997-05-26 22:34:48 +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 *** 1999-12-10 03:06:51 +00:00
gh_data.c *** empty log message *** 1999-12-10 03:06:51 +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 * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
gsubr.h * procs.c, procs.h (scm_subr_entry): New type: Stores data 1999-08-26 04:24:42 +00:00
guardians.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
guardians.h * guardians.c, guardians.h (scm_make_guardian, 1998-12-23 06:38:06 +00:00
guile-snarf.in * guile-snarf.in: Be sure to exit with an error if CPP does. 1999-09-05 13:47:23 +00:00
guile.c * Lots of files: New address for FSF. 1997-05-26 22:34:48 +00:00
hash.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
hash.h * Lots of files: New address for FSF. 1997-05-26 22:34:48 +00:00
hashtab.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
hashtab.h * __scm.h, backtrace.c, backtrace.h, debug.c, debug.h, dynl-dld.c, 1999-09-12 11:16:13 +00:00
inet_aton.c * inet_aton.c (inet_aton): Add prototype, to remove compiler 1998-10-03 09:12:12 +00:00
init.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +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 * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
ioext.h * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c, 1998-10-19 21:36:50 +00:00
iselect.c * iselect.c, threads.c: Doc fixes. 1998-10-03 13:33:24 +00:00
iselect.h Update FSF address in copyright notices. 1999-08-06 07:26:07 +00:00
keywords.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
keywords.h * keywords.c, keywords.h (scm_c_make_keyword): New function. 1999-06-23 11:16:09 +00:00
kw.h * kw.h: New file. 1999-03-22 12:06:52 +00:00
lang.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
lang.h * Makefile.am (EXTRA_libguile_la_SOURCES): Added lang.c. 1999-07-27 19:09:31 +00:00
libguile.h * libguile.h: #include "objects.h" 1999-06-23 11:16:18 +00:00
list.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
list.h Declare scm_list_star 1999-03-11 11:46:35 +00:00
load.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
load.h * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c, 1998-10-19 21:36:50 +00:00
macros.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
macros.h * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums), 1999-02-06 12:31:04 +00:00
Makefile.am * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
Makefile.in Regenerated 1999-10-11 17:41:05 +00:00
mallocs.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
mallocs.h * Lots of files: New address for FSF. 1997-05-26 22:34:48 +00:00
memmove.c I take it all back --- bcopy does handle overlapping source and 1999-09-01 02:52:27 +00:00
mit-pthreads.c Greg's smob patch 1999-07-07 09:44:01 +00:00
mit-pthreads.h * Lots of files: New address for FSF. 1997-05-26 22:34:48 +00:00
modules.c * modules.c: #include "procprop.h" 1999-03-19 02:28:09 +00:00
modules.h * debug.c, eval.c, evalext.c, stacks.c: #include "modules.h". 1999-03-19 02:28:23 +00:00
net_db.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
net_db.h * Lots of files: New address for FSF. 1997-05-26 22:34:48 +00:00
numbers.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
numbers.h * configure.in: check for hstrerror. 1999-11-18 22:36:28 +00:00
objects.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
objects.h * __scm.h, backtrace.c, backtrace.h, debug.c, debug.h, dynl-dld.c, 1999-09-12 11:16:13 +00:00
objprop.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
objprop.h * Lots of files: New address for FSF. 1997-05-26 22:34:48 +00:00
options.c * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums), 1999-02-06 12:31:04 +00:00
options.h * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums), 1999-02-06 12:31:04 +00:00
pairs.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
pairs.h * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
ports.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
ports.h * ports.c (scm_port_closed_p): new procedure, implements 1999-12-04 22:59:10 +00:00
posix.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
posix.h * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c, 1998-10-19 21:36:50 +00:00
print.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
print.h * print.h (SCM_PORT_WITH_PS_P, SCM_PORT_WITH_PS_PORT, 1999-08-24 02:12:06 +00:00
procprop.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +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 * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
procs.h * __scm.h, backtrace.c, backtrace.h, debug.c, debug.h, dynl-dld.c, 1999-09-12 11:16:13 +00:00
putenv.c * Lots of files: New address for FSF. 1997-05-26 22:34:48 +00:00
ramap.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
ramap.h * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums), 1999-02-06 12:31:04 +00:00
random.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
random.h * random.c, random.h (scm_c_default_rstate, scm_c_uniform32): 1999-07-25 19:25:01 +00:00
read.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
read.h * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums), 1999-02-06 12:31:04 +00:00
regex-posix.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
regex-posix.h Update FSF address in copyright notices. 1999-08-06 07:26:07 +00:00
root.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
root.h * Makefile.am, init.c, libguile.h, objects.c, root.h: Replaced 1999-03-14 16:51:37 +00:00
scm_validate.h * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
scmsigs.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
scmsigs.h * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c, 1998-10-19 21:36:50 +00:00
script.c * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c, 1998-10-19 21:36:50 +00:00
script.h * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c, 1998-10-19 21:36:50 +00:00
simpos.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
simpos.h * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c, 1998-10-19 21:36:50 +00:00
smob.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
smob.h * __scm.h, backtrace.c, backtrace.h, debug.c, debug.h, dynl-dld.c, 1999-09-12 11:16:13 +00:00
snarf.h * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
socket.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
socket.h * configure.in: check for hstrerror. 1999-11-18 22:36:28 +00:00
sort.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +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 * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
srcprop.h * backtrace.c, debug.c, eval.c, eval.h, gsubr.c, procprop.h, 1999-08-17 08:47:47 +00:00
stackchk.c * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c, 1998-10-19 21:36:50 +00:00
stackchk.h * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c, 1998-10-19 21:36:50 +00:00
stacks.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
stacks.h Warning fixes from Maciej Stachowiak: 1998-09-30 10:14:59 +00:00
stamp-h.in Changes to use automake-generated Makefile.ins everywhere 1996-12-03 05:34:34 +00:00
stime.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
stime.h * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c, 1998-10-19 21:36:50 +00:00
strerror.c
strings.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
strings.h * ioext.c (scm_do_read_line): Rewritten to use memchr to find the 1999-06-09 12:19:58 +00:00
strop.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +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 * __scm.h, backtrace.c, backtrace.h, debug.c, debug.h, dynl-dld.c, 1999-09-12 11:16:13 +00:00
strorder.h * Lots of files: New address for FSF. 1997-05-26 22:34:48 +00:00
strports.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
strports.h *** empty log message *** 1999-12-10 03:06:51 +00:00
struct.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
struct.h * __scm.h, backtrace.c, backtrace.h, debug.c, debug.h, dynl-dld.c, 1999-09-12 11:16:13 +00:00
symbols.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
symbols.h * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums), 1999-02-06 12:31:04 +00:00
tag.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
tag.h * Lots of files: New address for FSF. 1997-05-26 22:34:48 +00:00
tags.h * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
threads.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
threads.h Hrmmph.. 1998-10-28 20:01:49 +00:00
throw.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
throw.h * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c, 1998-10-19 21:36:50 +00:00
unif.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
unif.h * unif.h: added some comments, removed the SCM_P macros. 1999-11-30 18:23:52 +00:00
variable.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
variable.h * Lots of files: New address for FSF. 1997-05-26 22:34:48 +00:00
vectors.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
vectors.h * acconfig.h: add HAVE_ARRAYS. 1999-11-19 18:16:19 +00:00
version.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
version.h * version.c (scm_libguile_config_stamp): Deleted. See 1999-09-11 15:05:59 +00:00
versiondat.h.in * version.c (scm_libguile_config_stamp): Deleted. See 1999-09-11 19:05:18 +00:00
vports.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
vports.h * vports.c (scm_sfport, prinsfpt, sf_read_flush, noop0): Removed. 1999-07-24 23:11:11 +00:00
weaks.c * *.c: Pervasive software-engineering-motivated rewrite of 1999-12-12 02:36:16 +00:00
weaks.h Fix from Ken Raeburn <raeburn@raeburn.org>: 1999-06-15 14:00:11 +00:00