Remove incorrect comment in read.c
[bpt/guile.git] / libguile /
2012-02-08 Mark H WeaverRemove incorrect comment in read.c
2012-02-08 Andy Wingoi18: avoid freelocale (NULL)
2012-02-05 Andy WingoFix --enable-debug-malloc
2012-02-03 Andy Wingofix compilation of control.c, continuations.c when...
2012-02-03 Ludovic Courtèsi18n: Use Gnulib's `nl_langinfo' module.
2012-02-03 Ludovic CourtèsUse Gnulib's `regex' module.
2012-02-03 Ludovic Courtèstests: Have `getaddrinfo' test work for Darwin 8.
2012-02-02 Mark H WeaverImplement scm_to_pointer
2012-02-02 Ludovic CourtèsFix `SCM_I_ERROR' definition for MinGW without networking.
2012-02-02 Bake TimmonsImprove the usage of variable names in C docstrings.
2012-02-02 Mike GranUpdate srfi-14 character sets to Unicode 6.1
2012-02-02 Mark H WeaverFix search_path to fill stat_buf when given an absolute...
2012-02-01 Andy Wingoleniency in the "unused modules are removed" gc.test
2012-01-30 Andy Wingofix hook invocation during thread guilification
2012-01-30 Mark H WeaverRename scm_call_varargs -> scm_call
2012-01-30 Mark H WeaverImplement scm_call_varargs and scm_call_{7,8,9}
2012-01-29 Andy WingoRevert "vm-i-scheme.c slight refactor"
2012-01-29 Andy WingoRevert "attempt to clear stale references on VM C stack"
2012-01-29 Ludovic CourtèsRevert "Work around instruction reordering on SPARC...
2012-01-28 Chris K. Jester... Fix double-free error on non-GNU systems.
2012-01-27 Andy Wingoattempt to clear stale references on VM C stack
2012-01-27 Andy Wingovm-i-scheme.c slight refactor
2012-01-26 Andy Wingoglobally unique marks and labels using syntax-session-id
2012-01-26 Andy WingoRevert "Universally-unique gensyms"
2012-01-26 Andy WingoImplement `local-eval', `local-compile', and `the-envir...
2012-01-24 Ludovic CourtèsWork around instruction reordering on SPARC and HPPA...
2012-01-23 Ludovic CourtèsFFI: Fix `set-pointer-finalizer!' to leave the type...
2012-01-22 Ludovic CourtèsAdjust tests that relied on the output of the hash...
2012-01-22 Ludovic CourtèsPrint the address of hash tables.
2012-01-22 Ludovic CourtèsParenthesize and type `SCM_FRAME' macros; check layout...
2012-01-21 Mark H WeaverUniversally-unique gensyms
2012-01-21 Mark H WeaverAdd `random-state-from-platform' and `scm_i_random_byte...
2012-01-18 Mark H WeaverAdd `scm_c_value_ref' to allow access to multiple retur...
2012-01-16 Ludovic CourtèsUpdate Gnulib to v0.0-6827-g39c3009; use the `dirfd...
2012-01-16 Ludovic CourtèsFix typo in threads.c on IA64.
2012-01-15 Chris K. Jester... Add #ifdefs for langinfo items that don't exist on...
2012-01-14 Ludovic CourtèsFix signed/unsigned pointer mismatches.
2012-01-12 Andy Wingofix array printing
2012-01-11 Ludovic CourtèsMake sure `scm_spawn_thread' returns a thread.
2012-01-11 Andy Wingofluids.c docstring
2012-01-10 Mark H WeaverUse a common null stringbuf in `scm_i_make_string'
2012-01-10 Mark H WeaverEmpty substrings no longer reference the original stringbuf
2012-01-10 Mark H Weaverscm_i_substring_copy tries to narrow the substring
2012-01-10 Mark H WeaverAvoid calling `u32_conv_from_encoding' on the null...
2012-01-09 Mark H WeaverRemove null string optimization from scm_from_stringn
2012-01-09 Ludovic CourtèsFix incorrect use of `SCM_UNPACK'.
2012-01-09 Ludovic Courtèsi18n: Fix gc_malloc/free mismatch on non-GNU systems.
2012-01-09 Andy Wingoallocate a tc7 to bitvectors
2012-01-09 Andy Wingoallocate a tc7 to arrays
2012-01-09 Andy Wingoprimitive-load returns the value(s) of the last expression
2012-01-09 Rob BrowningDefine _GNU_SOURCE to fix the GNU/kFreeBSD build.
2012-01-09 Rob BrowningFix the SRFI 60 copy-bit documentation.
2012-01-09 Mark H WeaverAvoid calling scm_i_string_start_writing if no chars...
2012-01-08 Andy Wingoallow scm_display_error to use a stack as the first...
2012-01-08 Andy Wingofix SCM_ASRTGO deprecation
2012-01-08 Andy Wingodeprecate SCM_ASRTGO
2012-01-07 Mark H WeaverFix bugs related to mutation-sharing substrings
2012-01-07 Mark H WeaverMake scm_nullstr mutable
2012-01-07 Andy Wingodon't leak file descriptors when mmaping objcode
2012-01-05 Ludovic CourtèsPlacate a number of `syntax-check' verifications.
2012-01-05 Ludovic CourtèsFix erroneous check in `set-procedure-properties!'.
2011-12-22 Andy Wingofix generalized-vector-{ref,set!} for slices
2011-12-22 Andy Wingofreebsd itanium support
2011-12-22 Andy Wingofreebsd implementation of get_thread_stack_base
2011-12-22 Andy Wingostdlib.h, not malloc.h
2011-12-19 Andy Wingofix scm_protects deprecation warning
2011-12-19 Andreas SchwabFFI: Properly unpack small integer return values in...
2011-12-15 Ludovic CourtèsArrange to convert command-line arguments from the...
2011-12-14 Ludovic CourtèsUse `alignof_type' instead of `alignof'.
2011-12-10 Andy Wingocurrent-input-port et al are srfi-39 parameters
2011-12-08 Chris K. Jester... fix compilation with gc 7.1
2011-12-05 Andy Wingowarnings written to warning port
2011-12-05 Andy Wingoadd current-warning-port
2011-12-04 Andy Wingoice-9/poll: verify sizeof(struct pollfd)
2011-12-04 Andy Wingonew print option escape-newlines, defaults to #t
2011-12-02 Andy Wingofix `free' of mpz_to_str
2011-12-02 Andy Wingoscm_gc_register_collectable_memory calls scm_gc_registe...
2011-12-02 Andy Wingoinstall gmp memory functions that let libgc know about...
2011-12-01 Andy Wingofix deadlock in before-gc-hook on certain 7.2alpha...
2011-11-29 Andy Wingoattempt to handle steady-state mallocations better
2011-11-29 Andy Wingocollect a little in call-with-new-thread
2011-11-29 Andy Wingoadjust_gc_frequency before gc, for more precision
2011-11-29 Andy Wingofix uninitialized variable in gc.c
2011-11-29 Andy Wingoswitch off debugging flag that was mistakenly left on
2011-11-29 Andy Wingoincrease garbage collection rate if the process is...
2011-11-28 Andy Wingoget heap stats with GC_get_heap_usage_safe, if available.
2011-11-26 Ludovic CourtèsFFI: Hold a weak reference to the procedure passed...
2011-11-23 Andy Wingouse new scm_make_fluid_with_default
2011-11-23 Andy Wingooptional default-value arg to make-fluid
2011-11-21 Ludovic CourtèsAdd missing implicit `SCM_API' for `scm_c_make_objcode_...
2011-11-21 Ludovic CourtèsComplete cross-compilation support.
2011-11-21 Andy Wingodeprecate direct scm_protects access
2011-11-20 Ludovic CourtèsAllow overlapping regions to be passed to `bytevector...
2011-11-16 Ludovic CourtèsFFI: Hold a weak reference to the CIF made by `procedur...
2011-11-16 Andy Wingomemoize: booleanify the rest arg
2011-11-15 Andy Wingobetter debuggability for interpreted procedures
2011-11-10 Andy Wingofix bit-set*! bug (!)
2011-10-22 Ludovic CourtèsFix compilation of `deprecated.c' with SCM_DEBUG_TYPING...
2011-10-22 Bake TimmonsFix compilation with `--enable-debug-malloc'.
2011-10-22 Ludovic CourtèsInitialize `get_internal_run_time' before it is used.
next