bpt/guile.git
2012-11-05 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
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 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
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 WeaverMerge remote-tracking branch 'origin/stable-2.0'
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...
2012-08-01 Mark H WeaverAvoid cexp, whose C standard definition is mathematical...
2012-07-28 Mark H WeaverAdd tests for 'exp' and 'expt' that should produce...
2012-07-28 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-07-28 Andy Wingoset struct names for <standard-vtable>, etc
2012-07-28 Andy Wingoupdate tests after vtable-vtable deprecation
2012-07-28 Andy Wingodeprecate make-vtable-vtable
2012-07-28 Andy Wingoimprove documentation for structs
2012-07-28 Andy Wingoupdate structure documentation
2012-07-28 Andy Wingo1;3202;0cMerge remote-tracking branch 'origin/stable...
2012-07-28 Andy Wingoimprove documentation for structs
2012-07-28 Andy Wingoset struct names for <standard-vtable>, etc
2012-07-28 Mark H WeaverAngle of -0.0 is pi, not zero
2012-07-24 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-07-24 Andy Wingoupdate structure documentation
2012-07-11 Noah LavineDocument (ice-9 and-let-star)
2012-07-07 Ludovic Courtèsbuild: Use `AM_PROG_AR'.
2012-07-07 Ludovic CourtèsFix typos in `NEWS'.
2012-07-07 Ludovic CourtèsBump version number for 2.0.6.
2012-07-07 Ludovic CourtèsStore the `git-version-gen' patch.
2012-07-06 Ludovic CourtèsWork around `gl_CANONICALIZE_LGPL' bug when cross-compi...
2012-07-06 Ludovic CourtèsWork around `gl_CANONICALIZE_LGPL' bug when cross-compi...
2012-07-06 Ludovic CourtèsAdd missing `m4/clock_time.m4'.
2012-07-06 Ludovic CourtèsUse `clock-time' directly from Gnulib, but with a local...
2012-07-06 Ludovic CourtèsUpdate Gnulib to v0.0-7509-g98a2286.
2012-07-06 Andy Wingoadd http/1.1 transfer codings to the NEWS
2012-07-06 Ian PriceDocument and export `declare-opaque-header!'
2012-07-06 Ian PriceAdd HTTP Chunked Encoding support to web modules.
2012-07-06 Mark H WeaverFix @ and @@ to not capture lexicals; new @@ @@ form...
2012-07-06 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-07-06 Andy Wingosimplify %condition-type-vtable
2012-07-06 Andy Wingorecord-type-vtable is not a new root of the vtable...
2012-07-06 Andy WingoScheme standard-vtable-fields binding
2012-07-06 Andy Wingoadd Scheme binding for scm_standard_vtable_vtable
2012-07-06 Andy Wingosimplify scm_init_print
2012-07-06 Andy Wingodeprecate struct-vtable-tag
2012-07-06 Andy Wingodisable some uri tests if --disable-networking
2012-07-06 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
next