summaryrefslogtreecommitdiffstats
path: root/lib.h
Commit message (Expand)AuthorAgeFilesLines
* * arith.c (zerop, gt, lt, ge, le): Functions from lib.c reimplementedKaz Kylheku2011-12-111-1/+0
* Bignum support, here we go!Kaz Kylheku2011-12-091-4/+20
* * debug.c (debug): Fix regression: repeat last command by hittingKaz Kylheku2011-12-071-0/+1
* * eval.c (lookup_var, lookup_fun): Reversing assoc arguments.Kaz Kylheku2011-12-071-2/+2
* * eval.c (eval_init): New functions registered as intrinsics.Kaz Kylheku2011-12-071-0/+2
* * eval.c (eval_init): New character functions registered.Kaz Kylheku2011-12-071-0/+14
* * eval.c (op_unwind_protect): Fixed uninitialized variableKaz Kylheku2011-12-061-1/+5
* * eval.c (op_cond): Fixed behavior for singleton clauses.Kaz Kylheku2011-12-051-1/+1
* Expose lazy lists in TXR Lisp.Kaz Kylheku2011-12-031-0/+4
* * eval.c: Symbol related intrinsic functions and variables madeKaz Kylheku2011-12-021-1/+0
* * lib.h (or2): Restore macro version of or2, because we needKaz Kylheku2011-11-301-1/+3
* * configure (extra_debugging): New variable. EXTRA_DEBUGGINGKaz Kylheku2011-11-301-0/+1
* * eval.c (op_modplace): Bugfix: conflation of new value andKaz Kylheku2011-11-301-1/+1
* Adding streams functions to Lisp evaluator.Kaz Kylheku2011-11-281-2/+2
* Added evaluation support for quote and quasiquote with unquotes.Kaz Kylheku2011-11-281-0/+1
* Task #11436Kaz Kylheku2011-11-261-13/+57
* * lib.c (getplist_f): New function.Kaz Kylheku2011-11-241-0/+1
* deffilter grows in power: it can take quasistrings.Kaz Kylheku2011-11-191-1/+2
* Adding quote and unquote read syntax to list forms, resemblingKaz Kylheku2011-11-171-0/+1
* Infrastructure for storing line number informationKaz Kylheku2011-11-121-0/+4
* Task #11442. Access to environment variables.Kaz Kylheku2011-11-051-1/+1
* Shorthand for filters which map multiple texts to a commonKaz Kylheku2011-10-251-0/+2
* Task #11474Kaz Kylheku2011-10-221-0/+3
* Task #11474Kaz Kylheku2011-10-221-1/+4
* New features. Strling list output streams in streamKaz Kylheku2011-10-211-0/+3
* * lib.c (proper_plist_to_alist, improper_plist_to_alist): NewKaz Kylheku2011-10-211-0/+2
* Task #11425.Kaz Kylheku2011-10-181-1/+3
* Bug #34538Kaz Kylheku2011-10-121-9/+1
* One more swing at this with the axe.Kaz Kylheku2011-10-091-0/+4
* * lib.h (wli, lit_noex): We need null characters on both endsKaz Kylheku2011-10-091-2/+2
* Following up to previous commit's TODO.Kaz Kylheku2011-10-091-8/+10
* Ported to Cygwin.Kaz Kylheku2011-10-091-0/+24
* * lib.c (eol_s): New symbol variable.Kaz Kylheku2011-10-071-1/+2
* Extending syntax to allow for @VAR and @(...) forms insideKaz Kylheku2011-10-061-1/+1
* Renaming the currying combinators according to new scheme.Kaz Kylheku2011-10-061-2/+5
* * lib.c (funcall3, curry_123_2): New functions.Kaz Kylheku2011-10-061-0/+2
* * LICENSE, Makefile, configure, filter.c, filter.h, gc.c, gc.h, hash.c,Kaz Kylheku2011-10-041-1/+1
* * lib.c (acons): New function.Kaz Kylheku2011-10-041-0/+1
* Bugfixes to the semantics of binding environments, whichKaz Kylheku2011-10-041-2/+5
* Implemented new last clause for collect and coll.Kaz Kylheku2011-10-031-0/+1
* Compiles as C++ again.Kaz Kylheku2011-10-021-0/+8
* Maintaining C++ compiling (except for two issues that willKaz Kylheku2011-10-011-1/+1
* * lib.c (eof_s): New symbol variable.Kaz Kylheku2011-09-271-1/+1
* Support &#xNNNN; hex escapes in html. Bugfix in field formatting.Kaz Kylheku2011-09-261-1/+6
* New feature: @(deffilter)Kaz Kylheku2011-09-261-4/+5
* Trie compression. Hash table iteration.Kaz Kylheku2011-09-261-2/+4
* Filtering feature for variable substitution in output.Kaz Kylheku2011-09-251-1/+9
* Numeric constants become real constants.Kaz Kylheku2011-09-241-1/+8
* * LICENSE, Makefile, configure, gc.c, gc.h, hash.c, hash.h, lib.c,Kaz Kylheku2011-09-231-1/+1
* Bump copyrights to 2010.Kaz Kylheku2010-10-051-1/+1