summaryrefslogtreecommitdiffstats
path: root/lib.c
Commit message (Expand)AuthorAgeFilesLines
* parser: no string allocation when scanning floats.Kaz Kylheku2021-06-241-0/+25
* New: stack overflow protection.Kaz Kylheku2021-06-231-1/+4
* lib: use existing self variable.Kaz Kylheku2021-06-231-2/+2
* cmp_str: whitespace.Kaz Kylheku2021-06-231-37/+37
* cyr: broken on 64 bit.Kaz Kylheku2021-06-231-2/+3
* c_str now takes a self argument.Kaz Kylheku2021-06-231-69/+87
* lib: rmismatch tests and bugfix.Kaz Kylheku2021-06-221-1/+1
* lib: optimize mismatch, rmismatch for strings.Kaz Kylheku2021-06-221-3/+46
* Dubious new functions cxr/cyr.Kaz Kylheku2021-06-211-0/+69
* lib: remove useless coerce.Kaz Kylheku2021-06-211-1/+1
* reduce-left: rewrite using seq_iter.Kaz Kylheku2021-06-091-6/+10
* lib: new function, fill-vec.Kaz Kylheku2021-06-081-0/+34
* lib: oversight, neglected struct literal printing.Kaz Kylheku2021-06-031-0/+3
* json: fix quasiquote print-read consistency issueKaz Kylheku2021-06-031-10/+24
* json: improve escaping for script tags.Kaz Kylheku2021-06-031-1/+12
* chr-iscntrl: recognize Unicode C0 and C1.Kaz Kylheku2021-06-011-1/+7
* json: turn on indentation.Kaz Kylheku2021-05-311-12/+7
* json: fix circular printing.Kaz Kylheku2021-05-311-21/+34
* json: functions put-json and put-jsonl.Kaz Kylheku2021-05-291-2/+22
* json: tojson must not add #J prefix.Kaz Kylheku2021-05-291-18/+6
* json: escape slash in </ sequenceKaz Kylheku2021-05-291-0/+5
* json: tojson function.Kaz Kylheku2021-05-281-0/+21
* json: indentation support for printing.Kaz Kylheku2021-05-281-5/+47
* json: printing support.Kaz Kylheku2021-05-281-0/+183
* window-map: broken :wrap and :reflect.Kaz Kylheku2021-05-251-11/+21
* lib: sys_rplacd misnamed parameter.Kaz Kylheku2021-05-141-3/+3
* cygwin: fix broken string catenation.Kaz Kylheku2021-05-121-4/+4
* tree: let tree-iter be iterable via generic iteration.Kaz Kylheku2021-05-121-0/+10
* tree: streamline iteration; provide high limit.Kaz Kylheku2021-05-111-4/+4
* tree: support indexing and range extraction.Kaz Kylheku2021-05-111-0/+20
* 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