| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | New function: partition-if. | Kaz Kylheku | 2022-02-23 | 6 | -0/+199 |
* | find-max: convert to seq_info iteration. | Kaz Kylheku | 2022-02-22 | 3 | -87/+36 |
* | gc: c++ fix in type_t conversion. | Kaz Kylheku | 2022-02-22 | 2 | -3/+3 |
* | termios: overflow in initialization on 32 bits. | Kaz Kylheku | 2022-02-22 | 1 | -2/+2 |
* | New functions: find-max-key and find-min-key. | Kaz Kylheku | 2022-02-21 | 5 | -0/+76 |
* | listener: restore and improve method completion. | Kaz Kylheku | 2022-02-19 | 3 | -44/+7 |
* | autoload: move socket material into socket module. | Kaz Kylheku | 2022-02-19 | 4 | -72/+70 |
* | autoload: move termios material into termios module. | Kaz Kylheku | 2022-02-19 | 2 | -25/+22 |
* | autoload: use weak hash to erase registrations. | Kaz Kylheku | 2022-02-19 | 4 | -99/+69 |
* | doc: or-semantics misformatted. | Kaz Kylheku | 2022-02-19 | 1 | -1/+1 |
* | lisplib: rename to autoload. | Kaz Kylheku | 2022-02-18 | 6 | -16/+16 |
* | lisplib: rename lisplib funtions to autoload prefix. | Kaz Kylheku | 2022-02-18 | 5 | -42/+42 |
* | socket: add missing autoload entries for sockopts. | Kaz Kylheku | 2022-02-18 | 1 | -1/+11 |
* | lisplib: split autoload entries into namespaces. | Kaz Kylheku | 2022-02-18 | 4 | -243/+289 |
* | lisplib: split lisplib_try_load into namespaces. | Kaz Kylheku | 2022-02-18 | 5 | -29/+64 |
* | compiler: autoload on sys:*in-compilation-unit*. | Kaz Kylheku | 2022-02-17 | 1 | -1/+1 |
* | ffi: move socket stuff to socket module. | Kaz Kylheku | 2022-02-17 | 5 | -108/+135 |
* | doc: extend fboundp dialect note. | Kaz Kylheku | 2022-02-17 | 1 | -2/+10 |
* | time: fix missing day-of-week and day-of-year. | Kaz Kylheku | 2022-02-16 | 2 | -11/+29 |
* | doc: fix name of unique's equality function. | Paul A. Patience | 2022-02-15 | 1 | -2/+2 |
* | configure: typos in help. | Kaz Kylheku | 2022-02-14 | 1 | -1/+1 |
* | tests: test case for combining .tlo files. | Kaz Kylheku | 2022-02-14 | 1 | -0/+27 |
* | random: shift bug uncovered by ubsan. | Kaz Kylheku | 2022-02-14 | 1 | -1/+3 |
* | tests: don't run tets/012/stack.tl if built with ubsan. | Kaz Kylheku | 2022-02-14 | 2 | -0/+8 |
* | tree: fix array underruns found by ubsan. | Kaz Kylheku | 2022-02-14 | 1 | -11/+17 |
* | Fix more -fsanitize=implicit-conversion findings. | Kaz Kylheku | 2022-02-14 | 3 | -4/+7 |
* | Fix some issues found by ubsan. | Kaz Kylheku | 2022-02-14 | 3 | -24/+29 |
* | configure: detect ubsan compilation. | Kaz Kylheku | 2022-02-14 | 1 | -0/+21 |
* | Another implicit conversion in continuations implementation. | Kaz Kylheku | 2022-02-14 | 1 | -1/+1 |
* | Few adjustments to no-implicit-conversion patch. | Kaz Kylheku | 2022-02-14 | 3 | -15/+15 |
* | Fix various instances of implicit conversions. | Paul A. Patience | 2022-02-14 | 6 | -13/+14 |
* | sockets: appease -Wint-in-bool-context warning. | Paul A. Patience | 2022-02-13 | 1 | -2/+2 |
* | doc: document catenated .tlo files. | Kaz Kylheku | 2022-02-13 | 1 | -0/+35 |
* | New function: cat-files. | Kaz Kylheku | 2022-02-13 | 4 | -1/+35 |
* | load: support loading catenated .tlo files. | Kaz Kylheku | 2022-02-13 | 1 | -13/+20 |
* | all: wrong self name. | Kaz Kylheku | 2022-02-13 | 1 | -1/+1 |
* | doc: remove extraneous symbols from doc-syms. | Paul A. Patience | 2022-02-12 | 2 | -30/+16 |
* | doc: add missing < and << in some .mets lines. | Paul A. Patience | 2022-02-12 | 1 | -13/+13 |
* | WIP getopts: allow specifying arg names in help. | Paul A. Patience | 2022-02-12 | 1 | -6/+27 |
* | getopts: print legend entries in canonical order. | Paul A. Patience | 2022-02-12 | 1 | -25/+26 |
* | getopts: include list/cumul subtypes in legend. | Paul A. Patience | 2022-02-12 | 1 | -1/+6 |
* | getopts: forbid :bool in list/cumul types. | Paul A. Patience | 2022-02-12 | 2 | -7/+17 |
* | macro-time: special op becomes a macro. | Kaz Kylheku | 2022-02-12 | 3 | -146/+135 |
* | matcher: test case for `@{nil #/regex/}`. | Kaz Kylheku | 2022-02-09 | 1 | -0/+2 |
* | doc: fix references to inexistent handler macro. | Paul A. Patience | 2022-02-09 | 1 | -4/+4 |
* | matcher: fix `@{nil #/regex/}` throwing exception. | Paul A. Patience | 2022-02-09 | 1 | -2/+5 |
* | doc: fix issues in arguments to .I macros. | Paul A. Patience | 2022-02-09 | 1 | -11/+11 |
* | doc: fix pad's argument list. | Paul A. Patience | 2022-02-09 | 1 | -1/+6 |
* | getopts: fix superfluous options header. | Paul A. Patience | 2022-02-08 | 1 | -24/+26 |
* | getopts: fix de trop descriptions of conventions. | Paul A. Patience | 2022-02-08 | 1 | -18/+20 |