1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 04:10:18 +02:00
guile/libguile
Neil Jerram b25aa0b937 Change dynwind flag enums to #defines, for greater portability
Thanks to Inge Gutheil for raising this problem.

* doc/ref/api-control.texi (Dynamic Wind): Remove doc for
  scm_t_dynwind_flags, and change uses of scm_t_dynwind_flags to int.
  Mention possible flags inside doc for scm_dynwind_begin instead.
  Similarly for scm_t_wind_flags.  In this case the doc on possible
  flags is moved to after the four functions that can use them.

* libguile/dynwind.c (scm_dynwind_begin): Change scm_t_dynwind_flags
  to int.
  (scm_dynwind_unwind_handler): Change scm_t_wind_flags to int.
  (scm_dynwind_rewind_handler): Ditto.
  (scm_dynwind_unwind_handler_with_scm): Ditto.
  (scm_dynwind_rewind_handler_with_scm): Ditto.

* libguile/dynwind.h (SCM_F_DYNWIND_REWINDABLE): Use #define instead
  of typedef enum.
  (SCM_F_WIND_EXPLICITLY): Ditto.
  (function declarations): Change scm_t_dynwind_flags and
  scm_t_wind_flags to int.

* test-suite/standalone/test-unwind.c (check_cont_body): Change
  scm_t_dynwind_flags to int.
