1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00
guile/libguile
Andy Wingo 92a61010bd change remaining %nil -> #nil
* doc/ref/vm.texi:
* libguile/boolean.h:
* libguile/pairs.h:
* module/language/elisp/README:
* test-suite/tests/elisp-compiler.test:
* test-suite/tests/load.test: Change remaining mentions of %nil to #nil.
2010-04-09 21:06:29 +02:00
..
.gitignore update .gitignore files 2008-09-07 22:14:18 +02:00
__scm.h less overhead for handling interrupts in the vm 2009-12-11 11:15:12 +01:00
_scm.h renumber VM opcodes 2010-01-26 22:56:41 +01:00
alist.c remove libguile/lang.h, deprecate %nil (in favor of #nil) 2010-04-09 14:26:31 +02:00
alist.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
arbiters.c fix arbiter compilation with the generic codepath 2009-12-09 10:21:31 +01:00
arbiters.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
array-handle.c remove a bunch of needless scm_permanent_object calls 2009-12-05 11:32:50 +01:00
array-handle.h add generic array implementation facility 2009-07-19 15:15:40 +02:00
array-map.c more fixes to equal? for arrays 2010-04-01 00:25:06 +02:00
array-map.h more fixes to equal? for arrays 2010-04-01 00:25:06 +02:00
arrays.c allow compilation of #@2(1 2 3) 2010-01-11 21:47:10 +01:00
arrays.h allow compilation of #@2(1 2 3) 2010-01-11 21:47:10 +01:00
async.c remove libguile/lang.h, deprecate %nil (in favor of #nil) 2010-04-09 14:26:31 +02:00
async.h Arrange so that `SCM_I_CURRENT_THREAD' is not accessed outside of libguile. 2009-10-09 14:10:03 +02:00
backtrace.c remove libguile/lang.h, deprecate %nil (in favor of #nil) 2010-04-09 14:26:31 +02:00
backtrace.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
bdw-gc.h Merge branch 'bdw-gc-static-alloc' 2009-11-01 18:17:31 +01:00
bitvectors.c Remove extraneous semicolon after `SCM_ARRAY_IMPLEMENTATION' & co. 2009-12-15 01:01:17 +01:00
bitvectors.h bitvector exodus from unif.[ch] 2009-07-19 14:53:03 +02:00
boolean.c remove libguile/lang.h, deprecate %nil (in favor of #nil) 2010-04-09 14:26:31 +02:00
boolean.h change remaining %nil -> #nil 2010-04-09 21:06:29 +02:00
bytevectors.c more fixes to equal? for arrays 2010-04-01 00:25:06 +02:00
bytevectors.h Revert "Remove unused internal bytevector functions." 2010-01-07 22:06:20 +01:00
c-tokenize.lex remove spurious declarations in c-tokenize.lex 2010-03-26 13:22:10 +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 Add R6RS character names 2010-01-10 15:16:55 -08:00
chars.h Support for Unicode general categories 2009-12-24 11:55:47 -05:00
continuations.c fix comment in continuations.c 2010-02-18 22:15:43 +01:00
continuations.h continuations return multiple values on the stack 2010-02-08 22:59:25 +01:00
control.c add abort to unknown prompt test 2010-03-11 22:36:15 +01:00
control.h remove internal treatment of default prompt tag, it seems there was no need 2010-03-11 22:31:29 +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 Remove references to undefined macros. 2009-11-17 23:42:22 +01: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 %start-stack in Scheme, in terms of prompts 2010-03-09 21:32:56 +01:00
debug.h %start-stack in Scheme, in terms of prompts 2010-03-09 21:32:56 +01:00
deprecated.c deprecate dynamic-args-call, and update docs some more 2010-04-02 00:34:49 +02:00
deprecated.h deprecate dynamic-args-call, and update docs some more 2010-04-02 00:34:49 +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 remove libguile/lang.h, deprecate %nil (in favor of #nil) 2010-04-09 14:26:31 +02:00
dynl.h deprecate dynamic-args-call, and update docs some more 2010-04-02 00:34:49 +02:00
dynwind.c tighten up scm_i_dowinds, fixing invalid SCM_CAR (prompt) 2010-03-04 13:14:43 +01:00
dynwind.h Revert "Change dynwind flag enums to #defines, for greater portability" 2009-10-07 22:14:38 +01:00
eq.c more fixes to equal? for arrays 2010-04-01 00:25:06 +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 remove libguile/lang.h, deprecate %nil (in favor of #nil) 2010-04-09 14:26:31 +02:00
eval.h add scm_call_n, scm_c_run_hookn 2009-12-21 21:06:27 +01:00
evalext.c add read syntax for #nil 2010-04-09 14:15:16 +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 remove a bunch of needless scm_permanent_object calls 2009-12-05 11:32:50 +01:00
feature.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
filesys.c remove libguile/lang.h, deprecate %nil (in favor of #nil) 2010-04-09 14:26:31 +02:00
filesys.h SCM_CELL in filesys.[ch] 2009-12-08 23:13:07 +01:00
fluids.c remove libguile/lang.h, deprecate %nil (in favor of #nil) 2010-04-09 14:26:31 +02:00
fluids.h add printers for prompts and with-fluids objects 2010-03-04 13:14:43 +01:00
foreign.c Raise an error when attempting to modify the value of `%null-pointer'. 2010-04-09 00:32:15 +02:00
foreign.h Cosmetic changes in `foreign.c'. 2010-03-20 17:00:38 +01:00
fports.c Use Gnulib's `full-write' instead of custom code. 2010-01-07 11:10:35 +01:00
fports.h Remove seek/truncate shortcuts to file ports. 2009-06-28 23:33:17 +02:00
frames.c tc7 tags for vm-related data 2010-01-07 23:42:41 +01:00
frames.h tc7 tags for vm-related data 2010-01-07 23:42:41 +01:00
gc-malloc.c fix bug in scm_must_free 2010-03-29 22:02:42 +02:00
gc.c Reinstate `scm_protects', for backward compatibility. 2010-02-13 19:33:51 +01:00
gc.h Reinstate `scm_protects', for backward compatibility. 2010-02-13 19:33:51 +01:00
gdb_interface.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
gdbint.c remove a bunch of needless scm_permanent_object calls 2009-12-05 11:32:50 +01:00
gdbint.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
gen-scmconfig.c lisp nil always enabled 2010-04-09 14:03:02 +02:00
gen-scmconfig.h.in lisp nil always enabled 2010-04-09 14:03:02 +02:00
generalized-arrays.c add docs and tests for array->list 2010-04-07 21:04:37 +02:00
generalized-arrays.h Reinstate backward-compatible `scm_array_p ()'. 2009-09-24 00:06:54 +02:00
generalized-vectors.c fix bug in generalized-vector->list 2010-01-03 12:37:07 +01: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 foreign.h presents a more pointer-centric interface 2010-01-26 22:56:41 +01:00
goops.h remove scm_add_method 2009-12-20 15:34:19 +01:00
gsubr.c foreign.h presents a more pointer-centric interface 2010-01-26 22:56:41 +01:00
gsubr.h foreign.h presents a more pointer-centric interface 2010-01-26 22:56:41 +01:00
guardians.c SCM_CELL in guardians.c 2009-12-08 23:13:13 +01: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 Merge branch 'boehm-demers-weiser-gc' into bdw-gc-static-alloc 2009-09-02 01:37:37 +02:00
guile.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
hash.c remove scm_tc7_gsubr 2010-01-07 23:49:39 +01:00
hash.h Add initial support for wide symbols 2009-08-21 08:57:35 -07:00
hashtab.c fluids are tc7 objects 2009-12-05 10:52:18 +01:00
hashtab.h fluids are tc7 objects 2009-12-05 10:52:18 +01:00
hooks.c add scm_call_n, scm_c_run_hookn 2009-12-21 21:06:27 +01:00
hooks.h add scm_call_n, scm_c_run_hookn 2009-12-21 21:06:27 +01:00
i18n.c rename libguile to libguile-@EFFECTIVE_VERSION@, currently libguile-2.0 2010-03-16 21:20:34 +01:00
i18n.h Improved support for Unicode title case in Guile's string and character APIs. 2009-12-22 00:19:56 -05: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
init.c remove libguile/lang.h, deprecate %nil (in favor of #nil) 2010-04-09 14:26:31 +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 clean up macros.[ch] 2010-01-05 15:33:46 +01:00
instructions.c rename libguile to libguile-@EFFECTIVE_VERSION@, currently libguile-2.0 2010-03-16 21:20:34 +01: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 decruftify scm_sys_protects 2009-12-05 12:38:43 +01:00
keywords.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 remove libguile/lang.h, deprecate %nil (in favor of #nil) 2010-04-09 14:26:31 +02:00
list.h factor copy-tree and cons-source out of eval.[ch] 2009-12-01 21:00:26 +01:00
load.c remove libguile/lang.h, deprecate %nil (in favor of #nil) 2010-04-09 14:26:31 +02:00
load.h correctly handle --no-autocompile (fixed broken previous patch) 2010-03-30 10:53:05 +02:00
locale-categories.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
macros.c Fix bug: Use correct FUNC_NAME' for scm_macro_binding'. 2010-01-09 23:27:30 +01:00
macros.h clean up macros.[ch] 2010-01-05 15:33:46 +01:00
Makefile.am remove libguile/lang.h, deprecate %nil (in favor of #nil) 2010-04-09 14:26:31 +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
memoize.c Slightly optimize the memoizer, bootstrap evaluator, and `(ice-9 eval)'. 2010-03-05 00:36:47 +01:00
memoize.h prompt as part of guile's primitive language 2010-02-19 22:44:24 +01:00
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 Fix `module-reverse-lookup'. 2010-04-09 00:32:14 +02:00
modules.h new evaluator, y'all 2009-12-01 21:00:26 +01:00
net_db.c Update to Gnulib v0.0-3448-g6078aa4 for its <netdb.h> fix. 2010-02-17 17:50:43 +01:00
net_db.h Add `getaddrinfo' and related procedures. 2010-02-14 20:56:47 +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 decruftify scm_sys_protects 2009-12-05 12:38:43 +01:00
numbers.h change asubrs to be gsubrs 2009-12-03 15:33:09 +01:00
objcodes.c rename libguile to libguile-@EFFECTIVE_VERSION@, currently libguile-2.0 2010-03-16 21:20:34 +01:00
objcodes.h subrs are now VM trampoline procedures 2010-01-07 23:49:25 +01:00
objprop.c decruftify scm_sys_protects 2009-12-05 12:38:43 +01:00
objprop.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
options.c remove libguile/lang.h, deprecate %nil (in favor of #nil) 2010-04-09 14:26:31 +02:00
options.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
pairs.c remove cxrs 2009-12-04 16:39:34 +01:00
pairs.h change remaining %nil -> #nil 2010-04-09 21:06:29 +02:00
ports.c port-encoding returns #f if port encoding not set 2010-01-09 19:21:09 +01:00
ports.h remove scm_ports_prehistory 2009-12-05 11:10:11 +01:00
posix.c remove libguile/lang.h, deprecate %nil (in favor of #nil) 2010-04-09 14:26:31 +02:00
posix.h nanosecond timestamp support in stat and utime 2010-01-17 16:56:34 +01:00
print.c remove libguile/lang.h, deprecate %nil (in favor of #nil) 2010-04-09 14:26:31 +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 lisp nil always enabled 2010-04-09 14:03:02 +02:00
procprop.c smobs are applied with vm trampoline procedures 2010-01-09 14:21:03 +01:00
procprop.h eval.c closures are now applicable smobs, not tc3s 2009-12-04 19:20:11 +01:00
procs.c remove scm_tc7_gsubr 2010-01-07 23:49:39 +01:00
procs.h move subr implementation details to gsubr.[ch] 2010-01-05 16:15:14 +01:00
programs.c rename libguile to libguile-@EFFECTIVE_VERSION@, currently libguile-2.0 2010-03-16 21:20:34 +01:00
programs.h partial continuations print as #<partial-continuation ...> 2010-03-04 13:14:43 +01:00
promises.c remove libguile/lang.h, deprecate %nil (in favor of #nil) 2010-04-09 14:26:31 +02:00
promises.h promises are in their own file now 2009-12-01 21:00:26 +01:00
properties.c decruftify scm_sys_protects 2009-12-05 12:38:43 +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
quicksort.i.c remove uses of trampolines within guile itself 2009-12-01 21:00:25 +01: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 add read syntax for #nil 2010-04-09 14:15:16 +02:00
read.h Have `scm_scan_for_encoding ()' use GC-managed memory. 2009-11-14 16:59:25 +01: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 decruftify scm_sys_protects 2009-12-05 12:38:43 +01:00
root.h decruftify scm_sys_protects 2009-12-05 12:38:43 +01: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 remove a bunch of needless scm_permanent_object calls 2009-12-05 11:32:50 +01:00
scmsigs.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
script.c correctly handle --no-autocompile (fixed broken previous patch) 2010-03-30 10:53:05 +02: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 smobs are applied with vm trampoline procedures 2010-01-09 14:21:03 +01:00
smob.h smobs are applied with vm trampoline procedures 2010-01-09 14:21:03 +01:00
snarf.h foreign.h presents a more pointer-centric interface 2010-01-26 22:56:41 +01:00
socket.c Remove references to undefined macros. 2009-11-17 23:42:22 +01:00
socket.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
sort.c remove libguile/lang.h, deprecate %nil (in favor of #nil) 2010-04-09 14:26:31 +02:00
sort.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
srcprop.c SCM_CELL in srcprop.c 2009-12-08 23:13:20 +01:00
srcprop.h decruftify scm_sys_protects 2009-12-05 12:38:43 +01:00
srfi-4.c Fix off-by-one error in the off-by-one fix of `make-srfi-4-vector'. 2010-03-03 10:18:41 +01:00
srfi-4.h reimplement srfi-4 vectors on top of bytevectors 2010-01-07 22:06:56 +01:00
srfi-13.c Improved support for Unicode title case in Guile's string and character APIs. 2009-12-22 00:19:56 -05:00
srfi-13.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
srfi-14.c further boot cleanups 2009-12-05 11:50:21 +01:00
srfi-14.h Add char-set debugging function 2009-09-03 08:29:45 -07:00
srfi-14.i.c Update standard character sets to Unicode 5.2 2010-04-02 21:12:55 -07:00
stackchk.c Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
stackchk.h fix SCM_STACK_OVERFLOW_P bug 2010-01-09 23:11:23 +01:00
stacks.c narrowing stacks to prompts; backtrace shows frames from start-stack 2010-03-13 21:03:06 +01:00
stacks.h replace frame implementation with VM frames 2009-12-03 14:42:51 +01:00
stime.c Fix stylistic issues revealed by "make syntax-check". 2009-11-17 23:42:36 +01: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 Improve encoding error reporting. 2010-03-18 20:41:03 +01:00
strings.h Support for Unicode string normalization functions 2010-01-03 01:08:37 -05:00
strorder.c provide missing prototypes 2010-01-07 23:49:15 +01:00
strorder.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
strports.c Have string ports honor `%default-port-encoding'. 2010-01-07 11:10:35 +01:00
strports.h Have string ports honor `%default-port-encoding'. 2010-01-07 11:10:35 +01:00
struct.c Recognize structs with both "pr" and "pw" flags as simple. 2010-01-26 00:00:58 +01:00
struct.h Recognize structs with both "pr" and "pw" flags as simple. 2010-01-26 00:00:58 +01: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 Renumber IFLAGSs so the first 8 are reserved for lisp booleans. 2010-03-28 14:34:19 +02:00
threads.c Remove unneeded #include <assert.h>. 2009-12-15 20:20:38 +01:00
threads.h remove debug frames 2009-12-03 11:03:39 +01:00
throw.c remove libguile/lang.h, deprecate %nil (in favor of #nil) 2010-04-09 14:26:31 +02:00
throw.h deprecate lazy-catch 2010-02-26 11:56:02 +01:00
trees.c remove libguile/lang.h, deprecate %nil (in favor of #nil) 2010-04-09 14:26:31 +02:00
trees.h factor copy-tree and cons-source out of eval.[ch] 2009-12-01 21:00:26 +01:00
unidata_to_charset.pl copyright dates 2010-04-03 06:46:23 -07:00
uniform.c Remove unneeded #include <assert.h>. 2009-12-15 20:20:38 +01:00
uniform.h fix bitvectors after the array handle refactoring 2009-09-18 16:27:32 +02:00
validate.h SCM_VALIDATE_SMOB uses SCM_SMOB_PREDICATE 2009-12-08 23:13:20 +01:00
values.c all subrs are gsubrs 2009-12-03 14:54:15 +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 remove libguile/lang.h, deprecate %nil (in favor of #nil) 2010-04-09 14:26:31 +02:00
vectors.h fix vector-ref and vector-set opcodes for weak vectors 2010-04-01 09:05:59 +02:00
version.c version.h has SCM_EFFECTIVE_VERSION; effective-version uses that 2010-03-16 21:20:29 +01:00
version.h.in version.h has SCM_EFFECTIVE_VERSION; effective-version uses that 2010-03-16 21:20:29 +01:00
vm-engine.c error if given an unrewindable partial continuation 2010-02-25 00:43:51 +01:00
vm-engine.h Make sure the whole VM stack is always scanned by the GC. 2010-03-15 15:39:43 +01:00
vm-expand.h Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
vm-i-loader.c renumber VM opcodes 2010-01-26 22:56:41 +01:00
vm-i-scheme.c sync regs before calling scm_class_of 2010-04-08 10:56:14 +02:00
vm-i-system.c nil is null, whee 2010-03-30 10:31:27 +02:00
vm.c remove libguile/lang.h, deprecate %nil (in favor of #nil) 2010-04-09 14:26:31 +02:00
vm.h %start-stack in Scheme, in terms of prompts 2010-03-09 21:32:56 +01: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 remove libguile/lang.h, deprecate %nil (in favor of #nil) 2010-04-09 14:26:31 +02:00
weaks.h Allocate vectors in a contiguous memory area. 2009-11-02 00:55:17 +01: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