summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (eval_init): Follow function renames.Kaz Kylheku2012-09-021-0/+30
* * txr.1: Lots of new documentation. Major rearrangement of document,Kaz Kylheku2012-09-011-0/+5
* * eval.c (symbol_function): Bugfix: return the function rather thanKaz Kylheku2012-09-011-0/+5
* * txr.1: Minor corrections, and documented most stream functions,Kaz Kylheku2012-09-011-0/+5
* * txr.1: Documented print, pprint, tostring and tostringp.Kaz Kylheku2012-09-011-0/+4
* * stream.c (vformat): Bugfix: under the ~a and ~s directives,Kaz Kylheku2012-08-311-0/+8
* * eval.c (expand): Bugfix: failure to handle regularKaz Kylheku2012-08-311-0/+6
* * txr.1: Documented chain, andf, orf and iff.Kaz Kylheku2012-08-301-0/+4
* * eval.c (eval_intrinsic): Bugfix: take the expanded form insteadKaz Kylheku2012-08-301-0/+8
* * txr.1: Documented all functions related to hashing.Kaz Kylheku2012-08-301-0/+4
* * lib.c (multi_sort_less): Fixing semantics of return value. IndividualKaz Kylheku2012-08-291-0/+5
* * lib.c (multi_sort_less): Change the semantics so that when theKaz Kylheku2012-08-291-0/+6
* * eval.c (mapcarv): Changed to external linkage.Kaz Kylheku2012-08-291-0/+14
* * eval.c (eval_init): Registered open-command and open-processKaz Kylheku2012-05-181-0/+13
* * stream.c (open_pipev): Bugfix: program name is includedKaz Kylheku2012-05-181-0/+5
* Implement open_pipev in terms of popen for Windows whichKaz Kylheku2012-05-181-0/+14
* * configure: New test added for fork, pipe, exec and waitpid.Kaz Kylheku2012-05-181-0/+5
* * match.c (complex_open): Likewise.Kaz Kylheku2012-05-181-0/+4
* * utf8.c (w_fopen, w_popen): Removing unnecessary casts ofKaz Kylheku2012-05-181-0/+5
* Implementing new pipe function to get around the limitationKaz Kylheku2012-05-181-0/+24
* * match.c (v_collect): Implemented semantics for repeat symbol.Kaz Kylheku2012-05-171-0/+17
* * configure: Do not capture the stderr of GNU Make in theKaz Kylheku2012-05-171-0/+7
* * eval.c (range_v_func, range_v_star_func): Restore the order ofKaz Kylheku2012-04-241-0/+11
* * arith.c (plus): Fixed broken (+ fixnum char) case.Kaz Kylheku2012-04-241-0/+4
* Fixes for configuring and building in a separate directory.Kaz Kylheku2012-04-201-0/+12
* Version 65txr-65Kaz Kylheku2012-04-201-0/+12
* * regex.c (regex_space_chars): Variable removed.Kaz Kylheku2012-04-201-0/+10
* * parser.y (regtoken): New nonterminal symbol.Kaz Kylheku2012-04-201-0/+17
* * txr.1: Documented new regex tokens.Kaz Kylheku2012-04-191-0/+2
* First cut at implementing \s, \d, \w, \S, \D and \W regex tokens.Kaz Kylheku2012-04-191-0/+35
* * eval.c (eval_init): New intrinsic functions remq*, remql*,Kaz Kylheku2012-04-151-0/+14
* * eval.c (eval_init): find-if intrinsic registered.Kaz Kylheku2012-04-141-0/+13
* * HACKING: Added notes on generational garbage collection.Kaz Kylheku2012-04-141-0/+4
* * eval.c (eval_init): New functions remove-if and keep-if.Kaz Kylheku2012-04-141-0/+10
* * configure: Restructuring configure script to be able to detectKaz Kylheku2012-04-131-0/+11
* Bugfix: multiple uses of @(next :args) seeing junk "args" stringKaz Kylheku2012-04-131-0/+15
* Improve the regex Lisp syntax by allowing strings to specifyKaz Kylheku2012-04-121-0/+12
* * txr.1: Fix misleading comment example.Kaz Kylheku2012-04-111-0/+4
* Adding patch to MPI to disable its Makefile so people don't tryKaz Kylheku2012-04-101-0/+15
* More NetBSD porting.Kaz Kylheku2012-04-101-0/+20
* * arith.c (INT_PTR_MAX_MP): New static variable.Kaz Kylheku2012-04-101-0/+16
* * configure: Switch from _POSIX_C_SOURCE=2 to _XOPEN_SOURCE.Kaz Kylheku2012-04-101-0/+9
* * Makefile (conftest.ccver): New phony target.Kaz Kylheku2012-04-101-0/+9
* * eval.c (eval_init): Expose regex-compile and regexp as intrinsics.Kaz Kylheku2012-04-101-0/+15
* Clarify which NetBSD.Kaz Kylheku2012-04-091-1/+1
* NetBSD port.Kaz Kylheku2012-04-091-0/+29
* * mpi-patches/add-mp-hash (mp_hash): Fix incorrectKaz Kylheku2012-04-091-0/+9
* * arith.c (bignum): Previously static function now exposed as external.Kaz Kylheku2012-04-081-0/+22
* * txr.vim: Fixed accidental breakage.Kaz Kylheku2012-04-081-0/+4
* * lib.c: Revert earlier change: config.h must be included before theKaz Kylheku2012-04-071-0/+6