summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* New FFI types str-s, bstr-s and wstr-s.Kaz Kylheku2022-03-214-54/+143
* ffi: minor code reordering in initialization.Kaz Kylheku2022-03-201-4/+6
* configure: bugfix in shell escaping codeKaz Kylheku2022-03-181-1/+1
* configure: missing tab in shell escaping code.Kaz Kylheku2022-03-181-1/+1
* ffi: after call, process args in reverse order.Kaz Kylheku2022-03-171-11/+10
* doc: sort-group: unnecessary copyKaz Kylheku2022-03-161-1/+1
* ffi: support intmax-t and uintmax-t types.Kaz Kylheku2022-03-154-9/+62
* New GNU-themed quip.Kaz Kylheku2022-03-081-0/+1
* New function: group-map.Kaz Kylheku2022-03-025-9/+51
* hash: add tests for group-by, group-reduce.Kaz Kylheku2022-03-021-0/+16
* hash: group-reduce calls hash-update.Kaz Kylheku2022-03-021-9/+3
* Version 274.txr-274Kaz Kylheku2022-02-247-859/+1003
* opip: pass through forms in the op family.Kaz Kylheku2022-02-243-5/+28
* doc: revisit partition-ifKaz Kylheku2022-02-231-7/+26
* doc: make-like can take an iterators.Kaz Kylheku2022-02-231-0/+10
* New list-builder method: oust.Kaz Kylheku2022-02-235-6/+70
* New function: partition-if.Kaz Kylheku2022-02-236-0/+199
* find-max: convert to seq_info iteration.Kaz Kylheku2022-02-223-87/+36
* gc: c++ fix in type_t conversion.Kaz Kylheku2022-02-222-3/+3
* termios: overflow in initialization on 32 bits.Kaz Kylheku2022-02-221-2/+2
* New functions: find-max-key and find-min-key.Kaz Kylheku2022-02-215-0/+76
* listener: restore and improve method completion.Kaz Kylheku2022-02-193-44/+7
* autoload: move socket material into socket module.Kaz Kylheku2022-02-194-72/+70
* autoload: move termios material into termios module.Kaz Kylheku2022-02-192-25/+22
* autoload: use weak hash to erase registrations.Kaz Kylheku2022-02-194-99/+69
* doc: or-semantics misformatted.Kaz Kylheku2022-02-191-1/+1
* lisplib: rename to autoload.Kaz Kylheku2022-02-186-16/+16
* lisplib: rename lisplib funtions to autoload prefix.Kaz Kylheku2022-02-185-42/+42
* socket: add missing autoload entries for sockopts.Kaz Kylheku2022-02-181-1/+11
* lisplib: split autoload entries into namespaces.Kaz Kylheku2022-02-184-243/+289
* lisplib: split lisplib_try_load into namespaces.Kaz Kylheku2022-02-185-29/+64
* compiler: autoload on sys:*in-compilation-unit*.Kaz Kylheku2022-02-171-1/+1
* ffi: move socket stuff to socket module.Kaz Kylheku2022-02-175-108/+135
* doc: extend fboundp dialect note.Kaz Kylheku2022-02-171-2/+10
* time: fix missing day-of-week and day-of-year.Kaz Kylheku2022-02-162-11/+29
* doc: fix name of unique's equality function.Paul A. Patience2022-02-151-2/+2
* configure: typos in help.Kaz Kylheku2022-02-141-1/+1
* tests: test case for combining .tlo files.Kaz Kylheku2022-02-141-0/+27
* random: shift bug uncovered by ubsan.Kaz Kylheku2022-02-141-1/+3
* tests: don't run tets/012/stack.tl if built with ubsan.Kaz Kylheku2022-02-142-0/+8
* tree: fix array underruns found by ubsan.Kaz Kylheku2022-02-141-11/+17
* Fix more -fsanitize=implicit-conversion findings.Kaz Kylheku2022-02-143-4/+7
* Fix some issues found by ubsan.Kaz Kylheku2022-02-143-24/+29
* configure: detect ubsan compilation.Kaz Kylheku2022-02-141-0/+21
* Another implicit conversion in continuations implementation.Kaz Kylheku2022-02-141-1/+1
* Few adjustments to no-implicit-conversion patch.Kaz Kylheku2022-02-143-15/+15
* Fix various instances of implicit conversions.Paul A. Patience2022-02-146-13/+14
* sockets: appease -Wint-in-bool-context warning.Paul A. Patience2022-02-131-2/+2
* doc: document catenated .tlo files.Kaz Kylheku2022-02-131-0/+35
* New function: cat-files.Kaz Kylheku2022-02-134-1/+35