1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-25 22:20:28 +02:00
guile/libguile
Jim Blandy 0d03da62e3 Change the name of the objects returned by OPENDIR from
"directory" to "directory stream".  A predicate named "directory?"
would be confusing.
* filesys.c (scm_directory_stream_p): Renamed from scm_directory_p.
At the Scheme level, "directory?" -> "directory-stream?".
(scm_dir_print): Use the phrase "directory stream" in printed form.
* filesys.h (scm_directory_stream_p): Prototype renamed
accordingly.
1999-09-12 03:47:39 +00:00
..
.cvsignore
__scm.h * __scm.h (SCM_WTA_DISPATCH_n, SCM_GASSERTn): New macros. 1999-09-07 09:40:35 +00:00
_scm.h
alist.c
alist.h
alloca.c * alloca.c (alloca): Cast value returned by malloc. (Thanks to 1999-01-11 08:06:18 +00:00
arbiters.c Greg's smob patch 1999-07-07 09:44:01 +00:00
arbiters.h
async.c Greg's smob patch 1999-07-07 09:44:01 +00:00
async.h
backtrace.c * backtrace.c: Keep backtraces within specified width by 1999-09-12 02:23:39 +00:00
backtrace.h * backtrace.c: Keep backtraces within specified width by 1999-09-12 02:23:39 +00:00
boolean.c
boolean.h
ChangeLog *** empty log message *** 1999-09-12 02:26:03 +00:00
ChangeLog-gh
ChangeLog-scm
ChangeLog-threads
chars.c * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums), 1999-02-06 12:28:45 +00:00
chars.h * chars.h, error.h, feature.h, filesys.h, gc.h, gsubr.h, macros.h, 1999-02-06 12:29:08 +00:00
continuations.c
continuations.h
coop-defs.h
coop-threads.c Greg's smob patch 1999-07-07 09:44:01 +00:00
coop-threads.c.cygnus
coop-threads.h
coop-threads.h.cygnus
coop.c * coop.c (coop_condition_variable_wait): Removed 1998-11-19 08:15:22 +00:00
COPYING
cpp_cnvt.awk
cpp_err_symbols.in
cpp_errno.c
cpp_sig_symbols.in
cpp_signal.c
debug.c * backtrace.c, debug.c, eval.c, eval.h, gsubr.c, read.c, 1999-08-17 08:46:04 +00:00
debug.h * eval.c, debug.h (SCM_BACKTRACE_WIDTH): New debug option: width. 1999-09-12 02:24:10 +00:00
DYNAMIC-LINKING
dynl-dl.c * dynl-dl.c (RTLD_GLOBAL): Define if non-existent. (Thanks to 1999-08-29 18:03:26 +00:00
dynl-dld.c * dynl.c (DYNL_GLOBAL): New. 1999-06-21 15:14:01 +00:00
dynl-shl.c * dynl.c (DYNL_GLOBAL): New. 1999-06-21 15:14:01 +00:00
dynl-vms.c
dynl.c Greg's smob patch 1999-07-07 09:44:01 +00:00
dynl.h * dynl.c (DYNL_GLOBAL): New. 1999-06-21 15:14:01 +00:00
dynwind.c Removed configuration option --enable-lang which was recently added. 1999-07-28 20:39:34 +00:00
dynwind.h
eq.c Patch from Greg Harvey: 1999-06-19 20:21:07 +00:00
eq.h
error.c * error.c (scm_wta): Pass SCM_LIST1 (arg) instead of SCM_EOL to 1999-03-18 12:48:55 +00:00
error.h * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums), 1999-02-06 12:31:04 +00:00
eval.c * eval.c, debug.h (SCM_BACKTRACE_WIDTH): New debug option: width. 1999-09-12 02:24:10 +00:00
eval.h * eval.c, eval.h: Bugfix: scm_sym_apply was not initialized 1999-08-29 14:22:16 +00:00
evalext.c * debug.c, eval.c, evalext.c, stacks.c: #include "modules.h". 1999-03-19 02:28:41 +00:00
evalext.h * evalext.c, evalext.h (scm_m_generalized_set_x): New memoizing 1999-03-11 11:45:34 +00:00
feature.c * feature.c, feature.h: (scm_hook_p, scm_hook_empty_p): New 1999-09-09 20:16:59 +00:00
feature.h * feature.c, feature.h: (scm_hook_p, scm_hook_empty_p): New 1999-09-09 20:16:59 +00:00
filesys.c Change the name of the objects returned by OPENDIR from 1999-09-12 03:47:39 +00:00
filesys.h Change the name of the objects returned by OPENDIR from 1999-09-12 03:47:39 +00:00
fluids.c Greg's smob patch 1999-07-07 09:44:01 +00:00
fluids.h
fports.c * ports.h (enum scm_port_rw_active): New enum, containing 1999-08-20 02:44:14 +00:00
fports.h *** empty log message *** 1999-07-24 23:10:57 +00:00
fsu-pthreads.h
gc.c Added prototype for on_exit 1999-09-02 15:15:12 +00:00
gc.h Allocators should use the `void *' type for generic pointers. 1999-09-01 02:47:30 +00:00
gdb_interface.h
gdbint.c * gdbint.c, strports.c: #include <unistd.h>. (SEEK_SET is defined 1999-08-30 02:14:36 +00:00
gdbint.h
genio.h * ioext.c (scm_do_read_line): Rewritten to use memchr to find the 1999-06-09 12:19:58 +00:00
gh.h * gh.h (gh_vector_to_list): Bugfix. (Thanks to Frank Cieslok.) 1999-08-17 21:31:10 +00:00
gh_data.c * gh_data.c (gh_set_substr): Revert change of 1999-08-29; bcopy is 1999-08-30 07:02:25 +00:00
gh_eval.c * gh_eval.c (gh_eval_str_with_catch, gh_eval_file_with_catch): 1998-10-24 20:54:57 +00:00
gh_funcs.c
gh_init.c
gh_io.c
gh_list.c
gh_predicates.c
gh_test_c.c trivial 1998-04-11 12:40:19 +00:00
gh_test_repl.c
gscm.c
gscm.h
gsubr.c * gsubr.c (scm_make_gsubr): Use scm_make_subr_opt for creation of 1999-09-12 02:24:25 +00:00
gsubr.h * procs.c, procs.h (scm_subr_entry): New type: Stores data 1999-08-26 04:24:42 +00:00
guardians.c * guardians.c (scm_guardian_zombify): Separate scanning for 1999-07-19 18:57:02 +00:00
guardians.h * guardians.c, guardians.h (scm_make_guardian, 1998-12-23 06:38:06 +00:00
guile-snarf.in * guile-snarf.in: Be sure to exit with an error if CPP does. 1999-09-05 13:47:23 +00:00
guile.c
hash.c
hash.h
hashtab.c * hashtab.c: Bugfix: Don't declare s_hash_fold without storage 1999-07-31 09:04:46 +00:00
hashtab.h * hashtab.c, hashtab.h (scm_hash_fold, scm_internal_hash_fold): 1999-03-21 05:02:42 +00:00
inet_aton.c
init.c Add 1999 to copyright years. 1999-09-05 06:42:46 +00:00
init.h
ioext.c * ioext.c (scm_do_read_line, scm_read_line): Use scm_must_malloc, 1999-08-20 02:43:51 +00:00
ioext.h
iselect.c
iselect.h Update FSF address in copyright notices. 1999-08-06 07:26:07 +00:00
keywords.c Greg's smob patch 1999-07-07 09:44:01 +00:00
keywords.h * keywords.c, keywords.h (scm_c_make_keyword): New function. 1999-06-23 11:16:09 +00:00
kw.h * kw.h: New file. 1999-03-22 12:06:52 +00:00
lang.c Updated copyright notice 1999-07-30 21:48:33 +00:00
lang.h * Makefile.am (EXTRA_libguile_la_SOURCES): Added lang.c. 1999-07-27 19:09:31 +00:00
libguile.h * libguile.h: #include "objects.h" 1999-06-23 11:16:18 +00:00
list.c Patch from Greg Harvey: 1999-06-19 20:21:07 +00:00
list.h Declare scm_list_star 1999-03-11 11:46:35 +00:00
load.c * load.c (scm_search_path): If the filename has any extension at 1999-09-03 07:54:06 +00:00
load.h
macros.c Greg's smob patch 1999-07-07 09:44:01 +00:00
macros.h * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums), 1999-02-06 12:31:04 +00:00
Makefile.am * Makefile.am (CLEANFILES): Remove versiondat.h; that should only 1999-09-11 19:05:08 +00:00
Makefile.in * Makefile.am (CLEANFILES): Remove versiondat.h; that should only 1999-09-11 19:05:08 +00:00
mallocs.c Greg's smob patch 1999-07-07 09:44:01 +00:00
mallocs.h
memmove.c I take it all back --- bcopy does handle overlapping source and 1999-09-01 02:52:27 +00:00
mit-pthreads.c Greg's smob patch 1999-07-07 09:44:01 +00:00
mit-pthreads.h
modules.c * modules.c: #include "procprop.h" 1999-03-19 02:28:09 +00:00
modules.h * debug.c, eval.c, evalext.c, stacks.c: #include "modules.h". 1999-03-19 02:28:23 +00:00
net_db.c * net_db.c (h_errno): Don't declare this if it's #defined. Eew. 1999-07-19 08:20:27 +00:00
net_db.h
numbers.c * numbers.c (scm_istr2flo): Don't call SCM_INEXP without first 1999-09-11 18:49:48 +00:00
numbers.h * numbers.c (s_bignum): Renamed to s_bignum, and made static. 1999-04-17 16:03:32 +00:00
objects.c Moved scm_memoize_method back to eval.c. 1999-08-30 02:18:35 +00:00
objects.h * objects.c, objects.h (scm_mcache_lookup_cmethod): Moved here 1999-08-29 03:26:51 +00:00
objprop.c
objprop.h
options.c * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums), 1999-02-06 12:31:04 +00:00
options.h * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums), 1999-02-06 12:31:04 +00:00
pairs.c * pairs.c (scm_set_car_x, scm_set_cdr_x): Return SCM_UNSPECIFIED. 1999-03-22 01:22:04 +00:00
pairs.h * pairs.h (SCM_NEWCELL): When DEBUG_FREELIST is defined, don't 1998-12-05 18:52:15 +00:00
ports.c * gh_data.c (gh_set_substr): Revert change of 1999-08-29; bcopy is 1999-08-30 07:02:25 +00:00
ports.h * ports.h (enum scm_port_rw_active): New enum, containing 1999-08-20 02:44:14 +00:00
posix.c * ioext.c (scm_do_read_line): Rewritten to use memchr to find the 1999-06-09 12:19:58 +00:00
posix.h
print.c * print.c (scm_isymnames): Removed #@hash-dispatch. 1999-08-29 03:27:07 +00:00
print.h * print.h (SCM_PORT_WITH_PS_P, SCM_PORT_WITH_PS_PORT, 1999-08-24 02:12:06 +00:00
procprop.c * procprop.c (scm_i_procedure_arity): Bugfix: Handle generics. 1999-08-29 03:27:18 +00:00
procprop.h * backtrace.c, debug.c, eval.c, eval.h, gsubr.c, procprop.h, 1999-08-17 08:47:47 +00:00
procs.c * procs.c (scm_setter): Signal WTA if handed an entity or operator 1999-09-09 21:29:25 +00:00
procs.h * procs.c, procs.h (scm_subr_entry): New type: Stores data 1999-08-26 04:24:42 +00:00
putenv.c
ramap.c Patch from Greg Harvey: 1999-06-19 20:21:07 +00:00
ramap.h * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums), 1999-02-06 12:31:04 +00:00
random.c * random.c, random.h (scm_c_default_rstate, scm_c_uniform32): 1999-07-25 19:25:01 +00:00
random.h * random.c, random.h (scm_c_default_rstate, scm_c_uniform32): 1999-07-25 19:25:01 +00:00
read.c * backtrace.c, debug.c, eval.c, eval.h, gsubr.c, procprop.h, 1999-08-17 08:47:47 +00:00
read.h * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums), 1999-02-06 12:31:04 +00:00
regex-posix.c Update FSF address in copyright notices. 1999-08-06 07:26:07 +00:00
regex-posix.h Update FSF address in copyright notices. 1999-08-06 07:26:07 +00:00
root.c Greg's smob patch 1999-07-07 09:44:01 +00:00
root.h * Makefile.am, init.c, libguile.h, objects.c, root.h: Replaced 1999-03-14 16:51:37 +00:00
scmconfig.h.in Regenerated 1999-09-02 14:52:32 +00:00
scmsigs.c * scmsigs.c (scm_sigaction): Cast SIG_DFL and SIG_IGN to SCM, not 1999-07-19 07:53:21 +00:00
scmsigs.h
script.c
script.h
simpos.c * ioext.c (scm_do_read_line): Rewritten to use memchr to find the 1999-06-09 12:19:58 +00:00
simpos.h
smob.c * smob.c (scm_smob_print): Handle non-existing type name nicely. 1999-07-24 23:10:27 +00:00
smob.h * smob.c (scm_smob_print): Handle non-existing type name nicely. 1999-07-24 23:10:27 +00:00
snarf.h * snarf.h (SCM_GLOBAL_KEYWORD): Call scm_c_make_keyword, not 1999-09-05 12:41:52 +00:00
socket.c * ioext.c (scm_do_read_line): Rewritten to use memchr to find the 1999-06-09 12:19:58 +00:00
socket.h
sort.c Fix 1999-08-29 03:27:33 +00:00
sort.h * sort.c, sort.h: New files: Implement slib's and scsh's sort 1999-01-10 07:57:58 +00:00
srcprop.c * srcprop.c (scm_source_property): Bugfix: Use SCM_NECONSP instead 1999-09-12 02:24:36 +00:00
srcprop.h * backtrace.c, debug.c, eval.c, eval.h, gsubr.c, procprop.h, 1999-08-17 08:47:47 +00:00
stackchk.c
stackchk.h
stacks.c * stacks.c (scm_sym_apply): Removed. (Thanks to Ken Raeburn.) 1999-08-29 14:22:59 +00:00
stacks.h
stamp-h.in
stime.c 1999-09-08 Gary Houston <ghouston@easynet.co.uk> 1999-09-08 18:38:09 +00:00
stime.h
strerror.c
strings.c 1999-07-04 Gary Houston <ghouston@easynet.co.uk> 1999-07-04 11:02:21 +00:00
strings.h * ioext.c (scm_do_read_line): Rewritten to use memchr to find the 1999-06-09 12:19:58 +00:00
strop.c * strop.c (scm_substring_move_x): Signal an error if start1 1999-09-11 18:49:55 +00:00
strop.h * strop.c (scm_string_capitalize_x): Use the SCM object `s' in 1999-05-09 09:12:35 +00:00
strorder.c * strorder.c (scm_string_less_p, scm_string_ci_less_p): Bugfix. 1999-08-29 18:04:55 +00:00
strorder.h
strports.c * gdbint.c, strports.c: #include <unistd.h>. (SEEK_SET is defined 1999-08-30 02:14:36 +00:00
strports.h * strports.c (scm_stptob, prinstpt, noop0): Removed 1999-07-24 23:10:43 +00:00
struct.c * struct.c, struct.h (scm_struct_free_0, scm_struct_free_light, 1999-08-30 02:14:47 +00:00
struct.h * struct.c, struct.h (scm_struct_free_0, scm_struct_free_light, 1999-08-30 02:14:47 +00:00
symbols.c * symbols.c (scm_gensym): Bugfix. (Thanks to Johannes Hjorth.) 1999-07-08 05:55:34 +00:00
symbols.h * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums), 1999-02-06 12:31:04 +00:00
tag.c * tag.c (scm_tag): Base tag on vtable pointer. 1999-06-23 11:19:25 +00:00
tag.h
tags.h * tags.h (SCM_IM_HASH_DISPATCH): Removed. 1999-08-29 03:28:08 +00:00
threads.c Greg's smob patch 1999-07-07 09:44:01 +00:00
threads.h Hrmmph.. 1998-10-28 20:01:49 +00:00
throw.c Greg's smob patch 1999-07-07 09:44:01 +00:00
throw.h
unif.c 1999-08-11 Gary Houston <ghouston@easynet.co.uk> 1999-08-11 18:35:42 +00:00
unif.h * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums), 1999-02-06 12:31:04 +00:00
variable.c Greg's smob patch 1999-07-07 09:44:01 +00:00
variable.h
vectors.c Patch from Greg Harvey: 1999-06-19 20:21:07 +00:00
vectors.h
version.c * version.c (scm_libguile_config_stamp): Deleted. See 1999-09-11 15:05:59 +00:00
version.h * version.c (scm_libguile_config_stamp): Deleted. See 1999-09-11 15:05:59 +00:00
versiondat.h.in * version.c (scm_libguile_config_stamp): Deleted. See 1999-09-11 19:05:18 +00:00
vports.c 1999-08-11 Gary Houston <ghouston@easynet.co.uk> 1999-08-11 18:35:42 +00:00
vports.h * vports.c (scm_sfport, prinsfpt, sf_read_flush, noop0): Removed. 1999-07-24 23:11:11 +00:00
weaks.c Fix from Ken Raeburn <raeburn@raeburn.org>: 1999-06-15 14:00:11 +00:00
weaks.h Fix from Ken Raeburn <raeburn@raeburn.org>: 1999-06-15 14:00:11 +00:00