bpt/guile.git
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.
2013-03-11 Mike GranAdd standalone test for smob marking
2013-03-10 Jason Earlrely on gnulib for `poll'
2013-03-10 Jason Earlimport `poll' from gnulib
2013-03-10 Andy Wingoguile.m4 allows selection of guile 2.0, 1.8, etc.
2013-03-10 Jason Earladd %site-ccache-dir
2013-03-10 Jason Earlexcise use of "iff" in the manual
2013-03-10 Jason Earlfix AC_CHECK_DECLS for `alarm'
2013-03-10 Jason Earluse chmod portably in (system base compile)
2013-03-10 Jason Earlfix response-body-port for responses without content...
2013-03-09 Andy Wingoprovide getlogin declaration if needed.
2013-03-09 Andy Wingofix mingw issues with posix.c
2013-03-09 Andy Wingoadd getlogin from gnulib
2013-03-09 Andy Wingodon't provide scm_std_select on mingw and similar platforms
2013-03-09 Andy Wingosimplify posix.c
2013-03-09 Andy Wingosimplify readline.c
2013-03-09 Andy Wingosimplify stime back-compat shims for tzname
2013-03-09 Andy Wingomingw include order for socket.c
2013-03-09 Andy Wingofix include-order problem in net_db.c for mingw
2013-03-09 Andy Wingosilence mingw32 warning in i18n.c
2013-03-09 Andy Wingofports uses gnulib's select
next