| Commit message (Expand) | Author | Age | Files | Lines |
* | Copyright year bump 2021. | Kaz Kylheku | 2021-01-14 | 1 | -1/+1 |
* | shuffle/nshuffle: take optional random state argument. | Kaz Kylheku | 2020-12-29 | 1 | -4/+4 |
* | shuffle/nshuffle: eliminate wasteful vector copy. | Kaz Kylheku | 2020-12-29 | 1 | -1/+1 |
* | printer: no leading zeros in hex chars. | Kaz Kylheku | 2020-11-17 | 1 | -9/+6 |
* | env: move function to sysif.c | Kaz Kylheku | 2020-10-16 | 1 | -35/+1 |
* | time: move time functions out of lib.c into time.c. | Kaz Kylheku | 2020-10-07 | 1 | -454/+1 |
* | New function: reject. | Kaz Kylheku | 2020-09-01 | 1 | -0/+45 |
* | Remove unnecessary forward declarations. | Kaz Kylheku | 2020-08-17 | 1 | -2/+0 |
* | cygwin: bugs in string catenation and splitting. | Kaz Kylheku | 2020-08-07 | 1 | -4/+4 |
* | Change noreturn to NORETURN. | Kaz Kylheku | 2020-08-07 | 1 | -3/+3 |
* | New sspl function. | Kaz Kylheku | 2020-07-22 | 1 | -0/+5 |
* | Support weak semantics in symbol packages. | Kaz Kylheku | 2020-07-12 | 1 | -11/+12 |
* | iter_item: bugfix/omission. | Kaz Kylheku | 2020-07-08 | 1 | -0/+5 |
* | uref/qref: read-print consistency issue. | Kaz Kylheku | 2020-07-08 | 1 | -4/+12 |
* | uref/qref: printing bug. | Kaz Kylheku | 2020-07-08 | 1 | -1/+1 |
* | list_seq: return lazy list, not eager. | Kaz Kylheku | 2020-07-08 | 1 | -8/+18 |
* | New: protocol for iteration with structs. | Kaz Kylheku | 2020-07-07 | 1 | -26/+171 |
* | seq_iter: reverse order of some tests. | Kaz Kylheku | 2020-07-06 | 1 | -131/+129 |
* | New function: iterable. | Kaz Kylheku | 2020-07-02 | 1 | -4/+43 |
* | c_num: now takes self argument. | Kaz Kylheku | 2020-06-29 | 1 | -147/+198 |
* | New functions: list-seq, ved-seq and str-seq. | Kaz Kylheku | 2020-06-28 | 1 | -0/+46 |
* | itypes: remove silly itypes_little_endian. | Kaz Kylheku | 2020-06-19 | 1 | -1/+0 |
* | seq_iter_rewind: support iterables. | Kaz Kylheku | 2020-06-05 | 1 | -0/+31 |
* | nullify and empty: convert to seq_info. | Kaz Kylheku | 2020-06-05 | 1 | -67/+28 |
* | transpose: ensure variadic args are a list. | Kaz Kylheku | 2020-06-05 | 1 | -3/+3 |
* | seq_iter: support reverse iteration for ranges. | Kaz Kylheku | 2020-06-04 | 1 | -28/+110 |
* | seq_iter: null list object if rewind not needed. | Kaz Kylheku | 2020-06-04 | 1 | -6/+14 |
* | Convert mapping functions to new iterators. | Kaz Kylheku | 2020-06-03 | 1 | -39/+24 |
* | seq_iter: integers and ranges become iterable. | Kaz Kylheku | 2020-06-03 | 1 | -14/+172 |
* | New style iteration functions. | Kaz Kylheku | 2020-06-02 | 1 | -2/+109 |
* | Replace trivial format(nil, ...) with simpler ops. | Kaz Kylheku | 2020-05-30 | 1 | -0/+35 |
* | quasistrings: reduce consing. | Kaz Kylheku | 2020-05-30 | 1 | -6/+34 |
* | search, rsearch: rewrite using seq_info and bugfix. | Kaz Kylheku | 2020-05-25 | 1 | -114/+86 |
* | update: convert to seq_info. | Kaz Kylheku | 2020-05-25 | 1 | -14/+11 |
* | rsearch: fix broken. | Kaz Kylheku | 2020-05-25 | 1 | -4/+2 |
* | search/rsearch: wrong object in bad key diagnostic. | Kaz Kylheku | 2020-05-25 | 1 | -2/+2 |
* | lib: combine cat_str and vscat implementations. | Kaz Kylheku | 2020-05-24 | 1 | -105/+91 |
* | New assert macro. | Kaz Kylheku | 2020-05-18 | 1 | -0/+7 |
* | lib: sort becomes non-destructive; nsort introduced. | Kaz Kylheku | 2020-05-13 | 1 | -7/+37 |
* | lib: use seq-info for sort and shuffle. | Kaz Kylheku | 2020-05-13 | 1 | -19/+25 |
* | funcall: fight spurious retention. | Kaz Kylheku | 2020-05-05 | 1 | -4/+4 |
* | lib: convert counting and predicate quantifying to seq_info. | Kaz Kylheku | 2020-05-05 | 1 | -65/+88 |
* | lib/buf: use unsigned integers around allocations. | Kaz Kylheku | 2020-04-25 | 1 | -3/+3 |
* | printer: add package prefix on symbols with zero-length name. | Kaz Kylheku | 2020-04-22 | 1 | -0/+3 |
* | seq_info: bugfix: uninitialized type field. | Kaz Kylheku | 2020-04-20 | 1 | -1/+1 |
* | warning cleanup: GNU C++ initializer warnings. | Kaz Kylheku | 2020-04-06 | 1 | -4/+4 |
* | warning cleanup: suspicious switch fallthrough cases. | Kaz Kylheku | 2020-04-05 | 1 | -0/+6 |
* | warning cleanup: missing member initializers. | Kaz Kylheku | 2020-04-05 | 1 | -7/+5 |
* | warning cleanup: signed/unsigned in ternaries. | Kaz Kylheku | 2020-04-05 | 1 | -2/+2 |
* | warning cleanup: remove unused parameters. | Kaz Kylheku | 2020-04-05 | 1 | -9/+9 |