summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Copyright year bump 2021.Kaz Kylheku2021-01-14128-130/+134
* vm: derive duplicated constants from Lisp origin.Kaz Kylheku2021-01-113-4/+14
* quips: new entriesKaz Kylheku2021-01-071-0/+2
* doc: stray functions in heading and syntaxKaz Kylheku2021-01-051-3/+1
* quips: improve one about side-effects.Kaz Kylheku2021-01-051-1/+1
* configure: tweak test for inline.Kaz Kylheku2021-01-041-3/+2
* progn, prog1, prog2: now also functions.Kaz Kylheku2021-01-013-8/+50
* New macro: prog2Kaz Kylheku2021-01-012-5/+59
* eval: use symbol vars for registering if, and or.Kaz Kylheku2021-01-011-3/+3
* gc: streamlining finalization-related code.Kaz Kylheku2021-01-011-4/+4
* gc: do finalizers completely on one phase.Kaz Kylheku2021-01-012-37/+58
* Version 246txr-246Kaz Kylheku2020-12-315-266/+293
* gc: add finalization count to objects.Kaz Kylheku2020-12-314-20/+28
* gc: fix unnecessary full gc request in finalization.Kaz Kylheku2020-12-311-2/+2
* awk: tests for fconv.Kaz Kylheku2020-12-312-0/+21
* doc: improve awk fconv documenation.Kaz Kylheku2020-12-311-0/+16
* gc: bug: finalization logic causing gc assertKaz Kylheku2020-12-311-7/+17
* doc: note for awk macro fconv.Kaz Kylheku2020-12-291-0/+11
* awk: bugfix: load compiled verison of conv.tl.Kaz Kylheku2020-12-291-1/+1
* awk: bugfix: fconv symbols not in usr package.Kaz Kylheku2020-12-292-13/+16
* quips: use random-state argument in shuffle call.Kaz Kylheku2020-12-291-2/+1
* shuffle/nshuffle: take optional random state argument.Kaz Kylheku2020-12-294-11/+13
* shuffle/nshuffle: eliminate wasteful vector copy.Kaz Kylheku2020-12-291-1/+1
* quips: new one.Kaz Kylheku2020-12-281-0/+1
* quip: function cycles through all quips.Kaz Kylheku2020-12-281-1/+6
* doc: correction in dialect notes for symbol-macroKaz Kylheku2020-12-271-3/+5
* Version 245txr-245Kaz Kylheku2020-10-104-9/+36
* chmod: disable some chmod tests on Cygwin.Kaz Kylheku2020-12-241-21/+26
* linenoise: fix: int used instead of wchar_t.Kaz Kylheku2020-12-241-2/+2
* android: fix socket module, failing tests.Kaz Kylheku2020-12-235-15/+18
* configure: don't disable PIE on Android.Kaz Kylheku2020-12-231-25/+29
* build: Android support.Kaz Kylheku2020-12-232-0/+22
* configure: rename darwin variable.Kaz Kylheku2020-12-231-3/+3
* configure: get rid of -Wold-style-declarationKaz Kylheku2020-12-231-1/+1
* configure: relax to C99 for regular users.Kaz Kylheku2020-12-221-2/+9
* configure: C++ fix for recently added C flags.Kaz Kylheku2020-12-221-0/+1
* configure: C++ fix for type size detection case.Kaz Kylheku2020-12-221-4/+4
* shipped lexer: fix misleading indentation.Kaz Kylheku2020-12-221-5/+5
* int-flo: bugfix on 64 bitKaz Kylheku2020-12-221-2/+9
* build: add more warnings against ancient C.Kaz Kylheku2020-12-131-1/+3
* txr, eval: eliminate some func_n1 calls.Kaz Kylheku2020-12-102-5/+5
* New quip: inspired by dumb phone messages.Kaz Kylheku2020-12-101-0/+1
* mpi: small rearrangement in is-power-of-two function.Kaz Kylheku2020-11-221-4/+2
* printer: no leading zeros in hex chars.Kaz Kylheku2020-11-171-9/+6
* quips: three new entries.Kaz Kylheku2020-11-161-0/+3
* time: indentation fix.Kaz Kylheku2020-10-161-12/+12
* time: don't emulate setenv with putenvKaz Kylheku2020-10-161-20/+13
* sysif: respect HAVE_SETENV.Kaz Kylheku2020-10-161-0/+6
* env-hash: now persistent and synced with setenv.Kaz Kylheku2020-10-162-19/+108
* doc: add missing detail to env function.Kaz Kylheku2020-10-161-0/+8