summaryrefslogtreecommitdiff
path: root/libguile
Commit message (Expand)AuthorAgeFilesLines
* Use `alignof_type' instead of `alignof'.Ludovic Courtès2011-12-142-16/+16
* current-input-port et al are srfi-39 parametersAndy Wingo2011-12-101-0/+5
* fix compilation with gc 7.1Chris K. Jester-Young2011-12-082-0/+8
* warnings written to warning portAndy Wingo2011-12-052-12/+12
* add current-warning-portAndy Wingo2011-12-052-0/+26
* ice-9/poll: verify sizeof(struct pollfd)Andy Wingo2011-12-041-0/+1
* new print option escape-newlines, defaults to #tAndy Wingo2011-12-042-10/+18
* fix `free' of mpz_to_strAndy Wingo2011-12-021-1/+7
* scm_gc_register_collectable_memory calls scm_gc_register_allocationAndy Wingo2011-12-021-1/+2
* install gmp memory functions that let libgc know about allocationsAndy Wingo2011-12-023-3/+45
* fix deadlock in before-gc-hook on certain 7.2alpha gc versionsAndy Wingo2011-12-011-1/+10
* attempt to handle steady-state mallocations betterAndy Wingo2011-11-293-1/+40
* collect a little in call-with-new-threadAndy Wingo2011-11-291-0/+1
* adjust_gc_frequency before gc, for more precisionAndy Wingo2011-11-291-1/+1
* fix uninitialized variable in gc.cAndy Wingo2011-11-291-1/+1
* switch off debugging flag that was mistakenly left onAndy Wingo2011-11-291-1/+1
* increase garbage collection rate if the process is growingAndy Wingo2011-11-291-2/+148
* get heap stats with GC_get_heap_usage_safe, if available.Andy Wingo2011-11-281-6/+20
* FFI: Hold a weak reference to the procedure passed to `procedure->pointer'.Ludovic Courtès2011-11-261-2/+4
* use new scm_make_fluid_with_defaultAndy Wingo2011-11-233-9/+7
* optional default-value arg to make-fluidAndy Wingo2011-11-235-20/+36
* Add missing implicit `SCM_API' for `scm_c_make_objcode_slice'.Ludovic Courtès2011-11-221-1/+1
* Complete cross-compilation support.Ludovic Courtès2011-11-223-31/+102
* deprecate direct scm_protects accessAndy Wingo2011-11-212-3/+8
* Allow overlapping regions to be passed to `bytevector-copy!'.Ludovic Courtès2011-11-201-3/+3
* FFI: Hold a weak reference to the CIF made by `procedure->pointer'.Ludovic Courtès2011-11-161-3/+11
* memoize: booleanify the rest argAndy Wingo2011-11-161-1/+1
* better debuggability for interpreted proceduresAndy Wingo2011-11-152-0/+39
* fix bit-set*! bug (!)Andy Wingo2011-11-101-4/+4
* Fix compilation of `deprecated.c' with SCM_DEBUG_TYPING_STRICTNESS=2.Ludovic Courtès2011-10-221-5/+5
* Fix compilation with `--enable-debug-malloc'.Bake Timmons2011-10-221-2/+3
* Initialize `get_internal_run_time' before it is used.Ludovic Courtès2011-10-221-2/+2
* fix segfault in goops if class fields are redefinedAndy Wingo2011-10-211-10/+61
* slight frames.h refactorAndy Wingo2011-10-191-17/+32
* Default to using poll(2) in `fport_input_waiting'.Cedric Cellier2011-10-151-2/+17
* New functions scm_is_exact and scm_is_inexactMike Gran2011-10-092-0/+12
* fix reading of #||||#Andy Wingo2011-10-051-21/+20
* Remove extraneous semicolon from `SCM_STATIC_SUBR_OBJVECT' to prevent ISO C90...Julian Graham2011-09-191-1/+1
* fix scm_to_latin1_stringn for substringsAndy Wingo2011-09-101-3/+5
* Fix misdiagnoses of deprecated `+nan.[^0]' forms.Ludovic Courtès2011-09-031-1/+4
* deprecate +nan.1Andy Wingo2011-09-031-1/+10
* fix scm_gc_strdup invocationAndy Wingo2011-08-291-1/+1
* fix a couple of leaksAndy Wingo2011-08-186-14/+15
* fix scm_tmpfile leakAndy Wingo2011-08-171-1/+11
* fix leak in get_current_locale()Andy Wingo2011-08-161-9/+4
* fix take-right and drop-right for improper listsAndy Wingo2011-08-122-41/+0
* avoid duplicate stats when searching for files in a pathAndy Wingo2011-08-031-112/+127
* fix unnecessary call to canonicalize_path in load-path fast caseAndy Wingo2011-08-031-6/+8
* simplify narrow_stack.Andy Wingo2011-07-291-5/+4
* style fix in read.cAndy Wingo2011-07-291-1/+1