1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 20:30:28 +02:00
guile/libguile
Han-Wen Nienhuys 0f8ae50a81 (scm_input_error): new function: give meaningful error
messages, and throw read-error
2002-08-05 23:11:59 +00:00
..
.cvsignore * macros.c: include deprecation.h 2002-07-21 17:46:23 +00:00
__scm.h * __scm.h (SCM_CAUTIOUS), eval.c (scm_eval_args, deval_args, 2002-06-30 22:40:01 +00:00
_scm.h 2002-07-20 Han-Wen <hanwen@cs.uu.nl> 2002-07-20 14:08:34 +00:00
alist.c Retire inclusion guard macro SCM_MAGIC_SNARFER. 2002-03-14 03:47:43 +00:00
alist.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:08:10 +00:00
alloca.c Remove "face-lift" comment. 2001-07-09 07:36:48 +00:00
arbiters.c Retire inclusion guard macro SCM_MAGIC_SNARFER. 2002-03-14 03:47:43 +00:00
arbiters.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:08:10 +00:00
async.c 2002-07-20 Han-Wen <hanwen@cs.uu.nl> 2002-07-20 14:08:34 +00:00
async.h (scm_system_async_mark_from_signal_handler): New. 2001-11-25 15:04:56 +00:00
backtrace.c 2002-07-20 Han-Wen <hanwen@cs.uu.nl> 2002-07-20 14:08:34 +00:00
backtrace.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:08:10 +00:00
boolean.c Retire inclusion guard macro SCM_MAGIC_SNARFER. 2002-03-14 03:47:43 +00:00
boolean.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:08:10 +00:00
c-tokenize.lex * c-tokenize.lex: add option %nounput to quiet warning. 2001-07-19 17:45:01 +00:00
ChangeLog * tests/reader.test: change misc-error in read-error. 2002-08-05 23:04:44 +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-2000 Split up. 2001-03-11 23:57: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
ChangeLog-threads Merge threads directory into libguile. 1997-04-15 01:34:36 +00:00
chars.c 2002-07-20 Han-Wen <hanwen@cs.uu.nl> 2002-07-20 14:08:34 +00:00
chars.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
continuations.c new gc 2002-08-04 00:17:18 +00:00
continuations.h 2002-07-24 Stefan Jahn <stefan@lkcc.org> 2002-07-24 09:25:24 +00:00
convert.c 2002-03-02 Stefan Jahn <stefan@lkcc.org> 2002-03-02 14:18:38 +00:00
convert.h 2002-01-31 Stefan Jahn <stefan@lkcc.org> 2002-01-31 10:38:50 +00:00
convert.i.c 2002-07-20 Han-Wen <hanwen@cs.uu.nl> 2002-07-20 14:08:34 +00:00
coop-defs.h 2001-11-04 Stefan Jahn <stefan@lkcc.org> 2001-11-04 15:52:30 +00:00
coop-threads.c Changes in doc/ref: 2002-03-01 00:19:20 +00:00
coop-threads.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
coop.c 2001-11-04 Stefan Jahn <stefan@lkcc.org> 2001-11-04 15:52:30 +00:00
COPYING * Lots of files: New address for FSF. 1997-05-26 22:34:48 +00:00
cpp_cnvt.awk Merge from mvo-vcell-cleanup-1-branch. 2001-05-15 14:57:22 +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 * *.[hc]: add Emacs magic at the end of file, to ensure GNU 2000-03-19 19:01:16 +00:00
cpp_sig_symbols.in * posix.c (getlogin): getlogin() implementation for Windows. 2001-07-03 15:27:56 +00:00
cpp_signal.c * *.[hc]: add Emacs magic at the end of file, to ensure GNU 2000-03-19 19:01:16 +00:00
debug-malloc.c Retire inclusion guard macro SCM_MAGIC_SNARFER. 2002-03-14 03:47:43 +00:00
debug-malloc.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
debug.c 2002-07-20 Han-Wen <hanwen@cs.uu.nl> 2002-07-20 14:08:34 +00:00
debug.h * debug.h, eval.c: Deprecated CHECK_ENTRY, CHECK_APPLY and 2002-03-25 23:45:02 +00:00
deprecation.c Retire inclusion guard macro SCM_MAGIC_SNARFER. 2002-03-14 03:47:43 +00:00
deprecation.h Reimplemented to allow deprecation messages while the GC is running. 2002-02-11 17:17:48 +00:00
dynl.c gc statistic tweaks 2002-08-04 14:09:14 +00:00
dynl.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
dynwind.c Retire inclusion guard macro SCM_MAGIC_SNARFER. 2002-03-14 03:47:43 +00:00
dynwind.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
environments.c * environments.c (remove_key_from_alist): Removed. 2002-07-24 16:34:43 +00:00
environments.h * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning when 2002-02-11 18:06:50 +00:00
eq.c * eq.c: include <string.h> 2002-07-10 22:25:55 +00:00
eq.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
error.c 2002-07-20 Han-Wen <hanwen@cs.uu.nl> 2002-07-20 14:08:34 +00:00
error.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
eval.c 2002-07-20 Han-Wen <hanwen@cs.uu.nl> 2002-07-20 14:08:34 +00:00
eval.h * __scm.h, eval.c, eval.h: Removed compile time option 2002-06-28 22:40:08 +00:00
evalext.c 2002-07-20 Han-Wen <hanwen@cs.uu.nl> 2002-07-20 14:08:34 +00:00
evalext.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
extensions.c * dynl.c: Don't define stub procedures if DYNAMIC_LINKING is not 2002-07-12 17:46:15 +00:00
extensions.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
feature.c * backtrace.c (SCM_ASSERT), debug.c (scm_debug_options), eval.c 2002-06-30 22:03:43 +00:00
feature.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
filesys.c 2002-07-20 Han-Wen <hanwen@cs.uu.nl> 2002-07-20 14:08:34 +00:00
filesys.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
fluids.c 2002-07-20 Han-Wen <hanwen@cs.uu.nl> 2002-07-20 14:08:34 +00:00
fluids.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
fports.c port GC fix 2002-08-04 15:25:07 +00:00
fports.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
gc-card.c remove GC bits documentation from the tags table. 2002-08-05 17:46:34 +00:00
gc-freelist.c more code 2002-08-04 00:18:33 +00:00
gc-malloc.c * tests/reader.test: change misc-error in read-error. 2002-08-05 23:04:44 +00:00
gc-mark.c remove GC bits documentation from the tags table. 2002-08-05 17:46:34 +00:00
gc-segment.c gc statistic tweaks 2002-08-04 14:09:14 +00:00
gc.c gc statistic tweaks 2002-08-04 14:09:14 +00:00
gc.h * tests/reader.test: change misc-error in read-error. 2002-08-05 23:04:44 +00:00
gc_os_dep.c * gc_os_dep.c: HURD fixes. 2002-07-08 23:41:00 +00:00
gdb_interface.h * __scm.h, alist.h, arbiters.h, async.h, backtrace.h, boolean.h, 2001-11-02 00:09:41 +00:00
gdbint.c new gc 2002-08-04 00:17:18 +00:00
gdbint.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
gh.h 2002-07-20 Han-Wen <hanwen@cs.uu.nl> 2002-07-20 14:08:34 +00:00
gh_data.c 2002-07-20 Han-Wen <hanwen@cs.uu.nl> 2002-07-20 14:08:34 +00:00
gh_eval.c * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, 2001-07-19 21:08:49 +00:00
gh_funcs.c * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, 2001-07-19 21:08:49 +00:00
gh_init.c replace "scm_*_t" with "scm_t_*". 2001-06-14 19:50:43 +00:00
gh_io.c * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, 2001-07-19 21:08:49 +00:00
gh_list.c * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, 2001-07-19 21:08:49 +00:00
gh_predicates.c * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, 2001-07-19 21:08:49 +00:00
goops.c (mscripts): find and check version number of 2002-07-22 00:17:26 +00:00
goops.h (scm_slot_exists_p): Rename from scm_slots_exists_p. 2002-04-22 18:00:24 +00:00
gsubr.c * backtrace.c (SCM_ASSERT), debug.c (scm_debug_options), eval.c 2002-06-30 22:03:43 +00:00
gsubr.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
guardians.c new gc 2002-08-04 00:17:18 +00:00
guardians.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
guile-doc-snarf.in * guile-snarf-docs.in, guile-snarf-docs-texi.in, 2001-05-31 13:15:54 +00:00
guile-func-name-check.in * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, 2001-07-19 21:08:49 +00:00
guile-snarf-docs.in * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, 2001-07-19 21:08:49 +00:00
guile-snarf.awk.in * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, 2001-07-19 21:08:49 +00:00
guile-snarf.in Do not clean input file. This would write to the $(srcdir) during a 2002-04-17 17:44:28 +00:00
guile.c No need to check for Cygwin when including <winsock2.h>, this is 2002-07-10 19:40:43 +00:00
hash.c 2002-07-20 Han-Wen <hanwen@cs.uu.nl> 2002-07-20 14:08:34 +00:00
hash.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
hashtab.c 2002-07-20 Han-Wen <hanwen@cs.uu.nl> 2002-07-20 14:08:34 +00:00
hashtab.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
hooks.c 2002-07-20 Han-Wen <hanwen@cs.uu.nl> 2002-07-20 14:08:34 +00:00
hooks.h * Manual updates on hooks and features. 2002-03-16 00:27:25 +00:00
inet_aton.c 2002-02-27 Stefan Jahn <stefan@lkcc.org> 2002-02-27 15:41:01 +00:00
init.c new gc 2002-08-04 00:17:18 +00:00
init.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
inline.c new gc 2002-08-04 00:17:18 +00:00
inline.h new gc 2002-08-04 00:17:18 +00:00
ioext.c 2002-07-20 Han-Wen <hanwen@cs.uu.nl> 2002-07-20 14:08:34 +00:00
ioext.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
iselect.c Retire inclusion guard macro SCM_MAGIC_SNARFER. 2002-03-14 03:47:43 +00:00
iselect.h No need to check for Cygwin when including <winsock2.h>, this is 2002-07-10 19:40:43 +00:00
keywords.c Retire inclusion guard macro SCM_MAGIC_SNARFER. 2002-03-14 03:47:43 +00:00
keywords.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
lang.c 2002-07-20 Han-Wen <hanwen@cs.uu.nl> 2002-07-20 14:08:34 +00:00
lang.h * First batch of libguile changes for Elisp support. 2002-01-22 23:31:39 +00:00
list.c 2002-07-20 Han-Wen <hanwen@cs.uu.nl> 2002-07-20 14:08:34 +00:00
list.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
load.c 2002-07-20 Han-Wen <hanwen@cs.uu.nl> 2002-07-20 14:08:34 +00:00
load.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
macros.c * macros.c: include deprecation.h 2002-07-21 17:46:23 +00:00
macros.h * eval.c (SCM_CEVAL), macros.c (macro_print, scm_makmacro, 2002-07-15 20:39:53 +00:00
Makefile.am new gc 2002-08-04 00:17:18 +00:00
mallocs.c Remove "face-lift" comment. 2001-07-09 07:36:48 +00:00
mallocs.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
memmove.c Remove "face-lift" comment. 2001-07-09 07:36:48 +00:00
mkstemp.c Added exception notice to license statement. 2002-06-01 16:06:27 +00:00
modules.c * modules.c (scm_sym2var): Don't compare SCM values with ==. 2002-07-21 21:18:27 +00:00
modules.h 2002-07-20 Han-Wen <hanwen@cs.uu.nl> 2002-07-20 14:08:34 +00:00
net_db.c * macros.c: include deprecation.h 2002-07-21 17:46:23 +00:00
net_db.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
num2float.i.c Changes in doc/ref: 2002-03-01 00:19:20 +00:00
num2integral.i.c * num2integral.i.c (NUM2INTEGRAL): Fixed signedness problem. 2002-02-25 22:48:21 +00:00
numbers.c new gc 2002-08-04 00:17:18 +00:00
numbers.h Conditionally include floatingpoint.h, ieeefp.h, and nan.h. Provide 2002-05-06 22:27:42 +00:00
objects.c 2002-07-20 Han-Wen <hanwen@cs.uu.nl> 2002-07-20 14:08:34 +00:00
objects.h 2002-07-20 Han-Wen <hanwen@cs.uu.nl> 2002-07-20 14:08:34 +00:00
objprop.c Retire inclusion guard macro SCM_MAGIC_SNARFER. 2002-03-14 03:47:43 +00:00
objprop.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
options.c Retire inclusion guard macro SCM_MAGIC_SNARFER. 2002-03-14 03:47:43 +00:00
options.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
pairs.c * tests/reader.test: change misc-error in read-error. 2002-08-05 23:04:44 +00:00
pairs.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
ports.c (INPUT_ERROR): Prepare for file:line:column error 2002-08-04 23:33:28 +00:00
ports.h port GC fix 2002-08-04 15:25:07 +00:00
posix.c * macros.c: include deprecation.h 2002-07-21 17:46:23 +00:00
posix.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
print.c new gc 2002-08-04 00:17:18 +00:00
print.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
private-gc.h gc statistic tweaks 2002-08-04 14:09:14 +00:00
procprop.c 2002-07-20 Han-Wen <hanwen@cs.uu.nl> 2002-07-20 14:08:34 +00:00
procprop.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
procs.c new gc 2002-08-04 00:17:18 +00:00
procs.h * procs.h (SCM_CLOSURE_BODY): New Macro. 2002-01-10 20:52:45 +00:00
properties.c Retire inclusion guard macro SCM_MAGIC_SNARFER. 2002-03-14 03:47:43 +00:00
properties.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
putenv.c Remove "face-lift" comment. 2001-07-09 07:36:48 +00:00
ramap.c 2002-07-20 Han-Wen <hanwen@cs.uu.nl> 2002-07-20 14:08:34 +00:00
ramap.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
random.c (rstate_free): Return zero. 2002-07-25 12:12:21 +00:00
random.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
rdelim.c Retire inclusion guard macro SCM_MAGIC_SNARFER. 2002-03-14 03:47:43 +00:00
rdelim.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
read.c (scm_input_error): new function: give meaningful error 2002-08-05 23:11:59 +00:00
read.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
regex-posix.c new gc 2002-08-04 00:17:18 +00:00
regex-posix.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
remaining-docs-needed * run-test, remaining-docs-needed: Added these scripts. The 2000-03-07 16:06:13 +00:00
root.c * removal of unused fields in root state (thanks to Christopher 2002-04-20 20:57:09 +00:00
root.h *** empty log message *** 2002-04-20 21:26:05 +00:00
run-test * run-test, remaining-docs-needed: Added these scripts. The 2000-03-07 16:06:13 +00:00
rw.c Retire inclusion guard macro SCM_MAGIC_SNARFER. 2002-03-14 03:47:43 +00:00
rw.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
scmsigs.c 2002-07-20 Han-Wen <hanwen@cs.uu.nl> 2002-07-20 14:08:34 +00:00
scmsigs.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
script.c Retire inclusion guard macro SCM_MAGIC_SNARFER. 2002-03-14 03:47:43 +00:00
script.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
simpos.c 2002-07-20 Han-Wen <hanwen@cs.uu.nl> 2002-07-20 14:08:34 +00:00
simpos.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
smob.c 2002-07-20 Han-Wen <hanwen@cs.uu.nl> 2002-07-20 14:08:34 +00:00
smob.h 2002-07-20 Han-Wen <hanwen@cs.uu.nl> 2002-07-20 14:08:34 +00:00
snarf.h (SCM_SNARF_INIT): Add "^:^" after code so that guile-snarf can remove 2002-03-14 22:23:43 +00:00
socket.c * macros.c: include deprecation.h 2002-07-21 17:46:23 +00:00
socket.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
sort.c * macros.c: include deprecation.h 2002-07-21 17:46:23 +00:00
sort.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
srcprop.c 2002-07-20 Han-Wen <hanwen@cs.uu.nl> 2002-07-20 14:08:34 +00:00
srcprop.h 2002-07-20 Han-Wen <hanwen@cs.uu.nl> 2002-07-20 14:08:34 +00:00
stackchk.c Retire inclusion guard macro SCM_MAGIC_SNARFER. 2002-03-14 03:47:43 +00:00
stackchk.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
stacks.c 2002-07-20 Han-Wen <hanwen@cs.uu.nl> 2002-07-20 14:08:34 +00:00
stacks.h (scm_t_stackype): Renamed to scm_stack_type everywhere. 2001-12-16 21:57:52 +00:00
stime.c 2002-07-20 Han-Wen <hanwen@cs.uu.nl> 2002-07-20 14:08:34 +00:00
stime.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
strerror.c * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, 2001-07-19 21:08:49 +00:00
strings.c 2002-07-20 Han-Wen <hanwen@cs.uu.nl> 2002-07-20 14:08:34 +00:00
strings.h 2002-01-28 Stefan Jahn <stefan@lkcc.org> 2002-01-28 21:15:55 +00:00
strop.c 2002-07-20 Han-Wen <hanwen@cs.uu.nl> 2002-07-20 14:08:34 +00:00
strop.h (scm_substring_move_left_x, scm_substring_move_right_x): Removed. 2001-11-13 15:46:29 +00:00
strorder.c Retire inclusion guard macro SCM_MAGIC_SNARFER. 2002-03-14 03:47:43 +00:00
strorder.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
strports.c init port entry 2002-08-04 16:10:19 +00:00
strports.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
struct.c new gc 2002-08-04 00:17:18 +00:00
struct.h * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning when 2002-02-11 18:06:50 +00:00
symbols.c new gc 2002-08-04 00:17:18 +00:00
symbols.h (scm_mem2uninterned_symbol, scm_symbol_interned_p, scm_make_symbol): 2002-02-04 16:47:23 +00:00
tags.h remove GC bits documentation from the tags table. 2002-08-05 17:46:34 +00:00
threads.c Retire inclusion guard macro SCM_MAGIC_SNARFER. 2002-03-14 03:47:43 +00:00
threads.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
throw.c 2002-07-20 Han-Wen <hanwen@cs.uu.nl> 2002-07-20 14:08:34 +00:00
throw.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
unif.c 2002-07-20 Han-Wen <hanwen@cs.uu.nl> 2002-07-20 14:08:34 +00:00
unif.h 2002-07-20 Han-Wen <hanwen@cs.uu.nl> 2002-07-20 14:08:34 +00:00
validate.h 2002-07-20 Han-Wen <hanwen@cs.uu.nl> 2002-07-20 14:08:34 +00:00
values.c Retire inclusion guard macro SCM_MAGIC_SNARFER. 2002-03-14 03:47:43 +00:00
values.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
variable.c Retire inclusion guard macro SCM_MAGIC_SNARFER. 2002-03-14 03:47:43 +00:00
variable.h 2002-07-20 Han-Wen <hanwen@cs.uu.nl> 2002-07-20 14:08:34 +00:00
vectors.c * macros.c: include deprecation.h 2002-07-21 17:46:23 +00:00
vectors.h 2002-07-20 Han-Wen <hanwen@cs.uu.nl> 2002-07-20 14:08:34 +00:00
version.c Retire inclusion guard macro SCM_MAGIC_SNARFER. 2002-03-14 03:47:43 +00:00
version.h.in * version.h.in 2001-11-18 23:04:32 +00:00
vports.c port GC fix 2002-08-04 15:25:07 +00:00
vports.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
weaks.c new gc 2002-08-04 00:17:18 +00:00
weaks.h Prefixed each each exported symbol with SCM_API. 2001-11-02 00:19:12 +00:00
win32-dirent.c * win32-dirent.c: Include "win32-dirent.h", not "dirent.h". 2001-11-02 00:18:22 +00:00
win32-dirent.h 2001-11-07 Stefan Jahn <stefan@lkcc.org> 2001-11-07 15:08:45 +00:00
win32-socket.c 2001-11-21 Stefan Jahn <stefan@lkcc.org> 2001-11-21 07:59:53 +00:00
win32-socket.h 2001-11-21 Stefan Jahn <stefan@lkcc.org> 2001-11-21 07:59:53 +00:00
win32-uname.c * win32-uname.c: Include "win32-uname.h", not "uname.h". 2001-11-02 00:18:32 +00:00
win32-uname.h 2001-11-07 Stefan Jahn <stefan@lkcc.org> 2001-11-07 15:08:45 +00:00