| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | compiler: package-manipulating top-level forms bug. | Kaz Kylheku | 2022-03-31 | 1 | -1/+2 |
* | New function: isecp. | Kaz Kylheku | 2022-03-30 | 6 | -7/+52 |
* | Test of a package-related file compilation problem. | Kaz Kylheku | 2022-03-30 | 2 | -0/+12 |
* | New FFI types str-s, bstr-s and wstr-s. | Kaz Kylheku | 2022-03-21 | 4 | -54/+143 |
* | ffi: minor code reordering in initialization. | Kaz Kylheku | 2022-03-20 | 1 | -4/+6 |
* | configure: bugfix in shell escaping code | Kaz Kylheku | 2022-03-18 | 1 | -1/+1 |
* | configure: missing tab in shell escaping code. | Kaz Kylheku | 2022-03-18 | 1 | -1/+1 |
* | ffi: after call, process args in reverse order. | Kaz Kylheku | 2022-03-17 | 1 | -11/+10 |
* | doc: sort-group: unnecessary copy | Kaz Kylheku | 2022-03-16 | 1 | -1/+1 |
* | ffi: support intmax-t and uintmax-t types. | Kaz Kylheku | 2022-03-15 | 4 | -9/+62 |
* | New GNU-themed quip. | Kaz Kylheku | 2022-03-08 | 1 | -0/+1 |
* | New function: group-map. | Kaz Kylheku | 2022-03-02 | 5 | -9/+51 |
* | hash: add tests for group-by, group-reduce. | Kaz Kylheku | 2022-03-02 | 1 | -0/+16 |
* | hash: group-reduce calls hash-update. | Kaz Kylheku | 2022-03-02 | 1 | -9/+3 |
* | Version 274.txr-274 | Kaz Kylheku | 2022-02-24 | 7 | -859/+1003 |
* | opip: pass through forms in the op family. | Kaz Kylheku | 2022-02-24 | 3 | -5/+28 |
* | doc: revisit partition-if | Kaz Kylheku | 2022-02-23 | 1 | -7/+26 |
* | doc: make-like can take an iterators. | Kaz Kylheku | 2022-02-23 | 1 | -0/+10 |
* | New list-builder method: oust. | Kaz Kylheku | 2022-02-23 | 5 | -6/+70 |
* | 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 |