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