summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 237.txr-237Kaz Kylheku2020-04-266-715/+771
* Reduce footprint of :fd property.Kaz Kylheku2020-04-253-14/+8
* lib/buf: use unsigned integers around allocations.Kaz Kylheku2020-04-252-4/+4
* carray: revise carray diagnostics.Kaz Kylheku2020-04-241-8/+8
* carray: bug sweep.Kaz Kylheku2020-04-241-28/+62
* poll: allow execution of async signal handlers.Kaz Kylheku2020-04-231-8/+7
* sockets: connect bugfix and use poll in preference to select.Kaz Kylheku2020-04-232-37/+73
* ifa: fix broken/invalid test case.Kaz Kylheku2020-04-232-4/+7
* Remove unnecessary #include directives.Kaz Kylheku2020-04-2225-54/+0
* mpi: remove dubious MP_DEBUG cruft.Kaz Kylheku2020-04-223-17/+0
* arith: move c_unum and unum declaration into lib.hKaz Kylheku2020-04-228-8/+2
* printer: add package prefix on symbols with zero-length name.Kaz Kylheku2020-04-221-0/+3
* tags: bugfix: file-opening logic in simulated load.Kaz Kylheku2020-04-221-1/+2
* parser: C++ cast fix.Kaz Kylheku2020-04-221-1/+1
* parser: batched read operation for speed.Kaz Kylheku2020-04-223-7/+14
* streams: put_buf and fill_buf become lower-level.Kaz Kylheku2020-04-224-46/+78
* Reduce consing in /= function.Kaz Kylheku2020-04-211-10/+25
* Extending =, <, >, <= and >= to work on sequences.Kaz Kylheku2020-04-212-16/+207
* seq_info: bugfix: uninitialized type field.Kaz Kylheku2020-04-201-1/+1
* compiler: avoid wasteful substitution via %bin-op%.Kaz Kylheku2020-04-201-1/+1
* compiler: bugfix: constant test in 2 or 3 arg if.Kaz Kylheku2020-04-201-2/+2
* New function: get-line-as-bufKaz Kylheku2020-04-195-2/+60
* Version 236.txr-236Kaz Kylheku2020-04-186-287/+332
* genvim: work around Vim "contains" bug.Kaz Kylheku2020-04-181-1/+3
* path-testing functions: accept file descriptor.Kaz Kylheku2020-04-182-5/+5
* configure: simplify shell viability test.Kaz Kylheku2020-04-181-14/+6
* configure: include ksh in search.Kaz Kylheku2020-04-181-0/+1
* configure: detect more good shells.Kaz Kylheku2020-04-171-0/+7
* open-file: fix broken append mode.Kaz Kylheku2020-04-171-0/+2
* listener: completion for Unicode identifiers.Kaz Kylheku2020-04-171-2/+4
* configure: improve shell search-and-re-execute logic.Kaz Kylheku2020-04-171-16/+46
* regex: duplicate character range crash fix.Kaz Kylheku2020-04-171-6/+12
* unicode: wide character upkeep 3.Kaz Kylheku2020-04-171-0/+7
* unicode: wide character upkeep 2.Kaz Kylheku2020-04-171-2/+2
* unicode: character width upkeep.Kaz Kylheku2020-04-171-5/+4
* open-file: allow async signals.Kaz Kylheku2020-04-161-14/+20
* New function: touch.Kaz Kylheku2020-04-153-1/+39
* New "n" open file mode option: nonblocking.Kaz Kylheku2020-04-153-9/+19
* streams: bugfix: "m" mode: use 0666 in open.Kaz Kylheku2020-04-151-1/+1
* txr-parse: release deferred warnings.Kaz Kylheku2020-04-141-2/+11
* load: release warnings before throwing exception.Kaz Kylheku2020-04-142-4/+7
* unwind: regression: signal mask restoring.Kaz Kylheku2020-04-141-1/+0
* sockets: missing shut-rd, shut-wr, shut-rdwr.Kaz Kylheku2020-04-133-1/+5
* streams: fix reversed order of items in error diagnostic.Kaz Kylheku2020-04-131-2/+2
* open-socket-pair: bugfix.Kaz Kylheku2020-04-131-5/+7
* bugfix: definitions must trigger autoload.Kaz Kylheku2020-04-132-1/+8
* ignwarn: handle warnings with multiple args.Kaz Kylheku2020-04-131-1/+1
* Version 235.txr-235Kaz Kylheku2020-04-126-81/+133
* txr: spurious retention in @(next).Kaz Kylheku2020-04-111-3/+16
* txr: avoid by-value match_files_ctx passing.Kaz Kylheku2020-04-111-117/+144