..
.cvsignore
* .cvsignore: remove goops.c
2002-11-16 18:30:18 +00:00
__scm.h
* __scm.h (SCM_DEFER_INTS, SCM_ALLOW_INTS): New definitions.
2002-12-15 14:24:34 +00:00
_scm.h
* __scm.h (SCM_ALLOW_INTS_ONLY): Removed.
2002-12-09 13:42:58 +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
* mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead of
2002-08-16 22:01:10 +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
* async.c, error.h (scm_ints_disabled): Removed.
2002-12-10 09:35:06 +00:00
async.h
* async.h, async.c (scm_system_async): Fixed deprecation to work
2002-10-19 08:22:50 +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
* srfi-1.scm (filter, filter!): Removed. (Now implemented in the core.)
2003-03-11 19:58:14 +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
ChangeLog-scm
ChangeLog-threads
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
* __scm.h (USE_THREADS, GUILE_ISELECT): Define when
2002-11-03 22:09:20 +00:00
coop-pthreads.c
* coop-pthreads.c, coop-pthreads.h: scm_internal_select should be
2002-11-14 17:17:40 +00:00
coop-pthreads.h
* coop-pthreads.c, coop-pthreads.h: scm_internal_select should be
2002-11-14 17:17:40 +00:00
coop-threads.c
* coop-defs.h (coop_m): Added 'level' field.
2002-10-27 20:12:07 +00:00
coop-threads.h
* __scm.h (USE_THREADS, GUILE_ISELECT): Define when
2002-11-03 22:09:20 +00:00
coop.c
(coop_next_runnable_thread): Removed, wich should have happened when
2002-11-04 15:43:00 +00:00
COPYING
cpp_cnvt.awk
Merge from mvo-vcell-cleanup-1-branch.
2001-05-15 14:57:22 +00:00
cpp_err_symbols.in
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
* debug.c (scm_procedure_source): Handle all objects for which
2003-02-05 19:04:40 +00:00
debug.h
* __scm.h (USE_THREADS, GUILE_ISELECT): Define when
2002-11-03 22:09:20 +00:00
deprecation.c
* mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead of
2002-08-16 22:01:10 +00:00
deprecation.h
Reimplemented to allow deprecation messages while the GC is running.
2002-02-11 17:17:48 +00:00
dynl.c
* dynl.c (sysdep_dynl_link): switch to scm_lt_dlhandle,
2002-10-05 04:55:22 +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 (DEFAULT_OBARRAY_SIZE): Changed from 137 to 31
2003-02-19 16:16:46 +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
* srfi-1.c (scm_init_srfi_1): Extend root module map and for-each
2003-03-06 12:51:57 +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
* async.c, error.h (scm_ints_disabled): Removed.
2002-12-10 09:35:06 +00:00
eval.c
* eval.c (scm_trampoline_0, scm_trampoline_1, scm_trampoline_2):
2003-02-10 12:39:11 +00:00
eval.h
* threads.h, threads.c: Moved futures to their own file.
2003-01-23 16:04:37 +00:00
evalext.c
* evalext.c, evalext.h (scm_self_evaluating_p): New function.
2003-01-20 10:12:39 +00:00
evalext.h
* evalext.c, evalext.h (scm_self_evaluating_p): New function.
2003-01-20 10:12:39 +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
* __scm.h (USE_THREADS, GUILE_ISELECT): Define when
2002-11-03 22:09:20 +00:00
feature.h
Prefixed each each exported symbol with SCM_API.
2001-11-02 00:19:12 +00:00
filesys.c
* __scm.h (USE_THREADS, GUILE_ISELECT): Define when
2002-11-03 22:09:20 +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
* __scm.h (USE_THREADS, GUILE_ISELECT): Define when
2002-11-03 22:09:20 +00:00
fports.h
Prefixed each each exported symbol with SCM_API.
2001-11-02 00:19:12 +00:00
futures.c
* futures.c (mark_futures): Don't need to mark data of recycled
2003-01-23 20:31:38 +00:00
futures.h
* futures.h, futures.c: New files; Introduced recycling of
2003-01-23 16:13:13 +00:00
gc-card.c
* struct.c (scm_struct_prehistory): Init scm_i_structs_to_free to
2003-02-24 19:21:56 +00:00
gc-freelist.c
* __scm.h (SCM_ALLOW_INTS_ONLY): Removed.
2002-12-09 13:42:58 +00:00
gc-malloc.c
* gc.c, gc.h (scm_i_sweep_mutex): New mutex.
2002-12-21 18:59:47 +00:00
gc-mark.c
* hooks.c (scm_c_hook_add): Fixed bug in append mode.
2003-02-19 15:04:51 +00:00
gc-segment.c
* gc-segment.c (scm_i_make_initial_segment): check user settings
2002-09-05 21:55:33 +00:00
gc.c
* hooks.c (scm_c_hook_add): Fixed bug in append mode.
2003-02-19 15:04:51 +00:00
gc.h
* hooks.c (scm_c_hook_add): Fixed bug in append mode.
2003-02-19 15:04:51 +00:00
gc_os_dep.c
When we have __libc_stack_end, use that directly instead the old
2002-08-24 00:57:14 +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
* async.c, error.h (scm_ints_disabled): Removed.
2002-12-10 09:35:06 +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
* goops.scm (define-extended-generics): New syntax.
2003-03-11 14:50:08 +00:00
goops.h
* goops.scm (define-extended-generics): New syntax.
2003-03-11 14:50:08 +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 expect the input file to be the first argument after the
2002-08-24 00:53:44 +00:00
guile.c
* guile.c (main): change to call scm_lt_dlpreload_default and pass
2002-10-09 21:15:59 +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
Fix of previous change
2003-02-19 17:57:01 +00:00
hashtab.h
* hooks.c (scm_c_hook_add): Fixed bug in append mode.
2003-02-19 15:04:51 +00:00
hooks.c
* hooks.c (scm_c_hook_add): Fixed bug in append mode.
2003-02-19 15:04:51 +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
* hooks.c (scm_c_hook_add): Fixed bug in append mode.
2003-02-19 15:04:51 +00:00
init.h
Prefixed each each exported symbol with SCM_API.
2001-11-02 00:19:12 +00:00
inline.c
* gc.h: add scm_debug_cells_gc_interval to public interface
2002-08-08 19:47:31 +00:00
inline.h
* __scm.h (SCM_ALLOW_INTS_ONLY): Removed.
2002-12-09 13:42:58 +00:00
ioext.c
* mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead of
2002-08-16 22:01:10 +00:00
ioext.h
Prefixed each each exported symbol with SCM_API.
2001-11-02 00:19:12 +00:00
iselect.c
Include "_scm.h" before testing HAVE_UNISTD_H. Thanks to Bill
2002-11-03 17:18:28 +00:00
iselect.h
Replaced GUILE_ISELECT with
2002-10-27 20:13:10 +00:00
keywords.c
* environments.c (DEFAULT_OBARRAY_SIZE): Changed from 137 to 31
2003-02-19 16:16:46 +00:00
keywords.h
Prefixed each each exported symbol with SCM_API.
2001-11-02 00:19:12 +00:00
lang.c
Remove superfluous code (previously commented out).
2002-12-28 20:10:49 +00:00
lang.h
Remove commented-out declarations (related to Elisp).
2002-12-29 01:17:39 +00:00
list.c
* srfi-1.scm (filter, filter!): Removed. (Now implemented in the core.)
2003-03-11 19:58:14 +00:00
list.h
* srfi-1.scm (filter, filter!): Removed. (Now implemented in the core.)
2003-03-11 19:58:14 +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
* Makefile.am (scmconfig.h): new target -- generate file from
2003-02-27 07:04:16 +00:00
mallocs.c
* mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead of
2002-08-16 22:01:10 +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_module_import_interface): New function.
2003-03-11 15:58:02 +00:00
modules.h
* modules.c (scm_module_import_interface): New function.
2003-03-11 15:58:02 +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
null-threads.c
* null-threads.h (scm_null_mutex, scm_null_mutex_init,
2002-10-27 20:12:27 +00:00
null-threads.h
* __scm.h (SCM_ALLOW_INTS_ONLY): Removed.
2002-12-09 13:42:58 +00:00
num2float.i.c
* inline.h (scm_double_cell): prevent reordering of statements
2002-09-24 22:21:01 +00:00
num2integral.i.c
* num2integral.i.c (NUM2INTEGRAL): Fixed signedness problem.
2002-02-25 22:48:21 +00:00
numbers.c
* srfi-1.c (scm_init_srfi_1): Extend root module map and for-each
2003-03-06 12:51:57 +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
* environments.c (DEFAULT_OBARRAY_SIZE): Changed from 137 to 31
2003-02-19 16:16:46 +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
* ports.c (scm_add_to_port_table): small bugfix.
2002-08-16 22:07:26 +00:00
ports.h
* mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead of
2002-08-16 22:01:10 +00:00
posix.c
Refer to provided? rather than the deprecated feature?.
2002-10-03 22:23:43 +00:00
posix.h
Prefixed each each exported symbol with SCM_API.
2001-11-02 00:19:12 +00:00
print.c
* __scm.h (SCM_DEFER_INTS, SCM_ALLOW_INTS): New definitions.
2002-12-15 14:24:34 +00:00
print.h
Prefixed each each exported symbol with SCM_API.
2001-11-02 00:19:12 +00:00
private-gc.h
* gc-segment.c (scm_i_make_initial_segment): check user settings
2002-09-05 21:55:33 +00:00
procprop.c
* srfi-1.c (scm_init_srfi_1): Extend root module map and for-each
2003-03-06 12:51:57 +00:00
procprop.h
Prefixed each each exported symbol with SCM_API.
2001-11-02 00:19:12 +00:00
procs.c
* gc.h: add scm_debug_cells_gc_interval to public interface
2002-08-08 19:47:31 +00:00
procs.h
* procs.h (SCM_CLOSURE_BODY): New Macro.
2002-01-10 20:52:45 +00:00
properties.c
* environments.c (DEFAULT_OBARRAY_SIZE): Changed from 137 to 31
2003-02-19 16:16:46 +00:00
properties.h
Prefixed each each exported symbol with SCM_API.
2001-11-02 00:19:12 +00:00
pthread-threads.c
Fix
2002-12-18 14:15:11 +00:00
pthread-threads.h
* Makefile.am (modinclude_HEADERS): Added threads-plugin.h.
2002-12-18 13:42:58 +00:00
putenv.c
* mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead of
2002-08-16 22:01:10 +00:00
ramap.c
* ramap.c (scm_ramapc): Typo in error message.
2003-01-09 15:21:33 +00:00
ramap.h
Prefixed each each exported symbol with SCM_API.
2001-11-02 00:19:12 +00:00
random.c
Added comments to scm_c_random_bignum
2003-03-03 13:19:46 +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
Code (work in progress, currently disabled) for reading Elisp-syntax vectors.
2002-12-28 19:57:14 +00:00
read.h
Code (work in progress, currently disabled) for reading Elisp-syntax vectors.
2002-12-28 19:57:14 +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
* gc.c (scm_igc): Don't call scm_i_thread_invalidate_freelists.
2002-12-11 06:54:59 +00:00
root.h
* __scm.h (USE_THREADS, GUILE_ISELECT): Define when
2002-11-03 22:09:20 +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
* __scm.h (USE_THREADS, GUILE_ISELECT): Define when
2002-11-03 22:09:20 +00:00
scmsigs.h
* scmsigs.h (scm_sigaction_for_thread): New prototype.
2002-10-04 14:13:26 +00:00
script.c
(scm_compile_shell_switches): Do not set scm_mask_ints. Asyncs are
2002-10-09 22:26:37 +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
* inline.h: include stdio.h
2002-09-08 11:31:32 +00:00
smob.h
2002-07-20 Han-Wen <hanwen@cs.uu.nl>
2002-07-20 14:08:34 +00:00
snarf.h
* srfi-1.c (scm_init_srfi_1): Extend root module map and for-each
2003-03-06 12:51:57 +00:00
socket.c
(scm_addr_vector): Added size of address to arguments. Use it to
2002-08-30 21:57:10 +00:00
socket.h
Prefixed each each exported symbol with SCM_API.
2001-11-02 00:19:12 +00:00
sort.c
* eval.h (scm_t_trampoline_1, scm_t_trampoline_2): New types.
2002-12-01 13:09:26 +00:00
sort.h
Prefixed each each exported symbol with SCM_API.
2001-11-02 00:19:12 +00:00
srcprop.c
* mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead of
2002-08-16 22:01:10 +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
* threads.h, threads.c: Moved futures to their own file.
2003-01-23 16:04:37 +00:00
stime.h
* threads.h, threads.c: Moved futures to their own file.
2003-01-23 16:04:37 +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
* mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead of
2002-08-16 22:01:10 +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
(scm_eval_string_in_module): Validate second arg to be a module.
2002-11-17 10:35:49 +00:00
strports.h
Updated copyright years.
2002-08-19 23:23:23 +00:00
struct.c
* struct.c (scm_struct_prehistory): Init scm_i_structs_to_free to
2003-02-24 19:21:56 +00:00
struct.h
* struct.h: change scm_structs_to_free to scm_i_structs_to_free
2002-09-05 21:12:21 +00:00
symbols.c
* environments.c (DEFAULT_OBARRAY_SIZE): Changed from 137 to 31
2003-02-19 16:16:46 +00:00
symbols.h
* hooks.c (scm_c_hook_add): Fixed bug in append mode.
2003-02-19 15:04:51 +00:00
tags.h
* __scm.h (SCM_DEFER_INTS, SCM_ALLOW_INTS): New definitions.
2002-12-15 14:24:34 +00:00
threads-plugin.c
Added back two macros used when debugging. (Got lost by mistake during
2002-12-19 08:00:23 +00:00
threads-plugin.h
* Makefile.am (modinclude_HEADERS): Added threads-plugin.h.
2002-12-18 13:42:58 +00:00
threads.c
* threads.h, threads.c: Moved futures to their own file.
2003-01-23 16:04:37 +00:00
threads.h
* threads.h, threads.c: Moved futures to their own file.
2003-01-23 16:04:37 +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
(SCM_VALIDATE_THREAD): Moved to threads.h.
2002-12-02 01:00:50 +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
(SCM_VECTOR_REF): New.
2002-09-01 16:29:06 +00:00
version.c
* version.c: Unmade some changes to my private copy that got
2002-12-15 11:27:01 +00:00
version.h.in
* version.h.in (SCM_MICRO_VERSION): use @--@ substitution now.
2002-12-09 00:46:16 +00:00
vports.c
Use scm_num2int rather than SCM_INUM in soft port extension.
2002-10-09 19:34:55 +00:00
vports.h
Prefixed each each exported symbol with SCM_API.
2001-11-02 00:19:12 +00:00
weaks.c
* hooks.c (scm_c_hook_add): Fixed bug in append mode.
2003-02-19 15:04:51 +00:00
weaks.h
* hooks.c (scm_c_hook_add): Fixed bug in append mode.
2003-02-19 15:04:51 +00:00
win32-dirent.c
* mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead of
2002-08-16 22:01:10 +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