summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Export break_obj.Kaz Kylheku2014-02-013-2/+15
* * lib.c (d): Disable garbage collection around the dump.Kaz Kylheku2014-02-012-0/+9
* Whitespace.Kaz Kylheku2014-02-011-1/+1
* * configure: remove stray debugging printf from theKaz Kylheku2014-01-312-1/+5
* * genvim.txr: Support floating-point constants.Kaz Kylheku2014-01-303-10/+21
* * eval.c (expand_op): When the variant is do, and the symbolKaz Kylheku2014-01-303-2/+17
* * eval.c (expand_op): Fix broken do operator. In the case of the doKaz Kylheku2014-01-302-1/+9
* Version 77txr-77Kaz Kylheku2014-01-296-64/+130
* * regex.c (match_regex_right): Fix not returning value.Kaz Kylheku2014-01-292-0/+6
* Default argument initializer scoping rule change, allowingKaz Kylheku2014-01-293-13/+50
* * eval.c (eval_init): Registered existing make_catenated_stream asKaz Kylheku2014-01-284-5/+95
* * stream.c (struct stdio_handle): New member, is_rotated.Kaz Kylheku2014-01-282-17/+89
* * stream.c (remove_path, rename_path): New functions.Kaz Kylheku2014-01-286-1/+54
* * eval.c (meta_meta_p, meta_meta_strip): New static functions.Kaz Kylheku2014-01-287-104/+175
* * txr.vim, genvim.txr: There can now be whitespace in TXR LispKaz Kylheku2014-01-273-80/+84
* Lexing and parsing improvements, leaving things less hacky than before,Kaz Kylheku2014-01-273-61/+60
* * parser.y (yybadtoken): Handle METAQUO in switch.Kaz Kylheku2014-01-272-0/+5
* * lib.c (reduce_left, reduce_right): changing the behavior so thatKaz Kylheku2014-01-273-22/+84
* * regex.c (match_regex_right): Fix semantics of second argumentKaz Kylheku2014-01-273-11/+74
* * lib.c (obj_print, obj_pprint): Bugfix: there may beKaz Kylheku2014-01-272-2/+9
* * regex.c (match_regex_right): New function.Kaz Kylheku2014-01-264-0/+31
* Implementing more correct treatment of meta formsKaz Kylheku2014-01-262-36/+105
* Sigh; more lexical-syntactic hacks. This adds handlingKaz Kylheku2014-01-263-10/+41
* * hash.c (hash_update): New function.Kaz Kylheku2014-01-247-0/+95
* * eval.c (expand): Bugfix in expansion of dohash: neglectedKaz Kylheku2014-01-232-1/+8
* Version 76txr-76Kaz Kylheku2014-01-238-92/+144
* * eval.c (expand_op): Takes sym argument to distinguish op and do.Kaz Kylheku2014-01-233-4/+38
* * eval.c (do_eval): Fix incorrect, recently introduced codeKaz Kylheku2014-01-232-10/+16
* Bugfix: @(require ...) not expanding forms.Kaz Kylheku2014-01-234-10/+19
* * lib.c (conses, lazy_conses, func_set_env): New functions.Kaz Kylheku2014-01-235-1/+102
* Changes to the list collection mechanism to improveKaz Kylheku2014-01-228-140/+252
* Support function versions of if, and, or so that partialKaz Kylheku2014-01-223-13/+91
* * eval.c (eval_instrinsic): Changed to external linkage.Kaz Kylheku2014-01-225-16/+55
* * eval.c (mapcarv, mappendv): Convert output to type of leftmostKaz Kylheku2014-01-215-12/+69
* * lib.c (car, cdr, ldiff): Extend to handle vectors and strings.Kaz Kylheku2014-01-213-3/+75
* * lib.c (broken_down_time_list): New static function.Kaz Kylheku2014-01-205-0/+75
* * hash.c (group_by): New function.Kaz Kylheku2014-01-165-0/+72
* Version 75.txr-75Kaz Kylheku2014-01-166-110/+159
* * lib.c (obj_print, obj_pprint): Convert the internal representationKaz Kylheku2014-01-152-0/+18
* * arith.c: Revised error messages to refer to Lisp names insteadKaz Kylheku2014-01-154-26/+28
* * eval.c (append_each_s, append_each_star_s): New symbol variables.Kaz Kylheku2014-01-153-15/+45
* * arith.c (atang2): New function.Kaz Kylheku2014-01-154-2/+12
* * txr.1: Wrote missing documentation for throw, throwf and error.Kaz Kylheku2014-01-142-0/+27
* Clarifications about unget-char and unget-byte.Kaz Kylheku2014-01-141-0/+15
* * stream.c (stdio_seek): After a successful seek, discard the characterKaz Kylheku2014-01-142-0/+6
* * eval.c (bind_args): Implemented default values for optionalKaz Kylheku2014-01-143-3/+29
* Support for pushing back bytes and characters into streams.Kaz Kylheku2014-01-136-1/+185
* * stream.c (put_byte): Bugfix: was checking whether the put_charKaz Kylheku2014-01-132-1/+6
* Bugfix in regex char ranges affecting ranges whose upper endKaz Kylheku2014-01-132-4/+21
* Version 74txr-74Kaz Kylheku2014-01-137-59/+98