summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* hash: bugfix: spurious retention in weak processing.Kaz Kylheku2020-04-112-38/+19
* gc: add argument to sys:gc.Kaz Kylheku2020-04-102-3/+16
* parser: eliminate struct list_accum.Kaz Kylheku2020-04-102-47/+22
* parser: move cons dot handling to higher rule.Kaz Kylheku2020-04-102-19/+3
* parser: streamline core list building.Kaz Kylheku2020-04-092-47/+63
* doc: stat/fstat: bad syntax formatting.Kaz Kylheku2020-04-091-2/+2
* repl: improve dotfile security tests.Kaz Kylheku2020-04-093-6/+29
* path testing functions: accept stream argument.Kaz Kylheku2020-04-092-18/+32
* tags: @(bind) should generate variable tags.Kaz Kylheku2020-04-071-1/+1
* doc: read, iread: document lineno parameter.Kaz Kylheku2020-04-071-5/+14
* doc: bad grammer compilation section.Kaz Kylheku2020-04-071-1/+1
* exceptions: improve non-error @(throw) and @(assert).Kaz Kylheku2020-04-072-3/+42
* exceptions: use uw_rthrow for non-error exceptions.Kaz Kylheku2020-04-074-13/+13
* warning cleanup: GNU C++ initializer warnings.Kaz Kylheku2020-04-067-10/+16
* exceptions: unhandled non-error exceptions now return.Kaz Kylheku2020-04-063-43/+161
* warning cleanup: suspicious switch fallthrough cases.Kaz Kylheku2020-04-056-4/+16
* warning cleanup: missing member initializers.Kaz Kylheku2020-04-056-27/+26
* warning cleanup: empty do/while style.Kaz Kylheku2020-04-051-2/+2
* warning cleanup: unsigned < 0 comparisons.Kaz Kylheku2020-04-052-7/+7
* warning cleanup: signed/unsigned in ternaries.Kaz Kylheku2020-04-055-6/+6
* warning cleanup: remove unused parameters.Kaz Kylheku2020-04-059-31/+31
* warning cleanup: add casts for unused parameters.Kaz Kylheku2020-04-0513-4/+283
* tags: handle macro-timeKaz Kylheku2020-04-051-1/+1
* tags: bugfix: process progn correctly.Kaz Kylheku2020-04-051-1/+1
* tags: process only pkg clauses of load-for.Kaz Kylheku2020-04-051-1/+4
* tags: use sys:make-anon-packageKaz Kylheku2020-04-051-1/+1
* tags: completely restore package list for each file.Kaz Kylheku2020-04-051-6/+4
* tags: follow loads and define needed packages.Kaz Kylheku2020-04-051-1/+24
* tags: process files in anon package.Kaz Kylheku2020-04-041-4/+15