summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* doc: FFI string types map null pointer to nil.Kaz Kylheku2022-04-261-3/+7
* doc: ffi: document the array-of-1 trick.Kaz Kylheku2022-04-261-0/+62
* load/@(load): use path_cat.Kaz Kylheku2022-04-252-6/+2
* *load-search-dir*: Some tests.Kaz Kylheku2022-04-251-0/+33
* New: load can search multiple directories.Kaz Kylheku2022-04-258-19/+131
* open_txr_file: rename parameters.Kaz Kylheku2022-04-242-20/+20
* subprocesses: don't unnecessarily flush *stdout*.Kaz Kylheku2022-04-241-2/+4
* subprocesses: flush *stdout*.Kaz Kylheku2022-04-231-0/+8
* fork/streams: new failing test.Kaz Kylheku2022-04-232-0/+43
* doc: cross reference eval and file compilation.Kaz Kylheku2022-04-011-2/+33
* loading: bugfix: try specified path before suffixes.Kaz Kylheku2022-03-312-61/+99
* Add test for loading issue.Kaz Kylheku2022-03-3110-0/+55
* compiler: package-manipulating top-level forms bug.Kaz Kylheku2022-03-311-1/+2
* New function: isecp.Kaz Kylheku2022-03-306-7/+52
* Test of a package-related file compilation problem.Kaz Kylheku2022-03-302-0/+12
* 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