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