summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix unget-byte and unget-char on catenated streams.Kaz Kylheku2015-07-102-2/+9
* Parser cleanup: embed scanner in parser.Kaz Kylheku2015-07-095-28/+72
* Bugfix: define-modify-macro not registered for auto-loading.Kaz Kylheku2015-08-082-1/+8
* * genvim.txr (chesc): Include space among escaped characters.Kaz Kylheku2015-07-071-1/+1
* Bugfix: allow @1 in brace variables.Kaz Kylheku2015-06-072-1/+10
* Improved printing of stream objects.Kaz Kylheku2015-07-074-26/+74
* * txr.1: Replace callf example under mapf.Kaz Kylheku2015-07-061-3/+2
* * txr.1: three incorrect .metn/.meta usesKaz Kylheku2015-07-061-3/+3
* Bugfix in printed rep of stdio stream.Kaz Kylheku2015-07-062-2/+11
* Clarify clear-error and flush return value.Kaz Kylheku2015-07-063-17/+25
* Tightening behavior for unimplemented stream ops.Kaz Kylheku2015-07-064-26/+247
* Reduce regex duplication in genvim.txr.Kaz Kylheku2015-07-042-30/+50
* Syntax highlighting fixes: characters, variables, identifers.Kaz Kylheku2015-07-032-6/+15
* * txr.1: wrap* syntax fixKaz Kylheku2015-07-031-1/+1
* * genman.txr: Simplify double plass over BODY into single pass.Kaz Kylheku2015-07-032-30/+32
* Allow op arguments like @1 to be places.Kaz Kylheku2015-07-032-0/+15
* Support trailing semicolon after hex/octal characters.Kaz Kylheku2015-07-024-6/+47
* Hash-bang support for .tl files.Kaz Kylheku2015-07-026-5/+32
* * txr.1: Replace wrong use of .coSSKaz Kylheku2015-07-021-1/+1
* Handle escapes accurately in Vim syntax highlighting.Kaz Kylheku2015-07-022-5/+25
* * genman.txr: Take advantage of \@ escape in quasilit.Kaz Kylheku2015-07-013-2/+13
* * genman.txr: Bugfix: reproduce the correct opening bracketKaz Kylheku2015-07-012-1/+7
* * txr.1: avoid term "regular macro".Kaz Kylheku2015-07-011-2/+2
* Fix issues in configure found by ShellCheck.Kaz Kylheku2015-06-272-8/+13
* Fix TXR 97 regression in quasiliterals.Kaz Kylheku2015-06-272-1/+12
* Third round of quasiliteral-related fixes.Kaz Kylheku2015-06-262-5/+13
* Third round of quasiliteral-related fixes.Kaz Kylheku2015-06-262-0/+14
* Second round of quasiliteral-related fixes.Kaz Kylheku2015-06-262-1/+17
* First round of quasiliteral-related fixes.Kaz Kylheku2015-06-263-25/+54
* * genman.txr: New filter to add hyperlinks within code inKaz Kylheku2015-06-262-0/+31
* * genman.txr: indentation.Kaz Kylheku2015-06-261-10/+10
* * txr.1: Spelling, grammar.Kaz Kylheku2015-06-261-8/+8
* * txr.1: partition example: wrong use of where function.Kaz Kylheku2015-06-242-2/+6
* * txr.1: Formatting fixes.Kaz Kylheku2015-06-241-7/+16
* * hash.c (hash_from_pairs, hash_list): New functions.Kaz Kylheku2015-06-245-2/+68
* Refactoring n-ary functions to use a single helper.Kaz Kylheku2015-07-243-20/+23
* Hash subset testing.Kaz Kylheku2015-06-235-0/+86
* * genman.txr: Point to hacked manutils.Kaz Kylheku2015-06-221-4/+2
* * genvim.txr: Add ifa.tl library file.Kaz Kylheku2015-06-224-331/+337
* * share/txr/stdlib/place.tl: Get rid of big progn around theKaz Kylheku2015-06-223-528/+534
* Version 109.txr-109Kaz Kylheku2015-06-217-270/+307
* * lisplib.c (ifa_set_entries): Add conda.Kaz Kylheku2015-06-215-11/+79
* * genman.txr: Rewrite the man2html-generated inner name links with hashKaz Kylheku2015-06-202-24/+61
* * genman.txr (month-name): Filter removed.Kaz Kylheku2015-06-202-5/+8
* Remove places.h generation hack.Kaz Kylheku2015-06-205-23/+22
* * txr.1: Fixed several instances of "<< sym)".Kaz Kylheku2015-06-201-6/+6
* * eval.c (eval_init): Register have function, synonym of true.Kaz Kylheku2015-06-203-3/+29
* * txr.1: Documented ifa.Kaz Kylheku2015-06-193-4/+166
* * Makefile: whitespace fixes.Kaz Kylheku2015-06-191-3/+3
* Test ifa macro.Kaz Kylheku2015-06-194-2/+68