| Commit message (Expand) | Author | Age | Files | Lines |
* | * stream.c (indent_mode_put_string): Function removed, | Kaz Kylheku | 2015-08-04 | 1 | -47/+47 |
* | Multi-line, indented printing of structure. | Kaz Kylheku | 2015-07-31 | 3 | -5/+66 |
* | Quasiliteral tests. | Kaz Kylheku | 2015-07-25 | 2 | -0/+15 |
* | * tests/012/ifa.tl: New test for it being bound to a place. | Kaz Kylheku | 2015-07-24 | 1 | -0/+5 |
* | Split off test macros from ifa.tl into common file. | Kaz Kylheku | 2015-07-23 | 2 | -14/+14 |
* | * lisplib.c (ifa_set_entries): Add conda. | Kaz Kylheku | 2015-06-21 | 1 | -10/+15 |
* | Test ifa macro. | Kaz Kylheku | 2015-06-19 | 2 | -0/+47 |
* | Crack down on redefinitions of built-ins. | Kaz Kylheku | 2015-05-08 | 2 | -12/+12 |
* | New macro-based framework for assignment places. | Kaz Kylheku | 2015-05-06 | 4 | -3/+3 |
* | * tests/011/macros-1.txr: Add test for lexical function | Kaz Kylheku | 2015-02-07 | 2 | -0/+7 |
* | * share/txr/stdlib/txr-case.txr: New file. | Kaz Kylheku | 2014-10-21 | 2 | -0/+13 |
* | Add test case for recent breakage. | Kaz Kylheku | 2014-10-08 | 3 | -0/+324 |
* | * tests/001/query-1.txr: Remove bogus public domain header. | Kaz Kylheku | 2014-07-15 | 5 | -20/+0 |
* | * tests/011/macros-2.txr: Added test for labels shadowing macro, | Kaz Kylheku | 2014-07-10 | 2 | -2/+14 |
* | * parser.l: Allowing ^ to be a quote character, and adjusting definition | Kaz Kylheku | 2014-03-03 | 5 | -10/+10 |
* | * tests/011/special-1.txr: Add some coverage for evaluation | Kaz Kylheku | 2014-03-01 | 1 | -1/+2 |
* | * tests/011/mandel.expected: New file. | Kaz Kylheku | 2014-02-28 | 2 | -0/+123 |
* | Change in the design of how special variables work, to fix the broken | Kaz Kylheku | 2014-02-28 | 2 | -2/+3 |
* | * tests/010/output-clauses.expected: New file. | Kaz Kylheku | 2014-02-28 | 2 | -0/+78 |
* | About time for some new regression tests. | Kaz Kylheku | 2014-02-28 | 6 | -0/+74 |
* | * stream.c (vformat): Compensate for differences in printf | Kaz Kylheku | 2012-03-27 | 1 | -1/+1 |
* | * Makefile (TXR_ARGS): Pass new file to tests/009/json.txr test. | Kaz Kylheku | 2012-03-23 | 3 | -17/+117 |
* | * tests/010/block.expected: New file. | Kaz Kylheku | 2012-03-15 | 4 | -0/+14 |
* | * stream.c (string_out_byte_flush): Bugfix. Do not loop inside this | Kaz Kylheku | 2012-03-13 | 2 | -0/+12 |
* | Fixing long-time (pre-GIT) bug. The object (nil) was stupidly used to | Kaz Kylheku | 2012-02-26 | 2 | -0/+24 |
* | * tests/008/filtenv.expected: New file. | Kaz Kylheku | 2012-02-25 | 2 | -0/+7 |
* | * tests/010/seq.txr: New file. | Kaz Kylheku | 2012-02-22 | 2 | -0/+33 |
* | This test case would have caught the prior regression. | Kaz Kylheku | 2012-02-02 | 3 | -0/+54 |
* | Test case for bug #35137 | Kaz Kylheku | 2011-12-20 | 2 | -0/+22 |
* | * lib.c (getplist_f): New function. | Kaz Kylheku | 2011-11-24 | 1 | -1/+1 |
* | * Makefile (tests/008/soundex.ok): New test case. | Kaz Kylheku | 2011-11-19 | 2 | -0/+85 |
* | Added a JSON parsing test case. This flushed out a bug which crashed | Kaz Kylheku | 2011-11-18 | 3 | -0/+147 |
* | * tests/008/students.txr: Use disciplined collect with :vars. | Kaz Kylheku | 2011-11-03 | 1 | -4/+1 |
* | * tests/008/students.txr: Regexes removed. | Kaz Kylheku | 2011-11-03 | 1 | -2/+2 |
* | * match.c (v_cat): Bugfix: unterminated variable argument list. | Kaz Kylheku | 2011-10-26 | 1 | -1/+1 |
* | * tests/007/except-1.txr: Use next :list instead | Kaz Kylheku | 2011-10-23 | 1 | -1/+1 |
* | * Makefile (%.ok: %.txr): Use unified diff for showing | Kaz Kylheku | 2011-10-13 | 3 | -1/+704 |
* | Added missing data. | Kaz Kylheku | 2011-10-01 | 1 | -0/+6 |
* | New test case, covering some filtering from HTML/XML. | Kaz Kylheku | 2011-10-01 | 3 | -0/+31 |
* | New test case under tests/008. | Kaz Kylheku | 2011-10-01 | 3 | -0/+56 |
* | Remove accidentally added .out file. | Kaz Kylheku | 2011-10-01 | 1 | -2/+0 |
* | Tokenizing test case, exercising for @(coll :gap 0) | Kaz Kylheku | 2011-10-01 | 3 | -0/+28 |
* | New test case, covering exception handling across nested | Kaz Kylheku | 2011-10-01 | 3 | -0/+36 |
* | * tests/002/query-1.txr: Old next syntax rewritten to new. | Kaz Kylheku | 2011-09-23 | 1 | -3/+3 |
* | More testcases. | Kaz Kylheku | 2010-02-28 | 2 | -0/+10 |
* | New testcase for freeform. | Kaz Kylheku | 2010-02-28 | 3 | -0/+31 |
* | Switching to keyword symbols for :args and :nothrow. | Kaz Kylheku | 2009-11-24 | 1 | -1/+1 |
* | New testcase which does some UTF-8 scanning, Unicode regexes, | Kaz Kylheku | 2009-11-13 | 3 | -0/+34 |
* | Bug ID 27898: Directory order dependencies in test case. | Kaz Kylheku | 2009-11-01 | 197 | -108/+111 |
* | Starting txr git.graftedtxr-018 | Kaz Kylheku | 2009-10-30 | 2 | -0/+70 |