1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-18 01:30:27 +02:00
guile/libguile
Gary Houston f5bf2977c6 * filesys.c (scsm_sys_stat): don't SIGSEGV if argument is an
integer (assuming for now accepting an integer is a good thing).

	* error.c, fports.c: replace use of %S in lgh_error args with %s.
	%S will be used instead for write'ing arguments.

	* unif.c (scm_transpose_array): change arguments in the SCM_WNA
	asserts.  fix a few other asserts.
	(scm_aind, scm_enclose_array, scm_array_in_bounds_p,
	scm_uniform_vector_ref,	scm_array_set_x,
	scm_dimensions_to_unform_array): change args in
	SCM_WNA SCM_ASSERTS and change scm_wta's to scm_wrong_num_args.
	strop.c (scm_substring_move_left_x, scm_substring_move_right_x,
	scm_substring_fill_x): likewise.
	gsubr.c (scm_gsubr_apply): likewise.
	eval.c (SCM_APPLY): likewise.

	* eval.c (4 places): replace scm_everr with lgh_error or
	scm_wrong_num_args.

	* error.c, error.h (scm_wrong_num_args, scm_wrong_type_arg,
	scm_memory_error): new procedures.
*	scm_everr: deleted.  can use scm_wta, dropping first two args.
	scm_error: convert NULL subr to SCM_BOOL_F.

	* __scm.h: don't define SCM_STACK_OVFLOW, SCM_EXIT, SCM_ARG6, SCM_ARG7,
	SCM_ARGERR.

	* stackchk.c (scm_report_stack_overflow): use lgh_error instead
	of scm_wta.

	* error.c, error.h: new error keys: scm_arg_type_key,
	scm_args_number_key, scm_memory_alloc_key, scm_stack_overflow_key,
	scm_misc_error_key.
	scm_wta: reimplement using lgh_error instead of scm_everr.
