summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* linenoise: compile as C++ and use checked allocator.Kaz Kylheku2015-09-042-27/+19
* Fix failure of struct.c to compile as C++.Kaz Kylheku2015-09-041-16/+9
* Compile and link linkenoise into txr; fix errors.Kaz Kylheku2015-09-042-9/+10
* No need to point the compiler into the mpi directory.Kaz Kylheku2015-09-042-2/+1
* Add linenoise library.Kaz Kylheku2015-09-034-1/+1203
* Version 114.txr-114Kaz Kylheku2015-09-027-317/+377
* One-liner to allow @{obj.slot} in quasiliterals.Kaz Kylheku2015-09-022-2/+2
* Adding struct tests.Kaz Kylheku2015-09-023-4/+148
* 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