summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* lexical function binding for elispwip-bpt-elispBrian Templeton2010-08-164-19/+45
* use unbound fluids instead of `void' sentinel valueBrian Templeton2010-08-156-126/+83
* variable-unset!Brian Templeton2010-08-152-0/+13
* unbound fluidsBrian Templeton2010-08-155-13/+90
* function's argument can be a symbolBrian Templeton2010-08-151-1/+3
* allow `(setcar nil nil)' and `(setcdr nil nil)'Brian Templeton2010-08-151-2/+6
* support "#'" syntax for function expressionsBrian Templeton2010-08-152-3/+10
* autoload compile-file in (guile-user)Brian Templeton2010-08-131-1/+1
* make guile-test work without configurationBrian Templeton2010-08-131-5/+8
* add .dir-locals for elispBrian Templeton2010-08-131-0/+3
* setq can take any number of argumentsBrian Templeton2010-08-131-29/+16
* use correct names for quasiquotation operatorsBrian Templeton2010-08-135-19/+19
* store special operators in the function slotBrian Templeton2010-08-134-233/+332
* update elisp reader tests to handle EOF tokensBrian Templeton2010-08-131-6/+6
* make user-defined macros available at runtimeBrian Templeton2010-08-131-20/+28
* allow fluid macro bindingsBrian Templeton2010-08-131-2/+4
* new `load' subrBrian Templeton2010-08-132-1/+7
* Ignore #:warnings compiler optionBrian Templeton2010-08-131-0/+2
* handle EOF correctly in parser and lexerBrian Templeton2010-08-132-5/+10
* add new elisp files to module/Makefile.amBrian Templeton2010-08-131-1/+2
* make `pass-if-equal' literal in `compile-test'Brian Templeton2010-08-131-1/+1
* store macro definitions in the function slotBrian Templeton2010-08-135-352/+451
* use existing bindings record for defmacroBrian Templeton2010-08-131-2/+1
* use tree-il's support for optional argumentsBrian Templeton2010-08-131-189/+101
* reindentBrian Templeton2010-08-138-808/+1030
* reformat commentsBrian Templeton2010-08-138-450/+478
* whitespace changesBrian Templeton2010-08-138-115/+71
* Explicit definitions for `memp' and `assp' in `(rnrs list)'; the predicateJulian Graham2010-08-083-2/+35
* Explicit definitions for `vector-for-each' and `vector-map'; Guile's SRFI-1Julian Graham2010-08-083-2/+39
* further rnrs incompat noteAndy Wingo2010-08-081-0/+4
* loose ends from "discouraged" removalAndy Wingo2010-08-086-56/+37
* remove "discouraged" infrastructureAndy Wingo2010-08-0813-123/+77
* deprecated all discouraged functionsAndy Wingo2010-08-088-434/+458
* more r6rs incompatAndy Wingo2010-08-081-0/+6
* add section on toplevel expansion to r6rs incompatibilitiesAndy Wingo2010-08-081-0/+44
* more NEWS updatesAndy Wingo2010-08-061-8/+4
* fix stack narrowing for tail-call to throwAndy Wingo2010-08-061-1/+5
* ,x unbound does not quit replAndy Wingo2010-08-061-3/+13
* update NEWS for 1.9.12 (mostly)Andy Wingo2010-08-061-6/+336
* add docs for extensiondir; misc other fixesAndy Wingo2010-08-062-35/+29
* remove type discusison from dynamic-pointer docstringAndy Wingo2010-08-062-10/+0
* s/extensionsdir/extensiondir/Andy Wingo2010-08-062-2/+2
* %site-dir is specific to the effective versionAndy Wingo2010-08-063-5/+21
* only one Value History sectionAndy Wingo2010-08-063-36/+3
* add settable identifier syntax docsAndy Wingo2010-08-061-4/+62
* letrec* in docs, and some r6rs fixesAndy Wingo2010-08-065-70/+92
* fold 1.9.11 news into main bodyAndy Wingo2010-08-051-251/+132
* fix vector-move-right! and vector-move-left!Andy Wingo2010-08-042-3/+88
* Compiling DOT_X_FILES requires version.hYan Li2010-08-041-1/+1
* Fix the range of `random' on 64-bit platformsAndreas Rottmann2010-08-012-15/+28