Fix accessor struct field inlining
[bpt/guile.git] / libguile /
2015-01-22 Ludovic CourtèsReally disable stack underflow checks when VM_CHECK_UND...
2015-01-18 Ludovic CourtèsFix buffer overrun with unbuffered custom binary input...
2015-01-11 Ludovic CourtèsOptimize 'string-hash'.
2015-01-11 Ludovic CourtèsDeprecate 'scm_string_hash'.
2015-01-11 Ludovic CourtèsOptimize 'write' for strings.
2015-01-11 Ludovic CourtèsAvoid converting the 'mode' argument of 'open-file'.
2015-01-09 Ludovic CourtèsImprove deprecation message of 'scm_add_to_port_table'.
2014-11-20 Ludovic Courtèsdoc: Clarify behavior of 'select' in the presence of...
2014-11-12 Mark H WeaverFix bytevector-fill! to accept fill arguments greater...
2014-11-12 Mark H WeaverAvoid signed overflow and use size_t in bytevectors.c.
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èsReduce C heap allocations in 'search-path'.
2014-10-31 Ludovic CourtèsUse on-stack or GC-managed memory in 'search-path'.
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 Andy WingoAdd (ice-9 unicode) module
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-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-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-02 Eli Zaretskii Make 'system*' available on MS-Windows.
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-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-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-24 Mark H Weaverprint: avoid triggering deprecation warnings when print...
2014-04-22 Dmitry BogatovFix memory leak on `realloc' failure
2014-04-01 David KastrupMake reverse! forego the cost of SCM_VALIDATE_LIST
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-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 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 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-18 Ludovic CourtèsAdd GDB extension to support Guile.
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-08 Andy WingoDeprecate the use of the vector interface on arrays
2014-02-08 Andy WingoDeprecate use of vector-length, vector-ref, vector...
2014-02-08 Andy WingoDeprecate general "uniform-vector" interface
2014-02-08 Andy WingoSimplify srfi-4 C implementation
2014-02-08 Andy WingoDeprecate htons, htonl, ntohs, ntohl
2014-02-07 Mark H WeaverBetter error reporting in 'weak-vector-ref' and 'weak...
2014-02-07 Mark H WeaverMake size argument optional to 'make-doubly-weak-hash...
2014-02-07 Andy WingoDeprecate vector-ref, vector-length, vector-set! on...
2014-02-07 Andy WingoAdd weak-vector-length, weak-vector-ref, weak-vector...
2014-02-04 Mark H WeaverDon't check HAVE_ALARM, which no longer exists.
2014-01-24 Mark H WeaverFix thread-unsafe lazy initializations.
2014-01-21 Ludovic CourtèsBuffered custom binary input ports correctly handle...
2014-01-18 Ludovic CourtèsCustom binary input ports support 'setvbuf'.
2014-01-18 Ludovic CourtèsPrepare 'setvbuf' to support for non-file ports.
2014-01-17 Ludovic CourtèsArrange so that 'file-encoding' does not truncate the...
2014-01-15 Ludovic CourtèsCustom binary input ports sanity-check the return value...
2014-01-15 Mark H Weaverprint: In R7RS |...| symbols, print most graphic charac...
2014-01-15 Mark H Weaverprint: Support R7RS |...| symbol notation.
2014-01-15 Mark H Weaverread: Support R7RS |...| symbol notation.
2014-01-14 Mark H Weaverread: use 'c_tolower' instead of 'tolower' in 'try_read...
2014-01-14 Mark H WeaverRecognize 'escape' character name, per R7RS.
2014-01-14 Mark H Weaverread: Accept "\|" in string literals.
2014-01-14 Mark H Weaverread: Support R7RS '#true' and '#false' syntax for...
next