| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | chksum: generate more with TXR. | Kaz Kylheku | 2023-07-09 | 2 | -9/+64 |
* | chksum: generate with TXR. | Kaz Kylheku | 2023-07-09 | 2 | -213/+787 |
* | doc: document SHA-1 support. | Kaz Kylheku | 2023-07-08 | 2 | -8/+77 |
* | doc: fix SHA256. | Kaz Kylheku | 2023-07-08 | 1 | -3/+3 |
* | doc: document crc32 parameters. | Kaz Kylheku | 2023-07-08 | 1 | -0/+9 |
* | Tests for checksum functions. | Kaz Kylheku | 2023-07-08 | 1 | -0/+40 |
* | Adding SHA-1 hash. | Kaz Kylheku | 2023-07-08 | 7 | -4/+403 |
* | chksum: merge SHA256 and MD5 code with macro. | Kaz Kylheku | 2023-07-08 | 1 | -352/+211 |
* | crypt: handle libxcrypt failure tokens. | Kaz Kylheku | 2023-07-04 | 1 | -1/+3 |
* | Version 289.txr-289 | Kaz Kylheku | 2023-07-02 | 7 | -803/+853 |
* | Bug: ranges not treated as iterable in some situations. | Kaz Kylheku | 2023-06-30 | 1 | -1/+1 |
* | Callable integers become assignable places. | Kaz Kylheku | 2023-06-30 | 3 | -31/+101 |
* | New: callable integers and ranges. | Kaz Kylheku | 2023-06-28 | 4 | -2/+86 |
* | New cached sorting functions. | Kaz Kylheku | 2023-06-28 | 5 | -2/+116 |
* | New function: hash-map. | Kaz Kylheku | 2023-06-28 | 6 | -0/+53 |
* | equal: bug: broken equality substitution. | Kaz Kylheku | 2023-06-28 | 2 | -3/+11 |
* | ssort: gc bug in vector case. | Kaz Kylheku | 2023-06-28 | 3 | -4/+6 |
* | eval: take macro environment. | Kaz Kylheku | 2023-06-27 | 8 | -152/+180 |
* | hash: rename some variables in remove algorithms | Kaz Kylheku | 2023-06-22 | 1 | -7/+7 |
* | hash: support existing mutation+iteration semantics. | Kaz Kylheku | 2023-06-20 | 3 | -15/+96 |
* | hash: experimental switch to open addressing. | Kaz Kylheku | 2023-06-20 | 2 | -210/+227 |
* | hash: bug: initial hash mask miscalculation. | Kaz Kylheku | 2023-06-19 | 1 | -3/+3 |
* | quips: procrastination quip. | Kaz Kylheku | 2023-06-17 | 1 | -0/+1 |
* | New macro: match-cond. | Kaz Kylheku | 2023-06-12 | 5 | -1/+98 |
* | New @(push) directive. | Kaz Kylheku | 2023-06-12 | 11 | -6410/+6723 |
* | Version 288.txr-288 | Kaz Kylheku | 2023-06-10 | 6 | -1341/+1377 |
* | lib: string bug spotted on Solaris. | Kaz Kylheku | 2023-06-10 | 1 | -1/+1 |
* | New functions keep-keys-if, separate-keys. | Kaz Kylheku | 2023-06-07 | 6 | -1/+208 |
* | clean-file: tests. | Kaz Kylheku | 2023-06-05 | 2 | -0/+110 |
* | autoload: rename local variable. | Kaz Kylheku | 2023-06-05 | 1 | -2/+2 |
* | New functions load-args-recurse and load-args-process | Kaz Kylheku | 2023-06-05 | 5 | -0/+352 |
* | compiler: more logging regarding compiled files. | Kaz Kylheku | 2023-06-05 | 1 | -12/+23 |
* | compiler: new compiler option log-level | Kaz Kylheku | 2023-06-04 | 3 | -7/+38 |
* | compiler: new function, clean-file. | Kaz Kylheku | 2023-06-04 | 4 | -1/+92 |
* | bug: compile-file can put out nil, confusing load. | Kaz Kylheku | 2023-06-03 | 1 | -1/+1 |
* | bug: autoload issue affecting with-compilation-unit | Kaz Kylheku | 2023-06-03 | 1 | -0/+5 |
* | Version 287.txr-287 | Kaz Kylheku | 2023-06-03 | 7 | -1179/+1263 |
* | gc: fix bad c++ casts. | Kaz Kylheku | 2023-06-03 | 2 | -6/+6 |
* | listener: process multiple expressions | Kaz Kylheku | 2023-06-02 | 2 | -19/+29 |
* | doc: missing html-encode* syntax synopsis. | Kaz Kylheku | 2023-06-02 | 1 | -0/+1 |
* | doc: defmacro doesn't define local macros. | Kaz Kylheku | 2023-06-02 | 1 | -1/+1 |
* | doc: nonexistent syntactic place. | Kaz Kylheku | 2023-06-02 | 1 | -1/+0 |
* | load: now passes args via *load-args* | Kaz Kylheku | 2023-05-31 | 6 | -23/+82 |
* | load: now establishes a block named load. | Kaz Kylheku | 2023-05-31 | 4 | -16/+67 |
* | command line: -e takes multiple forms. | Kaz Kylheku | 2023-05-30 | 4 | -15/+54 |
* | parser: handle "fatal" conditions in flex scanner | Kaz Kylheku | 2023-05-29 | 2 | -174/+192 |
* | New macro: expander-let. | Kaz Kylheku | 2023-05-28 | 4 | -0/+116 |
* | doc: compiler-let syntax | Kaz Kylheku | 2023-05-28 | 1 | -1/+9 |
* | expander: support param macros in nested macro param lists. | Kaz Kylheku | 2023-05-27 | 3 | -39/+72 |
* | awk: new :fun clause for local functions. | Kaz Kylheku | 2023-05-24 | 2 | -28/+56 |