1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-04 14:20:26 +02:00
guile/libguile
Michael Livshin a00c95d9c6 * tags.h: (SCM_DOUBLE_CELLP, SCM_NDOUBLE_CELLP): new macros.
* gc.h: (typedef struct scm_freelist_t) remove from here.

* gc.c: (CELL_UP, CELL_DN) make these macros take additional
parameter (the span).
(CLUSTER_SIZE_IN_BYTES, ALIGNMENT_SLACK) new macros.
(typedef struct scm_freelist_t) move here from gc.h, it had no
business being externally visible.
(typedef struct scm_heap_seg_data_t) renamed from
scm_heap_seg_data, to be style-compliant.
(scm_mark_locations) if the possible pointer points to a
multy-cell, check that it's properly aligned.
(init_heap_seg) alighn multy-cells properly, work with the
assumption that the segment size divides cleanly by cluster size
(so that there's no spill).
(round_to_cluster_size) new function.
(alloc_some_heap, make_initial_segment) use round_to_cluster_size
to satisfy the new init_heap_seg invariant.
2000-03-18 11:09:41 +00:00
..
.cvsignore *** empty log message *** 2000-01-16 22:07:08 +00:00
__scm.h Doc fix. 2000-03-16 21:11:45 +00:00
_scm.h Only include async.h where it is actually needed. 2000-03-18 09:16:48 +00:00
alist.c * alist.c, eval.c, net_db.c, posix.c, print.c, snarf.h, struct.c, 2000-03-12 16:08:24 +00:00
alist.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
alloca.c * *.c: Finish replacing K&R style prototypes with ANSI C 1999-12-12 20:35:02 +00:00
arbiters.c Only include ports.h where it is actually needed. 2000-03-17 16:10:13 +00:00
arbiters.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
async.c Only include root.h where it is actually needed. 2000-03-18 08:44:04 +00:00
async.h * async.c, async.h: made async representation a double cell. 2000-03-14 06:39:28 +00:00
backtrace.c Only include strings.h where it is actually needed. 2000-03-17 18:11:58 +00:00
backtrace.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
boolean.c * error.h, error.c: Added `scm_wrong_type_arg_msg' to support 2000-03-03 00:09:54 +00:00
boolean.h *** empty log message *** 2000-03-12 18:30:33 +00:00
ChangeLog * tags.h: (SCM_DOUBLE_CELLP, SCM_NDOUBLE_CELLP): new macros. 2000-03-18 11:09:41 +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-gh
ChangeLog-scm
ChangeLog-threads
chars.c * error.h, error.c: Added `scm_wrong_type_arg_msg' to support 2000-03-03 00:09:54 +00:00
chars.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
continuations.c Only include root.h where it is actually needed. 2000-03-18 08:44:04 +00:00
continuations.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
coop-defs.h Reverted recent change to scm_mutex_init: now backward compatible 2000-03-12 14:26:59 +00:00
coop-threads.c * struct.c, coop-threads.c: SCM_ASSCM/ASWORD fixes. 2000-03-12 16:09:34 +00:00
coop-threads.c.cygnus
coop-threads.h
coop-threads.h.cygnus
coop.c * coop.c (coop_condition_variable_timed_wait_mutex): Use ETIMEDOUT 2000-03-12 01:48:04 +00:00
COPYING
cpp_cnvt.awk
cpp_err_symbols.in
cpp_errno.c
cpp_sig_symbols.in
cpp_signal.c
debug.c Only include ports.h where it is actually needed. 2000-03-17 16:10:13 +00:00
debug.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
dynl.c Only include strings.h where it is actually needed. 2000-03-17 18:11:58 +00:00
dynl.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
dynwind.c Only include ports.h where it is actually needed. 2000-03-17 16:10:13 +00:00
dynwind.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
eq.c Only include async.h where it is actually needed. 2000-03-18 09:16:48 +00:00
eq.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
error.c Only include strings.h where it is actually needed. 2000-03-17 18:11:58 +00:00
error.h * error.h, error.c: Added `scm_wrong_type_arg_msg' to support 2000-03-03 00:09:54 +00:00
eval.c Only include async.h where it is actually needed. 2000-03-18 09:16:48 +00:00
eval.h *** empty log message *** 2000-03-12 18:30:33 +00:00
evalext.c Only include root.h where it is actually needed. 2000-03-18 08:44:04 +00:00
evalext.h * __scm.h, backtrace.c, backtrace.h, debug.c, debug.h, dynl-dld.c, 1999-09-12 11:16:13 +00:00
feature.c Only include root.h where it is actually needed. 2000-03-18 08:44:04 +00:00
feature.h *** empty log message *** 2000-03-12 18:30:33 +00:00
filesys.c Only include strings.h where it is actually needed. 2000-03-17 18:11:58 +00:00
filesys.h *** empty log message *** 2000-03-12 18:30:33 +00:00
fluids.c Only include ports.h where it is actually needed. 2000-03-17 16:10:13 +00:00
fluids.h *** empty log message *** 2000-03-12 18:30:33 +00:00
fports.c Only include strings.h where it is actually needed. 2000-03-17 18:11:58 +00:00
fports.h *** empty log message *** 2000-03-12 18:30:33 +00:00
fsu-pthreads.h * *.h: Use SCM_NIMP(X) && in all the FOOP macros. 1999-12-16 03:46:42 +00:00
gc.c * tags.h: (SCM_DOUBLE_CELLP, SCM_NDOUBLE_CELLP): new macros. 2000-03-18 11:09:41 +00:00
gc.h * tags.h: (SCM_DOUBLE_CELLP, SCM_NDOUBLE_CELLP): new macros. 2000-03-18 11:09:41 +00:00
gdb_interface.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
gdbint.c Only include root.h where it is actually needed. 2000-03-18 08:44:04 +00:00
gdbint.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
gh.h *** empty log message *** 2000-03-14 06:43:57 +00:00
gh_data.c *** empty log message *** 2000-03-14 06:43:57 +00:00
gh_eval.c *** empty log message *** 1999-12-10 03:06:51 +00:00
gh_funcs.c
gh_init.c
gh_io.c
gh_list.c
gh_predicates.c
gh_test_c.c
gh_test_repl.c
gsubr.c Only include root.h where it is actually needed. 2000-03-18 08:44:04 +00:00
gsubr.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
guardians.c Only include ports.h where it is actually needed. 2000-03-17 16:10:13 +00:00
guardians.h * guardians.c, guardians.h (scm_make_guardian, 1998-12-23 06:38:06 +00:00
guile-doc-snarf.in * guile-doc-snarf.in: Don't use absolute path for `sed'. (Note 2000-03-13 11:04:41 +00:00
guile-func-name-check.in * guile-func-name-check.in: Added this script to statically check 2000-01-11 21:47:57 +00:00
guile-snarf.awk.in * guile-snarf.awk.in: Replace docstring line-ending \n" and \n\n" 2000-03-15 16:09:58 +00:00
guile-snarf.in * snarf.h: Drop SCM_PROC, SCM_PROC1. Added extra output for 1999-12-12 23:37:40 +00:00
guile.c * guile.c: register preloaded modules 2000-01-10 00:37:47 +00:00
hash.c Only include ports.h where it is actually needed. 2000-03-17 16:10:13 +00:00
hash.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
hashtab.c Only include vectors.h in those files, where it is actually needed. 2000-03-17 15:23:03 +00:00
hashtab.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
inet_aton.c * *.c: Finish replacing K&R style prototypes with ANSI C 1999-12-12 20:35:02 +00:00
init.c * init.c (scm_boot_guile_1): Introduced new variable 2000-03-17 08:09:03 +00:00
init.h * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c, 1998-10-19 21:36:50 +00:00
ioext.c Only include root.h where it is actually needed. 2000-03-18 08:44:04 +00:00
ioext.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
iselect.c Only include async.h where it is actually needed. 2000-03-18 09:16:48 +00:00
iselect.h * iselect.h: Always declare scm_internal_select. 2000-03-13 10:47:24 +00:00
keywords.c Only include root.h where it is actually needed. 2000-03-18 08:44:04 +00:00
keywords.h *** empty log message *** 2000-03-12 18:30:33 +00:00
kw.h * kw.h: New file. 1999-03-22 12:06:52 +00:00
lang.c Only include root.h where it is actually needed. 2000-03-18 08:44:04 +00:00
lang.h * eval.c, lang.c, lang.h (scm_lisp_nil, scm_lisp_t): Renamed from 2000-03-14 16:41:03 +00:00
libguile.h Removed empty file genio.h and references to it. 2000-03-17 13:37:33 +00:00
list.c * error.h, error.c: Added `scm_wrong_type_arg_msg' to support 2000-03-03 00:09:54 +00:00
list.h *** empty log message *** 2000-01-18 14:13:43 +00:00
load.c Only include root.h where it is actually needed. 2000-03-18 08:44:04 +00:00
load.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
macros.c Only include root.h where it is actually needed. 2000-03-18 08:44:04 +00:00
macros.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
Makefile.am Removed empty file genio.h and references to it. 2000-03-17 13:37:33 +00:00
mallocs.c Only include ports.h where it is actually needed. 2000-03-17 16:10:13 +00:00
mallocs.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
memmove.c * *.c: Finish replacing K&R style prototypes with ANSI C 1999-12-12 20:35:02 +00:00
mit-pthreads.c * threads.c, mit-pthreads.c, list.c, coop.c: Remove K&R 1999-12-19 18:24:12 +00:00
mit-pthreads.h * *.h: Use SCM_NIMP(X) && in all the FOOP macros. 1999-12-16 03:46:42 +00:00
modules.c * *.c: Finish replacing K&R style prototypes with ANSI C 1999-12-12 20:35:02 +00:00
modules.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
net_db.c Only include strings.h where it is actually needed. 2000-03-17 18:11:58 +00:00
net_db.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
numbers.c Only include root.h where it is actually needed. 2000-03-18 08:44:04 +00:00
numbers.h * __scm.h eq.c, eval.c, gc.c, hc.h, gh_data, hash.c, numbers.c, 2000-03-14 06:41:25 +00:00
objects.c Only include strings.h where it is actually needed. 2000-03-17 18:11:58 +00:00
objects.h *** empty log message *** 2000-03-12 18:30:33 +00:00
objprop.c Only include root.h where it is actually needed. 2000-03-18 08:44:04 +00:00
objprop.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
options.c Only include strings.h where it is actually needed. 2000-03-17 18:11:58 +00:00
options.h *.[ch]: make a distinction between SCM as a generic 2000-03-09 18:58:58 +00:00
pairs.c * error.h, error.c: Added `scm_wrong_type_arg_msg' to support 2000-03-03 00:09:54 +00:00
pairs.h * gc.c, gc.h, pairs.h, init.c: Implementation of a new way of 2000-03-15 07:30:53 +00:00
ports.c Only include root.h where it is actually needed. 2000-03-18 08:44:04 +00:00
ports.h * ports.c (flush_void_port): renamed to flush_port_default. 2000-03-13 22:21:21 +00:00
posix.c Only include strings.h where it is actually needed. 2000-03-17 18:11:58 +00:00
posix.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
print.c Only include root.h where it is actually needed. 2000-03-18 08:44:04 +00:00
print.h *.[ch]: make a distinction between SCM as a generic 2000-03-09 18:58:58 +00:00
procprop.c Only include root.h where it is actually needed. 2000-03-18 08:44:04 +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 Only include strings.h where it is actually needed. 2000-03-17 18:11:58 +00:00
procs.h * procs.c, procs.h: changed the procedure-with-setter representation 2000-03-14 06:41:56 +00:00
putenv.c * *.c: Finish replacing K&R style prototypes with ANSI C 1999-12-12 20:35:02 +00:00
ramap.c Only include root.h where it is actually needed. 2000-03-18 08:44:04 +00:00
ramap.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
random.c Only include strings.h where it is actually needed. 2000-03-17 18:11:58 +00:00
random.h * *.h: Use SCM_NIMP(X) && in all the FOOP macros. 1999-12-16 03:46:42 +00:00
read.c Only include root.h where it is actually needed. 2000-03-18 08:44:04 +00:00
read.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
regex-posix.c Only include strings.h where it is actually needed. 2000-03-17 18:11:58 +00:00
regex-posix.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
remaining-docs-needed * run-test, remaining-docs-needed: Added these scripts. The 2000-03-07 16:06:13 +00:00
root.c Only include ports.h where it is actually needed. 2000-03-17 16:10:13 +00:00
root.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
run-test * run-test, remaining-docs-needed: Added these scripts. The 2000-03-07 16:06:13 +00:00
scmsigs.c Only include vectors.h in those files, where it is actually needed. 2000-03-17 15:23:03 +00:00
scmsigs.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
script.c * strings.h: don't use SCM_P. don't include <string.h>. 2000-01-31 18:29:56 +00:00
script.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
simpos.c Only include strings.h where it is actually needed. 2000-03-17 18:11:58 +00:00
simpos.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
smob.c Only include ports.h where it is actually needed. 2000-03-17 16:10:13 +00:00
smob.h * smob.h (SCM_SMOB_PREDICATE): New macro. 2000-03-14 06:42:40 +00:00
snarf.h * alist.c, eval.c, net_db.c, posix.c, print.c, snarf.h, struct.c, 2000-03-12 16:08:24 +00:00
socket.c Only include strings.h where it is actually needed. 2000-03-17 18:11:58 +00:00
socket.h * configure.in: check for hstrerror. 1999-11-18 22:36:28 +00:00
sort.c Only include vectors.h in those files, where it is actually needed. 2000-03-17 15:23:03 +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 Only include root.h where it is actually needed. 2000-03-18 08:44:04 +00:00
srcprop.h *** empty log message *** 2000-03-12 18:30:33 +00:00
stackchk.c Only include root.h where it is actually needed. 2000-03-18 08:44:04 +00:00
stackchk.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
stacks.c Only include root.h where it is actually needed. 2000-03-18 08:44:04 +00:00
stacks.h *** empty log message *** 2000-03-12 18:30:33 +00:00
stamp-h.in
stime.c Only include strings.h where it is actually needed. 2000-03-17 18:11:58 +00:00
stime.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
strerror.c * *.c: Finish replacing K&R style prototypes with ANSI C 1999-12-12 20:35:02 +00:00
strings.c * error.h, error.c: Added `scm_wrong_type_arg_msg' to support 2000-03-03 00:09:54 +00:00
strings.h * strings.h: don't use SCM_P. don't include <string.h>. 2000-01-31 18:29:56 +00:00
strop.c Only include strings.h where it is actually needed. 2000-03-17 18:11:58 +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 * error.h, error.c: Added `scm_wrong_type_arg_msg' to support 2000-03-03 00:09:54 +00:00
strorder.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
strports.c Only include root.h where it is actually needed. 2000-03-18 08:44:04 +00:00
strports.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
struct.c Only include strings.h where it is actually needed. 2000-03-17 18:11:58 +00:00
struct.h *** empty log message *** 2000-03-12 18:30:33 +00:00
symbols.c Only include root.h where it is actually needed. 2000-03-18 08:44:04 +00:00
symbols.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
tag.c *** empty log message *** 2000-03-12 18:30:33 +00:00
tag.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
tags.h * tags.h: (SCM_DOUBLE_CELLP, SCM_NDOUBLE_CELLP): new macros. 2000-03-18 11:09:41 +00:00
threads.c Removed empty file genio.h and references to it. 2000-03-17 13:37:33 +00:00
threads.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
throw.c Only include ports.h where it is actually needed. 2000-03-17 16:10:13 +00:00
throw.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
unif.c Only include root.h where it is actually needed. 2000-03-18 08:44:04 +00:00
unif.h * __scm.h eq.c, eval.c, gc.c, hc.h, gh_data, hash.c, numbers.c, 2000-03-14 06:43:03 +00:00
validate.h * validate.h, scm_validate.h: Added the former, as a renamed 2000-03-03 00:11:46 +00:00
variable.c Only include root.h where it is actually needed. 2000-03-18 08:44:04 +00:00
variable.h *** empty log message *** 2000-03-12 18:30:33 +00:00
vectors.c Only include root.h where it is actually needed. 2000-03-18 08:44:04 +00:00
vectors.h *** empty log message *** 2000-03-12 18:30:33 +00:00
version.c Only include strings.h where it is actually needed. 2000-03-17 18:11:58 +00:00
version.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
versiondat.h.in * version.c (scm_libguile_config_stamp): Deleted. See 1999-09-11 19:05:18 +00:00
vports.c Only include root.h where it is actually needed. 2000-03-18 08:44:04 +00:00
vports.h * list.c: Moved append docs to append! Thanks Dirk Hermann. Also, 2000-03-02 20:54:43 +00:00
weaks.c Only include vectors.h in those files, where it is actually needed. 2000-03-17 15:23:03 +00:00
weaks.h *** empty log message *** 2000-03-12 18:30:33 +00:00