| Commit message (Expand) | Author | Age | Files | Lines |
* | Bugfix in printed rep of stdio stream. | Kaz Kylheku | 2015-07-06 | 2 | -2/+11 |
* | Clarify clear-error and flush return value. | Kaz Kylheku | 2015-07-06 | 3 | -17/+25 |
* | Tightening behavior for unimplemented stream ops. | Kaz Kylheku | 2015-07-06 | 4 | -26/+247 |
* | Reduce regex duplication in genvim.txr. | Kaz Kylheku | 2015-07-04 | 2 | -30/+50 |
* | Syntax highlighting fixes: characters, variables, identifers. | Kaz Kylheku | 2015-07-03 | 2 | -6/+15 |
* | * txr.1: wrap* syntax fix | Kaz Kylheku | 2015-07-03 | 1 | -1/+1 |
* | * genman.txr: Simplify double plass over BODY into single pass. | Kaz Kylheku | 2015-07-03 | 2 | -30/+32 |
* | Allow op arguments like @1 to be places. | Kaz Kylheku | 2015-07-03 | 2 | -0/+15 |
* | Support trailing semicolon after hex/octal characters. | Kaz Kylheku | 2015-07-02 | 4 | -6/+47 |
* | Hash-bang support for .tl files. | Kaz Kylheku | 2015-07-02 | 6 | -5/+32 |
* | * txr.1: Replace wrong use of .coSS | Kaz Kylheku | 2015-07-02 | 1 | -1/+1 |
* | Handle escapes accurately in Vim syntax highlighting. | Kaz Kylheku | 2015-07-02 | 2 | -5/+25 |
* | * genman.txr: Take advantage of \@ escape in quasilit. | Kaz Kylheku | 2015-07-01 | 3 | -2/+13 |
* | * genman.txr: Bugfix: reproduce the correct opening bracket | Kaz Kylheku | 2015-07-01 | 2 | -1/+7 |
* | * txr.1: avoid term "regular macro". | Kaz Kylheku | 2015-07-01 | 1 | -2/+2 |
* | Fix issues in configure found by ShellCheck. | Kaz Kylheku | 2015-06-27 | 2 | -8/+13 |
* | Fix TXR 97 regression in quasiliterals. | Kaz Kylheku | 2015-06-27 | 2 | -1/+12 |
* | Third round of quasiliteral-related fixes. | Kaz Kylheku | 2015-06-26 | 2 | -5/+13 |
* | Third round of quasiliteral-related fixes. | Kaz Kylheku | 2015-06-26 | 2 | -0/+14 |
* | Second round of quasiliteral-related fixes. | Kaz Kylheku | 2015-06-26 | 2 | -1/+17 |
* | First round of quasiliteral-related fixes. | Kaz Kylheku | 2015-06-26 | 3 | -25/+54 |
* | * genman.txr: New filter to add hyperlinks within code in | Kaz Kylheku | 2015-06-26 | 2 | -0/+31 |
* | * genman.txr: indentation. | Kaz Kylheku | 2015-06-26 | 1 | -10/+10 |
* | * txr.1: Spelling, grammar. | Kaz Kylheku | 2015-06-26 | 1 | -8/+8 |
* | * txr.1: partition example: wrong use of where function. | Kaz Kylheku | 2015-06-24 | 2 | -2/+6 |
* | * txr.1: Formatting fixes. | Kaz Kylheku | 2015-06-24 | 1 | -7/+16 |
* | * hash.c (hash_from_pairs, hash_list): New functions. | Kaz Kylheku | 2015-06-24 | 5 | -2/+68 |
* | Refactoring n-ary functions to use a single helper. | Kaz Kylheku | 2015-07-24 | 3 | -20/+23 |
* | Hash subset testing. | Kaz Kylheku | 2015-06-23 | 5 | -0/+86 |
* | * genman.txr: Point to hacked manutils. | Kaz Kylheku | 2015-06-22 | 1 | -4/+2 |
* | * genvim.txr: Add ifa.tl library file. | Kaz Kylheku | 2015-06-22 | 4 | -331/+337 |
* | * share/txr/stdlib/place.tl: Get rid of big progn around the | Kaz Kylheku | 2015-06-22 | 3 | -528/+534 |
* | Version 109.txr-109 | Kaz Kylheku | 2015-06-21 | 7 | -270/+307 |
* | * lisplib.c (ifa_set_entries): Add conda. | Kaz Kylheku | 2015-06-21 | 5 | -11/+79 |
* | * genman.txr: Rewrite the man2html-generated inner name links with hash | Kaz Kylheku | 2015-06-20 | 2 | -24/+61 |
* | * genman.txr (month-name): Filter removed. | Kaz Kylheku | 2015-06-20 | 2 | -5/+8 |
* | Remove places.h generation hack. | Kaz Kylheku | 2015-06-20 | 5 | -23/+22 |
* | * txr.1: Fixed several instances of "<< sym)". | Kaz Kylheku | 2015-06-20 | 1 | -6/+6 |
* | * eval.c (eval_init): Register have function, synonym of true. | Kaz Kylheku | 2015-06-20 | 3 | -3/+29 |
* | * txr.1: Documented ifa. | Kaz Kylheku | 2015-06-19 | 3 | -4/+166 |
* | * Makefile: whitespace fixes. | Kaz Kylheku | 2015-06-19 | 1 | -3/+3 |
* | Test ifa macro. | Kaz Kylheku | 2015-06-19 | 4 | -2/+68 |
* | * parser.c (parser_mark): Do not mark p->syntax_tree if | Kaz Kylheku | 2015-06-19 | 2 | -1/+8 |
* | * lib.c (mkstring): Fix neglect to null terminate. | Kaz Kylheku | 2015-06-18 | 2 | -3/+8 |
* | * lib.c (cat_str): Detect overflow in the total length | Kaz Kylheku | 2015-06-18 | 2 | -4/+26 |
* | Improvements in equal hashing function. | Kaz Kylheku | 2015-06-18 | 2 | -4/+18 |
* | * txr.1: No loads required | Kaz Kylheku | 2015-06-18 | 1 | -34/+11 |
* | * txr.1: Document *txr-version* and *lib-version* | Kaz Kylheku | 2015-06-18 | 1 | -0/+23 |
* | * txr.1: Lisp can come from files. | Kaz Kylheku | 2015-06-18 | 1 | -0/+7 |
* | Library .txr files become .tl and are autoloaded. | Kaz Kylheku | 2015-06-18 | 6 | -43/+93 |