summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* chksum: generate more with TXR.Kaz Kylheku2023-07-092-9/+64
* chksum: generate with TXR.Kaz Kylheku2023-07-092-213/+787
* doc: document SHA-1 support.Kaz Kylheku2023-07-082-8/+77
* doc: fix SHA256.Kaz Kylheku2023-07-081-3/+3
* doc: document crc32 parameters.Kaz Kylheku2023-07-081-0/+9
* Tests for checksum functions.Kaz Kylheku2023-07-081-0/+40
* Adding SHA-1 hash.Kaz Kylheku2023-07-087-4/+403
* chksum: merge SHA256 and MD5 code with macro.Kaz Kylheku2023-07-081-352/+211
* crypt: handle libxcrypt failure tokens.Kaz Kylheku2023-07-041-1/+3
* Version 289.txr-289Kaz Kylheku2023-07-027-803/+853
* Bug: ranges not treated as iterable in some situations.Kaz Kylheku2023-06-301-1/+1
* Callable integers become assignable places.Kaz Kylheku2023-06-303-31/+101
* New: callable integers and ranges.Kaz Kylheku2023-06-284-2/+86
* New cached sorting functions.Kaz Kylheku2023-06-285-2/+116
* New function: hash-map.Kaz Kylheku2023-06-286-0/+53
* equal: bug: broken equality substitution.Kaz Kylheku2023-06-282-3/+11
* ssort: gc bug in vector case.Kaz Kylheku2023-06-283-4/+6
* eval: take macro environment.Kaz Kylheku2023-06-278-152/+180
* hash: rename some variables in remove algorithmsKaz Kylheku2023-06-221-7/+7
* hash: support existing mutation+iteration semantics.Kaz Kylheku2023-06-203-15/+96
* hash: experimental switch to open addressing.Kaz Kylheku2023-06-202-210/+227
* hash: bug: initial hash mask miscalculation.Kaz Kylheku2023-06-191-3/+3
* quips: procrastination quip.Kaz Kylheku2023-06-171-0/+1
* New macro: match-cond.Kaz Kylheku2023-06-125-1/+98
* New @(push) directive.Kaz Kylheku2023-06-1211-6410/+6723
* Version 288.txr-288Kaz Kylheku2023-06-106-1341/+1377
* lib: string bug spotted on Solaris.Kaz Kylheku2023-06-101-1/+1
* New functions keep-keys-if, separate-keys.Kaz Kylheku2023-06-076-1/+208
* clean-file: tests.Kaz Kylheku2023-06-052-0/+110
* autoload: rename local variable.Kaz Kylheku2023-06-051-2/+2
* New functions load-args-recurse and load-args-processKaz Kylheku2023-06-055-0/+352
* compiler: more logging regarding compiled files.Kaz Kylheku2023-06-051-12/+23
* compiler: new compiler option log-levelKaz Kylheku2023-06-043-7/+38
* compiler: new function, clean-file.Kaz Kylheku2023-06-044-1/+92
* bug: compile-file can put out nil, confusing load.Kaz Kylheku2023-06-031-1/+1
* bug: autoload issue affecting with-compilation-unitKaz Kylheku2023-06-031-0/+5
* Version 287.txr-287Kaz Kylheku2023-06-037-1179/+1263
* gc: fix bad c++ casts.Kaz Kylheku2023-06-032-6/+6
* listener: process multiple expressionsKaz Kylheku2023-06-022-19/+29
* doc: missing html-encode* syntax synopsis.Kaz Kylheku2023-06-021-0/+1
* doc: defmacro doesn't define local macros.Kaz Kylheku2023-06-021-1/+1
* doc: nonexistent syntactic place.Kaz Kylheku2023-06-021-1/+0
* load: now passes args via *load-args*Kaz Kylheku2023-05-316-23/+82
* load: now establishes a block named load.Kaz Kylheku2023-05-314-16/+67
* command line: -e takes multiple forms.Kaz Kylheku2023-05-304-15/+54
* parser: handle "fatal" conditions in flex scannerKaz Kylheku2023-05-292-174/+192
* New macro: expander-let.Kaz Kylheku2023-05-284-0/+116
* doc: compiler-let syntaxKaz Kylheku2023-05-281-1/+9
* expander: support param macros in nested macro param lists.Kaz Kylheku2023-05-273-39/+72
* awk: new :fun clause for local functions.Kaz Kylheku2023-05-242-28/+56