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