1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-07 18:30:25 +02:00
guile/libguile
Neil Jerram 2bfcaf2605 Lock ordering: don't allocate when in critical section (scm_sigaction_for_thread)
This fixes the following helgrind report.

Thread #1: lock order "0x4114748 before 0x4331084" violated
   at 0x40234F7: pthread_mutex_lock (hg_intercepts.c:408)
   by 0x407A55F: deval (eval.c:4077)
   by 0x407A071: scm_dapply (eval.c:5012)
   by 0x407888A: scm_apply (eval.c:4811)
   by 0x407E20C: scm_call_0 (eval.c:4666)
   by 0x406BDF7: scm_dynamic_wind (dynwind.c:111)
   by 0x407620C: ceval (eval.c:4571)
   by 0x407E8D9: scm_primitive_eval_x (eval.c:5921)
   by 0x407E934: scm_eval_x (eval.c:5956)
   by 0x40B9140: scm_shell (script.c:737)
   by 0x4095AC5: invoke_main_func (init.c:367)
   by 0x4065A81: c_body (continuations.c:349)
  Required order was established by acquisition of lock at 0x4114748
   at 0x40234F7: pthread_mutex_lock (hg_intercepts.c:408)
   by 0x40B7BE1: scm_sigaction_for_thread (scmsigs.c:339)
   by 0x40911DE: scm_gsubr_apply (gsubr.c:223)
   by 0x4079E36: scm_dapply (eval.c:4930)
   by 0x407AB68: deval (eval.c:4378)
   by 0x407A071: scm_dapply (eval.c:5012)
   by 0x407888A: scm_apply (eval.c:4811)
   by 0x407E1D0: scm_call_1 (eval.c:4672)
   by 0x407FEEE: scm_map (eval.c:5489)
   by 0x407BDCC: deval (eval.c:4367)
   by 0x407D197: deval (eval.c:3698)
   by 0x407A071: scm_dapply (eval.c:5012)
  followed by a later acquisition of lock at 0x4331084
   at 0x40234F7: pthread_mutex_lock (hg_intercepts.c:408)
   by 0x40DC397: scm_enter_guile (threads.c:377)
   by 0x40DC8F4: scm_pthread_mutex_lock (threads.c:1485)
   by 0x4083FAA: scm_gc_for_newcell (gc.c:484)
   by 0x40A9781: scm_cons (inline.h:115)
   by 0x4079867: scm_dapply (eval.c:4850)
   by 0x407888A: scm_apply (eval.c:4811)
   by 0x40796D6: scm_call_3 (eval.c:4684)
   by 0x409A7C2: module_variable (modules.c:302)
   by 0x409A7EE: module_variable (modules.c:312)
   by 0x409A962: scm_sym2var (modules.c:466)
   by 0x40738F4: scm_lookupcar1 (eval.c:2874)

