summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* METALICENSE: paragraph about Bison.Kaz Kylheku2020-10-071-0/+13
* quips: four new entries.Kaz Kylheku2020-10-061-0/+4
* New functions trim-left and trim-right.Kaz Kylheku2020-10-054-0/+140
* quips: two new entries.Kaz Kylheku2020-10-051-0/+2
* New: quip function for random humor.Kaz Kylheku2020-10-043-0/+122
* configure: quote more characters in cmdlineKaz Kylheku2020-10-021-1/+1
* compiler: don't use move immediate instructions.Kaz Kylheku2020-10-012-5/+0
* vm: deprecate move-immediate instructions.Kaz Kylheku2020-10-013-4/+10
* genvmop.txr: stop using :vars.Kaz Kylheku2020-10-011-1/+1
* txr: bugfix: repeat not finding Lisp vars in brace.Kaz Kylheku2020-10-012-10/+18
* configure: only detect lex in maintainer mode.Kaz Kylheku2020-09-242-24/+32
* configure: detect yacc only in maintainer mode.Kaz Kylheku2020-09-242-47/+46
* parser: commit Bison-2.5-generated code.Kaz Kylheku2020-09-244-11/+14353
* new: maintainer mode.Kaz Kylheku2020-09-242-0/+8
* Makefile: stray tabs.Kaz Kylheku2020-09-241-1/+1
* Version 243txr-243Kaz Kylheku2020-09-016-425/+453
* oop: add tests for diamond problem.Kaz Kylheku2020-09-012-2/+23
* tags: address small issue with tag lookup.Kaz Kylheku2020-09-013-8/+8
* New function: reject.Kaz Kylheku2020-09-014-0/+117
* doc: minor flaw in select syntax markup.Kaz Kylheku2020-08-301-1/+1
* doc: rewrite multiple inheritance intro paragraph.Kaz Kylheku2020-08-281-9/+3
* doc: :fini also affected by diamond problem.Kaz Kylheku2020-08-281-4/+25
* OOP: use chk_calloc for objects.Kaz Kylheku2020-08-271-9/+4
* OOP: bugfix: lazy object uninitialized dirty flag.Kaz Kylheku2020-08-271-0/+1
* OOP: optimization in dupe base check.Kaz Kylheku2020-08-271-7/+7