bpt/guile.git
2015-01-23 Andy WingoRemove unused macros in goops.c
2015-01-23 Andy WingoRewrite %method-more-specific? to be in Scheme
2015-01-23 Andy WingoDeprecate C interfaces scm_compute_applicable_methods...
2015-01-23 Andy Wingo%compute-applicable-methods in Scheme
2015-01-23 Andy WingoMark two coverage tests as XFAIL
2015-01-23 Andy WingoFix the assembler for unexpected source properties
2015-01-22 Andy WingoMerge commit '5b7632331e7551ac202bbaba37c572b96a791c6e'
2015-01-22 Andy WingoMerge commit 'ed72201a795ac1c8d6c0288b6bb710f2bd0ebd9c'
2015-01-22 Andy WingoMerge commit '01a301d1b606b84d986b735049e7155d2f4cd6aa'
2015-01-22 Andy WingoMerge commit '894d0b894daae001495c748b3352cd79918d3789'
2015-01-22 Andy WingoMerge commit '5943a62042432b86d757200ef595d7aebb5c9bac'
2015-01-22 Andy WingoMerge commit '37b1453032488de582175270d1b3a1653ea81457'
2015-01-22 Andy WingoMerge commit 'cdcba5b2f6270de808e51b3b933374170611b91d'
2015-01-22 Ludovic CourtèsReally disable stack underflow checks when VM_CHECK_UND...
2015-01-22 Andy WingoMerge commit '5d971db802eaa8038db17e1aa5b4c69452739744'
2015-01-22 Andy WingoMerge commit '47ca15c7dffd14a82e75c1a0aeeaf2e77f3fa5b4'
2015-01-22 Andy WingoMerge commit '7c433cbbce83bc9f2f9967afba00bbb68e312657'
2015-01-22 Andy WingoMerge commit '5fac1a7ada362d78f13143acbc0ceca7f2f101de'
2015-01-22 Andy WingoMerge commit '8cf2a7ba7432d68b9a055d29f18117be70375af9'
2015-01-22 Andy WingoMerge commit '81d2c84674f03f9028f26474ab19d3d3f353881a'
2015-01-22 Andy WingoMerge commit 'fdd319e9bd4121d844662d3d8ccc69b462b60840'
2015-01-22 Andy WingoMerge commit 'a7bbba05838cabe2294f498e7008e1c51db6d664'
2015-01-22 Andy WingoKeywords have a tc7
2015-01-22 Andy WingoAdd allocate-struct, struct-ref, struct-set! instructions
2015-01-22 Andy WingoMerge commit '5af307de43e4b65eec7f235b48a8908f2a00f134'
2015-01-22 Andy WingoMerge commit 'b1451ad859183ae48c624d19ec144306bd2d3e3a'
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-14 Mark H WeaverAssembler: Cope with non-string port filenames.
2014-12-10 Andy WingoConvert primitive-eval to "compile" its expressions...
2014-12-10 Andy WingoFix syntax.test
2014-12-07 Andy WingoMinor evaluator tweaks
2014-12-07 Andy WingoSimplify variable resolution in the evaluator
2014-12-07 Andy WingoClosure conversion in evaluator
2014-12-06 Andy WingoAdd capture-env to evaluator
2014-12-06 Ludovic Courtèsbuild: Better handle substitutions in 'guile-2.0.pc...
2014-12-05 Andy WingoSimplify the interpreter for trivial inits and no letrec
2014-12-05 Andy WingoAssignment conversion in the interpreter
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-11-09 Andy Wingotexinfo: fix @url{@@} parsing
2014-11-01 Andy Wingoweb: Location header is URI-reference; better URI-refer...
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-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 Daniel LlorensIntern general arrays
2014-09-30 Daniel LlorensPack array dimensions in array object
2014-09-30 Daniel LlorensRun some of arrays.test under both compiler & interpreter
2014-09-30 Mark H WeaverMerge branch 'stable-2.0'
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-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-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-09-12 Andy WingoAdd (ice-9 unicode) module
2014-08-26 Ludovic CourtèsThank Franck.
2014-08-26 Ludovic CourtèsHandle ~p in 'format' warnings.
2014-08-24 Andy WingoSeparate &boolean type into &true and &false
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...
next