bpt/guile.git
2013-01-15 Andy WingoPort encodings cannot be NULL
2013-01-15 Andy WingoAll r6rs ports are both textual and binary
2013-01-15 Andy WingoPort encodings are case-insensitive, but normalized...
2013-01-15 Andy Wingoadd scm_from_port_string and friends
2013-01-15 Andy WingoUTF-8 string ports in ecmascript test
2013-01-15 Andy Wingofix bug where scm_from_utf8_stringn would not detect...
2013-01-15 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2013-01-11 Andy WingoDocstrings in (ice-9 iconv)
2013-01-11 Andy WingoChange iconv procedures to take optional instead of...
2013-01-11 Andy WingoAdd http-post, http-put, et cetera
2013-01-11 Andy Wingoread-response-body always returns bytevector or #f
2013-01-11 Andy Wingoremove (web http) TODO list
2013-01-11 Andy Wingo(web server) uses (ice-9 iconv)
2013-01-11 Andy Wingoadd bytevector->string and string->bytevector in new...
2013-01-10 Andy Wingofix ice-9/slib
2013-01-10 Andy Wingodeprecate SCM_CHAR_CODE_LIMIT and char-code-limit
2013-01-08 Andy Wingoslight open-pipe* / open-process refactor
2013-01-07 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-01-07 Andy Wingohttp-get: don't shutdown write end of socket
2013-01-07 Andy WingoFix partial commit of documentation update
2013-01-07 Andy WingoMore procedure-arguments-alist documentation and a...
2013-01-07 Cedric Cellierdocument program-arguments-alist and program-lambda...
2013-01-07 Andy Wingominor cleanup in values.c
2012-12-19 Ludovic Courtèstests: Remove leftover `pk'.
2012-12-19 Ludovic CourtèsChange `system*' to not leave dangling processes behind.
2012-12-16 Ludovic Courtèsweb: Correctly detect "No route to host" conditions.
2012-12-10 Ludovic Courtèsbuild: Require Automake 1.11.2 or later.
2012-12-10 Daniel Hartwigrepl: add repl-option for customized print
2012-12-10 Ludovic Courtèstest-suite: Skip `EACCES' test of `file-system-fold...
2012-12-10 Ludovic CourtèsVerify the value of `SHUT_RD' and related constants.
2012-12-10 Ludovic Courtèsdoc: Update `release.org'.
2012-12-07 Mark H WeaverThanks Jozef Chraplewski.
2012-12-07 Mark H WeaverAvoid signed integer overflow in scm_product
2012-11-30 Daniel Hartwigdoc: remove more references to hash-tables-as-vectors
2012-11-30 Ludovic Courtèsdoc: Update `release.org'.
2012-11-29 Ludovic CourtèsNEWS: Add "R6RS SRFI support" text.
2012-11-29 Ludovic CourtèsBump version number for 2.0.7.
2012-11-29 Mark H WeaverNEWS: Add entry for new GUILE_LOAD_PATH (et al) ellipsi...
2012-11-29 Mark H WeaverNEWS: Mention par-for-each, alongside par-map, being...
2012-11-29 Mark H WeaverMinor fixes in NEWS
2012-11-29 Ludovic CourtèsUpdate `NEWS'.
2012-11-29 Ludovic Courtèsfutures: Remove circular dependency with (ice-9 threads).
2012-11-29 Ludovic Courtèsdoc: Document nested futures.
2012-11-29 Ludovic Courtèsdoc: Remove example use of vectors as hash tables.
2012-11-29 Mark H WeaverAdd parse-path-with-ellipsis, and use it for GUILE_LOAD...
2012-11-28 Ludovic CourtèsRemove definition of the `SHARED_LIBRARY_PATH_VARIABLE...
2012-11-28 Ludovic Courtèsweb: Add `http-get*'.
2012-11-28 Ludovic Courtèsweb: Add `response-body-port'.
2012-11-28 Ludovic Courtèsweb: Export `text-content-type?'.
2012-11-28 Ludovic Courtèstests: Use `pass-if-equal' in `web-response.test'.
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-15 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2012-11-12 Andreas RottmannAdd missing R6RS `open-file-input/output-port' procedure
2012-11-12 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2012-11-11 Ludovic Courtèsdoc: Update argument order of SRFI-9 `set-field'.
2012-11-11 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
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 WeaverMerge remote-tracking branch 'origin/stable-2.0'
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 WeaverMerge remote-tracking branch 'origin/stable-2.0'
2012-11-09 Mark H WeaverFix record constructor in getopt-long.
2012-11-09 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2012-11-09 Mark H WeaverImplement functional record setters.
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'.
next