1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-27 23:40:24 +02:00
guile/libguile
Andy Wingo cb8ea3805f Remove use of SCM_CRITICAL_SECTION in smob.c
* libguile/smob.c (scm_make_smob_type): Use a mutex instead of a
  critical section, which does an async tick.  Not important, just a
  thing I saw.
2013-11-15 17:14:15 +01:00
..
.gitignore
__scm.h Merge remote-tracking branch 'origin/stable-2.0' 2013-03-28 05:09:53 -04:00
_scm.h Remove MVRA from VM frames 2013-11-15 17:13:27 +01:00
alist.c Merge remote-tracking branch 'origin/stable-2.0' 2012-02-08 11:48:08 +01:00
alist.h
arbiters.c
arbiters.h
array-handle.c Merge remote-tracking branch 'origin/stable-2.0' 2013-02-18 17:59:38 +01:00
array-handle.h optimize access to arrays of rank 1 or 2 2013-02-18 16:38:24 +01:00
array-map.c Merge remote-tracking branch 'origin/stable-2.0' 2013-04-14 02:48:33 -04:00
array-map.h Deprecate scm_array_fill_int() 2013-04-05 22:54:14 +02:00
arrays.c RTL compiler supports static bitvectors 2013-11-03 21:48:48 +01:00
arrays.h Move array reader from arrays.c to read.c 2012-10-23 22:42:30 -04:00
async.c Revert "install pthread_atfork handlers for guile's static mutexen" 2012-02-23 14:18:56 +01:00
async.h
backtrace.c
backtrace.h
bdw-gc.h if we have threads on windows, we have pthreads; inform bdw-gc of that 2013-03-09 22:27:59 +01:00
bitvectors.c RTL compiler supports static bitvectors 2013-11-03 21:48:48 +01:00
bitvectors.h
boolean.c
boolean.h
bytevectors.c RTL compiler supports static bitvectors 2013-11-03 21:48:48 +01:00
bytevectors.h
c-tokenize.lex build: Fix compilation of `c-tokenize.c' with latest Gnulib. 2013-02-18 21:43:30 +01:00
ChangeLog-1996-1999
ChangeLog-2000
ChangeLog-2008
ChangeLog-scm
ChangeLog-srfi
ChangeLog-threads
chars.c
chars.h
continuations.c VM has "builtins": primitives addressable by emitted RTL code 2013-10-27 20:09:01 +01:00
continuations.h VM has "builtins": primitives addressable by emitted RTL code 2013-10-27 20:09:01 +01:00
control.c Remove MVRA accessors in libguile 2013-11-15 15:39:38 +01:00
control.h abort-to-prompt* instead of @abort 2013-06-25 21:57:12 +02:00
conv-integer.i.c
conv-uinteger.i.c
cpp-E.syms
cpp-SIG.syms
debug-malloc.c
debug-malloc.h
debug.c move procedure-name and procedure-source to procprop.c 2013-06-09 19:50:33 +02:00
debug.h move procedure-name and procedure-source to procprop.c 2013-06-09 19:50:33 +02:00
deprecated.c Deprecate scm_c_program_source, as it has no internal users. 2013-10-03 20:37:48 +02:00
deprecated.h Deprecate scm_c_program_source, as it has no internal users. 2013-10-03 20:37:48 +02:00
deprecation.c Merge remote-tracking branch 'origin/stable-2.0' 2012-07-06 16:52:54 +02:00
deprecation.h
dynl.c Merge remote-tracking branch 'origin/stable-2.0' 2013-01-07 17:23:26 -05:00
dynl.h
dynstack.c Simplify dynstack API to only wind one fluid at a time 2013-06-28 20:01:35 +02:00
dynstack.h Add SCM_F_DYNSTACK_PROMPT_PUSH_NARGS prompt flag 2013-10-14 16:05:45 +02:00
dynwind.c remove out-of-date comment 2012-03-03 21:06:49 +01:00
dynwind.h the dynamic stack is really a stack now, instead of a list 2012-03-03 17:06:02 +01:00
elf.h add ELF loader 2012-06-22 13:40:50 +02:00
eq.c
eq.h
error.c Print the faulty object upon invalid-keyword errors. 2013-06-04 12:08:02 +02:00
error.h
eval.c Be smarter about capturing the environment for memoized code 2013-10-31 22:16:10 +01:00
eval.h deprecate lookup closures 2012-05-23 12:00:23 +02:00
evalext.c Remove stack programs, objcode, and the old VM. 2013-11-08 18:28:24 +01:00
evalext.h
expand.c Builtins have procedure properties 2013-11-08 14:08:42 +01:00
expand.h Remove with-fluids; replaced by with-fluid* and inlined push-fluid primops 2013-06-28 19:52:09 +02:00
extensions.c
extensions.h
feature.c Merge remote-tracking branch 'origin/stable-2.0' 2013-01-15 10:45:39 +01:00
feature.h
filesys.c Merge remote-tracking branch 'origin/stable-2.0' 2013-04-14 02:48:33 -04:00
filesys.h Merge remote-tracking branch 'origin/stable-2.0' 2013-03-28 05:09:53 -04:00
finalizers.c Do not assume `pthread_t' is an integer type. 2013-05-30 23:30:54 +02:00
finalizers.h consolidate scm_i_register_weak_gc_callback, update weak-set to fit 2013-01-20 12:37:00 +01:00
fluids.c Simplify dynstack API to only wind one fluid at a time 2013-06-28 20:01:35 +02:00
fluids.h Simplify dynstack API to only wind one fluid at a time 2013-06-28 20:01:35 +02:00
foreign.c Foreign procedures are RTL programs 2013-10-18 17:41:33 +02:00
foreign.h Foreign procedures are RTL programs 2013-10-18 17:41:33 +02:00
fports.c Merge remote-tracking branch 'origin/stable-2.0' 2013-04-14 02:48:33 -04:00
fports.h Merge remote-tracking branch 'origin/stable-2.0' 2013-04-14 02:48:33 -04:00
frames.c Remove MVRA from VM frames 2013-11-15 17:13:27 +01:00
frames.h Remove MVRA from VM frames 2013-11-15 17:13:27 +01:00
gc-malloc.c Merge remote-tracking branch 'origin/stable-2.0' 2012-02-08 11:48:08 +01:00
gc.c Remove stack programs, objcode, and the old VM. 2013-11-08 18:28:24 +01:00
gc.h Merge remote-tracking branch 'origin/stable-2.0' 2013-04-14 02:48:33 -04:00
gdb_interface.h
gdbint.c Merge remote-tracking branch 'origin/stable-2.0' 2012-05-23 12:38:56 +02:00
gdbint.h
gen-scmconfig.c Merge remote-tracking branch 'origin/stable-2.0' 2013-04-14 02:48:33 -04:00
gen-scmconfig.h.in
generalized-arrays.c Fix erroneous FUNC_NAME' for scm_array_length'. 2013-03-28 22:19:12 +01:00
generalized-arrays.h deprecate generalized vectors in favor of arrays 2013-02-18 16:57:15 +01:00
generalized-vectors.c deprecate generalized vectors in favor of arrays 2013-02-18 16:57:15 +01:00
generalized-vectors.h deprecate generalized vectors in favor of arrays 2013-02-18 16:57:15 +01:00
gettext.c
gettext.h
goops.c Remove stack programs, objcode, and the old VM. 2013-11-08 18:28:24 +01:00
goops.h
gsubr.c Fix reading and writing arities into DWARF. 2013-11-08 10:11:48 +01:00
gsubr.h Fix reading and writing arities into DWARF. 2013-11-08 10:11:48 +01:00
guardians.c Merge remote-tracking branch 'origin/stable-2.0' 2013-03-28 05:09:53 -04:00
guardians.h
guile-func-name-check
guile-snarf-docs.in
guile-snarf.awk.in
guile-snarf.in
guile.c Merge remote-tracking branch 'origin/stable-2.0' 2013-03-28 05:09:53 -04:00
hash.c Merge remote-tracking branch 'origin/stable-2.0' 2012-10-30 23:46:31 -04:00
hash.h
hashtab.c Fix --without-threads and SCM_DEBUG_TYPING_STRICTNESS==2 builds. 2013-08-08 01:23:04 -04:00
hashtab.h Merge remote-tracking branch 'origin/stable-2.0' 2013-02-18 17:59:38 +01:00
hooks.c
hooks.h
i18n.c silence mingw32 warning in i18n.c 2013-03-09 22:34:06 +01:00
i18n.h
init.c Merge remote-tracking branch 'origin/stable-2.0' 2013-04-14 02:48:33 -04:00
init.h
inline.c Merge remote-tracking branch 'origin/stable-2.0' 2013-02-18 17:59:38 +01:00
inline.h Rename 'scm_i_get_byte_or_eof' et al; mark them as SCM_API. 2013-04-02 19:35:43 -04:00
instructions.c Remove stack programs, objcode, and the old VM. 2013-11-08 18:28:24 +01:00
instructions.h Remove stack programs, objcode, and the old VM. 2013-11-08 18:28:24 +01:00
ioext.c Merge remote-tracking branch 'origin/stable-2.0' 2012-02-08 11:48:08 +01:00
ioext.h
iselect.h Merge remote-tracking branch 'origin/stable-2.0' 2013-03-28 05:09:53 -04:00
keywords.c Merge remote-tracking branch 'origin/stable-2.0' 2013-07-16 01:33:27 -04:00
keywords.h Implement 'scm_c_bind_keyword_arguments'. 2013-04-06 18:09:45 -04:00
libgettext.h
libguile.map
list.c Merge remote-tracking branch 'origin/stable-2.0' 2013-03-28 05:09:53 -04:00
list.h
load.c Merge remote-tracking branch 'origin/stable-2.0' 2013-03-28 05:09:53 -04:00
load.h add %site-ccache-dir 2013-03-10 23:20:22 +01:00
locale-categories.h
macros.c Merge remote-tracking branch 'origin/stable-2.0' 2012-05-23 12:38:56 +02:00
macros.h
Makefile.am Remove stack programs, objcode, and the old VM. 2013-11-08 18:28:24 +01:00
mallocs.c
mallocs.h
memmove.c
memoize.c Be smarter about capturing the environment for memoized code 2013-10-31 22:16:10 +01:00
memoize.h Be smarter about capturing the environment for memoized code 2013-10-31 22:16:10 +01:00
mkstemp.c mkstemp uses O_BINARY 2013-02-20 21:20:55 +01:00
modules.c Merge remote-tracking branch 'origin/stable-2.0' 2012-05-23 12:38:56 +02:00
modules.h finish deprecating eval closures 2012-05-23 12:29:15 +02:00
net_db.c getaddrinfo: Document the missing errno value for EAI_SYSTEM. 2013-03-25 22:46:53 +01:00
net_db.h
null-threads.c
null-threads.h Revert "add pthread_atfork helpers to our threading shims" 2012-02-23 14:18:57 +01:00
numbers.c Merge remote-tracking branch 'origin/stable-2.0' 2013-10-03 21:35:21 +02:00
numbers.h add scm_{to,from}_{u,}intptr_t 2013-05-23 14:19:06 +02:00
objcodes.c Add specialize-primcalls pass; bump objcode version. 2013-11-10 19:27:19 +01:00
objcodes.h Remove stack programs, objcode, and the old VM. 2013-11-08 18:28:24 +01:00
objprop.c
objprop.h
options.c
options.h
pairs.c inline scm_cons, scm_car, scm_cdr 2012-05-17 11:25:58 +02:00
pairs.h inline scm_cons, scm_car, scm_cdr 2012-05-17 11:25:58 +02:00
poll.c rely on gnulib for `poll' 2013-03-10 23:44:23 +01:00
poll.h
ports-internal.h Merge remote-tracking branch 'origin/stable-2.0' 2013-04-14 02:48:33 -04:00
ports.c unread-char: inline conversion from codepoint to bytes 2013-08-31 10:44:07 +02:00
ports.h Merge remote-tracking branch 'origin/stable-2.0' 2013-04-14 02:48:33 -04:00
posix.c Merge remote-tracking branch 'origin/stable-2.0' 2013-07-16 01:33:27 -04:00
posix.h
print.c Remove stack programs, objcode, and the old VM. 2013-11-08 18:28:24 +01:00
print.h Merge remote-tracking branch 'origin/stable-2.0' 2012-10-30 23:46:31 -04:00
private-gc.h
private-options.h Implement SRFI-105 curly infix expressions. 2012-10-26 19:52:32 -04:00
procprop.c Remove stack programs, objcode, and the old VM. 2013-11-08 18:28:24 +01:00
procprop.h procedure-documentation works on RTL procedures 2013-06-09 23:59:01 +02:00
procs.c Remove stack programs, objcode, and the old VM. 2013-11-08 18:28:24 +01:00
procs.h procedure-documentation works on RTL procedures 2013-06-09 23:59:01 +02:00
programs.c Remove stack programs, objcode, and the old VM. 2013-11-08 18:28:24 +01:00
programs.h Remove stack programs, objcode, and the old VM. 2013-11-08 18:28:24 +01:00
promises.c Merge remote-tracking branch 'origin/stable-2.0' 2012-02-08 11:48:08 +01:00
promises.h
pthread-threads.h Revert "add pthread_atfork helpers to our threading shims" 2012-02-23 14:18:57 +01:00
quicksort.i.c
r6rs-ports.c Merge remote-tracking branch 'origin/stable-2.0' 2013-04-14 02:48:33 -04:00
r6rs-ports.h
random.c Update copyright dates on random.c 2013-02-25 22:14:41 -05:00
random.h
rdelim.c
rdelim.h
read.c Merge remote-tracking branch 'origin/stable-2.0' 2013-04-14 02:48:33 -04:00
read.h Remove prototype for scm_read_token, which does not exist. 2012-10-17 04:48:43 -04:00
regex-posix.c
regex-posix.h
remaining-docs-needed
root.c the dynamic stack is really a stack now, instead of a list 2012-03-03 17:06:02 +01:00
root.h
run-test
rw.c
rw.h
scmconfig.h.top
scmsigs.c Merge remote-tracking branch 'origin/stable-2.0' 2013-03-28 05:09:53 -04:00
scmsigs.h
script.c
script.h
simpos.c Change `system*' to not leave dangling processes behind. 2012-12-19 23:15:45 +01:00
simpos.h
smob.c Remove use of SCM_CRITICAL_SECTION in smob.c 2013-11-15 17:14:15 +01:00
smob.h Avoid use of `GC_PTR' in "smob.h". 2012-04-12 23:16:48 +02:00
snarf.h Remove stack programs, objcode, and the old VM. 2013-11-08 18:28:24 +01:00
socket.c Merge remote-tracking branch 'origin/stable-2.0' 2013-07-16 01:33:27 -04:00
socket.h
sort.c Fix and clarify documentation of `sorted?'. 2012-04-22 14:52:43 +02:00
sort.h
srcprop.c tune default hash table sizes 2012-02-19 20:46:14 +01:00
srcprop.h Add 'supports-source-properties?' predicate 2012-02-15 11:23:27 -05:00
srfi-1.c
srfi-1.h
srfi-4.c
srfi-4.h
srfi-13.c scm_string_join: properly sequence operations in ADD_TO_APPEND_LIST 2013-04-01 05:31:08 -04:00
srfi-13.h In string-split, add support for character sets and predicates. 2012-10-12 08:15:08 -04:00
srfi-14.c Merge remote-tracking branch 'origin/stable-2.0' 2012-02-08 11:48:08 +01:00
srfi-14.h
srfi-14.i.c Update predefined character sets to Unicode 6.2 2013-02-21 06:44:42 -08:00
srfi-60.c
srfi-60.h
stackchk.c
stackchk.h
stacks.c Remove stack programs, objcode, and the old VM. 2013-11-08 18:28:24 +01:00
stacks.h
stime.c stime: Remove #ifdef HAVE_*_H for headers provided by Gnulib. 2013-04-10 00:13:54 +02:00
stime.h
strerror.c
strings.c Add stringbuf printer 2013-10-26 13:13:17 +02:00
strings.h Add stringbuf printer 2013-10-26 13:13:17 +02:00
strorder.c
strorder.h
strports.c Fix --without-threads and SCM_DEBUG_TYPING_STRICTNESS==2 builds. 2013-08-08 01:23:04 -04:00
strports.h
struct.c add allocate-struct primitive and rtl opcode 2013-07-21 17:12:22 +02:00
struct.h add allocate-struct primitive and rtl opcode 2013-07-21 17:12:22 +02:00
symbols.c fix bug where scm_from_utf8_stringn would not detect bad utf-8 2013-01-15 11:01:10 +01:00
symbols.h
tags.h Remove stack programs, objcode, and the old VM. 2013-11-08 18:28:24 +01:00
texi-fragments-to-docstrings Build guile-procedures.txt' using (texinfo) instead of makeinfo'. 2013-03-21 23:24:47 +01:00
threads.c Merge remote-tracking branch 'origin/stable-2.0' 2013-07-16 01:33:27 -04:00
threads.h Merge remote-tracking branch 'origin/stable-2.0' 2013-03-28 05:09:53 -04:00
throw.c Add SCM_F_DYNSTACK_PROMPT_PUSH_NARGS prompt flag 2013-10-14 16:05:45 +02:00
throw.h
trees.c
trees.h
unidata_to_charset.pl
uniform.c Support serialization of uniform vector literals 2013-10-31 12:55:23 +01:00
uniform.h Support serialization of uniform vector literals 2013-10-31 12:55:23 +01:00
validate.h Memoized expressions are pairs, not SMOBs 2013-10-27 09:52:39 +01:00
values.c Merge remote-tracking branch 'origin/stable-2.0' 2013-01-07 17:23:26 -05:00
values.h add scm_c_nvalues with docs; also, docs for scm_c_values 2012-07-04 17:49:37 +02:00
variable.c
variable.h
vectors.c Merge remote-tracking branch 'origin/stable-2.0' 2012-07-06 16:52:54 +02:00
vectors.h
version.c
version.h.in
vm-builtins.h Builtins have procedure properties 2013-11-08 14:08:42 +01:00
vm-engine.c Remove MVRA from VM frames 2013-11-15 17:13:27 +01:00
vm-expand.h
vm.c Remove MVRA from VM frames 2013-11-15 17:13:27 +01:00
vm.h Remove MVRA accessors in libguile 2013-11-15 15:39:38 +01:00
vports.c Merge remote-tracking branch 'origin/stable-2.0' 2013-04-14 02:48:33 -04:00
vports.h
weak-set.c consolidate scm_i_register_weak_gc_callback, update weak-set to fit 2013-01-20 12:37:00 +01:00
weak-set.h Revert "with a threaded guile, lock weak sets and tables during a fork" 2012-02-23 14:18:56 +01:00
weak-table.c weak-table consolidation around scm_i_register_weak_gc_callback 2013-01-20 12:41:15 +01:00
weak-table.h hash-set! on weak tables returns the value 2012-03-02 18:26:56 +01:00
weak-vector.c Fix --without-threads and SCM_DEBUG_TYPING_STRICTNESS==2 builds. 2013-08-08 01:23:04 -04:00
weak-vector.h
win32-uname.c
win32-uname.h