summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Miscellaneous testing fileswip-utf16-debuggingNeil Jerram2010-03-163-0/+15
* Debugging by instrumentation instead of by builtin hooksNeil Jerram2010-03-161-0/+93
* Handle exceptions when calling frame-bindings and frame-environmentNeil Jerram2010-02-171-2/+6
* Don't pass top two frames to EmacsNeil Jerram2010-02-171-3/+3
* UTF-16 / debugging work in progressNeil Jerram2010-01-2410-33/+183
* R6RS string escapes broken on string outputMichael Gran2010-01-232-13/+102
* Revert "Install `standard-library.info'."Ludovic Courtès2010-01-231-2/+1
* Add `struct-ref' and `struct-set' VM opcodes.Ludovic Courtès2010-01-233-3/+79
* Slightly improve comments and style in `struct.c'.Ludovic Courtès2010-01-231-14/+14
* Clarify GC-registered displacements for structs.Ludovic Courtès2010-01-231-3/+4
* Optimize struct initialization and accessors for the common case.Ludovic Courtès2010-01-233-151/+263
* Install `standard-library.info'.Ludovic Courtès2010-01-221-1/+2
* Fix `uniform-vector-read!' and `uniform-vector-write'.Ludovic Courtès2010-01-202-24/+47
* Bump version number for 1.9.7.release_1-9-7Ludovic Courtès2010-01-191-1/+1
* Update `NEWS'.Ludovic Courtès2010-01-191-1/+33
* Document `guile-tools compile'.Ludovic Courtès2010-01-191-3/+45
* Reinstate `scm_is_bool ()' as a function.Ludovic Courtès2010-01-192-2/+16
* Make `sockets.test' more robust.Ludovic Courtès2010-01-191-3/+9
* Document modal encodings problem in ref docMichael Gran2010-01-191-0/+6
* Fix use of utimensat(2).Ludovic Courtès2010-01-192-6/+25
* Move string internals description in ref docMichael Gran2010-01-181-66/+66
* String ref doc updates for case and conversionMichael Gran2010-01-171-21/+46
* Document string-bytes-per-char and %string-dumpMichael Gran2010-01-171-0/+66
* object->assembly shouldn't presume existence of %nilMichael Gran2010-01-171-1/+1
* reader options macros incorrect when SCM_ENABLE_ELISP undefinedMichael Gran2010-01-171-3/+6
* fix doc snarfing with fedora 12Andy Wingo2010-01-171-0/+11
* nanosecond timestamp support in stat and utimeAndy Wingo2010-01-177-23/+120
* fix (class-of #u32())Andy Wingo2010-01-151-0/+11
* add reader option for parsing [] as ().Andy Wingo2010-01-152-3/+11
* fix call counting in statprof, enhance repl supportAndy Wingo2010-01-142-49/+67
* vm.c uses scm_c_take_bytevector instead of scm_take_u8vectorAndy Wingo2010-01-141-2/+2
* 1.8 compat in ice-9 syncaseAndy Wingo2010-01-141-2/+5
* vm-trace prints return valuesAndy Wingo2010-01-141-15/+32
* RETURN_HOOK communicates the number of returned valuesAndy Wingo2010-01-132-3/+15
* vm-trace only traces execution of its thunkAndy Wingo2010-01-132-69/+77
* remove unused var in read.cAndy Wingo2010-01-131-2/+1
* Use `mkstemp' instead of `mktemp'.Thien-Thi Nguyen2010-01-131-1/+3
* Update configure script hints wrt precious env vars.Thien-Thi Nguyen2010-01-131-9/+12
* Document R6RS hex escapesMichael Gran2010-01-132-2/+32
* Disable \u and \U escapes when r6rs-hex-escapes enabledMichael Gran2010-01-131-4/+10
* Move r6rs-hex-escape tests into reader.testMichael Gran2010-01-123-142/+117
* Reader option for R6RS hex escapesMichael Gran2010-01-125-68/+274
* fix texinfo reflection for proceduresAndy Wingo2010-01-124-86/+111
* allow simple value definitions with define*-publicAndy Wingo2010-01-121-4/+7
* hopefully fix shared c32 / c64 uniform arraysAndy Wingo2010-01-121-17/+17
* make-array bugfixAndy Wingo2010-01-121-1/+2
* inspector integration in debuggerAndy Wingo2010-01-121-1/+12
* fix srfi-4 shared vector access from cAndy Wingo2010-01-121-2/+2
* programs print as #<procedure ...>Andy Wingo2010-01-122-33/+37
* add a silly inspectorAndy Wingo2010-01-122-9/+204