summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* env: move function to sysif.cKaz Kylheku2020-10-165-38/+39
* struct: bad object in two diagnostics.Kaz Kylheku2020-10-161-2/+2
* Version 244txr-244Kaz Kylheku2020-10-105-438/+489
* time: Solaris fix: don't assign to env_list.Kaz Kylheku2020-10-101-1/+0
* mapcar: regression: not not converting to left typeKaz Kylheku2020-10-101-1/+2
* configure: replace nm-based trick for sizesKaz Kylheku2020-10-092-82/+63
* compiler: bump up compiled file version to 5.1.Kaz Kylheku2020-10-091-1/+1
* doc: missing info about compiled file version 5.Kaz Kylheku2020-10-091-1/+3
* random: use nanoseconds for seeding.Kaz Kylheku2020-10-071-1/+1
* New function: time-nsec.Kaz Kylheku2020-10-074-1/+54
* time: move time functions out of lib.c into time.c.Kaz Kylheku2020-10-078-488/+567
* random: correctly refer to WELL512a everywhere.Kaz Kylheku2020-10-072-6/+6
* random: add tests validating WELL512a.Kaz Kylheku2020-10-072-0/+24
* random: bugfix: incorrect WELL512a.Kaz Kylheku2020-10-073-65/+98
* doc: out of order compat entries.Kaz Kylheku2020-10-071-6/+6