2009-10-02 22:20:47 +01:00
..
.gitignore update .gitignore files 2008-09-07 22:14:18 +02:00
__scm.h Add `SCM_DEPRECATED' macro to declare deprecated C functions/variables. 2009-10-02 14:45:11 +02:00
_scm.h push new frame on stack before procedure & args 2009-08-20 18:52:50 +02:00
alist.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
alist.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
arbiters.c Merge branch 'master' into boehm-demers-weiser-gc 2009-08-18 00:06:45 +02:00
arbiters.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
array-handle.c add generic array implementation facility 2009-07-19 15:15:40 +02:00
array-handle.h add generic array implementation facility 2009-07-19 15:15:40 +02:00
array-map.c Avoid unneeded `scm_dynwind_free ()'. 2009-09-09 19:27:42 +02:00
array-map.h rename ramap.[ch] to array-map.[ch] 2009-07-19 14:53:03 +02:00
arrays.c Remove unneeded SMOB/port mark/free procedures. 2009-09-28 23:32:34 +02:00
arrays.h move generic array foo out to its own file 2009-07-19 15:15:44 +02:00
async.c Use `SCM_DEPRECATED' in declarations of deprecated functions/variables. 2009-10-02 14:48:22 +02:00
async.h Use `SCM_DEPRECATED' in declarations of deprecated functions/variables. 2009-10-02 14:48:22 +02:00
backtrace.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
backtrace.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
bdw-gc.h Rename "boehm-gc.h" to "bdw-gc.h"; add to the distribution. 2009-09-14 00:42:25 +02:00
bitvectors.c Remove unneeded SMOB/port mark/free procedures. 2009-09-28 23:32:34 +02:00
bitvectors.h bitvector exodus from unif.[ch] 2009-07-19 14:53:03 +02:00
boolean.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
boolean.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
bytevectors.c fix bitvectors after the array handle refactoring 2009-09-18 16:27:32 +02:00
bytevectors.h Remove the distinction between inline/outline storage for bytevectors. 2009-08-31 01:07:30 +02:00
c-tokenize.lex Fix c-tokenize.c error: 'input' defined but not used, when compiling with GCC 4.3.0 2008-05-05 23:47:24 +01:00
ChangeLog-1996-1999
ChangeLog-2000
ChangeLog-2008 Rename ChangeLog' files to ChangeLog-2008'. 2008-09-12 21:49:58 +02:00
ChangeLog-scm
ChangeLog-threads
chars.c Update docs and docstrings for Unicode characters 2009-09-03 08:48:23 -07:00
chars.h Modify read and print of combining characters 2009-09-03 07:47:26 -07:00
continuations.c Fix spurious `throw from within critical section' errors 2009-09-30 21:44:02 +01:00
continuations.h Avoid clash with system setjmp/longjmp on IA64 2009-08-21 23:29:08 +01:00
conv-integer.i.c * numbers.c (scm_i_range_error): New. 2004-10-19 15:59:56 +00:00
conv-uinteger.i.c Avoid type-limits warning in SCM_TO_TYPE_PROTO 2009-08-20 21:40:03 -07:00
cpp_cnvt.awk Use scm_from_int instead of SCM_MAKINUM. 2004-07-10 13:42:18 +00:00
cpp_err_symbols.in
cpp_errno.c
cpp_sig_symbols.in Add SIGSYS. 2004-04-15 00:47:02 +00:00
cpp_signal.c
debug-malloc.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
debug-malloc.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
debug.c Merge branch 'master' into boehm-demers-weiser-gc 2009-08-28 19:16:46 +02:00
debug.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
deprecated.c Use `SCM_DEPRECATED' in declarations of deprecated functions/variables. 2009-10-02 14:48:22 +02:00
deprecated.h Use `SCM_DEPRECATED' in declarations of deprecated functions/variables. 2009-10-02 14:48:22 +02:00
deprecation.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
deprecation.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
discouraged.c Use string and symbol accessors with obarrays and keyword-dash-symbols 2009-08-20 21:39:44 -07:00
discouraged.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
dynl.c add the libdir to the ltdl lib search path 2009-09-16 18:10:19 +02:00
dynl.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
dynwind.c Change dynwind flag enums to #defines, for greater portability 2009-10-02 22:20:47 +01:00
dynwind.h Change dynwind flag enums to #defines, for greater portability 2009-10-02 22:20:47 +01:00
eq.c Use a TC7 tag instead of a SMOB for bytevectors. 2009-08-30 20:12:09 +02:00
eq.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
error.c Avoid accessing symbol internals in call_dsubr_1 and DEVAL 2009-08-20 21:39:56 -07:00
error.h Avoid accessing symbol internals in call_dsubr_1 and DEVAL 2009-08-20 21:39:56 -07:00
eval.c Merge branch 'master' into boehm-demers-weiser-gc 2009-08-28 19:16:46 +02:00
eval.h Use `SCM_DEPRECATED' in declarations of deprecated functions/variables. 2009-10-02 14:48:22 +02:00
eval.i.c Fix the argument list of gsubr stack frames. 2009-10-02 10:28:51 +02:00
evalext.c Use a TC7 tag instead of a SMOB for bytevectors. 2009-08-30 20:12:09 +02:00
evalext.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
extensions.c add registry of vector constructors, make-generalized-vector 2009-07-19 15:15:44 +02:00
extensions.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
feature.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
feature.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
filesys.c Use string accessors in scm_basename and scm_dirname 2009-08-20 22:40:15 -07:00
filesys.h new function: canonicalize-path. use when autocompiling 2009-06-19 14:26:47 +02:00
fluids.c Merge branch 'master' into boehm-demers-weiser-gc 2009-08-18 00:06:45 +02:00
fluids.h Merge branch 'master' into boehm-demers-weiser-gc 2009-08-18 00:06:45 +02:00
fports.c Merge branch 'master' into boehm-demers-weiser-gc 2009-08-28 19:16:46 +02:00
fports.h Remove seek/truncate shortcuts to file ports. 2009-06-28 23:33:17 +02:00
frames.c Merge branch 'master' into boehm-demers-weiser-gc 2009-08-28 19:16:46 +02:00
frames.h programs have their own tc7 now 2009-08-20 18:52:51 +02:00
futures.c Merge branch 'master' into boehm-demers-weiser-gc 2009-08-18 00:06:45 +02:00
futures.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
gc-malloc.c Remove deprecated variables/macros from the GC headers. 2009-08-28 21:02:42 +02:00
gc.c Rename "boehm-gc.h" to "bdw-gc.h"; add to the distribution. 2009-09-14 00:42:25 +02:00
gc.h Use `SCM_DEPRECATED' in declarations of deprecated functions/variables. 2009-10-02 14:48:22 +02:00
gdb_interface.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
gdbint.c Merge branch 'master' into boehm-demers-weiser-gc 2009-08-18 00:06:45 +02:00
gdbint.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
gen-scmconfig.c Don't include libunistring headers in Guile public headers 2009-08-12 09:21:55 -07:00
gen-scmconfig.h.in Handle lack of struct dirent64' and readdir64_r ()' on HP-UX 11.11. 2008-07-17 00:20:31 +02:00
generalized-arrays.c Reinstate backward-compatible `scm_array_p ()'. 2009-09-24 00:06:54 +02:00
generalized-arrays.h Reinstate backward-compatible `scm_array_p ()'. 2009-09-24 00:06:54 +02:00
generalized-vectors.c add registry of vector constructors, make-generalized-vector 2009-07-19 15:15:44 +02:00
generalized-vectors.h add registry of vector constructors, make-generalized-vector 2009-07-19 15:15:44 +02:00
gettext.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
gettext.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
goops.c Merge branch 'master' into boehm-demers-weiser-gc 2009-08-28 19:16:46 +02:00
goops.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
gsubr.c rename SCM_SNAME to SCM_SUBR_NAME 2009-06-19 11:20:34 +02:00
gsubr.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
guardians.c Rename "boehm-gc.h" to "bdw-gc.h"; add to the distribution. 2009-09-14 00:42:25 +02:00
guardians.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
guile-doc-snarf.in Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
guile-func-name-check.in Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
guile-snarf-docs.in Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
guile-snarf.awk.in Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
guile-snarf.in Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
guile.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
hash.c Add initial support for wide symbols 2009-08-21 08:57:35 -07:00
hash.h Add initial support for wide symbols 2009-08-21 08:57:35 -07:00
hashtab.c Merge branch 'master' into boehm-demers-weiser-gc 2009-08-18 00:06:45 +02:00
hashtab.h Merge branch 'master' into boehm-demers-weiser-gc 2009-08-18 00:06:45 +02:00
hooks.c Merge branch 'master' into boehm-demers-weiser-gc 2009-08-18 00:06:45 +02:00
hooks.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
i18n.c Missing free in nl-langinfo 2009-09-25 07:47:56 -07:00
i18n.h Merge libguile-i18n' into libguile'. 2009-09-14 00:42:25 +02:00
ieee-754.h Import R6RS bytevectors and I/O ports from Guile-R6RS-Libs 0.2. 2009-05-28 23:12:01 +02:00
inet_aton.c Cast the input to isalpha et al to integer 2009-08-28 21:19:05 -07:00
init.c Merge libguile-i18n' into libguile'. 2009-09-14 00:42:25 +02:00
init.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
inline.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
inline.h Rename "boehm-gc.h" to "bdw-gc.h"; add to the distribution. 2009-09-14 00:42:25 +02:00
instructions.c fix race in which some instruction name symbols could go unmarked 2009-07-14 21:29:41 +02:00
instructions.h fix race in which some instruction name symbols could go unmarked 2009-07-14 21:29:41 +02:00
ioext.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
ioext.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
iselect.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
keywords.c Merge branch 'master' into boehm-demers-weiser-gc 2009-08-18 00:06:45 +02:00
keywords.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
lang.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
lang.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
libgettext.h Added missing files for `(ice-9 i18n)'. 2006-11-18 18:18:23 +00:00
libguile.map Use a linker version script for libguile. 2009-08-09 23:40:11 +02:00
list.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
list.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
load.c Compile in a fresh module by default. 2009-09-20 21:54:41 +02:00
load.h `load' autocompiles 2009-08-18 11:06:04 +02:00
locale-categories.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
macros.c Use `SCM_DEPRECATED' in declarations of deprecated functions/variables. 2009-10-02 14:48:22 +02:00
macros.h Use `SCM_DEPRECATED' in declarations of deprecated functions/variables. 2009-10-02 14:48:22 +02:00
Makefile.am Move "-z relro" out of $LDFLAGS so it's not in `guile-2.0.pc'. 2009-09-24 00:06:54 +02:00
mallocs.c Merge branch 'master' into boehm-demers-weiser-gc 2009-08-18 00:06:45 +02:00
mallocs.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
memmove.c
mkstemp.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:35:27 +02:00
modules.c Merge branch 'master' into boehm-demers-weiser-gc 2009-08-18 00:06:45 +02:00
modules.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
net_db.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
net_db.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
null-threads.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
null-threads.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
numbers.c Merge branch 'master' into boehm-demers-weiser-gc 2009-08-28 19:16:46 +02:00
numbers.h Add full Unicode capability to ports and the default reader 2009-08-25 07:54:37 -07:00
objcodes.c Fix leaky behavior of `scm_take_TAGvector ()'. 2009-09-01 23:53:58 +02:00
objcodes.h make sure all programs are 8-byte aligned 2009-07-26 12:57:11 +02:00
objects.c Merge branch 'master' into boehm-demers-weiser-gc 2009-08-18 00:06:45 +02:00
objects.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
objprop.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
objprop.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
options.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
options.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
pairs.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
pairs.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
ports.c Remove default port/SMOB finalizers. 2009-09-28 23:32:33 +02:00
ports.h Use `SCM_DEPRECATED' in declarations of deprecated functions/variables. 2009-10-02 14:48:22 +02:00
posix.c Merge branch 'master' into boehm-demers-weiser-gc 2009-08-28 19:16:46 +02:00
posix.h Add full Unicode capability to ports and the default reader 2009-08-25 07:54:37 -07:00
print.c Merge branch 'master' into boehm-demers-weiser-gc 2009-09-09 22:39:49 +02:00
print.h Add full Unicode capability to ports and the default reader 2009-08-25 07:54:37 -07:00
private-gc.h Remove deprecated variables/macros from the GC headers. 2009-08-28 21:02:42 +02:00
private-options.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
procprop.c programs have their own tc7 now 2009-08-20 18:52:51 +02:00
procprop.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
procs.c Merge branch 'master' into boehm-demers-weiser-gc 2009-08-28 19:16:46 +02:00
procs.h Merge branch 'master' into boehm-demers-weiser-gc 2009-08-18 00:06:45 +02:00
programs.c programs have their own tc7 now 2009-08-20 18:52:51 +02:00
programs.h Fix omission of VM frames from backtrace 2009-09-17 00:19:47 +01:00
properties.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
properties.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
pthread-threads.h Rename "boehm-gc.h" to "bdw-gc.h"; add to the distribution. 2009-09-14 00:42:25 +02:00
putenv.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
quicksort.i.c * Makefile.am (libguile_la_SOURCES, DOT_X_FILES, DOT_DOC_FILES, 2005-01-02 19:16:39 +00:00
r6rs-ports.c Use `scm_gc_malloc_pointerless ()' for bytevectors. 2009-08-18 22:12:31 +02:00
r6rs-ports.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
random.c Merge branch 'master' into boehm-demers-weiser-gc 2009-08-28 19:16:46 +02:00
random.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
rdelim.c Add full Unicode capability to ports and the default reader 2009-08-25 07:54:37 -07:00
rdelim.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
read.c Avoid string buffer overrun in scm_scan_for_encoding 2009-09-05 11:10:07 -07:00
read.h Add full Unicode capability to ports and the default reader 2009-08-25 07:54:37 -07:00
regex-posix.c Merge branch 'master' into boehm-demers-weiser-gc 2009-08-18 00:06:45 +02:00
regex-posix.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
remaining-docs-needed
root.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
root.h Merge branch 'master' into boehm-demers-weiser-gc 2009-08-18 00:06:45 +02:00
run-test
rw.c Add Unicode strings and symbols 2009-08-08 02:35:00 -07:00
rw.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
scmconfig.h.top Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
scmsigs.c Avoid throw from critical section, given invalid sigaction call 2009-09-30 21:39:01 +01:00
scmsigs.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
script.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
script.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
simpos.c Merge branch 'master' into boehm-demers-weiser-gc 2009-08-18 00:06:45 +02:00
simpos.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
smob.c Remove default port/SMOB finalizers. 2009-09-28 23:32:33 +02:00
smob.h Remove default port/SMOB finalizers. 2009-09-28 23:32:33 +02:00
snarf.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
socket.c Fix doc for inet-ntop: always produces a string 2009-10-01 23:38:57 +01:00
socket.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
sort.c rename unif.[ch] to arrays.[ch] 2009-07-19 14:53:03 +02:00
sort.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
srcprop.c Merge branch 'master' into boehm-demers-weiser-gc 2009-08-28 19:16:46 +02:00
srcprop.h In srcprop.c change all occurrences of "plist" to "alist" 2009-08-21 23:25:26 +01:00
srfi-4.c Rename "boehm-gc.h" to "bdw-gc.h"; add to the distribution. 2009-09-14 00:42:25 +02:00
srfi-4.h Use `SCM_DEPRECATED' in declarations of deprecated functions/variables. 2009-10-02 14:48:22 +02:00
srfi-4.i.c Fix leaky behavior of `scm_take_TAGvector ()'. 2009-09-01 23:53:58 +02:00
srfi-13.c type limits error in string-tabulate 2009-08-20 08:14:28 -07:00
srfi-13.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
srfi-14.c Nitpick in `srfi-14.c'. 2009-09-15 00:40:44 +02:00
srfi-14.h Add char-set debugging function 2009-09-03 08:29:45 -07:00
srfi-14.i.c Distinguish between all codepoints and designated codepoints in char-sets 2009-09-03 08:23:24 -07:00
stackchk.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
stackchk.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
stacks.c Fix incorrect stack count warnings 2009-09-17 00:19:47 +01:00
stacks.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
stime.c Modify socket and time functions for wide strings 2009-08-23 09:29:45 -07:00
stime.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
strerror.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
strings.c Merge branch 'master' into boehm-demers-weiser-gc 2009-09-09 22:39:49 +02:00
strings.h Use `SCM_DEPRECATED' in declarations of deprecated functions/variables. 2009-10-02 14:48:22 +02:00
strorder.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
strorder.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
strports.c Remove unneeded SMOB/port mark/free procedures. 2009-09-28 23:32:34 +02:00
strports.h Remove locale u8vector functions 2009-09-04 07:34:35 -07:00
struct.c Rename "boehm-gc.h" to "bdw-gc.h"; add to the distribution. 2009-09-14 00:42:25 +02:00
struct.h Merge branch 'master' into boehm-demers-weiser-gc 2009-08-18 00:06:45 +02:00
symbols.c Merge branch 'master' into boehm-demers-weiser-gc 2009-08-28 19:16:46 +02:00
symbols.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
tags.h Use a TC7 tag instead of a SMOB for bytevectors. 2009-08-30 20:12:09 +02:00
threads.c Fix spurious `throw from within critical section' errors 2009-09-30 21:44:02 +01:00
threads.h Fix spurious `throw from within critical section' errors 2009-09-30 21:44:02 +01:00
throw.c Fix spurious `throw from within critical section' errors 2009-09-30 21:44:02 +01:00
throw.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
unidata_to_charset.pl Distinguish between all codepoints and designated codepoints in char-sets 2009-09-03 08:23:24 -07:00
uniform.c fix bitvectors after the array handle refactoring 2009-09-18 16:27:32 +02:00
uniform.h fix bitvectors after the array handle refactoring 2009-09-18 16:27:32 +02:00
validate.h Use a TC7 tag instead of a SMOB for bytevectors. 2009-08-30 20:12:09 +02:00
values.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
values.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
variable.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
variable.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
vectors.c Rename "boehm-gc.h" to "bdw-gc.h"; add to the distribution. 2009-09-14 00:42:25 +02:00
vectors.h Merge branch 'master' into boehm-demers-weiser-gc 2009-08-28 19:16:46 +02:00
version.c Merge branch 'master' into boehm-demers-weiser-gc 2009-08-18 00:06:45 +02:00
version.h.in Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
vm-bootstrap.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
vm-engine.c programs have their own tc7 now 2009-08-20 18:52:51 +02:00
vm-engine.h Merge branch 'master' into boehm-demers-weiser-gc 2009-08-28 19:16:46 +02:00
vm-expand.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
vm-i-loader.c rework the vm support for wide strings 2009-08-12 16:34:05 +02:00
vm-i-scheme.c Use fixnums for int32 when the native word size of greater than 4 bytes. 2009-09-15 23:48:01 +02:00
vm-i-system.c programs have their own tc7 now 2009-08-20 18:52:51 +02:00
vm.c Fix omission of VM frames from backtrace 2009-09-17 00:19:47 +01:00
vm.h programs have their own tc7 now 2009-08-20 18:52:51 +02:00
vports.c Remove unneeded SMOB/port mark/free procedures. 2009-09-28 23:32:34 +02:00
vports.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
weaks.c Rename "boehm-gc.h" to "bdw-gc.h"; add to the distribution. 2009-09-14 00:42:25 +02:00
weaks.h Keep the weak pair API internal. 2009-09-15 23:12:39 +02:00
win32-dirent.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
win32-dirent.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
win32-socket.c Cast the input to isalpha et al to integer 2009-08-28 21:19:05 -07:00
win32-socket.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
win32-uname.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
win32-uname.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00