1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 12:20:26 +02:00
guile/libguile
2001-03-23 16:14:47 +00:00
..
.cvsignore Ignore guile.texi. 2000-12-16 19:58:28 +00:00
__scm.h * __scm.h (SCM_ASSERT, SCM_WTA_DISPATCH_0, SCM_WTA_DISPATCH_1, 2001-03-17 13:34:21 +00:00
_scm.h * _scm.h: Removed #include <errno.h>. 2001-03-10 16:56:09 +00:00
alist.c Remove #include <stdio.h>. Add #include <string.h>. 2001-03-09 23:33:41 +00:00
alist.h Updated copyrights 2000-06-12 12:28:24 +00:00
alloca.c * Fixed include file problem reported by Bruce Korb. 2000-10-12 07:59:02 +00:00
arbiters.c Remove #include <stdio.h>. Add #include <string.h>. 2001-03-09 23:33:41 +00:00
arbiters.h Updated copyrights 2000-06-12 12:28:24 +00:00
async.c Remove #include <stdio.h>. Add #include <string.h>. 2001-03-09 23:33:41 +00:00
async.h * Cleaned up initialization of asyncs. 2000-06-28 10:26:52 +00:00
backtrace.c Remove #include <stdio.h>. Add #include <string.h>. 2001-03-09 23:33:41 +00:00
backtrace.h * Make sure that scm_display_error validates its port argument. 2001-01-24 15:58:46 +00:00
boolean.c Remove #include <stdio.h>. Add #include <string.h>. 2001-03-09 23:33:41 +00:00
boolean.h Updated copyrights 2000-06-12 12:28:24 +00:00
ChangeLog * Fix docstring typos. 2001-03-23 16:14:47 +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 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 Remove #include <stdio.h>. Add #include <string.h>. 2001-03-09 23:33:41 +00:00
chars.h Updated copyrights 2000-06-12 12:28:24 +00:00
continuations.c Remove #include <stdio.h>. Add #include <string.h>. 2001-03-09 23:33:41 +00:00
continuations.h Smob-related creanup. 2000-12-08 17:32:56 +00:00
coop-defs.h * coop-defs.h (coop_key_create): Don't use the C++ keyword 2000-10-02 21:32:57 +00:00
coop-threads.c * validate.h (SCM_WRONG_NUM_ARGS): Call scm_error_num_args_subr 2001-03-17 12:20:36 +00:00
coop-threads.h Updated copyrights 2000-06-12 12:28:24 +00:00
coop.c * coop.c: Inserted #include <stdio.h>. 2001-03-10 03:09:07 +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 * *.[hc]: add Emacs magic at the end of file, to ensure GNU 2000-03-19 19:01:16 +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 * *.[hc]: add Emacs magic at the end of file, to ensure GNU 2000-03-19 19:01:16 +00:00
debug-malloc.c * load.c (scm_primitive_load, scm_primitive_load_path), 2001-03-12 07:08:46 +00:00
debug-malloc.h * debug-malloc.c, debug-malloc.h: New files. 2000-04-21 00:27:14 +00:00
debug.c * validate.h (SCM_WRONG_NUM_ARGS): Call scm_error_num_args_subr 2001-03-17 12:20:36 +00:00
debug.h Smob-related creanup. 2000-12-08 17:32:56 +00:00
dynl.c * Added missing includes of string.h. 2001-01-26 17:30:54 +00:00
dynl.h Updated copyrights 2000-06-12 12:28:24 +00:00
dynwind.c Remove #include <stdio.h>. Add #include <string.h>. 2001-03-09 23:33:41 +00:00
dynwind.h Updated copyrights 2000-06-12 12:28:24 +00:00
environments.c Use SCM_LISTn instead of scm_listify. 2001-03-11 09:44:08 +00:00
environments.h * New environment variable scm_system_environment to replace scm_symhash. 2000-12-15 23:21:06 +00:00
eq.c Remove #include <stdio.h>. Add #include <string.h>. 2001-03-09 23:33:41 +00:00
eq.h Updated copyrights 2000-06-12 12:28:24 +00:00
error.c * __scm.h (SCM_ASSERT, SCM_WTA_DISPATCH_0, SCM_WTA_DISPATCH_1, 2001-03-17 13:34:21 +00:00
error.h * __scm.h (SCM_ASSERT, SCM_WTA_DISPATCH_0, SCM_WTA_DISPATCH_1, 2001-03-17 13:34:21 +00:00
eval.c * Removed unused object parameter from SCM_ASSYNT. 2001-03-15 09:50:20 +00:00
eval.h * Eliminate some calls to scm_wta. 2001-03-04 17:09:34 +00:00
evalext.c * Removed unused object parameter from SCM_ASSYNT. 2001-03-15 09:50:20 +00:00
evalext.h Updated copyrights 2000-06-12 12:28:24 +00:00
feature.c Remove #include <stdio.h>. Add #include <string.h>. 2001-03-09 23:33:41 +00:00
feature.h * feature.c, feature.h: Broke out hook code into separate files. 2000-04-21 23:11:05 +00:00
filesys.c Use SCM_LISTn instead of scm_listify. 2001-03-11 09:44:08 +00:00
filesys.h Remove #include <stdio.h>. Add #include <string.h>. 2001-03-09 23:33:41 +00:00
fluids.c New functions: scm_c_make_vector, scm_c_make_hash_table. 2001-02-02 04:56:25 +00:00
fluids.h Smob-related creanup. 2000-12-08 17:32:56 +00:00
fports.c * gc.c (scm_must_malloc): changed the comment explaining when 2001-03-17 16:59:48 +00:00
fports.h * Added a file-port? primitive. 2001-01-25 17:40:50 +00:00
gc.c * Replace function scm_makstr with new function scm_allocate_string. 2001-03-22 12:52:03 +00:00
gc.h * objects.h (SCM_SET_ENTITY_SETTER): new macro. SCM_ENTITY_SETTER 2001-01-11 21:03:18 +00:00
gc_os_dep.c Remove #include <stdio.h>. Add #include <string.h>. 2001-03-09 23:33:41 +00:00
gdb_interface.h Updated copyrights 2000-06-12 12:28:24 +00:00
gdbint.c * Replace function scm_makstr with new function scm_allocate_string. 2001-03-22 12:52:03 +00:00
gdbint.h Updated copyrights 2000-06-12 12:28:24 +00:00
gh.h * Use const specifier in function signature of gh_ints2scm. 2001-03-15 00:42:10 +00:00
gh_data.c * Use const specifier in function signature of gh_ints2scm. 2001-03-15 00:42:10 +00:00
gh_eval.c Remove #include <stdio.h>. Add #include <string.h>. 2001-03-09 23:33:41 +00:00
gh_funcs.c Remove #include <stdio.h>. Add #include <string.h>. 2001-03-09 23:33:41 +00:00
gh_init.c Updated copyrights 2000-06-12 12:28:24 +00:00
gh_io.c Remove #include <stdio.h>. Add #include <string.h>. 2001-03-09 23:33:41 +00:00
gh_list.c Remove #include <stdio.h>. Add #include <string.h>. 2001-03-09 23:33:41 +00:00
gh_predicates.c Remove #include <stdio.h>. Add #include <string.h>. 2001-03-09 23:33:41 +00:00
goops.c * list.c (scm_list, scm_cons_star, scm_null_p, scm_list_p), 2001-03-16 10:00:17 +00:00
goops.h * Cleaned up uses and definition of SCM_ASSYNT. 2001-03-12 14:34:44 +00:00
gsubr.c * Initialize symbols using SCM_(GLOBAL_)?SYMBOL instead of scm_sysintern... 2000-12-11 14:48:23 +00:00
gsubr.h * Don't use string or vector macros when accessing compiled closures. 2000-09-26 20:11:22 +00:00
guardians.c * Minor docstring updates. 2001-02-23 20:24:15 +00:00
guardians.h * guardians.c (F_GREEDY, F_LISTED, F_DESTROYED, GREEDY_P, 2001-01-04 13:00:31 +00:00
guile-doc-snarf.in Added copyright and licence notice. 2001-02-21 20:15:15 +00:00
guile-func-name-check.in Added copyright and licence notice. 2001-02-21 20:15:15 +00:00
guile-snarf.awk.in fix problems with gcc-2.96. 2001-03-07 06:06:16 +00:00
guile-snarf.in Added copyright and licence notice. 2001-02-21 20:15:15 +00:00
guile.c Updated copyrights 2000-06-12 12:28:24 +00:00
hash.c * list.c (scm_list, scm_cons_star, scm_null_p, scm_list_p), 2001-03-16 10:00:17 +00:00
hash.h * Moved function scm_string_hash to hash.c. 2000-12-12 13:57:26 +00:00
hashtab.c * list.c (scm_list, scm_cons_star, scm_null_p, scm_list_p), 2001-03-16 10:00:17 +00:00
hashtab.h New functions: scm_c_make_vector, scm_c_make_hash_table. 2001-02-02 04:56:25 +00:00
hooks.c (scm_make_hook_with_name, scm_make_hook, scm_hook_p, scm_hook_empty_p, 2001-02-16 15:04:23 +00:00
hooks.h Smob-related creanup. 2000-12-08 17:32:56 +00:00
inet_aton.c * inet_aton.c (inet_aton): Cast init value for `cp'. 2000-06-12 21:24:29 +00:00
init.c Remove dump facilities. 2001-03-02 23:41:18 +00:00
init.h * init.h (scm_init_guile): New prototype. 2000-09-03 20:24:18 +00:00
ioext.c * _scm.h: Removed #include <errno.h>. 2001-03-10 16:56:09 +00:00
ioext.h * boot-9.scm: don't import (ice-9 rdelim) here. it's done 2001-01-24 21:45:09 +00:00
iselect.c * _scm.h: Removed #include <errno.h>. 2001-03-10 16:56:09 +00:00
iselect.h * *.[hc]: add Emacs magic at the end of file, to ensure GNU 2000-03-19 19:01:16 +00:00
keywords.c Remove #include <stdio.h>. Add #include <string.h>. 2001-03-09 23:33:41 +00:00
keywords.h Smob-related creanup. 2000-12-08 17:32:56 +00:00
lang.c (scm_nil_cons, scm_nil_car, scm_nil_cdr, scm_null, scm_nil_eq): Added 2001-02-16 15:05:38 +00:00
lang.h Lots of fixes to make guile (at some time) compile with strict typing. 2000-04-03 08:47:51 +00:00
list.c * Fix docstring typos. 2001-03-23 16:14:47 +00:00
list.h * Added scm_c_memq as a fast C level alternative for scm_memq. 2000-12-01 17:57:42 +00:00
load.c * load.c (scm_primitive_load, scm_primitive_load_path), 2001-03-12 07:08:46 +00:00
load.h Updated copyrights 2000-06-12 12:28:24 +00:00
macros.c * macros.c (scm_macro_name, scm_macro_transformer): Use 2001-02-09 14:37:30 +00:00
macros.h * Removed unused object parameter from SCM_ASSYNT. 2001-03-15 09:50:20 +00:00
Makefile.am * configure.in: don't append threads.doc to EXTRA_DOT_DOC_FILES, 2001-03-17 21:20:20 +00:00
mallocs.c Remove #include <stdio.h>. Add #include <string.h>. 2001-03-09 23:33:41 +00:00
mallocs.h Smob-related creanup. 2000-12-08 17:32:56 +00:00
memmove.c * *.[hc]: add Emacs magic at the end of file, to ensure GNU 2000-03-19 19:01:16 +00:00
modules.c (scm_standard_eval_closure): Added docstring. 2001-02-16 15:11:11 +00:00
modules.h * modules.h. modules.c (scm_current_module_lookup_closure): New 2001-02-11 18:14:34 +00:00
net_db.c * net_db.c: define h_errno if configure didn't define HAVE_H_ERRNO. 2001-03-18 11:54:25 +00:00
net_db.h Updated copyrights 2000-06-12 12:28:24 +00:00
numbers.c * Replace function scm_makstr with new function scm_allocate_string. 2001-03-22 12:52:03 +00:00
numbers.h * numbers.c (scm_num2ulong): Check that a bignum is positive 2001-03-15 20:04:41 +00:00
objects.c (scm_class_of, scm_entity_p, scm_operator_p, 2001-02-16 15:02:35 +00:00
objects.h * objects.h (SCM_SET_ENTITY_SETTER): new macro. SCM_ENTITY_SETTER 2001-01-11 21:03:18 +00:00
objprop.c Remove #include <stdio.h>. Add #include <string.h>. 2001-03-09 23:33:41 +00:00
objprop.h Remove #include <stdio.h>. Add #include <string.h>. 2001-03-09 23:33:41 +00:00
options.c Remove #include <stdio.h>. Add #include <string.h>. 2001-03-09 23:33:41 +00:00
options.h Updated copyrights 2000-06-12 12:28:24 +00:00
pairs.c Remove #include <stdio.h>. Add #include <string.h>. 2001-03-09 23:33:41 +00:00
pairs.h * New macro SCM_TRUE_P. 2000-03-29 01:15:56 +00:00
ports.c * Replace function scm_makstr with new function scm_allocate_string. 2001-03-22 12:52:03 +00:00
ports.h ports.c, ports.h (scm_c_read, scm_c_write): New functions. 2001-02-26 03:06:57 +00:00
posix.c * posix.c (scm_tmpnam): check that return value from tmpnam is not 2001-03-18 20:29:58 +00:00
posix.h * posix.c (scm_tmpnam): check that return value from tmpnam is not 2001-03-18 20:29:58 +00:00
print.c * list.c (scm_list, scm_cons_star, scm_null_p, scm_list_p), 2001-03-16 10:00:17 +00:00
print.h Smob-related creanup. 2000-12-08 17:32:56 +00:00
procprop.c Use SCM_LISTn instead of scm_listify. 2001-03-11 09:44:08 +00:00
procprop.h Updated copyrights 2000-06-12 12:28:24 +00:00
procs.c Remove #include <stdio.h>. Add #include <string.h>. 2001-03-09 23:33:41 +00:00
procs.h * Re-introduces the unused member "documentation" of struct scm_subr_entry. 2000-12-28 15:09:56 +00:00
properties.c Remove #include <stdio.h>. Add #include <string.h>. 2001-03-09 23:33:41 +00:00
properties.h * Unified ssymbols and msymbols to a single symbol type 'scm_tc7_symbol'. 2000-09-12 12:30:36 +00:00
putenv.c * _scm.h: Removed #include <errno.h>. 2001-03-10 16:56:09 +00:00
ramap.c Remove #include <stdio.h>. Add #include <string.h>. 2001-03-09 23:33:41 +00:00
ramap.h Updated copyrights 2000-06-12 12:28:24 +00:00
random.c * Remove uses of SCM_ASSERT that may result in error messages different 2001-03-06 01:22:37 +00:00
random.h Smob-related creanup. 2000-12-08 17:32:56 +00:00
rdelim.c * list.c (scm_list, scm_cons_star, scm_null_p, scm_list_p), 2001-03-16 10:00:17 +00:00
rdelim.h * boot-9.scm: don't import (ice-9 rdelim) here. it's done 2001-01-24 21:45:09 +00:00
read.c * Replace function scm_makstr with new function scm_allocate_string. 2001-03-22 12:52:03 +00:00
read.h Updated copyrights 2000-06-12 12:28:24 +00:00
regex-posix.c Remove #include <stdio.h>. Add #include <string.h>. 2001-03-09 23:33:41 +00:00
regex-posix.h Smob-related creanup. 2000-12-08 17:32:56 +00:00
remaining-docs-needed * run-test, remaining-docs-needed: Added these scripts. The 2000-03-07 16:06:13 +00:00
root.c Remove #include <stdio.h>. Add #include <string.h>. 2001-03-09 23:33:41 +00:00
root.h * Renamed scm_symbols to symbols and made it static in symbols.c. 2000-12-13 11:38:30 +00:00
run-test * run-test, remaining-docs-needed: Added these scripts. The 2000-03-07 16:06:13 +00:00
scmsigs.c * list.c (scm_list, scm_cons_star, scm_null_p, scm_list_p), 2001-03-16 10:00:17 +00:00
scmsigs.h Updated copyrights 2000-06-12 12:28:24 +00:00
script.c * _scm.h: Removed #include <errno.h>. 2001-03-10 16:56:09 +00:00
script.h Updated copyrights 2000-06-12 12:28:24 +00:00
simpos.c * _scm.h: Removed #include <errno.h>. 2001-03-10 16:56:09 +00:00
simpos.h Updated copyrights 2000-06-12 12:28:24 +00:00
smob.c * _scm.h: Removed #include <errno.h>. 2001-03-10 16:56:09 +00:00
smob.h Remove dump facilities. 2001-03-02 23:41:18 +00:00
snarf.h * snarf.h (SCM_CONST_LONG): Deprecated. 2001-03-16 05:11:34 +00:00
socket.c Use SCM_LISTn instead of scm_listify. 2001-03-11 09:44:08 +00:00
socket.h Updated copyrights 2000-06-12 12:28:24 +00:00
sort.c * configure.in: don't append threads.doc to EXTRA_DOT_DOC_FILES, 2001-03-17 21:20:20 +00:00
sort.h Updated copyrights 2000-06-12 12:28:24 +00:00
srcprop.c * _scm.h: Removed #include <errno.h>. 2001-03-10 16:56:09 +00:00
srcprop.h Smob-related creanup. 2000-12-08 17:32:56 +00:00
stackchk.c Remove #include <stdio.h>. Add #include <string.h>. 2001-03-09 23:33:41 +00:00
stackchk.h Updated copyrights 2000-06-12 12:28:24 +00:00
stacks.c Remove #include <stdio.h>. Add #include <string.h>. 2001-03-09 23:33:41 +00:00
stacks.h Updated copyrights 2000-06-12 12:28:24 +00:00
stamp-h.in Changes to use automake-generated Makefile.ins everywhere 1996-12-03 05:34:34 +00:00
stime.c * _scm.h: Removed #include <errno.h>. 2001-03-10 16:56:09 +00:00
stime.h * stime.c (scm_c_get_internal_run_time): new function, same as 2000-08-16 00:23:59 +00:00
strerror.c Updated copyrights 2000-06-12 12:28:24 +00:00
strings.c * Replace function scm_makstr with new function scm_allocate_string. 2001-03-22 12:52:03 +00:00
strings.h * Replace function scm_makstr with new function scm_allocate_string. 2001-03-22 12:52:03 +00:00
strop.c * Fix docstring typos. 2001-03-23 16:14:47 +00:00
strop.h Updated copyrights 2000-06-12 12:28:24 +00:00
strorder.c Remove #include <stdio.h>. Add #include <string.h>. 2001-03-09 23:33:41 +00:00
strorder.h Updated copyrights 2000-06-12 12:28:24 +00:00
strports.c * Replace function scm_makstr with new function scm_allocate_string. 2001-03-22 12:52:03 +00:00
strports.h * validate.h (SCM_VALIDATE_OPOUTSTRPORT): New macro. 2001-03-15 11:24:45 +00:00
struct.c Use SCM_LISTn instead of scm_listify. 2001-03-11 09:44:08 +00:00
struct.h * reimplementation of values, call-with-values as primitives: 2000-11-26 18:27:49 +00:00
symbols.c * list.c (scm_list, scm_cons_star, scm_null_p, scm_list_p), 2001-03-16 10:00:17 +00:00
symbols.h * symbols.c, symbols.h (scm_sys_symbols): New function GUILE_DEBUG 2001-03-08 02:46:38 +00:00
tag.c * snarf.h (SCM_CONST_LONG): Deprecated. 2001-03-16 05:11:34 +00:00
tag.h Updated copyrights 2000-06-12 12:28:24 +00:00
tags.h SCM_DOUBLE_CELLP deprecated and made unused 2001-02-03 12:26:38 +00:00
threads.c Remove #include <stdio.h>. Add #include <string.h>. 2001-03-09 23:33:41 +00:00
threads.h * threads.h (SCM_MUTEXP): Typo: removed extra parenthesis. 2000-12-10 20:34:01 +00:00
throw.c (scm_lazy_catch): Added docstring. 2001-02-16 15:10:12 +00:00
throw.h Updated copyrights 2000-06-12 12:28:24 +00:00
unif.c * Replace function scm_makstr with new function scm_allocate_string. 2001-03-22 12:52:03 +00:00
unif.h Smob-related creanup. 2000-12-08 17:32:56 +00:00
validate.h * __scm.h (SCM_ASSERT, SCM_WTA_DISPATCH_0, SCM_WTA_DISPATCH_1, 2001-03-17 13:34:21 +00:00
values.c (scm_values): Added texinfo markup. 2001-02-17 11:24:30 +00:00
values.h * reimplementation of values, call-with-values as primitives: 2000-11-26 18:27:49 +00:00
variable.c Remove #include <stdio.h>. Add #include <string.h>. 2001-03-09 23:33:41 +00:00
variable.h Smob-related creanup. 2000-12-08 17:32:56 +00:00
vectors.c Remove #include <stdio.h>. Add #include <string.h>. 2001-03-09 23:33:41 +00:00
vectors.h * Fixed parameter checking for make-vector. 2001-02-08 10:48:01 +00:00
version.c * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c, 2000-11-17 16:25:05 +00:00
version.h Updated copyrights 2000-06-12 12:28:24 +00:00
versiondat.h.in * version.c (scm_libguile_config_stamp): Deleted. See 1999-09-11 19:05:18 +00:00
vports.c * _scm.h: Removed #include <errno.h>. 2001-03-10 16:56:09 +00:00
vports.h Updated copyrights 2000-06-12 12:28:24 +00:00
weaks.c * list.c (scm_list, scm_cons_star, scm_null_p, scm_list_p), 2001-03-16 10:00:17 +00:00
weaks.h * weaks.h (scm_weak_vectors, scm_weaks_prehistory): Added 2000-04-21 23:14:19 +00:00