summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* Implementing while* and until* loops.Kaz Kylheku2015-04-115-21/+90
* * txr.1: Add powerset example under comb functionKaz Kylheku2015-04-111-0/+10
* * sysif.c: Use HAVE_FORK_STUFF to wrap fork, waitpid and dup/dup2.Kaz Kylheku2015-04-112-2/+6
* Exposing dup and dup2.Kaz Kylheku2015-04-115-288/+323
* Functions open-fileno and fileno.Kaz Kylheku2015-04-106-1/+84
* * gc.c (sweep): Fix comment referring to nonexistent identifier.Kaz Kylheku2015-04-102-1/+5
* * eval.c (eval_init): There is an until_s global variable, soKaz Kylheku2015-04-102-1/+6
* * txr.1: Flurry of formatting fixes.Kaz Kylheku2015-04-091-6/+6
* Fork and wait support.Kaz Kylheku2015-04-095-258/+510
* * eval.c (iflet_s, when_s): New global variables.Kaz Kylheku2015-04-065-224/+335
* Move documentation of macros from between cond and if.Kaz Kylheku2015-04-061-139/+138
* * txr.1: formatting fix in pos-min/pos-max.Kaz Kylheku2015-04-061-2/+2
* New whilet macro.Kaz Kylheku2015-04-055-28/+125
* * txr.1: Formatting issue in for/for* syntax.Kaz Kylheku2015-04-041-4/+4
* New zap operator.Kaz Kylheku2015-04-013-2/+40
* Array overrun fix in apply.Kaz Kylheku2015-03-312-12/+22
* Deal with spurious retention in function application.Kaz Kylheku2015-03-314-114/+135
* * stream.c (vformat): Bugfix: ~X printing in lower case, like ~x,Kaz Kylheku2015-03-302-1/+6
* * mpi-patches/eliminate-locale-dependencies: New patch.Kaz Kylheku2015-03-293-0/+53
* New -n option. New "i" mode letter in file opening functions.Kaz Kylheku2015-03-295-31/+242
* * eval.c (prinl, pprinl): Become external functions.Kaz Kylheku2015-03-285-5/+90
* * eval.c (eval_init): register get-lines as having one optionalKaz Kylheku2015-03-284-3/+20
* * txr.1: formatting fixes in weave description.Kaz Kylheku2015-03-241-1/+2
* * Makefile (enforce): Update error error message.Kaz Kylheku2015-03-243-8/+20
* * lib.c (int_str): Workaround for wcstol recognizing the 0x prefix whenKaz Kylheku2015-03-203-1/+36
* * txr.c (help): Added missing documentation for -e and -p.Kaz Kylheku2015-03-173-11/+42
* Version 105.txr-105Kaz Kylheku2015-03-147-280/+335
* * stream.c (run): In Windows version, fix nasty corruption bug:Kaz Kylheku2015-03-112-2/+6
* * stream.c (open_process, run, sh): Eliminate utf8name local variableKaz Kylheku2015-03-112-10/+12
* * sysif.c (mkdir_nothrow_exists): New static function.Kaz Kylheku2015-03-103-1/+81
* * parser.c (open_txr_file, regex_parse, lisp_parse): FunctionsKaz Kylheku2014-12-213-77/+85
* * Makefile (OBJS): Add parser.o.Kaz Kylheku2014-12-215-3/+107
* New ignerr macro.Kaz Kylheku2015-02-255-218/+269
* Introducing persistent error state on streams.Kaz Kylheku2015-02-257-30/+337
* Improved error reporting, particularly for macro expansion.Kaz Kylheku2015-02-215-10/+58
* * regex.c (match_regex_right): Bugfix: zero length matchesKaz Kylheku2015-02-202-1/+7
* String-returning wrappers for some regex matching functions.Kaz Kylheku2015-02-205-4/+74
* * regex.c (print_rec): A compound must use parentheses forKaz Kylheku2015-02-152-2/+13
* * lib.c (list_collect, list_collect_append): In errorKaz Kylheku2015-02-122-2/+9
* New functions pad and weave.Kaz Kylheku2015-02-123-0/+152
* * lib.c (lazy_appendv_func, lazy_appendv): Bugfix: append*Kaz Kylheku2015-02-122-2/+20
* * eval.c (symacro_k, fun_k): New keyword variables.Kaz Kylheku2015-02-104-2/+78
* * Makefile: Add dependency froml $(EXTRA_OBJS-y) to headerKaz Kylheku2015-02-092-1/+9
* * Makefile: Removing bogus eval which refers to nonexistentKaz Kylheku2015-02-092-4/+5
* * Makefile (clean): Remove $(EXTRA_OBJS-y) so the Windows .resKaz Kylheku2015-02-092-1/+6