summaryrefslogtreecommitdiff
path: root/libguile
Commit message (Expand)AuthorAgeFilesLines
* Placate a number of `syntax-check' verifications....Ludovic Courtès2012-01-053-4/+7
* Fix erroneous check in `set-procedure-properties!'....Ludovic Courtès2012-01-051-3/+4
* fix generalized-vector-{ref,set!} for slices...Andy Wingo2011-12-221-2/+6
* freebsd itanium support...Andy Wingo2011-12-221-0/+15
* freebsd implementation of get_thread_stack_base...Andy Wingo2011-12-221-0/+27
* stdlib.h, not malloc.h...Andy Wingo2011-12-224-15/+5
* fix scm_protects deprecation warning...Andy Wingo2011-12-191-0/+2
* FFI: Properly unpack small integer return values in closure call....Andreas Schwab2011-12-191-9/+31
* Arrange to convert command-line arguments from the right encoding....Ludovic Courtès2011-12-155-11/+54
* Use `alignof_type' instead of `alignof'....Ludovic Courtès2011-12-142-16/+16
* current-input-port et al are srfi-39 parameters...Andy Wingo2011-12-101-0/+5
* fix compilation with gc 7.1...Chris K. Jester-Young2011-12-082-0/+8
* warnings written to warning port...Andy Wingo2011-12-052-12/+12
* add current-warning-port...Andy 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 #t...Andy Wingo2011-12-042-10/+18
* fix `free' of mpz_to_str...Andy Wingo2011-12-021-1/+7
* scm_gc_register_collectable_memory calls scm_gc_register_allocation...Andy Wingo2011-12-021-1/+2
* install gmp memory functions that let libgc know about allocations...Andy Wingo2011-12-023-3/+45
* fix deadlock in before-gc-hook on certain 7.2alpha gc versions...Andy Wingo2011-12-011-1/+10
* attempt to handle steady-state mallocations better...Andy Wingo2011-11-293-1/+40
* collect a little in call-with-new-thread...Andy Wingo2011-11-291-0/+1
* adjust_gc_frequency before gc, for more precision...Andy Wingo2011-11-291-1/+1
* fix uninitialized variable in gc.c...Andy Wingo2011-11-291-1/+1
* switch off debugging flag that was mistakenly left on...Andy Wingo2011-11-291-1/+1
* increase garbage collection rate if the process is growing...Andy 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_default...Andy Wingo2011-11-233-9/+7
* optional default-value arg to make-fluid...Andy 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 access...Andy 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 arg...Andy Wingo2011-11-161-1/+1
* better debuggability for interpreted procedures...Andy 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 redefined...Andy Wingo2011-10-211-10/+61
* slight frames.h refactor...Andy 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_inexact...Mike 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 substrings...Andy Wingo2011-09-101-3/+5
* Fix misdiagnoses of deprecated `+nan.[^0]' forms....Ludovic Courtès2011-09-031-1/+4
* deprecate +nan.1...Andy Wingo2011-09-031-1/+10