1996-09-19 09:08:07 +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 * filesys.c (scsm_sys_stat): don't SIGSEGV if argument is an 1996-09-19 09:08:07 +00:00
_scm.h * _scm.h (SCM_PROC): Extraneous semicolon (outside functions) 1996-09-11 20:23:30 +00:00
acconfig.h On NextStep, <utime.h> doesn't define struct utime, unless we 1996-09-03 04:48:42 +00:00
aclocal.m4 On NextStep, <utime.h> doesn't define struct utime, unless we 1996-09-03 04:48:42 +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 C files should #include only the header files they need, not 1996-09-10 02:26:07 +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: Calls to scm_sysintern corrected. 1996-09-11 20:23:41 +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 * filesys.c (scsm_sys_stat): don't SIGSEGV if argument is an 1996-09-19 09:08:07 +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 Rebuilt using autoconf. 1996-09-04 06:49:52 +00:00
configure.in * configure.in: Don't substitute the values of TCL_SRC_DIR and 1996-09-04 06:34:23 +00:00
continuations.c * continuations.c (scm_dynthrow): Redundant declaration removed. 1996-09-11 20:24:50 +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 * debug.c, unif.c: use scm_out_of_range instead of 1996-09-15 06:41:31 +00:00
debug.h * debug.h: Missing declarations of functions in debug.c added 1996-09-11 20:25:28 +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 * filesys.c (scsm_sys_stat): don't SIGSEGV if argument is an 1996-09-19 09:08:07 +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 * filesys.c (scsm_sys_stat): don't SIGSEGV if argument is an 1996-09-19 09:08:07 +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 * __scm.h, chars.c, debug.c, eval.c, eval.h, extchrs.c, extchrs.h, 1996-09-13 11:07:24 +00:00
feature.h Use SCM_P instead of PROTO; the latter intrudes on the user's 1996-09-10 19:22:40 +00:00
filesys.c * filesys.c (scsm_sys_stat): don't SIGSEGV if argument is an 1996-09-19 09:08:07 +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 * ports.h (scm_port_table): put back file_name, it will be used to 1996-09-17 02:09:50 +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 * gdbint.c: scm_lread now has one more argument. 1996-09-18 19:33:58 +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 C files should #include only the header files they need, not 1996-09-10 02:28:09 +00:00
gscm.c * gscm.c (gscm_portprint_obj): scm_iprin1 --> scm_prin1 1996-09-12 23:44:12 +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: Uninitialized `SCM last' may be used. 1996-09-11 20:27:47 +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 C files should #include only the header files they need, not 1996-09-10 02:26:07 +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 * marksweep.c, marksweep.h: Deleted; marksweep.c was empty, and 1996-09-10 20:01:28 +00:00
list.c C files should #include only the header files they need, not 1996-09-10 02:26:07 +00:00
list.h * list.h (scm_list_head): Missing prototype for function in 1996-09-11 20:28:23 +00:00
load.c C files should #include only the header files they need, not 1996-09-10 02:26:07 +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 (distclean): Don't forget to delete fd.h. 1996-09-11 19:40:38 +00:00
mallocs.c C files should #include only the header files they need, not 1996-09-10 02:26:07 +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 * debug.c, unif.c: use scm_out_of_range instead of 1996-09-15 06:41:31 +00:00
numbers.h * __scm.h, chars.c, debug.c, eval.c, eval.h, extchrs.c, extchrs.h, 1996-09-13 13:31:50 +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 * alist.h, append.h, arbiters.h, async.h, boolean.h, chars.h, 1996-09-05 21:19:08 +00:00
ports.c * ports.c, ports.h: Name change: scm_\(line\|column\)_number --> 1996-09-18 19:34:58 +00:00
ports.h * ports.c, ports.h: Name change: scm_\(line\|column\)_number --> 1996-09-18 19:34:58 +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: Added #include "alist.h" 1996-09-18 19:35:21 +00:00
print.h * print.h: Added declarations of scm_prin1 and scm_prlist. 1996-09-12 23:43:34 +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 C files should #include only the header files they need, not 1996-09-10 02:26:07 +00:00
procs.h * numbers.h: Repeated declarations removed. 1996-09-11 20:29:44 +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: Added code for recording of positions of source code 1996-09-18 19:35:48 +00:00
read.h * read.h: Added prototype for scm_lreadrecparen 1996-09-18 19:36:09 +00:00
root.c C files should #include only the header files they need, not 1996-09-10 02:26:07 +00:00
root.h * alist.h, append.h, arbiters.h, async.h, boolean.h, chars.h, 1996-09-05 21:19:08 +00:00
scmconfig.h.in On NextStep, <utime.h> doesn't define struct utime, unless we 1996-09-03 04:48:42 +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 C files should #include only the header files they need, not 1996-09-10 02:26:07 +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 Use SCM_P instead of PROTO; the latter intrudes on the user's 1996-09-10 19:22:40 +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 * srcprop.c (scm_finish_srcprop): Bugfix: update ptr. 1996-09-18 19:36:29 +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 C files should #include only the header files they need, not 1996-09-10 02:26:07 +00:00
strings.h * alist.h, append.h, arbiters.h, async.h, boolean.h, chars.h, 1996-09-05 21:19:08 +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 * strports.c (scm_strprint_obj): scm_iprin1 --> scm_prin1 1996-09-12 23:43:18 +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 * numbers.h: Repeated declarations removed. 1996-09-11 20:29:44 +00:00
struct.h * alist.h, append.h, arbiters.h, async.h, boolean.h, chars.h, 1996-09-05 21:19:08 +00:00
symbols.c * __scm.h, chars.c, debug.c, eval.c, eval.h, extchrs.c, extchrs.h, 1996-09-13 13:31:50 +00:00
symbols.h * __scm.h, chars.c, debug.c, eval.c, eval.h, extchrs.c, extchrs.h, 1996-09-13 13:31:50 +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 * __scm.h, chars.c, debug.c, eval.c, eval.h, extchrs.c, extchrs.h, 1996-09-13 13:31:50 +00:00
throw.c * __scm.h, chars.c, debug.c, eval.c, eval.h, extchrs.c, extchrs.h, 1996-09-13 13:31:50 +00:00
throw.h * alist.h, append.h, arbiters.h, async.h, boolean.h, chars.h, 1996-09-05 21:19:08 +00:00
unif.c * filesys.c (scsm_sys_stat): don't SIGSEGV if argument is an 1996-09-19 09:08:07 +00:00
unif.h * numbers.h: Repeated declarations removed. 1996-09-11 20:29:44 +00:00
variable.c C files should #include only the header files they need, not 1996-09-10 02:26:07 +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