summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* peg: hygiene in cg-rangeNoah Lavine2011-09-051-8/+8
* peg: hygiene in cg-peg-anyNoah Lavine2011-09-051-4/+4
* peg: more hygiene in cg-stringNoah Lavine2011-09-051-6/+42
* peg: lower datum->syntax in cg-range caseNoah Lavine2011-09-051-11/+13
* peg: lower datum->syntax in cg-peg-any caseNoah Lavine2011-09-051-7/+8
* peg: lower datum->syntax in cg-string caseNoah Lavine2011-09-051-5/+6
* peg: peg-sexp-compile datum->syntax refactorNoah Lavine2011-09-051-27/+37
* peg: compilers return syntax instead of s-expressionsNoah Lavine2011-09-051-11/+15
* peg: beginnings of hygieneNoah Lavine2011-09-051-56/+60
* peg: more syntax-for-non-cache-case cleanupsNoah Lavine2011-09-051-7/+4
* peg: clean up syntax-for-non-cache-caseNoah Lavine2011-09-051-21/+16
* peg: use quasisyntax instead of safe-bindNoah Lavine2011-09-051-22/+28
* peg: define-nonterm returns syntax instead of s-expressionNoah Lavine2011-09-051-6/+6
* peg: split define-nonterm into two functions for better readability.Noah Lavine2011-09-051-27/+29
* peg: add copyright headerAndy Wingo2011-09-051-0/+19
* add PEG parser generatorMichael Lucy2011-09-058-0/+1895
* deprecate +nan.1Andy Wingo2011-09-031-1/+10
* fix srfi-67 compilationAndy Wingo2011-09-021-5/+5
* fix some cache consistency issues with goops and extended genericsAndy Wingo2011-09-021-8/+22
* document define-syntax-ruleAndy Wingo2011-09-021-1/+18
* more define-syntax-rule usageAndy Wingo2011-09-0225-517/+377
* psyntax uses define-syntax-ruleAndy Wingo2011-09-022-7835/+7822
* add define-syntax-ruleAndy Wingo2011-09-022-1504/+1637
* fix scm_gc_strdup invocationAndy Wingo2011-08-291-1/+1
* texinfo: add paragraphindentAndy Wingo2011-08-291-0/+1
* module-stexi-documentation #:docs-resolver keyword argAndy Wingo2011-08-231-2/+7
* texinfo: alias `url' to `uref'.Andy Wingo2011-08-232-3/+11
* better guild help FOOAndy Wingo2011-08-191-21/+61
* fix order of importing modules and resolving duplicates handlersAndy Wingo2011-08-181-5/+6
* fix a couple of leaksAndy Wingo2011-08-186-14/+15
* reword open-file docsAndy Wingo2011-08-181-22/+22
* fix scm_tmpfile leakAndy Wingo2011-08-171-1/+11
* fix r6rs `map'Andy Wingo2011-08-171-1/+71
* check that srfi-1 procedure arguments are proceduresAndy Wingo2011-08-171-12/+65
* fix recursive define-inlinable expansionsAndy Wingo2011-08-171-3/+5
* srfi-9 record compatibility with boot-9 recordsAndy Wingo2011-08-171-10/+22
* fix leak in get_current_locale()Andy Wingo2011-08-161-9/+4
* fix take-right and drop-right for improper listsAndy Wingo2011-08-124-44/+29
* fix tree-il->scheme testAndy Wingo2011-08-042-1/+18
* (web http): locale-independent parsing and serialization of datesAndy Wingo2011-08-041-11/+170
* srfi-19 refactorAndy Wingo2011-08-041-263/+259
* avoid duplicate stats when searching for files in a pathAndy Wingo2011-08-031-112/+127
* fix unnecessary call to canonicalize_path in load-path fast caseAndy Wingo2011-08-031-6/+8
* simplify narrow_stack.Andy Wingo2011-07-291-5/+4
* style fix in read.cAndy Wingo2011-07-291-1/+1
* minor style fix in bytevectors.cAndy Wingo2011-07-291-1/+1
* fix a leak on startup from script.cAndy Wingo2011-07-291-0/+2
* fix read beyond end of hashtable size array in hashtab.cAndy Wingo2011-07-281-1/+1
* fix write beyond array end in arrays.cAndy Wingo2011-07-281-17/+17
* fix list validation bug in @abortAndy Wingo2011-07-281-1/+2