bpt/guile.git
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.
2013-03-27 Mark H WeaverAdd full documentation for SRFI-41.
2013-03-27 Chris K. Jester... Add SRFI-41.
2013-03-27 Ludovic CourtèsUpdate `NEWS'.
2013-03-27 Ludovic Courtèsfutures: Limit the number of nested futures on the...
2013-03-27 Ludovic CourtèsDocument `and=>'.
2013-03-27 Daniel Hartwigweb http: parse numeric time zones in headers
2013-03-27 Ludovic Courtèsdoc: Use a preferred naming convention in SRFI-9 examples.
2013-03-27 Mark H WeaverManual: xref SRFI-45 from core Delayed Evaluation section.
2013-03-27 Mark H WeaverSRFI-45: add promise? predicate.
2013-03-27 Mark H WeaverRevert "SRFI-45: Support multiple values; add promise...
2013-03-25 Ludovic CourtèsSRFI-37: Fix infinite loop when processing short option...
2013-03-25 Ludovic Courtèsgetaddrinfo: Document the missing errno value for EAI_S...
2013-03-25 Ludovic Courtèsbuild: Use portable sed constructs.
2013-03-25 Ludovic Courtèssendfile: Make sure we have a Linux-style `sendfile'.
2013-03-25 Ludovic Courtèssendfile: Check return value of `lseek'.
2013-03-25 Ludovic CourtèsSkip relevant `sendfile' tests when thread support...
2013-03-22 Ludovic Courtèstests: Add more `maybe-gc-flakiness'.
2013-03-22 Ludovic CourtèsAdd bindings for `sendfile'.
2013-03-22 Ludovic Courtèstexinfo plain-text: Use `match' for `stexi->plain-text'.
2013-03-22 Ludovic Courtèstexinfo: Add whitespace after periods.
2013-03-21 Ludovic Courtèsbuild: Adjust makefiles for `guile-procedures.txt'.
2013-03-21 Ludovic CourtèsBuild `guile-procedures.txt' using (texinfo) instead...
2013-03-21 Ludovic Courtèstexinfo plain-text: Properly render @dots{}.
2013-03-21 Ludovic Courtèstest suite: Fix typo in `texinfo.test'.
2013-03-21 Ludovic Courtèstexinfo: Recognize `@:'.
2013-03-21 Ludovic Courtèstexinfo: Allow markup in the arguments of `@pxref'.
2013-03-21 Ludovic Courtèstest suite: Use `pass-if-equal' in texinfo.test.
2013-03-21 Mike GranDocument quit and exit
2013-03-21 Mark H WeaverAdd missing 'cond-expand' feature identifiers; remove...
2013-03-21 Mark H WeaverMention the non-conformance of the core SRFI-6 procedur...
2013-03-20 Mark H WeaverImprove sqrt handling of large integers and large and...
2013-03-20 Mark H WeaverOptimize inum case of exact-integer-sqrt.
2013-03-20 Mark H WeaverSqrt returns exact results when possible.
2013-03-20 Mark H WeaverOptimize scm_i_divide2double for integers less than...
2013-03-19 Mark H WeaverSRFI-45: Support multiple values; add promise? predicate.
2013-03-19 Mark H WeaverUse scientific notation only if there are enough traili...
2013-03-18 Ludovic CourtèsAvoid rebuild of `guile.info' at the user's site.
2013-03-18 Ludovic CourtèsUse byte-oriented functions in `get-bytevector*'.
2013-03-18 Ludovic CourtèsDefine the new Linux-specific `SO_REUSEPORT'.
2013-03-17 Mark H WeaverReimplement idbl2str number printer.
2013-03-17 Mark H WeaverImprove inexact division of exact integers.
2013-03-16 Daniel Hartwighttp: support IP-literal (IPv6 address) in Host header
2013-03-16 Daniel Hartwigadd tests for read-request-line, etc.
2013-03-16 Daniel Hartwigminor tweaks to web documentation
2013-03-15 Andy Wingomore NEWS
2013-03-15 Andy Wingoincremental NEWS work
2013-03-15 Andy Wingofix doc build
2013-03-13 Andy Wingovery beginnings of NEWS
2013-03-13 Andy Wingoallow for spurious wakeups from pthread_cond_wait
2013-03-13 Andy Wingofailing to load module in psyntax indicates an identifi...
2013-03-12 Mark H WeaverReimplement 'inexact->exact' to avoid mpq functions.
2013-03-12 Mark H WeaverOptimize logarithms using scm_i_big2dbl_2exp
2013-03-12 Mark H WeaverSimplify and improve scm_i_big2dbl, and add scm_i_big2d...
2013-03-12 Mark H WeaverAdd 'round-ash', a rounding arithmetic shift operator
2013-03-12 Mark H WeaverOptimize and simplify fractions code.
next