summaryrefslogtreecommitdiffstats
path: root/txr.1
Commit message (Expand)AuthorAgeFilesLines
* Support function versions of if, and, or so that partialKaz Kylheku2014-01-221-4/+37
* * eval.c (eval_instrinsic): Changed to external linkage.Kaz Kylheku2014-01-221-0/+10
* * eval.c (mapcarv, mappendv): Convert output to type of leftmostKaz Kylheku2014-01-211-0/+9
* * lib.c (car, cdr, ldiff): Extend to handle vectors and strings.Kaz Kylheku2014-01-211-0/+34
* * lib.c (broken_down_time_list): New static function.Kaz Kylheku2014-01-201-0/+25
* * hash.c (group_by): New function.Kaz Kylheku2014-01-161-0/+31
* Version 75.txr-75Kaz Kylheku2014-01-161-2/+2
* * eval.c (append_each_s, append_each_star_s): New symbol variables.Kaz Kylheku2014-01-151-13/+23
* * arith.c (atang2): New function.Kaz Kylheku2014-01-151-2/+4
* * txr.1: Wrote missing documentation for throw, throwf and error.Kaz Kylheku2014-01-141-0/+23
* Clarifications about unget-char and unget-byte.Kaz Kylheku2014-01-141-0/+15
* * eval.c (bind_args): Implemented default values for optionalKaz Kylheku2014-01-141-0/+6
* Support for pushing back bytes and characters into streams.Kaz Kylheku2014-01-131-0/+23
* Version 74txr-74Kaz Kylheku2014-01-131-2/+2
* * arith.c (rising_product): New static function.Kaz Kylheku2014-01-111-0/+31
* * arith.c (to_float): Print function name as ~a rather than ~s,Kaz Kylheku2014-01-111-0/+14
* * eval.c (eval_init): Renaming lisp-parse to read; lisp-parseKaz Kylheku2014-01-101-7/+9
* * match.c (do_txeval): Lift an annoying restriction in the patternKaz Kylheku2014-01-101-1/+5
* Version 73txr-73Kaz Kylheku2014-01-081-2/+2
* Grammar.Kaz Kylheku2014-01-071-1/+1
* The lisp-parse function can now be called multiple timesKaz Kylheku2014-01-071-1/+19
* Version 72txr-72Kaz Kylheku2013-12-171-2/+2
* * eval.c (op_defvar): Fix the semantics to be similar to Common Lisp:Kaz Kylheku2013-12-171-0/+45
* * signal.c (sig_handler): Pass two arguments to signalKaz Kylheku2013-12-131-0/+26
* * signal.c (set_sig_handler): Clear the deferred flagKaz Kylheku2013-12-131-1/+111
* * eval.c (eval_init): log_authpriv_v registered as log-authpriv.Kaz Kylheku2013-12-111-3/+12
* * eval.c (symbol_value, boundp, fboundp): New functions.Kaz Kylheku2013-12-111-6/+29
* Bumping copyrights to 2014 and expressing them as year ranges.Kaz Kylheku2013-12-101-1/+1
* * eval.c (eval_init): closelog_wrap interned.Kaz Kylheku2013-12-101-0/+12
* * eval.c (eval_init): Register streamp, real_time_stream_p,Kaz Kylheku2013-12-101-2/+91
* syslog support; bitwise logior and logand functions become variadic.Kaz Kylheku2013-12-101-3/+141
* Version 71txr-71Kaz Kylheku2013-12-071-2/+2
* * eval.c (eval_init): Update registration of regex-compileKaz Kylheku2013-12-061-5/+8
* * regex.c (regex_compile): Handle string input.Kaz Kylheku2013-12-051-4/+11
* * eval.c (eval_init): Registered regex_parse as newKaz Kylheku2013-12-051-1/+35
* * eval.c (eval_init): New functions countqual, countql, countqKaz Kylheku2013-11-291-0/+33
* * configure (config_flags): New variable, allowing us toKaz Kylheku2013-11-291-2/+10
* * configure: Detect the daemon function.Kaz Kylheku2013-11-281-0/+32
* * txr.1: Documented open-tail and make-time.Kaz Kylheku2013-11-281-0/+57
* Stream-seeking functionality.Kaz Kylheku2013-11-261-0/+34
* Version 70txr-70Kaz Kylheku2013-11-211-2/+2
* Fix incorrect function name.Kaz Kylheku2013-10-271-1/+1
* Version 69.txr-69Kaz Kylheku2013-10-231-2/+2
* * txr.1: Fixed documentation bug. expt with three or moreKaz Kylheku2013-10-211-3/+6
* Task #11433. Implement continuation of multipleKaz Kylheku2013-10-111-1/+63
* * txr.1: Fix reversed arguments in documentation for time-string-localKaz Kylheku2013-10-111-2/+2
* Version 68.txr-68Kaz Kylheku2013-10-071-2/+2
* Improving behavior of op and fixing a bug.Kaz Kylheku2013-10-061-17/+35
* New feature: :vars argument in repeat and rep directives in an outputKaz Kylheku2013-10-061-5/+43
* Fix dates.txr-67Kaz Kylheku2013-07-131-1/+1