libguile/Makefile.am (snarfcppopts): Remove CFLAGS
[bpt/guile.git] / libguile /
2014-11-12 Mark H WeaverAdd SCM_VALIDATE_SIZE_COPY and SCM_NUM2SIZE.
2014-11-12 Mark H WeaverFix bytevector-copy when applied to SRFI-4 homogeneous...
2014-11-12 Mark H WeaverFix strerror error handling when given a non-integer...
2014-10-31 Ludovic CourtèsUse on-stack or GC-managed memory in 'search-path'.
2014-10-31 Ludovic CourtèsReduce C heap allocations in 'search-path'.
2014-10-30 Daniel LlorensMerge branch 'lloda-array-support'
2014-10-15 Mark H Weaveri18n: Add HAVE_USELOCALE as a requirement for USE_GNU_L...
2014-10-11 Mark H Weaverscm_boot_guile: Gracefully handle the case where argc...
2014-10-02 Mark H Weaverread: Accept "\(" in string literals.
2014-09-30 Daniel LlorensPack array dimensions in array object
2014-09-30 Mark H WeaverMerge branch 'stable-2.0'
2014-09-30 Andy WingoAdd (ice-9 unicode) module
2014-09-24 David KastrupFix ungetc for characters 0x80 <= c < 0xf0 in UTF-8.
2014-09-22 Ludovic CourtèsAdd 'EXIT_SUCCESS' and 'EXIT_FAILURE'.
2014-09-20 David KastrupFix SCM_SMOB_OBJECT{_,_0_,_1_,_2_,_3_}LOC.
2014-09-20 Mark H WeaverVM: Use register "a3" for IP_REG on m68k.
2014-09-20 Mark H WeaverVM: Allow the C compiler to choose FP_REG on ARM.
2014-09-20 Mark H WeaverDo not assume that 64-bit integers will be 64-bit aligned.
2014-09-20 Mark H WeaverVM: ASM_MUL for ARM: Add earlyclobber constraint to...
2014-09-12 Andy WingoAdd (ice-9 unicode) module
2014-08-15 Eli ZaretskiiOn MS-Windows, don't return file names with backslashes...
2014-08-14 Mark H WeaverCopy the result from 'nl_langinfo' before it can be...
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-04 Andy WingoFix bit-count* bug
2014-07-04 Ludovic Courtèsbuild: Support pthread builds without 'pthread_cancel...
2014-07-03 Eli ZaretskiiFix problems with Windows file names that use backslashes.
2014-07-03 Eli ZaretskiiFix calculation of CPU set size for getaffinity.
2014-07-03 Eli ZaretskiiProvide a more reasonable default value for stack limit...
2014-07-03 Andy WingoAdd br-if-logtest opcode
2014-07-02 Eli Zaretskii Make 'system*' available on MS-Windows.
2014-06-29 Andy WingoFix bit-count* bug
2014-06-22 Eli ZaretskiiFix compilation of scm_nl_langinfo when some nl_langinf...
2014-06-11 Ludovic Courtèsi18n: Ignore LC_MESSAGES on MinGW.
2014-06-09 Ludovic CourtèsUse the right GC version macros.
2014-06-05 Mark H WeaverOptimize scm_ilength and 'length+'.
2014-06-01 Mark H WeaverSRFI-1 'length+' raises an error unless passed a proper...
2014-06-01 Mark H WeaverMark system async functions as SCM_API.
2014-05-28 Ludovic CourtèsSlightly simplify 'scm_open_process'.
2014-05-28 Ludovic CourtèsFix shrinking of contiguous bytevectors, as from 'get...
2014-05-16 Ludovic CourtèsSilence GCC warning.
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 >...
next