1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 04:10:18 +02:00
guile/libguile
1996-10-11 07:58:00 +00:00
..
.cvsignore Put the library path in a header file, instead of passing it on 1996-09-04 06:15:25 +00:00
__scm.h Distinguish #f and (). 1996-10-03 05:02:36 +00:00
_scm.h * _scm.h: #include "print.h" here, since it seems to be used just 1996-10-03 05:44:52 +00:00
acconfig.h * configure.in, acconfig.h: Added flags for thread support. 1996-10-01 03:16:21 +00:00
aclocal.m4 * aclocal.m4 (GUILE_STRUCT_UTIMBUF): Use AC_CACHE_CHECK instead of 1996-10-03 05:04:37 +00:00
alist.c C files should #include only the header files they need, not 1996-09-10 02:26:07 +00:00
alist.h * alist.h, append.h, arbiters.h, async.h, boolean.h, chars.h, 1996-09-05 21:19:08 +00:00
append.c C files should #include only the header files they need, not 1996-09-10 02:26:07 +00:00
append.h * alist.h, append.h, arbiters.h, async.h, boolean.h, chars.h, 1996-09-05 21:19:08 +00:00
appinit.c maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
arbiters.c * arbiters.c (prinarb), 1996-09-22 22:41:40 +00:00
arbiters.h * alist.h, append.h, arbiters.h, async.h, boolean.h, chars.h, 1996-09-05 21:19:08 +00:00
async.c * async.c (scm_take_signal): Doc fixes. 1996-10-10 00:52:21 +00:00
async.h * async.h (scm_async_clock): Redundant declaration removed. 1996-09-11 20:24:38 +00:00
boolean.c C files should #include only the header files they need, not 1996-09-10 02:26:07 +00:00
boolean.h * alist.h, append.h, arbiters.h, async.h, boolean.h, chars.h, 1996-09-05 21:19:08 +00:00
ChangeLog *** empty log message *** 1996-10-10 01:17:59 +00:00
chars.c * __scm.h, chars.c, debug.c, eval.c, eval.h, extchrs.c, extchrs.h, 1996-09-13 11:07:24 +00:00
chars.h * alist.h, append.h, arbiters.h, async.h, boolean.h, chars.h, 1996-09-05 21:19:08 +00:00
configure Updated. 1996-10-05 16:47:17 +00:00
configure.in * configure.in, acconfig.h: Added flags for thread support. 1996-10-01 03:16:21 +00:00
continuations.c * continuations.c, debug.[ch], eval.c, gscm.c init.c, root.c, 1996-10-05 16:49:31 +00:00
continuations.h * alist.h, append.h, arbiters.h, async.h, boolean.h, chars.h, 1996-09-05 21:19:08 +00:00
COPYING maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
debug.c * continuations.c, debug.[ch], eval.c, gscm.c init.c, root.c, 1996-10-05 16:49:31 +00:00
debug.h * continuations.c, debug.[ch], eval.c, gscm.c init.c, root.c, 1996-10-05 16:49:31 +00:00
dynwind.c C files should #include only the header files they need, not 1996-09-10 02:26:07 +00:00
dynwind.h * alist.h, append.h, arbiters.h, async.h, boolean.h, chars.h, 1996-09-05 21:19:08 +00:00
eq.c * eq.c: Added #include "ramap.h" 1996-09-18 19:32:40 +00:00
eq.h * eq.h, files.h, hashtab.h, load.h, mallocs.h, scmsigs.h, 1996-09-10 19:08:54 +00:00
error.c * load.c (scm_sys_try_load): don't check whether value returned 1996-09-24 07:21:17 +00:00
error.h * filesys.c (scsm_sys_stat): don't SIGSEGV if argument is an 1996-09-19 09:08:07 +00:00
eval.c * eval.c (scm_nconc2last): Make sure that each element of lst 1996-10-11 07:56:11 +00:00
eval.h * __scm.h, chars.c, debug.c, eval.c, eval.h, extchrs.c, extchrs.h, 1996-09-13 11:07:24 +00:00
extchrs.c * __scm.h, chars.c, debug.c, eval.c, eval.h, extchrs.c, extchrs.h, 1996-09-13 11:07:24 +00:00
extchrs.h * __scm.h, chars.c, debug.c, eval.c, eval.h, extchrs.c, extchrs.h, 1996-09-13 11:07:24 +00:00
feature.c * feature.c (scm_init_feature): Added threads feature (needs to be 1996-10-01 03:18:32 +00:00
feature.h * feature.h (scm_loc_features): Removed external declaration. 1996-10-01 03:21:12 +00:00
filesys.c * filesys.c (scm_sys_select): move SCM_ALLOW_INTS past the sreturn 1996-10-06 06:31:43 +00:00
filesys.h * files.c (scm_sys_delete_file): Moved to filesys.c. 1996-09-10 19:44:09 +00:00
fports.c * filesys.c (scsm_sys_stat): don't SIGSEGV if argument is an 1996-09-19 09:08:07 +00:00
fports.h * ports.h (scm_port_table): remove file_name member for now, it seems 1996-09-16 03:32:26 +00:00
gc.c * gc.c (scm_igc): Added SCM_THREAD_CRITICAL_SECTION_START and 1996-10-01 03:18:43 +00:00
gc.h * gc.h (scm_object_addr, scm_unhash_name): Missing 1996-09-11 20:27:02 +00:00
gdb_interface.h * gdb_interface.h: New file: The GDB interface header from the GDB 1996-09-04 23:59:26 +00:00
gdbint.c * _scm.h: #include "print.h" here, since it seems to be used just 1996-10-03 05:44:52 +00:00
gdbint.h * alist.h, append.h, arbiters.h, async.h, boolean.h, chars.h, 1996-09-05 21:19:08 +00:00
genio.c * genio.c: Possible typos str_data -> wstr_data. ??? 1996-09-11 20:27:32 +00:00
genio.h * _scm.h: #include "print.h" here, since it seems to be used just 1996-10-03 05:44:52 +00:00
gscm.c * continuations.c, debug.[ch], eval.c, gscm.c init.c, root.c, 1996-10-05 16:49:31 +00:00
gscm.h * gscm.h (gscm_print_obj): scm_iprin1 --> scm_prin1 1996-09-12 23:44:00 +00:00
gsubr.c * filesys.c (scsm_sys_stat): don't SIGSEGV if argument is an 1996-09-19 09:08:07 +00:00
gsubr.h * alist.h, append.h, arbiters.h, async.h, boolean.h, chars.h, 1996-09-05 21:19:08 +00:00
hash.c C files should #include only the header files they need, not 1996-09-10 02:26:07 +00:00
hash.h * alist.h, append.h, arbiters.h, async.h, boolean.h, chars.h, 1996-09-05 21:19:08 +00:00
hashtab.c C files should #include only the header files they need, not 1996-09-10 02:26:07 +00:00
hashtab.h * eq.h, files.h, hashtab.h, load.h, mallocs.h, scmsigs.h, 1996-09-10 19:08:54 +00:00
inet_aton.c maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
init.c * init.c (scm_boot_guile_1): Bugfix: i --> base in argument to 1996-10-06 22:16:01 +00:00
init.h Use SCM_P instead of PROTO; the latter intrudes on the user's 1996-09-10 19:22:40 +00:00
ioext.c * ports.h (scm_port_table): put back file_name, it will be used to 1996-09-17 02:09:50 +00:00
ioext.h * ioext.h: (scm_sys_isatty_p): Typo. 1996-09-11 20:28:10 +00:00
kw.c * arbiters.c (prinarb), 1996-09-22 22:41:40 +00:00
kw.h * alist.h, append.h, arbiters.h, async.h, boolean.h, chars.h, 1996-09-05 21:19:08 +00:00
libguile.h * libguile.h: #include "libguile/print.h" before "smob.h", since 1996-10-03 05:48:13 +00:00
list.c * list.c, list.h: Use SCM_P instead of CPP hair. Doc fixes. 1996-10-03 05:17:17 +00:00
list.h * list.c, list.h: Use SCM_P instead of CPP hair. Doc fixes. 1996-10-03 05:17:17 +00:00
load.c * strings.c, strings.h: (scm_makfrom0str, scm_makefrom0str_opt: 1996-09-28 19:40:54 +00:00
load.h Use SCM_P instead of PROTO; the latter intrudes on the user's 1996-09-10 19:22:40 +00:00
Makefile.in * Makefile.in (root.o): Correct dependencies. 1996-10-05 17:22:18 +00:00
mallocs.c * arbiters.c (prinarb), 1996-09-22 22:41:40 +00:00
mallocs.h * eq.h, files.h, hashtab.h, load.h, mallocs.h, scmsigs.h, 1996-09-10 19:08:54 +00:00
markers.c C files should #include only the header files they need, not 1996-09-10 02:26:07 +00:00
markers.h * alist.h, append.h, arbiters.h, async.h, boolean.h, chars.h, 1996-09-05 21:19:08 +00:00
mbstrings.c * __scm.h, chars.c, debug.c, eval.c, eval.h, extchrs.c, extchrs.h, 1996-09-13 11:07:24 +00:00
mbstrings.h * __scm.h, chars.c, debug.c, eval.c, eval.h, extchrs.c, extchrs.h, 1996-09-13 11:07:24 +00:00
numbers.c * numbers.c (scm_divbigint): When the remainder is zero, we don't 1996-10-10 01:12:02 +00:00
numbers.h * _scm.h: #include "print.h" here, since it seems to be used just 1996-10-03 05:44:52 +00:00
objprop.c C files should #include only the header files they need, not 1996-09-10 02:26:07 +00:00
objprop.h * alist.h, append.h, arbiters.h, async.h, boolean.h, chars.h, 1996-09-05 21:19:08 +00:00
options.c * options.c: Documentation fixes. 1996-09-18 19:34:14 +00:00
options.h * alist.h, append.h, arbiters.h, async.h, boolean.h, chars.h, 1996-09-05 21:19:08 +00:00
pairs.c maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
pairs.h Distinguish #f and (). 1996-10-03 05:02:36 +00:00
ports.c * ports.c, ports.h: Name change: scm_\(line\|column\)_number --> 1996-09-18 19:34:58 +00:00
ports.h * strings.c, strings.h: (scm_makfrom0str, scm_makefrom0str_opt: 1996-09-28 19:40:54 +00:00
posix.c * debug.c, unif.c: use scm_out_of_range instead of 1996-09-15 06:41:31 +00:00
posix.h * numbers.h: Repeated declarations removed. 1996-09-11 20:29:44 +00:00
print.c * print.c (scm_iprlist): Bugfix: Added SCM_ECONSP tests in hare 1996-10-03 11:37:38 +00:00
print.h * print.h: Modified prototypes for scm_iprlist, scm_prin1 and 1996-09-22 22:47:10 +00:00
procprop.c C files should #include only the header files they need, not 1996-09-10 02:26:07 +00:00
procprop.h * alist.h, append.h, arbiters.h, async.h, boolean.h, chars.h, 1996-09-05 21:19:08 +00:00
procs.c * procs.c: New function: scm_thunk_p. 1996-10-05 16:50:00 +00:00
procs.h * procs.h: Added declarations of scm_thunk_p. 1996-10-05 16:50:13 +00:00
ramap.c C files should #include only the header files they need, not 1996-09-10 02:26:07 +00:00
ramap.h * alist.h, append.h, arbiters.h, async.h, boolean.h, chars.h, 1996-09-05 21:19:08 +00:00
read.c * read.c (scm_init_read): Removed #ifdef READER_EXTENSIONS 1996-09-19 14:17:27 +00:00
read.h * read.h: Added prototype for scm_lreadrecparen 1996-09-18 19:36:09 +00:00
root.c *** empty log message *** 1996-10-06 22:17:15 +00:00
root.h * root.h: Added member last_debug_frame to root state. 1996-10-05 16:50:38 +00:00
scmconfig.h.in Updated. 1996-10-01 03:19:32 +00:00
scmhob.h * __scm.h, chars.c, debug.c, eval.c, eval.h, extchrs.c, extchrs.h, 1996-09-13 13:31:50 +00:00
scmsigs.c * scmsigs.c: Define signal' to be pthread_signal' if using 1996-10-01 03:19:39 +00:00
scmsigs.h * eq.h, files.h, hashtab.h, load.h, mallocs.h, scmsigs.h, 1996-09-10 19:08:54 +00:00
sequences.c C files should #include only the header files they need, not 1996-09-10 02:26:07 +00:00
sequences.h * alist.h, append.h, arbiters.h, async.h, boolean.h, chars.h, 1996-09-05 21:19:08 +00:00
simpos.c * debug.c, unif.c: use scm_out_of_range instead of 1996-09-15 06:41:31 +00:00
simpos.h * __scm.h, chars.c, debug.c, eval.c, eval.h, extchrs.c, extchrs.h, 1996-09-13 13:31:50 +00:00
smob.c C files should #include only the header files they need, not 1996-09-10 02:26:07 +00:00
smob.h * _scm.h: #include "print.h" here, since it seems to be used just 1996-10-03 05:44:52 +00:00
socket.c * debug.c, unif.c: use scm_out_of_range instead of 1996-09-15 06:41:31 +00:00
socket.h * numbers.h: Repeated declarations removed. 1996-09-11 20:29:44 +00:00
srcprop.c * _scm.h: #include "print.h" here, since it seems to be used just 1996-10-03 05:44:52 +00:00
srcprop.h * srcprop.h: Name changes: tc16_srcprops --> scm_tc16_srcprops, 1996-09-18 19:36:44 +00:00
stackchk.c * filesys.c (scsm_sys_stat): don't SIGSEGV if argument is an 1996-09-19 09:08:07 +00:00
stackchk.h * stackchk.h: #include "libguile/debug.h", 1996-09-10 02:30:43 +00:00
stime.c C files should #include only the header files they need, not 1996-09-10 02:26:07 +00:00
stime.h * numbers.h: Repeated declarations removed. 1996-09-11 20:29:44 +00:00
strerror.c Doc fix. 1996-09-11 22:55:24 +00:00
strings.c * strings.c, strings.h: (scm_makfrom0str, scm_makefrom0str_opt: 1996-09-28 19:40:54 +00:00
strings.h * strings.c, strings.h: (scm_makfrom0str, scm_makefrom0str_opt: 1996-09-28 19:40:54 +00:00
strop.c * filesys.c (scsm_sys_stat): don't SIGSEGV if argument is an 1996-09-19 09:08:07 +00:00
strop.h * alist.h, append.h, arbiters.h, async.h, boolean.h, chars.h, 1996-09-05 21:19:08 +00:00
strorder.c C files should #include only the header files they need, not 1996-09-10 02:26:07 +00:00
strorder.h * alist.h, append.h, arbiters.h, async.h, boolean.h, chars.h, 1996-09-05 21:19:08 +00:00
strports.c * _scm.h: #include "print.h" here, since it seems to be used just 1996-10-03 05:44:52 +00:00
strports.h * alist.h, append.h, arbiters.h, async.h, boolean.h, chars.h, 1996-09-05 21:19:08 +00:00
struct.c * struct.c (scm_make_struct, scm_make_vtable_vtable): Use the 1996-10-11 07:56:34 +00:00
struct.h * struct.c (scm_make_struct_layout, init_struct, scm_struct_ref, 1996-09-22 22:38:56 +00:00
symbols.c * symbols.c (scm_intern_obarray_soft, scm_sysintern): Doc fixes. 1996-10-11 07:57:35 +00:00
symbols.h * symbols.c (scm_intern_obarray_soft, scm_sysintern): Doc fixes. 1996-10-11 07:57:35 +00:00
tag.c C files should #include only the header files they need, not 1996-09-10 02:26:07 +00:00
tag.h * alist.h, append.h, arbiters.h, async.h, boolean.h, chars.h, 1996-09-05 21:19:08 +00:00
tags.h * symbols.c (scm_intern_obarray_soft, scm_sysintern): Doc fixes. 1996-10-11 07:57:35 +00:00
throw.c * throw.c (scm_catch_apply): Finished implementation of 1996-10-06 22:16:33 +00:00
throw.h * throw.h (scm_catch_apply): Removed the `lazyp' argument. 1996-10-06 22:16:43 +00:00
unif.c * unif.c (scm_ra_set_contp): Localize `inc' declaration. 1996-10-11 07:58:00 +00:00
unif.h * _scm.h: #include "print.h" here, since it seems to be used just 1996-10-03 05:44:52 +00:00
variable.c * arbiters.c (prinarb), 1996-09-22 22:41:40 +00:00
variable.h * __scm.h, chars.c, debug.c, eval.c, eval.h, extchrs.c, extchrs.h, 1996-09-13 13:31:50 +00:00
vectors.c C files should #include only the header files they need, not 1996-09-10 02:26:07 +00:00
vectors.h * numbers.h: Repeated declarations removed. 1996-09-11 20:29:44 +00:00
version.c C files should #include only the header files they need, not 1996-09-10 02:26:07 +00:00
version.h * alist.h, append.h, arbiters.h, async.h, boolean.h, chars.h, 1996-09-05 21:19:08 +00:00
vports.c C files should #include only the header files they need, not 1996-09-10 02:26:07 +00:00
vports.h * alist.h, append.h, arbiters.h, async.h, boolean.h, chars.h, 1996-09-05 21:19:08 +00:00
weaks.c C files should #include only the header files they need, not 1996-09-10 02:26:07 +00:00
weaks.h * alist.h, append.h, arbiters.h, async.h, boolean.h, chars.h, 1996-09-05 21:19:08 +00:00