summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Adding exit* function which calls _exit.Kaz Kylheku2015-04-161-0/+11
* Add exec and pipe functions.Kaz Kylheku2015-04-161-0/+13
* Adding chmod.Kaz Kylheku2015-04-161-0/+13
* Adding dotimes macro.Kaz Kylheku2015-04-161-0/+9
* Fix escaping issues in open-process on Windows.Kaz Kylheku2015-04-151-0/+17
* Allow quasiquotes in braces and quasiliterals, and quotes in braces.Kaz Kylheku2015-04-151-0/+11
* Diagnose trailing junk in numeric literals.Kaz Kylheku2015-04-141-0/+9
* Implementing while* and until* loops.Kaz Kylheku2015-04-111-0/+13
* * sysif.c: Use HAVE_FORK_STUFF to wrap fork, waitpid and dup/dup2.Kaz Kylheku2015-04-111-0/+4
* Exposing dup and dup2.Kaz Kylheku2015-04-111-0/+12
* Functions open-fileno and fileno.Kaz Kylheku2015-04-101-0/+18
* * gc.c (sweep): Fix comment referring to nonexistent identifier.Kaz Kylheku2015-04-101-0/+4
* * eval.c (eval_init): There is an until_s global variable, soKaz Kylheku2015-04-101-0/+5
* Fork and wait support.Kaz Kylheku2015-04-091-0/+16
* * eval.c (iflet_s, when_s): New global variables.Kaz Kylheku2015-04-061-0/+12
* New whilet macro.Kaz Kylheku2015-04-051-0/+13
* New zap operator.Kaz Kylheku2015-04-011-0/+10
* Array overrun fix in apply.Kaz Kylheku2015-03-311-0/+11
* Deal with spurious retention in function application.Kaz Kylheku2015-03-311-0/+14
* * stream.c (vformat): Bugfix: ~X printing in lower case, like ~x,Kaz Kylheku2015-03-301-0/+5
* * mpi-patches/eliminate-locale-dependencies: New patch.Kaz Kylheku2015-03-291-0/+7
* New -n option. New "i" mode letter in file opening functions.Kaz Kylheku2015-03-291-0/+26
* * eval.c (prinl, pprinl): Become external functions.Kaz Kylheku2015-03-281-0/+12
* * eval.c (eval_init): register get-lines as having one optionalKaz Kylheku2015-03-281-0/+9
* * Makefile (enforce): Update error error message.Kaz Kylheku2015-03-241-0/+8
* * lib.c (int_str): Workaround for wcstol recognizing the 0x prefix whenKaz Kylheku2015-03-201-0/+8
* * txr.c (help): Added missing documentation for -e and -p.Kaz Kylheku2015-03-171-0/+8
* Version 105.txr-105Kaz Kylheku2015-03-141-0/+12
* * stream.c (run): In Windows version, fix nasty corruption bug:Kaz Kylheku2015-03-111-0/+6
* * stream.c (open_process, run, sh): Eliminate utf8name local variableKaz Kylheku2015-03-111-0/+6
* * sysif.c (mkdir_nothrow_exists): New static function.Kaz Kylheku2015-03-101-0/+8
* * parser.c (open_txr_file, regex_parse, lisp_parse): FunctionsKaz Kylheku2014-12-211-0/+8
* * Makefile (OBJS): Add parser.o.Kaz Kylheku2014-12-211-0/+12
* New ignerr macro.Kaz Kylheku2015-02-251-0/+11
* Introducing persistent error state on streams.Kaz Kylheku2015-02-251-0/+52
* Improved error reporting, particularly for macro expansion.Kaz Kylheku2015-02-211-0/+21
* * regex.c (match_regex_right): Bugfix: zero length matchesKaz Kylheku2015-02-201-0/+6
* String-returning wrappers for some regex matching functions.Kaz Kylheku2015-02-201-0/+13
* * regex.c (print_rec): A compound must use parentheses forKaz Kylheku2015-02-151-0/+5
* * lib.c (list_collect, list_collect_append): In errorKaz Kylheku2015-02-121-0/+7
* New functions pad and weave.Kaz Kylheku2015-02-121-0/+10
* * lib.c (lazy_appendv_func, lazy_appendv): Bugfix: append*Kaz Kylheku2015-02-121-0/+10
* * eval.c (symacro_k, fun_k): New keyword variables.Kaz Kylheku2015-02-101-0/+11
* * Makefile: Add dependency froml $(EXTRA_OBJS-y) to headerKaz Kylheku2015-02-091-0/+6
* * Makefile: Removing bogus eval which refers to nonexistentKaz Kylheku2015-02-091-0/+5
* * Makefile (clean): Remove $(EXTRA_OBJS-y) so the Windows .resKaz Kylheku2015-02-091-0/+5
* Version 104.txr-104Kaz Kylheku2015-02-081-0/+10
* * arith.c (trunc_rem): New function.Kaz Kylheku2015-02-071-0/+12
* * Makefile (CFLAGS): Removed puzzling, unnecessary definitionsKaz Kylheku2015-02-071-0/+37
* Support txr-win.exe target which has no console window.Kaz Kylheku2015-02-071-0/+12