* libguile/scmsigs.c (close_1): Renamed `handler_to_async'; also
  handle #f case and wrapping the async in a cons, if necessary.

  (install_handler): Pass in async instead of constructing it; combine
  two branches into one.

  (scm_sigaction_for_thread): Allocate async upfront instead of inside
  the critical section, and pass it to install_handler calls.  Leave
  critical section before signaling out-of-range error.
2009-03-05 19:48:41 +00:00
..
.gitignore More `.gitignore'. 2008-04-07 23:48:08 +02:00
__scm.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
_scm.h Fix MinGW HAVE_STRUCT_TIMESPEC build problem 2009-01-23 01:02:46 +00:00
alist.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
alist.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
alloca.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
arbiters.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
arbiters.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
async.c Don't leave Guile mode to lock async_mutex 2009-03-04 22:20:53 +00:00
async.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
backtrace.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
backtrace.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
boolean.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
boolean.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +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:49:02 +01:00
ChangeLog-1996-1999
ChangeLog-2000
ChangeLog-2008 Rename ChangeLog' files to ChangeLog-2008'. 2008-09-12 21:42:26 +02:00
ChangeLog-gh
ChangeLog-scm
ChangeLog-threads
chars.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
chars.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
continuations.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
continuations.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
conv-integer.i.c * numbers.c (scm_i_range_error): New. 2004-10-19 15:59:56 +00:00
conv-uinteger.i.c * numbers.c (scm_i_range_error): New. 2004-10-19 15:59:56 +00:00
convert.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
convert.h Added 2006 to copyright years in every file, as per the new rules. 2006-02-12 13:42:52 +00:00
convert.i.c (scm_array_handle_release): New, changed all uses of 2005-01-06 18:56:34 +00:00
coop-pthreads.c Merge of IA64 fix from CVS HEAD. 2007-01-28 16:36:38 +00:00
coop-pthreads.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
coop.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02: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 Don't use deprecated functions in `debug-malloc.c'. 2008-12-18 22:48:45 +01:00
debug-malloc.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
debug.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
debug.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
deprecated.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
deprecated.h * deprecated.h (scm_create_hook), version.h.in (scm_major_version, 2007-01-03 21:13:22 +00:00
deprecation.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
deprecation.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
discouraged.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
discouraged.h Added 2006 to copyright years in every file, as per the new rules. 2006-02-12 13:42:52 +00:00
dynl.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
dynl.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
dynwind.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
dynwind.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
environments.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
environments.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
eq.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
eq.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
error.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
error.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
eval.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
eval.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
evalext.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
evalext.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
extensions.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
extensions.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
feature.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
feature.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
filesys.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
filesys.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
fluids.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
fluids.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
fports.c Check the return value of libc's functions to make `_FORTIFY_SOURCE=2' work. 2008-11-30 18:58:57 +01:00
fports.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
futures.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
futures.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
gc-card.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
gc-freelist.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
gc-malloc.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
gc-mark.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
gc-segment.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
gc.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
gc.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
gc_os_dep.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
gdb_interface.h Added 2006 to copyright years in every file, as per the new rules. 2006-02-12 13:42:52 +00:00
gdbint.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
gdbint.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
gen-scmconfig.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
gen-scmconfig.h.in Handle lack of struct dirent64' and readdir64_r ()' on HP-UX 11.11. 2008-07-17 00:17:56 +02:00
gettext.h Added 2006 to copyright years in every file, as per the new rules. 2006-02-12 13:42:52 +00:00
gh.h Added 2006 to copyright years in every file, as per the new rules. 2006-02-12 13:42:52 +00:00
gh_data.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
gh_eval.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
gh_funcs.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
gh_init.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
gh_io.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
gh_list.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
gh_predicates.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
goops.c Fix implementation of %fast-slot-ref and %fast-slot-set! 2009-01-04 22:41:51 +00:00
goops.h Fix implementation of %fast-slot-ref and %fast-slot-set! 2009-01-04 22:41:51 +00:00
gsubr.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
gsubr.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
guardians.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
guardians.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
guile-doc-snarf.in Added 2006 to copyright years in every file, as per the new rules. 2006-02-12 13:42:52 +00:00
guile-func-name-check.in Added 2006 to copyright years in every file, as per the new rules. 2006-02-12 13:42:52 +00:00
guile-snarf-docs.in Added 2006 to copyright years in every file, as per the new rules. 2006-02-12 13:42:52 +00:00
guile-snarf.awk.in Added 2006 to copyright years in every file, as per the new rules. 2006-02-12 13:42:52 +00:00
guile-snarf.in guile-snarf: Honor $TMPDIR. 2008-02-12 14:10:16 +00:00
guile.c Remove useless references to Libtool's `dlpreopen' mechanism. 2008-12-07 22:08:39 +01:00
hash.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
hash.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
hashtab.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
hashtab.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
hooks.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
hooks.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
i18n.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
i18n.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
inet_aton.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
init.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
init.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
inline.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
inline.h Fix build when compiled with -Wundef -Werror 2009-02-05 22:13:17 +00:00
ioext.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
ioext.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
iselect.h Added 2006 to copyright years in every file, as per the new rules. 2006-02-12 13:42:52 +00:00
keywords.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
keywords.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
lang.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
lang.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
list.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
list.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
load.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
load.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
macros.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
macros.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
Makefile.am Remove useless references to Libtool's `dlpreopen' mechanism. 2008-12-07 22:08:39 +01:00
mallocs.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
mallocs.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
measure-hwm.scm Avoid Stack overflow' errors when running make check' 2008-10-17 22:02:17 +01:00
memmove.c Remove "face-lift" comment. 2001-07-09 07:36:48 +00:00
mkstemp.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
modules.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
modules.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
net_db.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
net_db.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
null-threads.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
null-threads.h Added 2006 to copyright years in every file, as per the new rules. 2006-02-12 13:42:52 +00:00
numbers.c Fix for incorrect (gcd -2) => -2; should give 2. 2008-09-22 21:18:01 +01:00
numbers.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
objects.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
objects.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
objprop.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
objprop.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
options.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
options.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
pairs.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
pairs.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
ports.c Make scm_c_read use caller buffer only for unbuffered ports. 2008-11-23 22:38:34 +00:00
ports.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
posix.c Check the return value of libc's functions to make `_FORTIFY_SOURCE=2' work. 2008-11-30 18:58:57 +01:00
posix.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
print.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
print.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
private-gc.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
procprop.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
procprop.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
procs.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
procs.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
properties.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
properties.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
pthread-threads.h Changes from arch/CVS synchronization 2007-10-10 16:58:57 +00:00
putenv.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
quicksort.i.c * Makefile.am (libguile_la_SOURCES, DOT_X_FILES, DOT_DOC_FILES, 2005-01-02 19:16:39 +00:00
ramap.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
ramap.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
random.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
random.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
rdelim.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
rdelim.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
read.c Revert "Make literal strings (i.e., returned by `read') read-only." 2008-10-09 23:23:27 +02:00
read.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
regex-posix.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
regex-posix.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
remaining-docs-needed
root.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
root.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
run-test
rw.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
rw.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
scmconfig.h.top Added 2006 to copyright years in every file, as per the new rules. 2006-02-12 13:42:52 +00:00
scmsigs.c Lock ordering: don't allocate when in critical section (scm_sigaction_for_thread) 2009-03-05 19:48:41 +00:00
scmsigs.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
script.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
script.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
simpos.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
simpos.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
smob.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
smob.h Added 2006 to copyright years in every file, as per the new rules. 2006-02-12 13:42:52 +00:00
snarf.h Added 2006 to copyright years in every file, as per the new rules. 2006-02-12 13:42:52 +00:00
socket.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
socket.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
sort.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
sort.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
srcprop.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
srcprop.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
srfi-4.c Make multi-byte reads on unbuffered ports more efficient. 2008-09-15 18:50:14 +01:00
srfi-4.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
srfi-4.i.c (take_uvec): Make BASE pointer non-const. 2005-12-06 21:42:19 +00:00
srfi-13.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
srfi-13.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
srfi-14.c Use AC_USE_SYSTEM_EXTENSIONS' instead of the obsolete AC_AIX', etc. 2008-08-20 19:02:41 +02:00
srfi-14.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
stackchk.c Avoid Stack overflow' errors when running make check' 2008-10-17 22:02:17 +01:00
stackchk.h Avoid Stack overflow' errors when running make check' 2008-10-17 22:02:17 +01:00
stacks.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
stacks.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
stime.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
stime.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
strerror.c Added 2006 to copyright years in every file, as per the new rules. 2006-02-12 13:42:52 +00:00
strings.c Fix sloppy bound checking in `string-{ref,set!}' with the empty string. 2008-12-02 19:42:39 +01:00
strings.h Revert "Make literal strings (i.e., returned by `read') read-only." 2008-10-09 23:23:27 +02:00
strorder.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
strorder.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
strports.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
strports.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
struct.c Fix potential deadlock in `make-struct'. 2008-11-30 20:28:47 +01:00
struct.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
symbols.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
symbols.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
tags.h Disable type-checking of `SCM_UNPACK' for the broken HP compilers. 2008-06-28 20:38:36 +02:00
threads.c Lock ordering: don't lock heap_mutex and then thread_admin_mutex 2009-03-04 22:20:52 +00:00
threads.h Fix build when scm_t_timespec is different from struct timespec 2009-01-23 01:27:20 +00:00
throw.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
throw.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
unif.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
unif.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
validate.h Changes from arch/CVS synchronization 2007-12-08 16:33:26 +00:00
values.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
values.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
variable.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
variable.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
vectors.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
vectors.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
version.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
version.h.in Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
vports.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
vports.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
weaks.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
weaks.h Revert "Add `SCM_INTERNAL' macro, use it." 2008-09-04 20:26:55 +02:00
win32-dirent.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
win32-dirent.h Added 2006 to copyright years in every file, as per the new rules. 2006-02-12 13:42:52 +00:00
win32-socket.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
win32-socket.h Added 2006 to copyright years in every file, as per the new rules. 2006-02-12 13:42:52 +00:00
win32-uname.c Include <config.h> in all C files; use #ifdef HAVE_CONFIG_H' rather than #if'. 2008-09-13 15:49:50 +02:00
win32-uname.h Added 2006 to copyright years in every file, as per the new rules. 2006-02-12 13:42:52 +00:00