| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | freeform: bug: account for consumed prefix. | Kaz Kylheku | 2022-01-04 | 2 | -0/+12 |
* | ffi: allow enumed bitfield. | Kaz Kylheku | 2022-01-02 | 1 | -0/+13 |
* | match: allow bound variables with regex modifier. | Kaz Kylheku | 2021-12-27 | 1 | -0/+6 |
* | txr: do not ignore regex in positive match. | Kaz Kylheku | 2021-12-27 | 1 | -0/+11 |
* | txr: function span variable must match existing value. | Kaz Kylheku | 2021-12-27 | 1 | -0/+13 |
* | txr: allow variable to span vertical function. | Kaz Kylheku | 2021-12-26 | 1 | -0/+15 |
* | new feature: :mass-delegate struct clause macro. | Kaz Kylheku | 2021-12-23 | 1 | -0/+33 |
* | eval: fix optional parameter bug from 2014. | Kaz Kylheku | 2021-12-23 | 1 | -0/+14 |
* | new feature: defstruct clause macros. | Kaz Kylheku | 2021-12-22 | 1 | -0/+15 |
* | The pairlis function comes to TXR Lisp. | Kaz Kylheku | 2021-12-22 | 1 | -0/+8 |
* | New functions: subq, subql, subqual and subst. | Kaz Kylheku | 2021-12-22 | 1 | -0/+50 |
* | less: bug, vectors not supported. | Kaz Kylheku | 2021-12-20 | 1 | -0/+21 |
* | tree: new functions for priority queue operation. | Kaz Kylheku | 2021-12-18 | 1 | -0/+30 |
* | tree: bugfix wrong tree-count. | Kaz Kylheku | 2021-12-18 | 1 | -0/+10 |
* | tree: support for duplicate keys. | Kaz Kylheku | 2021-12-17 | 1 | -0/+33 |
* | tree-count: new function. | Kaz Kylheku | 2021-12-17 | 1 | -2/+10 |
* | define-accessor: fix broken arg handling. | Kaz Kylheku | 2021-12-10 | 1 | -0/+12 |
* | each-match macro family: missing anon block. | Kaz Kylheku | 2021-12-08 | 1 | -0/+3 |
* | case macros: bug in singleton key optimization. | Kaz Kylheku | 2021-12-08 | 1 | -0/+32 |
* | rot, nrot: new functions. | Kaz Kylheku | 2021-12-07 | 1 | -0/+78 |
* | tuples*: new function. | Kaz Kylheku | 2021-12-04 | 1 | -0/+47 |
* | tuples: add test cases. | Kaz Kylheku | 2021-12-02 | 1 | -1/+48 |
* | tuples: check length argument. | Kaz Kylheku | 2021-12-02 | 1 | -0/+3 |
* | hash: 64 bit string and buffer hashing and seeds. | Kaz Kylheku | 2021-11-17 | 2 | -52/+51 |
* | match: unquoted quasiliteral patterns don't work. | Kaz Kylheku | 2021-10-26 | 1 | -0/+5 |
* | syntax: add tests for #; syntax. | Kaz Kylheku | 2021-10-23 | 1 | -0/+12 |
* | load-time: new tests. | Kaz Kylheku | 2021-10-22 | 1 | -0/+30 |
* | path-equal: enable and fix failing tests. | Kaz Kylheku | 2021-10-20 | 1 | -3/+2 |
* | pic: support parenthesis negative notation. | Kaz Kylheku | 2021-10-19 | 1 | -3/+19 |
* | pic: digit separator tests. | Kaz Kylheku | 2021-10-18 | 1 | -0/+24 |
* | pic: preserve decimal period in ### overflow fill. | Kaz Kylheku | 2021-10-18 | 1 | -4/+4 |
* | printer: bug: fallback syms printed without prefix. | Kaz Kylheku | 2021-10-12 | 3 | -1/+35 |
* | New path-equal function. | Kaz Kylheku | 2021-10-10 | 1 | -0/+18 |
* | ffi: fix broken range checks in enumed type. | Kaz Kylheku | 2021-10-09 | 1 | -0/+54 |
* | unix: fix sock-opt test case. | Kaz Kylheku | 2021-10-05 | 1 | -2/+2 |
* | cygwin: environment-related fixes. | Kaz Kylheku | 2021-10-05 | 1 | -13/+14 |
* | awk: :fields specifies conversions. | Kaz Kylheku | 2021-10-04 | 1 | -1/+20 |
* | awk: new :fields feature for named fields. | Kaz Kylheku | 2021-10-01 | 1 | -0/+18 |
* | quantile: fix test needing nonportable amount of precision. | Kaz Kylheku | 2021-09-27 | 2 | -11/+14 |
* | New variable: *child-env*. | Kaz Kylheku | 2021-09-26 | 1 | -0/+14 |
* | quantile: fix failing test. | Kaz Kylheku | 2021-09-25 | 1 | -1/+1 |
* | path-search: rewrite in C with saner semantics. | Kaz Kylheku | 2021-09-25 | 1 | -1/+5 |
* | New variants of each operator for sum and product. | Kaz Kylheku | 2021-09-23 | 1 | -0/+58 |
* | math: quantile estimator using P-Squared algorithm. | Kaz Kylheku | 2021-09-22 | 1 | -0/+31 |
* | ffi, sockets: add sock-opt and sock-set-opt. | Paul A. Patience | 2021-09-12 | 1 | -0/+12 |
* | sockets: add test for recent sock-peer place issue. | Kaz Kylheku | 2021-09-11 | 1 | -1/+5 |
* | sockets: bug in clearing SOCK_* type flags. | Kaz Kylheku | 2021-09-11 | 1 | -0/+4 |
* | exceptions: hack to store errno in string object. | Kaz Kylheku | 2021-09-07 | 1 | -0/+8 |
* | load: new macros push-after-load and pop-after-load. | Kaz Kylheku | 2021-09-03 | 1 | -0/+10 |
* | New function: delcons. | Kaz Kylheku | 2021-09-02 | 1 | -0/+14 |