summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version number for 1.9.8.release_1-9-8Ludovic Courtès2010-02-171-1/+1
* Update to Gnulib v0.0-3448-g6078aa4 for its <netdb.h> fix.Ludovic Courtès2010-02-174-29/+49
* slight NEWS tweaksAndy Wingo2010-02-171-4/+6
* getaddrinfo: Define macros lacking in NetBSD 5.0.Ludovic Courtès2010-02-171-0/+11
* Update `NEWS'.Ludovic Courtès2010-02-171-25/+57
* Mention libffi dependency in `README'.Ludovic Courtès2010-02-171-0/+7
* Include <libguile/__scm.h> in "foreign.h".Ludovic Courtès2010-02-171-4/+4
* Remove misplaced tabs from the manual.Ludovic Courtès2010-02-172-2/+3
* a start at NEWSAndy Wingo2010-02-161-0/+51
* delete the tutorialAndy Wingo2010-02-166-1473/+2
* fix a bug in the tutorialAndy Wingo2010-02-162-1/+3
* `load' doesn't cause the compiler to be loaded in some casesAndy Wingo2010-02-162-7/+26
* Add missing $(LTLIBINTL), suggested by Gnulib.Ludovic Courtès2010-02-161-1/+1
* i18n: Define `nl_item' when it's not available (needed for Cygwin).Ludovic Courtès2010-02-162-2/+21
* Skip "wrong service name" `getaddrinfo' test on Darwin 9.2.Ludovic Courtès2010-02-161-1/+9
* Faster read of semicolon commentsMichael Gran2010-02-151-1/+1
* Fix builds of `i18n.c' on non-GNU systems.Ludovic Courtès2010-02-151-7/+13
* Add `getaddrinfo' test.Ludovic Courtès2010-02-151-0/+11
* Use `#f' for `addrinfo:canonname' when it wasn't supplied by getaddrinfo(3).Ludovic Courtès2010-02-151-2/+5
* Fix `getaddrinfo' tests.Ludovic Courtès2010-02-151-2/+4
* Make the `getaddrinfo' "no name" test more robust.Ludovic Courtès2010-02-151-1/+4
* Add missing Gnulib files; update `.gitignore'.Ludovic Courtès2010-02-145-0/+776
* Add `getaddrinfo' and related procedures.Ludovic Courtès2010-02-146-5/+539
* Use Gnulib's `getaddrinfo' module.Ludovic Courtès2010-02-14214-1225/+2134
* Document trailing whitespace policy.Thien-Thi Nguyen2010-02-131-1/+4
* Document the maximum number of arguments for a subr.Ludovic Courtès2010-02-131-1/+1
* Reinstate `scm_protects', for backward compatibility.Ludovic Courtès2010-02-132-7/+11
* Fix documentation of the `string->utf' and `utf->string' functions.Ludovic Courtès2010-02-101-10/+14
* Use the R6RS I/O API in `write-bytecode'.Ludovic Courtès2010-02-101-36/+13
* Change `write-bytecode' to accept a bytevector.Ludovic Courtès2010-02-102-38/+41
* vlist: Slightly improve readability and consistency.Ludovic Courtès2010-02-101-38/+35
* continuations return multiple values on the stackAndy Wingo2010-02-086-107/+142
* scm_i_make_continuation takes vm and vm_cont args explicitlyAndy Wingo2010-02-086-22/+20
* make scm_make_continuation internalAndy Wingo2010-02-086-20/+9
* eval.c uses scm_i_call_with_current_continuationAndy Wingo2010-02-083-19/+42
* continuations are vm proceduresAndy Wingo2010-02-086-67/+177
* push a prompt handler value even in the inline-handler caseAndy Wingo2010-02-081-2/+2
* connect a few more wires to promptensteinAndy Wingo2010-02-085-13/+67
* Optimize reader by preferring stack-allocated buffersMichael Gran2010-02-021-70/+178
* Use vhashes in `unused-variable-analysis'.Ludovic Courtès2010-02-031-27/+24
* Use vhashes in `arity-analysis'.Ludovic Courtès2010-02-031-39/+40
* Use vhashes in `unbound-variable-analysis'.Ludovic Courtès2010-02-031-14/+14
* Use vhashes in `unused-toplevel-analysis'.Ludovic Courtès2010-02-031-45/+62
* Add `(ice-9 vlist)'.Ludovic Courtès2010-02-037-2/+1183
* Inline SRFI-9 constructors too.Ludovic Courtès2010-02-014-7/+21
* SRFI-9: Fix `define-inlinable'.Ludovic Courtès2010-02-011-0/+1
* add (ice-9 control)Andy Wingo2010-01-313-3/+79
* add @control and @prompt stub primitivesAndy Wingo2010-01-314-0/+104
* GLIL and assembly support for prompt compilationAndy Wingo2010-01-314-3/+15
* tree-il -> glil compilation of prompt, dynamic-wind, controlAndy Wingo2010-01-311-1/+173