summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improvements to Introduction chapterwip-manual-2Neil Jerram2010-04-111-29/+64
* Merge branch 'master' into wip-manual-2Neil Jerram2010-04-10587-26944/+53242
|\
| * elisp.test cleanupsAndy Wingo2010-04-091-40/+40
| * re-enable elisp testAndy Wingo2010-04-091-306/+294
| * change remaining %nil -> #nilAndy Wingo2010-04-096-19/+21
| * elisp fixes for nil, and, orAndy Wingo2010-04-092-24/+28
| * remove libguile/lang.h, deprecate %nil (in favor of #nil)Andy Wingo2010-04-0927-133/+20
| * %nil -> #nilAndy Wingo2010-04-093-5/+5
| * add read syntax for #nilAndy Wingo2010-04-092-1/+17
| * lisp nil always enabledAndy Wingo2010-04-0910-66/+8
| * add debugging input and output portsAndy Wingo2010-04-091-11/+39
| * repl-reader only prompts if no input is availableAndy Wingo2010-04-091-1/+2
| * Raise an error when attempting to modify the value of `%null-pointer'.Ludovic Courtès2010-04-094-1/+78
| * Allocate foreign pointer objects in GC-scanned memory.Ludovic Courtès2010-04-091-5/+1
| * Avoid obsolescent C declarator with empty parentheses.Ludovic Courtès2010-04-091-2/+2
| * Fix `module-reverse-lookup'.Ludovic Courtès2010-04-092-14/+25
| * Remove `fold' from (sxml fold).Ludovic Courtès2010-04-092-12/+4
| * fix curried definitions for value definesAndy Wingo2010-04-082-3/+45
| * sync regs before calling scm_class_ofAndy Wingo2010-04-081-1/+4
| * add (ice-9 curried definitions)Andy Wingo2010-04-084-0/+85
| * fix bug when importing bindings that were already imported and usedAndy Wingo2010-04-081-1/+2
| * update licenses on tests imported from guile-libAndy Wingo2010-04-078-161/+142
| * add docs and tests for array->listAndy Wingo2010-04-072-2/+19
| * update NEWS for 1.9.10Andy Wingo2010-04-071-0/+77
| * very important fix to (system repl command)Andy Wingo2010-04-071-1/+1
| * deprecated sc-expand in deprecated (ice-9 syncase)Andy Wingo2010-04-071-1/+4
| * Update NEWS to reflect the current stateAndy Wingo2010-04-071-13/+1
| * remove transient 1.9.9 entries from the NEWSAndy Wingo2010-04-061-80/+6
| * finish ffi docsAndy Wingo2010-04-062-75/+222
| * more ffi docsAndy Wingo2010-04-062-54/+253
| * copyright datesMichael Gran2010-04-032-8/+8
| * Remove obsolete docs for multi-byte textMichael Gran2010-04-022-1133/+0
| * Update standard character sets to Unicode 5.2Michael Gran2010-04-021-217/+705
| * Unicode data parsing script incorrect for char-set:asciiMichael Gran2010-04-022-5/+10
| * deprecate dynamic-args-call, and update docs some moreAndy Wingo2010-04-025-69/+67
| * add api-foreign.texiAndy Wingo2010-04-024-645/+679
| * fix vector-ref and vector-set opcodes for weak vectorsAndy Wingo2010-04-012-2/+3
| * more fixes to equal? for arraysAndy Wingo2010-04-018-123/+79
| * fix array bugs in ecmascriptAndy Wingo2010-03-311-4/+4
| * fix bug in ash opcodeAndy Wingo2010-03-312-4/+21
| * rename unif.test to arrays.testAndy Wingo2010-03-313-579/+559
| * Move another GOOPS-less test at the beginning.Ludovic Courtès2010-03-312-5/+5
| * Add separate test file for GOOPS-less tests.Ludovic Courtès2010-03-313-12/+48
| * Adapt ECMAScript parser and lexer to `(system base lalr)'.Ludovic Courtès2010-03-314-2017/+297
| * Add rudimentary ECMAScript tests.Ludovic Courtès2010-03-312-0/+75
| * Mention `(system base lalr)' in the manual.Ludovic Courtès2010-03-313-0/+39
| * Add Boucher's `lalr-scm' as the `(system base lalr)' module.Ludovic Courtès2010-03-3129-1/+3759
| * fix equal? between an array and a non-arrayAndy Wingo2010-03-313-7/+39
| * Revert "fix equal? between an array and a non-array"Andy Wingo2010-03-303-25/+1
| * fix equal? between an array and a non-arrayAndy Wingo2010-03-303-1/+25