summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Slot cache fix: zero is a valid slot index.Kaz Kylheku2015-09-021-2/+2
* Fix broken finalization support.Kaz Kylheku2015-09-021-1/+1
* Fix incorrect finalization of struct-type.Kaz Kylheku2015-09-023-15/+22
* Fix incorrect example and add one more approach.Kaz Kylheku2015-09-021-12/+38
* Unix password database access.Kaz Kylheku2015-09-013-0/+246
* Fix wrongly named hash_lit_s symbol.Kaz Kylheku2015-09-011-1/+1
* Document new time structure and functions.Kaz Kylheku2015-09-011-0/+65
* Documenting stat structure.Kaz Kylheku2015-09-011-25/+47
* Fix bad .meta/.metn formatting.Kaz Kylheku2015-09-011-5/+5
* equal comparison and hashing for structs.Kaz Kylheku2015-09-011-2/+36
* Fix wrong description of :wholeKaz Kylheku2015-09-011-2/+32
* Improve error for uncallable object.Kaz Kylheku2015-09-011-1/+1
* Remove useless comment that contains two typos.Kaz Kylheku2015-09-011-4/+0
* Time structure.Kaz Kylheku2015-08-313-0/+62
* Struct documentation.Kaz Kylheku2015-08-311-5/+750
* Move stat functions to use a struct.Kaz Kylheku2015-08-306-37/+95
* struct: 4-way set associative slot caches.Kaz Kylheku2015-08-302-13/+61
* Introducing structs.Kaz Kylheku2015-09-0215-6/+636
* Document alternation syntax.Kaz Kylheku2015-08-291-0/+8
* Print parser error message for parse-time exceptions.Kaz Kylheku2015-08-291-3/+25
* Renaming c_true to tnil.Kaz Kylheku2015-08-275-25/+25
* Fix wrong HTML references caused by identical section names.Kaz Kylheku2015-08-251-2/+7
* Fix duplication in manpage.Kaz Kylheku2015-08-251-15/+1
* Replace two-step initialization of args with macros.Kaz Kylheku2015-08-247-84/+55
* Document previously undocumented command line options.Kaz Kylheku2015-08-242-0/+24
* Compatibility <= 107 allows redefinition of builtins.Kaz Kylheku2015-08-242-1/+8
* Add maze generation to test suite.Kaz Kylheku2015-08-243-0/+154
* New --yydebug option.Kaz Kylheku2015-08-243-0/+25
* New function: shuffle.Kaz Kylheku2015-08-244-0/+66
* Regression: assignment to [hash x..y] not working.Kaz Kylheku2015-08-231-9/+7
* Remove unused args_limit.Kaz Kylheku2015-08-232-10/+0
* Use of new args for function calls in interpreter.Kaz Kylheku2015-08-238-38/+152
* Large scale conversion to new way of handling arguments.Kaz Kylheku2015-08-2315-574/+775
* Clarification about @rest in do/op syntax.Kaz Kylheku2015-08-231-9/+20
* Remove silly use of apply from open-files.Kaz Kylheku2015-08-211-5/+2
* Don't implement range and range* with variadic functions.Kaz Kylheku2015-08-211-15/+14
* Missing notes about global lexical variables.Kaz Kylheku2015-08-201-8/+43
* Wording in description of quasiquote.Kaz Kylheku2015-08-201-2/+2
* Version 113.txr-113Kaz Kylheku2015-08-144-4/+44
* Remove useless member from parser structure.Kaz Kylheku2015-08-192-3/+3
* Fix parser bug caused by wrong kind of weak hash table.Kaz Kylheku2015-08-191-1/+1
* Provide conservative marking interface.Kaz Kylheku2015-08-193-29/+28
* Fix broken @@@<n>/@@@rest references in quasiliterals.Kaz Kylheku2015-08-192-2/+6
* Quasiquote regression from 110.Kaz Kylheku2015-08-192-5/+13
* Troff formatting macros must not generate control sequences.Kaz Kylheku2015-08-191-4/+4
* Fix man page markup errors.Dave Love2015-08-171-22/+22
* Better error reporting for some indirect calls.Kaz Kylheku2015-08-181-18/+24
* Bugfix: forgotten zaps could lead to spurious retention.Kaz Kylheku2015-08-171-3/+3
* Streamlining format with new args module.Kaz Kylheku2015-08-171-66/+48
* Start of new way of handling variable arguments.Kaz Kylheku2015-08-173-1/+162