bpt/guile.git
2015-01-26 Andy WingoAccessor methods only apply to subclasses with their...
2015-01-24 Andy WingoFix accessor struct field inlining
2015-01-22 Ludovic CourtèsReally disable stack underflow checks when VM_CHECK_UND...
2015-01-22 Andy WingoFix #:init-value on class-allocated slots
2015-01-18 Ludovic CourtèsFix buffer overrun with unbuffered custom binary input...
2015-01-13 Ludovic CourtèsImprove output of command-line errors.
2015-01-11 Ludovic CourtèsOptimize 'string-hash'.
2015-01-11 Ludovic CourtèsAdd 'string-hash' benchmarks.
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-11 Ludovic Courtèsstatprof: 'statprof' and 'with-statprof' return the...
2015-01-09 Ludovic CourtèsImprove deprecation message of 'scm_add_to_port_table'.
2014-12-06 Ludovic Courtèsbuild: Better handle substitutions in 'guile-2.0.pc...
2014-12-03 Ludovic Courtèsbuild: Add missing substitutions for 'guile-2.0.pc'.
2014-12-03 Ludovic Courtèsdoc: Clarify the unit of the 'offset' argument of ...
2014-12-03 Ludovic CourtèsAdd the 'guild' and 'guile' variables to 'guile-2.0...
2014-12-02 Ludovic CourtèsUpdate (system base lalr) from upstream.
2014-12-02 Ludovic Courtèsdoc: Tell when 'GUILE_INSTALL_LOCALE' first appeared.
2014-12-02 Chris Jester... Implement SRFI 28: Basic Format Strings.
2014-11-20 Ludovic Courtèsdoc: Clarify behavior of 'select' in the presence of...
2014-11-19 Rob BrowningRecognize m68k, s390x, and sh4 as compilation targets
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 Thomas KlausnerAvoid bash-specific '==' comparison operator in guile.m4.
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-07 Mark H WeaverThank Per Bothner.
2014-10-06 Ludovic Courtèsbuild: Adjust autogen.sh to 'libtoolize' name on Darwin.
2014-10-02 Mark H Weaverread: Accept "\(" in string literals.
2014-10-01 Mark H Weaverdocs: Fix documented return type of 'scm_c_export'.
2014-09-30 Andy WingoAdd (ice-9 unicode) module
2014-09-29 Mark H Weaverpeval: Handle optional argument inits that refer to...
2014-09-25 Mark H Weaverdoc: Improve description of vector-unfold and vector...
2014-09-22 Ludovic CourtèsAdd 'EXIT_SUCCESS' and 'EXIT_FAILURE'.
2014-09-22 David Michaelguile-readline: Use the current directory if HOME is...
2014-09-20 Ludovic Courtèsbuild: Use 'libtoolize' in autogen.sh.
2014-09-20 David KastrupFix SCM_SMOB_OBJECT{_,_0_,_1_,_2_,_3_}LOC.
2014-09-20 Mark H Weaverguild disassemble: Use #:prefix instead of #:renamer.
2014-09-20 Mark H WeaverDocument #:prefix option in use-module clauses.
2014-09-20 Mark H WeaverSRFI-43: vector-concatenate: Fix error message.
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-17 Ludovic Courtèstests: Link test against Gnulib.
2014-08-26 Ludovic CourtèsThank Franck.
2014-08-26 Ludovic CourtèsHandle ~p in 'format' warnings.
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-08-13 Eli ZaretskiiMake temporary file in coding.test work on MS-Windows.
2014-08-12 Ludovic Courtèsdoc: "!#" does not need to appear on a line of its...
2014-08-11 David KastrupClarify that object-properties cannot be reliably appli...
2014-07-31 Ian PriceProvide curried version of define*-public.
2014-07-30 Ian PricePrevent add-to-load-path from adding duplicate entries
2014-07-04 Ludovic CourtèsRecognize more ARM targets.
2014-07-04 Andy WingoFix bit-count* bug
2014-07-04 Ludovic Courtèsbuild: Support pthread builds without 'pthread_cancel...
2014-07-04 Ludovic Courtèsbuild: Use 'LT_LIB_M' to determine whether -lm is needed.
2014-07-04 Ludovic CourtèsRecognize arm-* target triplets.
2014-07-03 Eli ZaretskiiRemove trailing whitespace from ports.test.
2014-07-03 Eli ZaretskiiUntabify some test files.
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 Eli ZaretskiiUnconditionally build and test the ice-9/popen module.
2014-07-02 Eli Zaretskii More fixes for deleting files whose ports are not...
2014-07-02 Eli Zaretskii Make 'system*' available on MS-Windows.
2014-07-02 Eli Zaretskii Fix deletion of ports.test test file on MS-Windows.
2014-06-22 Eli ZaretskiiFix compilation of scm_nl_langinfo when some nl_langinf...
2014-06-12 Ludovic Courtèstests: Improve lack-of-/dev/null detection.
2014-06-11 Ludovic Courtèsi18n: Adjust tests for Windows.
2014-06-11 Ludovic Courtèsi18n: Ignore LC_MESSAGES on MinGW.
2014-06-11 Ludovic Courtèstests: Use NUL instead of /dev/null on MinGW.
2014-06-06 Taylan Ulrich BR6RS library documentation fix
2014-06-05 Dmitry BogatovFix typo in `transform-string' doc.
2014-06-05 Mark H WeaverOptimize scm_ilength and 'length+'.
2014-06-05 Mark H Weavertest-guild-compile: Increase sleep time before sending...
2014-06-04 Mark H WeaverAvoid quadratic expansion time in 'and' and 'or' macros.
2014-06-03 Ludovic Courtès'guild compile' doesn't leave temporary files behind it.
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èsrdelim: Speed up 'read-string' (aka. 'get-string-all'.)
2014-05-28 Ludovic Courtèstests: Add test for <http://bugs.gnu.org/17466>.
2014-05-28 Ludovic CourtèsFix shrinking of contiguous bytevectors, as from 'get...
2014-05-23 Ludovic Courtèsweb: Keep the default size for the client's in-kernel...
2014-05-21 Ludovic Courtèstests: Add test for _IOLBF.
2014-05-16 Ludovic CourtèsSilence GCC warning.
2014-04-28 Andy WingoPrefer foreign objects over smobs in manual
2014-04-28 Andy WingoAdd new standalone tests to gitignore
2014-04-28 Andy WingoRemove doc/example-smob/
2014-04-28 Andy WingoRemove SMOB tutorial; update manual.
2014-04-28 Andy WingoAdd foreign object documentation
2014-04-28 Andy WingoAdd more foreign object interfaces
next