summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Special-case UTF-8 ports to bypass `iconv' entirely.Ludovic Courtès2011-05-063-60/+284
| * Fix `foreign.test' for big endian machines.Ludovic Courtès2011-05-061-10/+18
* | bytevectors have internal parent fieldAndy Wingo2011-05-078-25/+45
* | Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2011-05-0615-15398/+15106
|\ \ | |/
| * avoid tls gets when handling interrupts in the vmAndy Wingo2011-05-064-8/+8
| * map and for-each in schemeAndy Wingo2011-05-057-425/+310
| * psyntax simplificationAndy Wingo2011-05-052-14932/+14708
| * scm_mem[qv] optimizationAndy Wingo2011-05-051-8/+51
| * Generate `escape' and `substitute' port decoding tests.Ludovic Courtès2011-05-051-25/+29
* | Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2011-05-0541-705/+1177
|\ \ | |/
| * VM tweaksAndy Wingo2011-05-055-48/+68
| * srfi-1 `member' in scheme, inlines to memq / memv in some casesAndy Wingo2011-05-053-62/+53
| * speed up compile-bytecodeAndy Wingo2011-05-052-110/+141
| * silly "optimization" in (language assembly)Andy Wingo2011-05-051-5/+5
| * add gcprofAndy Wingo2011-05-051-2/+83
| * minor statprof tweaksAndy Wingo2011-05-051-4/+4
| * Automatically generate `peek-char' decoding error tests.Ludovic Courtès2011-05-041-68/+66
| * measure time spent in gcAndy Wingo2011-05-041-1/+36
| * scm_c_get_internal_run_time is more preciseAndy Wingo2011-05-042-104/+168
| * build support for detecting clock_gettime, with -lrt if neededAndy Wingo2011-05-045-2/+38
| * Fix call-with-input-file & relatives for multiple valuesDaniel Llorens2011-05-021-27/+25
| * deprecate scm_struct_tableAndy Wingo2011-05-016-60/+79
| * disallow get-handle / create-handle! of weak hash tablesAndy Wingo2011-05-011-0/+29
| * (ice-9 poe) does not get handles from weak hash tablesAndy Wingo2011-05-011-21/+15
| * boot-9 fixme noteAndy Wingo2011-05-011-0/+2
| * fix scm_object_property_set_x for handles and weak tablesAndy Wingo2011-05-011-12/+6
| * deprecated primitive-properties don't get handles from weak hash tablesAndy Wingo2011-05-011-19/+16
| * deprecate scm_whash APIAndy Wingo2011-05-015-82/+132
| * fix hash-set! in weak-value table from non-immediate to immediateAndy Wingo2011-05-011-7/+42
| * psyntax simplificationAndy Wingo2011-04-291-1/+2
| * MV truncation in the boot evaluatorAndy Wingo2011-04-291-27/+58
| * latin1 strings in vm error messagesAndy Wingo2011-04-291-17/+17
| * check for iconveh values at configure-timeAndy Wingo2011-04-284-12/+76
| * -x error message fixAndy Wingo2011-04-281-1/+1
| * fix double-loading of script in -ds caseAndy Wingo2011-04-281-12/+14
| * fix break exampleAndy Wingo2011-04-281-1/+1
* | Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2011-04-28117-2482/+3455
|\ \ | |/
| * allow while as an expressionAndy Wingo2011-04-283-17/+36
| * add reset and shiftAndy Wingo2011-04-282-2/+66
| * Fix typo in `NEWS'.v2.0.1Ludovic Courtès2011-04-271-1/+1
| * Bump version number for 2.0.1.Ludovic Courtès2011-04-271-3/+3
| * Update `NEWS'.Ludovic Courtès2011-04-271-3/+7
| * Keep a 2.0.0-compatible `define-inlinable' macro in (srfi srfi-9).Ludovic Courtès2011-04-271-0/+31
| * Document `(ice-9 binary-ports)'.Ludovic Courtès2011-04-272-0/+5
| * Add tests for UTF-8 ill-formed sequence handling.Ludovic Courtès2011-04-271-0/+27
| * Gracefully handle unterminated UTF-8 sequences instead of hitting an `assert'.Ludovic Courtès2011-04-272-5/+23
| * Add a couple more Unicode I/O tests.Ludovic Courtès2011-04-271-1/+11
| * Rewrite port decoding error tests using a mini DSL.Ludovic Courtès2011-04-271-74/+77
| * Gracefully handle `setlocale' errors at the REPL.Ludovic Courtès2011-04-271-1/+8
| * Remove the `sizeof (mpz_t)' check.Ludovic Courtès2011-04-261-3/+0