bpt/guile.git
2013-04-09 Ludovic Courtèsdoc: Update `release.org'.
2013-04-09 Ludovic Courtèsstime: Remove #ifdef HAVE_*_H for headers provided...
2013-04-09 Ludovic CourtèsMake `build-aux/gendocs.sh' executable.
2013-04-09 Ludovic CourtèsBump version number for 2.0.8.
2013-04-09 Ludovic Courtèstests: Skip FFI tests involving `scm_is_pair' when...
2013-04-09 Ludovic Courtèsdoc: Cosmetic change for `release.org'.
2013-04-09 Ludovic CourtèsUpdate `THANKS'.
2013-04-09 Andy Wingoupdate NEWS
2013-04-09 Andy Wingofix stime patch for HAVE_TIMES removal
2013-04-09 Andy Wingosimplify configure checks for functionality provided...
2013-04-09 Mark H WeaverMinor 'THANKS' fix.
2013-04-09 Mark H WeaverFix alignment in 'THANKS'.
2013-04-09 Mark H WeaverUpdate bug report section of 'THANKS'.
2013-04-09 Mark H WeaverUpdate 'THANKS'.
2013-04-09 Mark H WeaverManual: Don't promise to signal an error for an illegal...
2013-04-09 Ludovic Courtèstests: Skip IPv6 socket tests when OS support is missing.
2013-04-08 Mark H WeaverUpdate 'NEWS'.
2013-04-08 Mark H WeaverUpdate 'NEWS'.
2013-04-08 Mark H WeaverConsume a peeked EOF at the REPL.
2013-04-08 Mark H WeaverMiscellaneous 'sendfile' fixes and improved tests.
2013-04-07 Mark H WeaverUpdate 'NEWS'.
2013-04-07 Ludovic CourtèsChange `sendfile' to loop until everything has been...
2013-04-07 Mark H WeaverRemove outdated and misplaced "Included Guile Modules...
2013-04-07 Mark H WeaverClarify 'file-encoding' docs: heuristics may be improve...
2013-04-07 Mark H WeaverAdd keyword arguments to file opening procedures.
2013-04-07 Chris K. Jester... Add record type printer for srfi-41.
2013-04-07 Chris K. Jester... Add record type printer for srfi-45.
2013-04-07 Mark H WeaverImplement efficient 'scm_unget_bytes' and 'unget-byteve...
2013-04-07 Mark H WeaverRemove byte-order mark check from 'scm_i_scan_for_encod...
2013-04-07 Mark H WeaverDo not scan for coding declarations in open-file.
2013-04-07 Ludovic Courtèsdoc: Link exceptions and escape continuations.
2013-04-07 Ludovic Courtèsdoc: Warn against misuses of `file-name-separator-string'.
2013-04-07 Daniel LlorensDon't use scm_generalized_vector_get_handle() in array...
2013-04-06 Mark H WeaverFix the recommendations for conversion of C string...
2013-04-06 Mark H WeaverFix indentation in test-scm-c-bind-keyword-arguments.c.
2013-04-06 Mark H WeaverImplement 'scm_c_bind_keyword_arguments'.
2013-04-06 Andy WingoNEWS tweaks
2013-04-06 Mark H WeaverBump 'copyright-year' to 2013.
2013-04-06 Ian PriceRemove duplicate definitions of `call/ec' and `let...
2013-04-06 Ludovic CourtèsUpdate `NEWS'.
2013-04-06 Ludovic Courtèsdoc: Document `--language'.
2013-04-06 Ludovic Courtèsdoc: Document file name separator procedures.
2013-04-06 Chris K. Jester... Use a fresh cons for %stream-null.
2013-04-05 Ludovic CourtèsUpdate `NEWS'.
2013-04-05 Daniel LlorensDeprecate scm_array_fill_int()
2013-04-05 Daniel LlorensRemove double indirection in array-fill!
2013-04-05 Daniel LlorensTests for array-copy!
2013-04-05 Ludovic CourtèsAdd `call/ec' and `let/ec'.
2013-04-05 Ludovic Courtèstests: Add `pass-if-equal' support in `c&e'.
2013-04-05 Mark H WeaverUse 'c_strcasecmp' instead of 'strcasecmp'.
2013-04-05 Mark H WeaverImport 'c-strcase' from Gnulib.
2013-04-05 Chris K. Jester... Revert "Add record type printers for srfi-41 and srfi...
2013-04-05 Chris K. Jester... Add record type printers for srfi-41 and srfi-45.
2013-04-05 Mark H WeaverImprove handling of Unicode byte-order marks (BOMs).
2013-04-04 Mark H WeaverPeeks do not consume EOFs.
2013-04-04 Mark H WeaverNicer docstring syntax for case-lambda.
2013-04-04 Mark H WeaverCross reference 'SRFI-9 Records' directly instead of...
2013-04-03 Mark H WeaverPreserve the case of the user-specified port encoding...
2013-04-03 Daniel LlorensRemove double indirection for 1st arg of array-for...
2013-04-03 Ludovic Courtèstests: Add `array-for-each' tests for one-dimensional...
2013-04-03 Ludovic Courtèstests: Use `pass-if-equal' in ramap.test.
2013-04-03 Daniel LlorensRemove double indirection in array-map! with <2 args
2013-04-03 Daniel LlorensAvoid per-element cons for 1-arg case of array-map!
2013-04-03 Daniel LlorensDeprecate dead code in array-map.c
2013-04-03 Mark H WeaverUse 'strcasecmp' to compare encoding names.
2013-04-03 Daniel LlorensRemove double indirection in element access in array...
2013-04-03 Mark H WeaverRemove BOM tests that depend on GNU iconv behavior.
2013-04-02 Mark H WeaverRename 'scm_i_get_byte_or_eof' et al; mark them as...
2013-04-02 Mark H WeaverRemove uses of GC_PTR in 'finalize_iconv_descriptors'.
2013-04-02 Mark H WeaverRewrite get_iconv_codepoint to fix a bug involving...
2013-04-02 Mark H WeaverMove slow path out of 'scm_get_byte_or_eof' et al.
2013-04-02 Mark H WeaverAdd a static version of 'scm_fill_input' to ports.c.
2013-04-01 Mark H WeaverMove the port alist from the hash table to the internal...
2013-04-01 Mark H WeaverOptimize 'get-bytevector-some'; it may now read less...
2013-04-01 Mark H WeaverRefactor port encoding modes: utf-8 and iconv
2013-04-01 Mark H WeaverAdd internal-only port structure and move iconv descrip...
2013-04-01 Mark H WeaverAdd 'scm_gc_typed_calloc' macro.
2013-04-01 Mark H WeaverFix broken texinfo markup in (ice-9 iconv) docs.
2013-04-01 Mark H Weaverscm_string_join: properly sequence operations in ADD_TO...
2013-04-01 Mark H WeaverOptimize 'string-join'.
2013-04-01 Mark H WeaverMake 'string-append' more efficient and robust.
2013-04-01 Mark H WeaverFix typos in 'string-join' docs: 'string-infix' ->...
2013-04-01 Mark H WeaverAvoid unnecessary peeks for EOF in r6rs-ports.
2013-03-31 Mark H WeaverAdd -C command-line option to adjust %load-compiled...
2013-03-29 Ludovic CourtèsAugment `.gitignore'.
2013-03-29 Ludovic Courtèsbuild: Build and check (ice-9 popen) only when --enable...
2013-03-29 Ludovic Courtèsbuild: Remove redundant check for `struct timespec'.
2013-03-29 Mark H Weaverdoc: Use '@defvr' to introduce 'stream-null'.
2013-03-29 Mark H WeaverRevert "doc: Consider `stream-null' as a variable."
2013-03-28 Ludovic Courtèstests: Skip `test-pthread-create-secondary' except...
2013-03-28 Ludovic Courtèsbuild: Require GMP >= 4.2.
2013-03-28 Ludovic Courtèstests: Fix file name canonicalization tests for when...
2013-03-28 Ludovic CourtèsAdd Gnulib commit ID in `NEWS'.
2013-03-28 Ludovic CourtèsAllow compilation with GMP < 5.0.0.
2013-03-28 Ludovic CourtèsFix erroneous `FUNC_NAME' for `scm_array_length'.
2013-03-28 Ludovic Courtèsdoc: Consider `stream-null' as a variable.
2013-03-28 Ian PriceDocument (system repl server)
2013-03-28 Mark H WeaverSRFI-41 stream-null is a Scheme Variable, not a Constant.
2013-03-27 Chris K. Jester... Use BT Templeton's preferred name.
2013-03-27 Mark H WeaverThanks Chris K. Jester-Young.
next