summaryrefslogtreecommitdiffstats
path: root/lib.c
Commit message (Expand)AuthorAgeFilesLines
* tree: copy-tree-iter function.Kaz Kylheku2021-05-101-0/+2
* diff/isec: reset hash/tree iter instead making new.Kaz Kylheku2021-05-101-2/+2
* lib: remove spurious null statement.Kaz Kylheku2021-05-101-1/+1
* lib: basic support for trees as sequences.Kaz Kylheku2021-05-091-23/+123
* bug: join-with segfault on character separators.Kaz Kylheku2021-05-021-1/+2
* lib: document gc problem related to seq-begin.Kaz Kylheku2021-04-281-0/+20
* lib: remove internal use of seq_begin.Kaz Kylheku2021-04-281-12/+16
* seq-iter: gc issue.Kaz Kylheku2021-04-281-1/+1
* match-str: tests and bugfix.Kaz Kylheku2021-04-271-1/+1
* match-str: rewrite.Kaz Kylheku2021-04-271-19/+101
* match-str: return useful position instead of t.Kaz Kylheku2021-04-261-2/+2
* streams: revise stream-max-len over strings.Kaz Kylheku2021-04-171-16/+19
* debugging: disassemble vm code out of debugger.Kaz Kylheku2021-04-161-0/+13
* func-optparam-count: bugfix.Kaz Kylheku2021-04-031-1/+1
* lib: remove unnecessary braces in funcall FVM cases.Kaz Kylheku2021-03-251-25/+15
* cat-str: seq_iter conversion,Kaz Kylheku2021-03-141-6/+19
* lib: fix neglect to use self variable.Kaz Kylheku2021-03-141-18/+18
* lib: fix hard-coded cat-str in diagnostic.Kaz Kylheku2021-03-121-2/+2
* sort: bugfix: broken for vectors/strings.Kaz Kylheku2021-03-101-1/+2
* lib: new functions join, join-with.Kaz Kylheku2021-03-091-3/+8
* lib: defend against locale-specific wcstod.Kaz Kylheku2021-03-041-2/+32
* printer: lambda bugfix.Kaz Kylheku2021-02-121-1/+1
* multi-sort: bug: always return list of lists.Kaz Kylheku2021-02-071-6/+13
* lib: code review of get_special_slot uses.Kaz Kylheku2021-02-021-24/+23
* lib: fix crash in iterable and nullify.Kaz Kylheku2021-02-021-1/+1
* lib: get rid of alist_remove1 function.Kaz Kylheku2021-01-311-6/+1
* lazy-sub-str: bugfix: invalid substructure sharing.Kaz Kylheku2021-01-251-1/+2
* sub-str: compat check now restores 215 behavior.Kaz Kylheku2021-01-251-1/+3
* printer: do not render @(rcons ...) in .. notation.Kaz Kylheku2021-01-241-2/+11
* printer: do some streamlining.Kaz Kylheku2021-01-241-26/+27
* bugfix: several predicates return 1 instead of t.Kaz Kylheku2021-01-211-13/+9
* iter-step: don't step through improper list terminators.Kaz Kylheku2021-01-211-1/+20
* Copyright year bump 2021.Kaz Kylheku2021-01-141-1/+1
* shuffle/nshuffle: take optional random state argument.Kaz Kylheku2020-12-291-4/+4
* shuffle/nshuffle: eliminate wasteful vector copy.Kaz Kylheku2020-12-291-1/+1
* printer: no leading zeros in hex chars.Kaz Kylheku2020-11-171-9/+6
* env: move function to sysif.cKaz Kylheku2020-10-161-35/+1
* time: move time functions out of lib.c into time.c.Kaz Kylheku2020-10-071-454/+1
* New function: reject.Kaz Kylheku2020-09-011-0/+45
* Remove unnecessary forward declarations.Kaz Kylheku2020-08-171-2/+0
* cygwin: bugs in string catenation and splitting.Kaz Kylheku2020-08-071-4/+4
* Change noreturn to NORETURN.Kaz Kylheku2020-08-071-3/+3
* New sspl function.Kaz Kylheku2020-07-221-0/+5
* Support weak semantics in symbol packages.Kaz Kylheku2020-07-121-11/+12
* iter_item: bugfix/omission.Kaz Kylheku2020-07-081-0/+5
* uref/qref: read-print consistency issue.Kaz Kylheku2020-07-081-4/+12
* uref/qref: printing bug.Kaz Kylheku2020-07-081-1/+1
* list_seq: return lazy list, not eager.Kaz Kylheku2020-07-081-8/+18
* New: protocol for iteration with structs.Kaz Kylheku2020-07-071-26/+171
* seq_iter: reverse order of some tests.Kaz Kylheku2020-07-061-131/+129