bpt/guile.git
2012-11-28 Ludovic Courtèseval: Store docstrings for lambdas.
2012-11-27 Mark H WeaverFix library search order and don't change LD_LIBRARY_PATH
2012-11-27 Ludovic Courtèsvlist: Remove Texinfo markup from docstrings.
2012-11-27 Daniel Hartwigweb client: correctly handle uri-query, etc. in relativ...
2012-11-26 Ludovic Courtèsweb client: Support relative URIs in some headers.
2012-11-26 Ludovic CourtèsHave `load-in-vicinity' look for `.go' files in %LOAD...
2012-11-26 Ludovic CourtèsSplit `load-in-vicinity' into small procedures.
2012-11-26 Ian PriceUpdate thanks
2012-11-26 Ian PriceFix docs for `hashtable-copy'
2012-11-25 Ian PriceR6RS srfi library names should ignore first identifier...
2012-11-24 Daniel Hartwig(web uri): document that uri-port is an integer
2012-11-24 Daniel Hartwigsyncronize web module docstrings with manual
2012-11-23 Ludovic CourtèsAugment `.dir-locals.el'.
2012-11-23 Ludovic CourtèsTurn on the `case' warnings in auto-compilation.
2012-11-23 Ludovic CourtèsAdd tests for `-Wduplicate-case-datum' and `-Wbad-case...
2012-11-23 Ludovic Courtèsdoc: Mention the `duplicate-case-datum' and `bad-case...
2012-11-23 Ludovic CourtèsRemove reference to `scm_init_popen' when `fork' is...
2012-11-22 Ian PriceR6RS `string-for-each' should accept multiple string...
2012-11-21 Ludovic Courtèscse: Fix out-of-bounds access to the database.
2012-11-21 Ludovic CourtèsUpdate `par-map' to use nested futures.
2012-11-21 Ludovic Courtèsfutures: Allow nested futures; put the main thread...
2012-11-21 Ludovic Courtèsfutures: Add a record printer.
2012-11-21 Ludovic Courtèsfutures: Keep futures unlocked while they are processing.
2012-11-17 Ludovic CourtèsUpdate Gnulib to v0.0-7695-g26c0590.
2012-11-17 Ludovic Courtèsdoc: Strengthen the case for pattern matching.
2012-11-17 Ludovic Courtèsdoc: Fix typo in `set-record-type-printer!' doc.
2012-11-12 Andreas RottmannAdd missing R6RS `open-file-input/output-port' procedure
2012-11-11 Ludovic Courtèsdoc: Update argument order of SRFI-9 `set-field'.
2012-11-11 Mark H Weaversrfi-9.test: avoid symbols of the form ':bar' for more...
2012-11-10 Ludovic Courtèsdoc: Document SRFI-9 functional setters.
2012-11-10 Ludovic Courtèsdoc: Move SRFI-9 records under "Compound Data Types".
2012-11-10 Mark H WeaverChange the argument order of 'set-fields' to match...
2012-11-10 Mark H WeaverAdd system/base/ck.scm to SYSTEM_BASE_SOURCES in module...
2012-11-10 Mark H WeaverFutures: Avoid creating the worker pool more than once.
2012-11-10 Mark H WeaverImprove error for set-fields paths leading to different...
2012-11-10 Mark H WeaverImprove error messages for invalid record definitions.
2012-11-10 Mark H WeaverFix non-toplevel srfi-9 compile-time error tests to...
2012-11-10 Mark H WeaverUse 'pass-if-equal' to check syntax-error exceptions...
2012-11-09 Mark H WeaverFix record constructor in getopt-long.
2012-11-09 Mark H WeaverImplement functional record setters.
2012-11-05 Ludovic CourtèsFix invalid assertion about mutex ownership in threads.c.
2012-11-05 Ludovic CourtèsHave `SCM_NUM2FLOAT' and `SCM_NUM2DOUBLE' use `scm_to_d...
2012-11-05 Ludovic CourtèsFix copyright years in `futures.scm'.
2012-11-05 Mark H WeaverPreserve additional R6RS library name components after...
2012-11-03 Ludovic Courtèsfutures: Have workers work when futures are available.
2012-11-02 Ludovic CourtèsFix `generalized-vector->list' indexing bug with shared...
2012-11-02 Ludovic Courtèstest-suite: Add a nameless form of `pass-if-equal'.
2012-10-31 Ludovic Courtèsscandir: Use `lstat' instead of `stat'.
2012-10-31 Ludovic Courtèstest-suite: Use `pass-if-equal' in `ftw.test'.
2012-10-31 Ludovic Courtèstest-suite: Add `pass-if-equal'.
2012-10-31 Mark H WeaverFix formatting of comments in scm_read_array.
2012-10-31 Mark H Weaverscm_read_shebang: handle non-ascii characters properly.
2012-10-30 Mark H WeaverTest number-theoretic division by -0.0.
2012-10-29 Mark H WeaverMinor tweaks to srfi-105.test
2012-10-26 Mark H WeaverImplement SRFI-105 curly infix expressions.
2012-10-26 Mark H WeaverImplement #!fold-case and #!no-fold-case reader directives.
2012-10-26 Mark H WeaverImplement per-port read options.
2012-10-24 Mark H WeaverRepurpose scm_i_port_weak_hash to associate an alist...
2012-10-24 Mark H WeaverGeneralize scm_read_shebang to handle other reader...
2012-10-24 Mark H WeaverAdd source properties to more datum types in scm_read_s...
2012-10-24 Mark H WeaverChange reader to pass read options to helpers via expli...
2012-10-24 Mark H WeaverMinor tweaks to delimiter handling in read.c
2012-10-24 Mark H WeaverMove array reader from arrays.c to read.c
2012-10-18 Ian PriceFix typo in scheme-using.texi
2012-10-18 Ian PriceFix @@ usage in --listen option
2012-10-17 Mark H WeaverRemove prototype for scm_read_token, which does not...
2012-10-17 Mark H WeaverImprove formatting of options help given long option...
2012-10-13 Ludovic Courtèsweb: Fix possible file descriptor leak in `open-socket...
2012-10-12 Ludovic Courtèsweb: Pass `AI_NUMERICSERV' when given a port number.
2012-10-12 Ludovic Courtèsweb: Change `http-get' to try all the addresses for...
2012-10-12 Ludovic CourtèsImplement `hash' for structs.
2012-10-12 Mark H WeaverThanks Daniel Hartwig.
2012-10-12 Daniel HartwigIn string-split, add support for character sets and...
2012-10-10 Mark H WeaverRevert "Preserve keyword identifier in 'syntax-rules...
2012-10-08 Mark H WeaverPreserve keyword identifier in 'syntax-rules' and ...
2012-10-08 Mark H WeaverSimplify calls to 'eqv?' when one argument is an immedi...
2012-10-08 Mark H WeaverDon't simplify 'equal?' to 'not' or 'null?'.
2012-10-08 Mark H WeaverDon't simplify 'equal?' to 'eq?' when constant is an...
2012-10-06 Ludovic CourtèsSimplify calls to `equal?' when one argument is a constant.
2012-10-06 Mark H WeaverImprove error reporting in 'append!'
2012-10-04 Mark H WeaverChange inappropriate uses of expect-fail X to pass...
2012-09-26 Chris K. Jester... In fold-matches, set regexp/notbol unless matching...
2012-09-11 Ludovic CourtèsDon't stat(2) and access(2) the .go location before...
2012-09-11 Ludovic CourtèsRewrite SRFI-31 in terms of `syntax-rules'.
2012-09-06 Ian PriceDocument (ice-9 curried definitions)
2012-09-06 Ian Price`define-public' is no a longer curried definition by...
2012-09-03 Ludovic Courtèsbuild: Fix race between installing `guild' and the...
2012-09-03 Ludovic Courtèsdoc: Use scm_{to,from}_double instead of old API in...
2012-09-03 Ludovic Courtèsbuild: Use Automake's `color-tests'.
2012-08-26 Ian PriceISO 8601 time format specifies zero padding for hours...
2012-08-26 Ludovic Courtèsdoc: Fix description of regexp/locale encoding interaction.
2012-08-26 Ludovic CourtèsUpdate `texinfo.test' to match latest change.
2012-08-26 Ian PriceFix uri-encoding for strings with no unreserved chars
2012-08-26 Ian PriceFix uri-encoding for octets 0-15
2012-08-25 Andy Wingomore robust texinfo alias handling
2012-08-20 Ludovic CourtèsMicro-optimize (ice-9 format).
2012-08-20 Ludovic CourtèsOptimize `scm_lfwrite_substr', used by `scm_simple_format'.
2012-08-17 Andy Wingoreinstate type check to scm_to_utf8_stringn
2012-08-07 Mark H WeaverRevert "Add tests for 'exp' and 'expt' that should...
2012-08-07 Mark H WeaverRevert "Avoid cexp, whose C standard definition is...
next