summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Adding poll function.Kaz Kylheku2015-04-285-1/+191
* Version 107.txr-107Kaz Kylheku2015-04-267-170/+204
* Allow (force ...) to be an assignable place.Kaz Kylheku2015-04-253-12/+42
* Introducing mlet macro.Kaz Kylheku2015-04-253-1/+175
* * lib.c (symbol_package): If the argument is nil, returnKaz Kylheku2015-04-252-1/+7
* Remove silly package lookup from keywordp.Kaz Kylheku2015-04-253-2/+14
* Regression: runaway allocation of heaps.Kaz Kylheku2015-04-242-1/+13
* * gc.c (make_obj, gc): The check for insufficient space in freshobjKaz Kylheku2015-04-242-3/+9
* * gc.c (gc): Minor off-by-one: compare gc_counter to FULL_GC_INTERVALKaz Kylheku2015-04-242-1/+6
* * txr.1: lconsp: unterminated syntax block.Kaz Kylheku2015-04-231-0/+1
* * txr.1: name typo in lcons sample implementation.Kaz Kylheku2015-04-231-1/+1
* Switch to in-tree mpi directory.Kaz Kylheku2015-04-2224-1884/+20
* eliminate-locale-dependencies patchKaz Kylheku2015-04-221-9/+14
* add-bitops patchKaz Kylheku2015-04-222-0/+441
* fix-ctype-warnings patchKaz Kylheku2015-04-221-3/+3
* mpi-to-double patchKaz Kylheku2015-04-222-0/+29
* faster-square-root patchKaz Kylheku2015-04-221-74/+70
* shrink-mpi-int patchKaz Kylheku2015-04-221-0/+5
* bit-search-optimizations patchKaz Kylheku2015-04-221-30/+232
* fix-bad-shifts patchKaz Kylheku2015-04-221-5/+5
* mpi-set-double-intptr patchKaz Kylheku2015-04-222-0/+33
* mpi-set-mpi-word patchKaz Kylheku2015-04-222-0/+10
* fix-mult-bug patchKaz Kylheku2015-04-221-6/+6
* add-mpi-toradix-with-case patchKaz Kylheku2015-04-222-4/+10
* add-mp-hash patchKaz Kylheku2015-04-222-0/+30
* export-mp-eq patchKaz Kylheku2015-04-222-8/+4
* add-mp-set-intptr patchKaz Kylheku2015-04-222-0/+55
* use-txr-allocator patchKaz Kylheku2015-04-221-6/+9
* fix-warnings patchKaz Kylheku2015-04-222-7/+7
* config-types patchKaz Kylheku2015-04-223-13/+54
* Bringing MPI library out of tarball into GIT.Kaz Kylheku2015-04-229-0/+5597
* delay/force overhaul.Kaz Kylheku2015-04-222-7/+45
* * txr.1: Fix formatting issuesKaz Kylheku2015-04-221-10/+10
* ChangeLog fixup: "Version 106" missing.Kaz Kylheku2015-04-211-0/+2
* Version 106.txr-106Kaz Kylheku2015-04-215-4/+105
* Bugfix: throwing error when trying to print valid regexps.Kaz Kylheku2015-04-192-1/+9
* Do not allow unrecognized escapes in regex.Kaz Kylheku2015-04-193-16/+46
* Improvement in error reporting.Kaz Kylheku2015-04-192-15/+24
* Adding lcons macro.Kaz Kylheku2015-04-185-217/+308
* Adding getenv, setenv and unsetenv.Kaz Kylheku2015-04-187-262/+380
* Fix quasistring regression introduced in TXR 81.Kaz Kylheku2015-04-182-0/+26
* Adding exit* function which calls _exit.Kaz Kylheku2015-04-165-280/+331
* * txr.1: Fixed inconsistency in style of some function headings.Kaz Kylheku2015-04-161-6/+6
* Add exec and pipe functions.Kaz Kylheku2015-04-166-282/+393
* Adding chmod.Kaz Kylheku2015-04-166-320/+412
* * txr.1: Moving Unix-specific material to appropriate sections.Kaz Kylheku2015-04-161-131/+134
* Adding dotimes macro.Kaz Kylheku2015-04-163-0/+71
* Fix escaping issues in open-process on Windows.Kaz Kylheku2015-04-152-12/+64
* Allow quasiquotes in braces and quasiliterals, and quotes in braces.Kaz Kylheku2015-04-153-6/+14
* Diagnose trailing junk in numeric literals.Kaz Kylheku2015-04-142-14/+28