summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* squirrely smob marking refactorwip-retaggingAndy Wingo2013-01-151-5/+5
* remove scm_is_pair gcc hackAndy Wingo2013-01-151-21/+0
* redo the SCM tagging strategyAndy Wingo2013-01-1517-299/+222
* add SCM_HEAP_OBJECT_BASEAndy Wingo2013-01-1514-36/+54
* ASCII is not ISO-8859-1Andy Wingo2013-01-151-3/+1
* fix string->bytevector for utf-8 and non-error conversion strategiesAndy Wingo2013-01-151-3/+6
* string->utf8 implementation uses scm_from_utf8_stringnAndy Wingo2013-01-151-2/+1
* scm_from_stringn and scm_to_stringn encoding args are never NULLAndy Wingo2013-01-151-2/+2
* Port encodings cannot be NULLAndy Wingo2013-01-153-11/+8
* All r6rs ports are both textual and binaryAndy Wingo2013-01-152-19/+14
* Port encodings are case-insensitive, but normalized to upper-case.Andy Wingo2013-01-153-51/+95
* add scm_from_port_string and friendsAndy Wingo2013-01-156-23/+68
* UTF-8 string ports in ecmascript testAndy Wingo2013-01-151-3/+5
* fix bug where scm_from_utf8_stringn would not detect bad utf-8Andy Wingo2013-01-154-8/+13
* Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2013-01-1521-205/+1277
|\
| * Docstrings in (ice-9 iconv)Andy Wingo2013-01-111-0/+7
| * Change iconv procedures to take optional instead of keyword argAndy Wingo2013-01-113-15/+29
| * Add http-post, http-put, et ceteraAndy Wingo2013-01-113-73/+895
| * read-response-body always returns bytevector or #fAndy Wingo2013-01-111-2/+8
| * remove (web http) TODO listAndy Wingo2013-01-111-7/+0
| * (web server) uses (ice-9 iconv)Andy Wingo2013-01-111-37/+3
| * add bytevector->string and string->bytevector in new (ice-9 iconv) moduleAndy Wingo2013-01-115-6/+277
| * fix ice-9/slibAndy Wingo2013-01-101-23/+14
| * deprecate SCM_CHAR_CODE_LIMIT and char-code-limitAndy Wingo2013-01-106-24/+29
| * slight open-pipe* / open-process refactorAndy Wingo2013-01-082-27/+16
| * http-get: don't shutdown write end of socketAndy Wingo2013-01-072-5/+13
| * Fix partial commit of documentation updateAndy Wingo2013-01-071-9/+13
* | Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2013-01-0789-1438/+2769
|\ \ | |/
| * More procedure-arguments-alist documentation and a bugfixAndy Wingo2013-01-073-6/+24
| * document program-arguments-alist and program-lambda-listCedric Cellier2013-01-072-0/+11
| * minor cleanup in values.cAndy Wingo2013-01-071-2/+2
| * tests: Remove leftover `pk'.Ludovic Courtès2012-12-191-1/+1
| * Change `system*' to not leave dangling processes behind.Ludovic Courtès2012-12-192-8/+29
| * web: Correctly detect "No route to host" conditions.Ludovic Courtès2012-12-171-11/+14
| * build: Require Automake 1.11.2 or later.Ludovic Courtès2012-12-101-2/+2
| * repl: add repl-option for customized printDaniel Hartwig2012-12-102-6/+19
| * test-suite: Skip `EACCES' test of `file-system-fold' when run as root.Ludovic Courtès2012-12-101-12/+16
| * Verify the value of `SHUT_RD' and related constants.Ludovic Courtès2012-12-101-1/+7
| * doc: Update `release.org'.Ludovic Courtès2012-12-101-2/+2
| * Thanks Jozef Chraplewski.Mark H Weaver2012-12-071-0/+1
| * Avoid signed integer overflow in scm_productMark H Weaver2012-12-072-4/+20
| * doc: remove more references to hash-tables-as-vectorsDaniel Hartwig2012-11-301-19/+6
| * doc: Update `release.org'.Ludovic Courtès2012-11-301-6/+13
| * NEWS: Add "R6RS SRFI support" text.v2.0.7Ludovic Courtès2012-11-301-3/+5
| * Bump version number for 2.0.7.Ludovic Courtès2012-11-301-3/+3
| * NEWS: Add entry for new GUILE_LOAD_PATH (et al) ellipsis handling.Mark H Weaver2012-11-291-0/+9
| * NEWS: Mention par-for-each, alongside par-map, being fixed to use all coresMark H Weaver2012-11-291-1/+2
| * Minor fixes in NEWSMark H Weaver2012-11-291-7/+7
| * Update `NEWS'.Ludovic Courtès2012-11-291-0/+176
| * futures: Remove circular dependency with (ice-9 threads).Ludovic Courtès2012-11-291-1/+0