defsubst
[bpt/guile.git] / libguile /
2014-08-10 Robin Templetonguile-snarf fix
2014-08-10 Robin TempletonRevert "Add thread-local lock-free, TLS-free freelists."
2014-08-10 BT Templetonmultiple obarrays
2014-08-10 Robin Templetonintern arbitrary constants
2014-08-10 Robin Templetonlibguile/Makefile.am (snarfcppopts): Remove CFLAGS
2014-07-21 Andy Wingomaybe_annotate_source does not annotate negative positions
2014-07-21 Andy WingoSoft port fill-input doesn't alter line or column
2014-07-21 Andy Wingoscm_ungetc_unlocked should not result in negative columns
2014-07-03 Andy WingoAdd br-if-logtest opcode
2014-06-29 Andy WingoFix bit-count* bug
2014-06-09 Ludovic CourtèsUse the right GC version macros.
2014-05-04 Andy WingoRefactorings to apply-hook and push-continuation-hook
2014-05-04 Andy Wingoframe-address, frame-stack-pointer return offsets
2014-05-01 Andy WingoFix inner and outer stack cuts to match on procedure...
2014-04-28 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2014-04-28 Andy WingoAdd more foreign object interfaces
2014-04-28 Andy WingoAvoid non-constant struct initializers
2014-04-28 Andy WingoAdd scm_make_foreign_object_0; optimize scm_make_foreig...
2014-04-28 Andy WingoNew foreign object facility, to replace SMOBs
2014-04-27 Andy WingoFix foreign slot initialization and access
2014-04-26 Andy WingoAdd interface to disable automatic finalization
2014-04-25 Mark H WeaverMerge branch 'stable-2.0'
2014-04-25 Mark H Weaverprint: Fix printing of weak vectors.
2014-04-24 Mark H Weaverprint: avoid triggering deprecation warnings when print...
2014-04-23 Ludovic CourtèsSet $GC_MARKERS to 1 when libgc 7.4.0 is used.
2014-04-22 Dmitry BogatovFix memory leak on `realloc' failure
2014-04-21 Andy WingoAdd make-vector opcode
2014-04-20 Andy WingoVM opcodes only have <24-bit slot operands in the first...
2014-04-17 Andy WingoAdd interface to disable automatic finalization
2014-04-16 Andy WingoRemove SCM_FRAME_PROGRAM
2014-04-16 Andy WingoVM robustness for optimized closures
2014-04-16 Andy WingoFix rewinding continuations when outermost frame has...
2014-04-16 Andy Wingoframe-previous, frame-procedure robustness
2014-04-16 Andy Wingomake-stack works on delimited continuations
2014-04-16 Andy WingoBetter backtraces from C, especially for optimized...
2014-04-16 Andy WingoFix up some opcode metadata
2014-04-15 Andy WingoBump minor objcode version for recent changes
2014-04-14 Andy WingoOptimize make-stack
2014-04-14 Andy Wingoscm_c_make_frame takes struct scm_frame as arg
2014-04-14 Andy WingoRefactor to frames code
2014-04-01 David KastrupMake reverse! forego the cost of SCM_VALIDATE_LIST
2014-03-22 Andy WingoFix compile warnings
2014-03-22 Andy WingoOut-of-memory situations raise exceptions instead of...
2014-03-22 Andy WingoDefine a C fluid for current-warning-port
2014-03-20 Ludovic Courtèstests: Check 'simple-format' with closed current-output...
2014-03-19 Mark H Weaversimple-format: Don't assume the current output port...
2014-03-19 Andy WingoFix breakage of SRFI-4 C accessors
2014-03-16 Andy WingoRefine unwind-only exception message.
2014-03-15 Andy WingoAdd stack overflow test
2014-03-14 Mark H WeaverCheck SCM_USE_PTHREAD_THREADS using #if not #ifdef.
2014-03-14 Mark H WeaverInclude <config.h> in gen-scmconfig even when cross...
2014-03-12 Andy WingoRemove default soft stack limit; add call-with-stack...
2014-03-12 Ludovic Courtèsbuild: Remove libguile-2.0-gdb.scm and $infodir/dir...
2014-03-12 Ludovic Courtèsbuild: Install libguile-2.0-gdb.scm after libguile...
2014-03-12 Ludovic Courtèsbuild: Don't include <config.h> in native programs...
2014-03-12 David ThompsonTest for deleted weak pairs in hash-for-each.
2014-03-12 Mark H WeaverSCM_I_INUM: Rewrite to avoid unspecified behavior when...
2014-03-12 Mark H WeaverSCM_SRS: Improve fallback implemention to avoid unspeci...
2014-03-12 Mark H WeaverSRFI-60: Reimplement 'rotate-bit-field' on inums to...
2014-03-12 Mark H WeaverUse 'offsetof' to avoid undefined behavior.
2014-03-12 Mark H WeaverAvoid undefined behavior regarding signed integers...
2014-03-12 Mark H WeaverAvoid signed overflow in random.c.
2014-03-12 Mark H WeaverAvoid side effects in argument to SCM_I_INUM.
2014-03-07 Mark H WeaverImprove compliance with C standards regarding signed...
2014-03-07 Mark H Weaverchars.c: Remove duplicate 'const' specifiers.
2014-03-07 Mark H Weaversnarf.h: Declare static const function name vars as...
2014-03-06 Mark H WeaverMake snarfing tools more robust to varied C preprocesso...
2014-02-28 Ludovic Courtèsbuild: Make c-tokenize.c build on non-GNU systems.
2014-02-28 Andy WingoFix setitimer documentation. Allow microseconds >...
2014-02-28 Mark H WeaverRely on Gnulib for <unistd.h>.
2014-02-28 Mark H WeaverRely on Gnulib for fsync, link, readlink, mkdir, rmdir...
2014-02-27 Ludovic Courtèsbuild: Fix out-of-source-tree installation of libguile...
2014-02-22 Andy WingoZero-offset branches are backward branches; fix "br...
2014-02-21 Andy WingoFix segfault in thread_mark
2014-02-20 Andy WingoThreadsafe stack relocation
2014-02-20 Andy Wingoassertion refactor in the vm
2014-02-20 Andy WingoFix "VM never extends vp->sp ..." commit
2014-02-20 Andy WingoRemove the hard stack size limit
2014-02-20 Andy WingoVM never extends vp->sp beyond mapped region of stack
2014-02-20 Andy WingoUnwind-only stack overflow exceptions
2014-02-19 Andy Wingo%exception-handler fluid refactor
2014-02-19 Andy WingoFix scm_i_vm_capture_stack comment.
2014-02-19 Andy WingoDefault stack size is one page.
2014-02-19 Andy WingoMore robust stack expansion and contraction
2014-02-18 Ludovic CourtèsAdd GDB extension to support Guile.
2014-02-17 Andy WingoPT_DYNAMIC inside some other PT_LOAD segment
2014-02-13 Mark H WeaverFix inline asm of VM numerical operations for x32.
2014-02-13 Mark H WeaverRely on Gnulib for 'select', 'lstat', and 'mkstemp'.
2014-02-10 Daniel Llorensarray-contents returns root for empty arrays with empty...
2014-02-10 Daniel LlorensPreallocate index list in scm_array_index_map_x
2014-02-10 Daniel LlorensMatch types used in arrays.c to struct field types
2014-02-10 Daniel LlorensDon't use ASET in scm_array_index_map_x
2014-02-10 Daniel LlorensIn scm_ramapc, only check unrolled axes for emptiness
2014-02-10 Daniel LlorensFix corner cases of scm_ramapc
2014-02-10 Daniel LlorensRewrite scm_ramapc()
2014-02-10 Daniel LlorensFactor out make1array() in scm_ramapc()
2014-02-10 Daniel LlorensCheck more cases of array-contents
2014-02-10 Daniel LlorensRefactor array-contents
2014-02-09 Andy WingoReindent scm_ramapc
2014-02-09 Daniel LlorensRaw pointer loop in array-copy! for vector/vector case
next