summaryrefslogtreecommitdiffstats
path: root/lib.h
Commit message (Expand)AuthorAgeFilesLines
* exceptions: hack to store errno in string object.Kaz Kylheku2021-09-071-0/+2
* string-finish: new function.Kaz Kylheku2021-09-071-0/+1
* string-extend: third optional argument.Kaz Kylheku2021-09-071-1/+1
* New function: delcons.Kaz Kylheku2021-09-021-0/+1
* seq_iter: fix gc issues.Kaz Kylheku2021-08-291-1/+3
* seq_iter: refactoring.Kaz Kylheku2021-08-291-3/+9
* license: reformat to fit 80 columns.Kaz Kylheku2021-08-161-12/+13
* lazy-stream-cons: control close throwing behavior.Kaz Kylheku2021-08-071-1/+1
* struct: get rid of pointer typedef.Kaz Kylheku2021-07-271-2/+2
* lib: default_arg_strict becomes macro.Kaz Kylheku2021-07-141-4/+1
* New functions: trim-short-suffix, trim-long-suffix.Kaz Kylheku2021-07-101-0/+1
* lib: new function separate.Paul A. Patience2021-07-091-0/+1
* defstruct: diagnose built-in type being redefined.Kaz Kylheku2021-07-091-2/+1
* type: disallow structs using built-in type names.Kaz Kylheku2021-07-081-5/+22
* type: MAXTYPE doesn't account for DARG.Kaz Kylheku2021-07-081-1/+1
* New function: find-true.Kaz Kylheku2021-06-291-0/+1
* parser: no string allocation when scanning floats.Kaz Kylheku2021-06-241-0/+1
* New: stack overflow protection.Kaz Kylheku2021-06-231-1/+1
* c_str now takes a self argument.Kaz Kylheku2021-06-231-1/+1
* Dubious new functions cxr/cyr.Kaz Kylheku2021-06-211-0/+2
* lib: new function, fill-vec.Kaz Kylheku2021-06-081-0/+1
* json: functions put-json and put-jsonl.Kaz Kylheku2021-05-291-0/+2
* json: tojson function.Kaz Kylheku2021-05-281-0/+1
* lib: basic support for trees as sequences.Kaz Kylheku2021-05-091-1/+3
* lib: move TAG_PAIR out of arith.c.Kaz Kylheku2021-04-271-0/+1
* configure: remove LIT_ALIGN.Kaz Kylheku2021-04-201-3/+3
* Revert bogus LIT_ALIGN commit from 2015.Kaz Kylheku2021-04-201-4/+1
* lib: missing L prefix in literal.Kaz Kylheku2021-04-201-1/+1
* debugging: disassemble vm code out of debugger.Kaz Kylheku2021-04-161-0/+1
* lib: new functions join, join-with.Kaz Kylheku2021-03-091-0/+1
* lib: defend against locale-specific wcstod.Kaz Kylheku2021-03-041-0/+2
* Copyright year bump 2021.Kaz Kylheku2021-01-141-1/+1
* gc: add finalization count to objects.Kaz Kylheku2020-12-311-1/+2
* shuffle/nshuffle: take optional random state argument.Kaz Kylheku2020-12-291-2/+2
* env: move function to sysif.cKaz Kylheku2020-10-161-1/+0
* time: move time functions out of lib.c into time.c.Kaz Kylheku2020-10-071-19/+0
* New function: reject.Kaz Kylheku2020-09-011-0/+1
* Change noreturn to NORETURN.Kaz Kylheku2020-08-071-2/+2
* New sspl function.Kaz Kylheku2020-07-221-0/+1
* Support weak semantics in symbol packages.Kaz Kylheku2020-07-121-2/+2
* New: protocol for iteration with structs.Kaz Kylheku2020-07-071-0/+1
* New function: iterable.Kaz Kylheku2020-07-021-0/+1
* c_num: now takes self argument.Kaz Kylheku2020-06-291-4/+3
* New functions: list-seq, ved-seq and str-seq.Kaz Kylheku2020-06-281-0/+3
* nullify and empty: convert to seq_info.Kaz Kylheku2020-06-051-2/+2
* seq_iter: support reverse iteration for ranges.Kaz Kylheku2020-06-041-1/+4
* Convert mapping functions to new iterators.Kaz Kylheku2020-06-031-4/+4
* seq_iter: integers and ranges become iterable.Kaz Kylheku2020-06-031-1/+4
* New style iteration functions.Kaz Kylheku2020-06-021-0/+5
* Replace trivial format(nil, ...) with simpler ops.Kaz Kylheku2020-05-301-0/+2