VM: ASM_MUL for ARM: Add earlyclobber constraint to the SMULL outputs.
[bpt/guile.git] / libguile /
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...
2014-01-13 Ludovic Courtès'port-position' works on CBIPs that do not support...
2014-01-12 Mark H WeaverFix hashing of empty vectors.
2014-01-12 Mark H WeaverFix hashing of vectors to run in bounded time.
2014-01-09 Mark H WeaverFix 'string-copy!' to work properly with overlapping...
2014-01-09 Mark H WeaverImplement 'exact-integer?' and 'scm_is_exact_integer'.
2014-01-09 Mark H Weaverscm_primitive_load: Simplify code using 'scm_open_file_...
2014-01-09 Mark H Weaverread: Avoid signed integer overflow in 'read_decimal_in...
2014-01-09 Mark H WeaverIncrement SCM_N_READ_OPTIONS for 'curly-infix' option.
2013-12-15 Ludovic CourtèsHide EINTR returns from 'accept'.
2013-12-13 Tom TromeyAdd missing FUNC_NAME defines for pair accessors.
2013-12-05 Ludovic Courtèsvm: Gracefully handle stack overflows.
2013-11-28 Andy WingoCritical sections in guardians do not need to block...
2013-11-28 Andy WingoDeprecate gc-live-object-stats
2013-11-23 Mark H WeaverMake port properties accessible from Scheme.
2013-11-23 Mark H WeaverMake guardians thread-safe.
2013-11-23 Mark H WeaverBlock system asyncs while 'overrides_lock' is held.
2013-11-23 Mark H WeaverAdd mutex locking functions that also block asyncs.
2013-11-13 Ludovic Courtèsi18n: Fix null pointer dereference when locale info...
2013-11-05 Mark H WeaverDon't use the identifier 'noreturn'.
2013-10-20 Ian PriceFix optional end argument in `uniform-vector-read!'.
2013-10-14 Ludovic Courtès'scm_c_read' goes through the fast path with ISO-8859...
2013-10-03 Mark H WeaverFix edge case in 'ash'.
2013-10-03 Mark H WeaverRevert "Fix edge case in 'ash'."
2013-10-03 Andy WingoDeprecate scm_c_program_source, as it has no internal...
next