summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Get alloca from stdlib.h, if possible.Kaz Kylheku2018-12-311-1/+1
* Remove HAVE_ALLOCA.Kaz Kylheku2018-12-311-1/+0
* doc: formatting under lop.Kaz Kylheku2018-12-241-2/+2
* doc: grammar fixes under registeer-tentative-def.Kaz Kylheku2018-12-241-4/+2
* doc: formatting under caseql*.Kaz Kylheku2018-12-241-1/+1
* Version 204.txr-204Kaz Kylheku2018-12-176-464/+491
* UTF-8: fix incorrect decoding of four-byte sequences.Kaz Kylheku2018-12-171-1/+1
* defvar: bugfix: bad state caused by exception.Kaz Kylheku2018-12-141-1/+1
* compiler: move variable down in file.Kaz Kylheku2018-12-131-2/+2
* nzerop: new function.Kaz Kylheku2018-12-134-1/+48
* Use tnil instead of if2 in arithmetic predicates.Kaz Kylheku2018-12-131-9/+9
* plusp: wrong name in error message.Kaz Kylheku2018-12-131-1/+1
* configure: extend some config variable descriptions.Kaz Kylheku2018-12-121-2/+11
* Turn off stack protector gcc option.Kaz Kylheku2018-12-121-1/+1
* bugfix: LDFLAGS not pulled in.Kaz Kylheku2018-12-121-1/+1
* Eliminate various unneeded header inclusions.Kaz Kylheku2018-12-124-7/+0
* Drastically reduce inclusion of <dirent.h>.Kaz Kylheku2018-12-1125-25/+1
* Version 203.txr-203Kaz Kylheku2018-11-296-593/+611
* doc: bad formatting under --noninteractiveKaz Kylheku2018-11-281-1/+3
* New range testing functions.Kaz Kylheku2018-11-274-0/+76
* case macros: bugfixes for evaluated keys.Kaz Kylheku2018-11-271-5/+5
* doc: caseql* macro expands cases in global envKaz Kylheku2018-11-271-1/+1
* doc: avoid "empty lexical environment".Kaz Kylheku2018-11-271-4/+5
* case macros: stricter syntactic check.Kaz Kylheku2018-11-271-0/+3
* case macros: bugfix empty case.Kaz Kylheku2018-11-271-2/+3
* doc: clarify pretty printing.Kaz Kylheku2018-11-251-3/+34
* print: keep colon in keyword symsKaz Kylheku2018-11-252-2/+14
* doc: refresh documentation of make-lazy-consKaz Kylheku2018-11-251-8/+34
* Streamline logand and logior slightly.Kaz Kylheku2018-11-251-18/+4
* logxor: fix seriously broken function.Kaz Kylheku2018-11-254-1/+53
* vm: some optimizations.Kaz Kylheku2018-11-221-11/+27
* Version 202.txr-202Kaz Kylheku2018-11-226-276/+308
* doc: clarify delimited continuation compiled semanticsKaz Kylheku2018-11-181-10/+30
* doc: move functionpKaz Kylheku2018-11-171-14/+14
* doc: use bulleted list under copy.Kaz Kylheku2018-11-171-56/+29
* copy: call copy-fun for functions.Kaz Kylheku2018-11-172-0/+8
* compiler: use binary versions of common math functions.Kaz Kylheku2018-11-162-0/+28
* vm: provide special case call entry points.Kaz Kylheku2018-11-163-14/+112
* vm: use faster funcall functions in vm_gcall.Kaz Kylheku2018-11-161-15/+58
* math: remove redundant type checks from NUM.Kaz Kylheku2018-11-162-118/+122
* args: remove unused macro.Kaz Kylheku2018-11-141-4/+0
* compile: handle functions that have environments.Kaz Kylheku2018-11-133-2/+93
* copy-fun: duplicate a function, with own environment.Kaz Kylheku2018-11-137-0/+97
* regex: relocate unlikely case after other tests.Kaz Kylheku2018-11-121-3/+3
* doc: corrections under Referencing DotKaz Kylheku2018-11-111-6/+9
* doc: changes to introKaz Kylheku2018-11-111-27/+39
* doc: listener suspend doesn't "depend" on job controlKaz Kylheku2018-11-111-2/+6
* doc: listener: remove irrelvant historic notesKaz Kylheku2018-11-111-9/+2
* doc: fixes under Null Hack description.Kaz Kylheku2018-11-111-9/+11
* POSIX requires <sys/select.h> for select function.Kaz Kylheku2018-11-092-0/+27