summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gcc11: warnings related to struct args allocation..Kaz Kylheku2021-09-084-7/+19
* poll: don't free array from alloca.Kaz Kylheku2021-09-081-2/+0
* exceptions: hack to store errno in string object.Kaz Kylheku2021-09-0714-187/+365
* unwind: remove unused uw_errorf.Kaz Kylheku2021-09-072-14/+0
* string-extend: use num, not num_fast.Kaz Kylheku2021-09-071-3/+3
* string-finish: new function.Kaz Kylheku2021-09-075-0/+42
* string-extend: third optional argument.Kaz Kylheku2021-09-078-30/+49
* tests: no gc torture for tests/019.Kaz Kylheku2021-09-071-0/+1
* ffi: ffi macro uses load-time.Kaz Kylheku2021-09-062-2/+2
* sockets: improve socked type patch.Kaz Kylheku2021-09-061-10/+12
* sockets: clear non-type bits after fd creation.Paul A. Patience2021-09-061-0/+13
* sockets: make error messages more consistent.Paul A. Patience2021-09-061-17/+17
* rand: remove redundant inclusion of buf.h.Paul A. Patience2021-09-061-1/+0
* doc: fix description of carray-uint type argument.Paul A. Patience2021-09-061-1/+1
* ffi: add socklen-t type.Paul A. Patience2021-09-063-18/+28
* itypes: fix usage of double_intptr_t.Paul A. Patience2021-09-061-1/+1
* doc: remove beta status from quasiliteral match.Kaz Kylheku2021-09-041-5/+0
* doc: mention newer macros in pattern matchingKaz Kylheku2021-09-041-0/+14
* load: scope change for load hooks.Kaz Kylheku2021-09-032-20/+16
* lookup_var: don't pass dyn_env explicitly.Kaz Kylheku2021-09-033-6/+6
* load: new macros push-after-load and pop-after-load.Kaz Kylheku2021-09-034-0/+73
* New function: delcons.Kaz Kylheku2021-09-026-0/+110
* load: new *load-hooks* feature.Kaz Kylheku2021-09-028-5/+136
* tags: process only files in repo.Kaz Kylheku2021-09-011-1/+2
* compiler: fix output path of compiled files.Paul A. Patience2021-09-011-1/+1
* tags: fix warnings using @(mdo ...).Kaz Kylheku2021-08-311-10/+10
* tags: add script to tag interned symbols.Paul A. Patience2021-08-312-82/+610
* Version 270.txr-270Kaz Kylheku2021-08-304-5/+28
* seq_iter: some new test cases.Kaz Kylheku2021-08-301-0/+8
* doc: fix reference to buf-sub.Paul A. Patience2021-08-301-2/+2
* doc: fix incorrect slet description.Paul A. Patience2021-08-291-1/+1
* buf, carray: remove de trop binding in accessors.Paul A. Patience2021-08-291-6/+2
* Makefile: whitespace fix.Kaz Kylheku2021-08-291-3/+3
* open-file: improvement: "a" mode sets create flag.Kaz Kylheku2021-08-291-2/+2
* open-file: add mode option "x".Paul A. Patience2021-08-293-5/+26
* open-file: fix broken file-creation modes.Paul A. Patience2021-08-291-2/+3
* seq_iter: allow mixed fixnum/bignum ranges.Kaz Kylheku2021-08-291-6/+18
* seq_iter: fix gc issues.Kaz Kylheku2021-08-292-26/+25
* seq_iter: refactoring.Kaz Kylheku2021-08-292-42/+88
* Version 269.txr-269Kaz Kylheku2021-08-287-1121/+1193
* doc: problem with Unix Memory Mapping heading.Kaz Kylheku2021-08-281-1/+1
* open-file: fix broken "+" mode string.Paul A. Patience2021-08-281-2/+1
* mmap test: use random-buf.Kaz Kylheku2021-08-261-4/+2
* rand: provide random-buf function.Kaz Kylheku2021-08-264-0/+67
* itypes: provide a c_size function for size_t.Kaz Kylheku2021-08-262-0/+17
* random: bug: 32 bit shift.Kaz Kylheku2021-08-261-3/+3
* mmap test: bug: random buffer generation.Kaz Kylheku2021-08-261-1/+2
* ffi: improve support for big/little-endian types.Kaz Kylheku2021-08-261-232/+187
* solaris: disable failing test case.Kaz Kylheku2021-08-261-0/+4
* mmap: Solaris 10 build fix.Kaz Kylheku2021-08-251-0/+20