summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Version 95.txr-95Kaz Kylheku2014-08-071-0/+10
* No getppid on MinGW.Kaz Kylheku2014-08-071-0/+8
* * parser.l (yyerr): Function removed; it is not used in the lexer,Kaz Kylheku2014-08-071-0/+11
* Reentrant parser regression.Kaz Kylheku2014-08-071-0/+13
* Version 94.txr-94Kaz Kylheku2014-08-051-0/+12
* * rand.c (make_random_state): Make the seeding behaviorKaz Kylheku2014-08-051-0/+7
* * eval.c (eval_init): Fix incorrect registration ofKaz Kylheku2014-08-051-0/+6
* * parser.y: Back port from Berkeley Yacc to GNU Bison.Kaz Kylheku2014-08-051-0/+9
* Big switch to reentrant lexing and parsing.Kaz Kylheku2014-08-021-0/+60
* * signal.c (interrupt_count): New global variable.Kaz Kylheku2014-08-021-0/+8
* * configure (have_sys_time): New variable.Kaz Kylheku2014-08-011-0/+15
* * signal.c (set_sig_handler): Don't use SA_ONSTACKKaz Kylheku2014-08-011-0/+9
* * signal.c (sig_hup, sig_int, sig_quit, sig_ill, sig_trap, sig_abrt,Kaz Kylheku2014-08-011-0/+11
* * eval.c (getpid_wrap, getppid_wrap): New static functions.Kaz Kylheku2014-07-301-0/+10
* * parser.l: Allow unquotes and splices in QSPECIAL and BRACED states.Kaz Kylheku2014-07-301-0/+11
* * eval.c (eval_init): Register uniq function.Kaz Kylheku2014-07-291-0/+10
* * eval.c (repeatv): Renamed to repeat. Turned into functionKaz Kylheku2014-07-291-0/+10
* * arith.c (plus, minus, mul): Fix missing breaksKaz Kylheku2014-07-291-0/+6
* * eval.c (eval_init): Register nconc as intrinsic.Kaz Kylheku2014-07-291-0/+10
* * lib.c (reduce_left, reduce_right): Nullify incoming sequenceKaz Kylheku2014-07-291-0/+5
* * eval.c (giterate_func, giterate): Adjusting semantics of giterate toKaz Kylheku2014-07-291-0/+9
* * eval.c (eval_init): Register partition-by intrinsic.Kaz Kylheku2014-07-281-0/+11
* * arith.c (rising_product): Fix wrong m == n case,Kaz Kylheku2014-07-281-0/+7
* Fix 2014-02-05 safety regression: unchecked use of non-function objectsKaz Kylheku2014-07-271-0/+9
* * eval.c (giterate_func, giterate): New static functions.Kaz Kylheku2014-07-271-0/+7
* * unwind.h (uw_block_begin): Get rid of the unused typedef trick,Kaz Kylheku2014-07-261-0/+8
* * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c,Kaz Kylheku2014-07-231-0/+9
* * match.c (subst_vars): Bugfix: I neglected to apply theKaz Kylheku2014-07-221-0/+6
* * parser.y (METANUM): Forgotten %right declaration for thisKaz Kylheku2014-07-221-0/+5
* * configure: Add a check, in the case that we cannot make anKaz Kylheku2014-07-221-0/+18
* * RELNOTES: Updated.Kaz Kylheku2014-07-221-0/+10
* * eval.c (me_case): Fix quoting issue in expansion.Kaz Kylheku2014-07-221-0/+4
* * signal.c (set_sig_handler): Set up and tear down alternateKaz Kylheku2014-07-201-0/+9
* * eval.c (caseq_s, caseql_s, casequal_s, memq_s, memql_s, memqual_s,Kaz Kylheku2014-07-201-0/+12
* * eval.c (eval_init): Register juxt as intrinsic.Kaz Kylheku2014-07-201-0/+11
* * arith.c (divi): Support one-argument form.Kaz Kylheku2014-07-201-0/+10
* * genvim.txr: Fixed highlighting issues in numbers followed by newline.Kaz Kylheku2014-07-201-0/+6
* * lib.c (search_str): Support negative starting index.Kaz Kylheku2014-07-191-0/+7
* * hash.c (hash_construct): Nullify the pairs argument so thatKaz Kylheku2014-07-191-0/+7
* * eval.c (mapdov): New function.Kaz Kylheku2014-07-191-0/+12
* * stream.c (put_strings, put_lines): New functions.Kaz Kylheku2014-07-191-0/+9
* * eval.c (eval_init): Register get-lines as a synonym for lazy-stream-cons.Kaz Kylheku2014-07-191-0/+13
* * Makefile (conftest, conftest2): Link mathKaz Kylheku2014-07-181-0/+20
* * match.c (v_do, v_require): Set up and tear down environment frame,Kaz Kylheku2014-07-151-0/+8
* * match.c (h_eol): Fix broken horizontal @(eol).Kaz Kylheku2014-07-151-0/+6
* * tests/001/query-1.txr: Remove bogus public domain header.Kaz Kylheku2014-07-151-0/+12
* Fix old, known syntax highlighting problems between symbols,Kaz Kylheku2014-07-151-0/+16
* Fix broken regex highlighting.Kaz Kylheku2014-07-151-0/+9
* * txr.c (txr_main): Allow Lisp code executed via -e and -p options toKaz Kylheku2014-07-141-0/+5
* * eval.c (eval_init): Register interpose and lconsp as intrinsics.Kaz Kylheku2014-07-141-0/+11