summaryrefslogtreecommitdiffstats
path: root/lib.h
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (eval_init): New gensym function registered.Kaz Kylheku2012-01-011-0/+3
* * eval.c (eval_init): New function interned.Kaz Kylheku2011-12-251-0/+1
* * lib.c (memql): New function.Kaz Kylheku2011-12-231-0/+1
* * eval.c (eval_init): New function registered.Kaz Kylheku2011-12-201-0/+1
* * eval.c (eval_init): New functions registered as intrinsics.Kaz Kylheku2011-12-201-0/+2
* * eval.c (bindings_helper): Fix format arguments.Kaz Kylheku2011-12-181-1/+4
* * eval.c (eval_init): not added as synonym for null.Kaz Kylheku2011-12-151-11/+11
* * eval.c (eval_init): Removed registration for vec_get_fil.Kaz Kylheku2011-12-141-4/+3
* * arith.c (plus, minus, gt, lt, ge, le): Handle character operands.Kaz Kylheku2011-12-141-0/+2
* * arith.c (exptmod, gcd): New functions.Kaz Kylheku2011-12-131-0/+2
* * arith.c (evenp, oddp): New functions.Kaz Kylheku2011-12-131-0/+2
* * arith.c (highest_bit): Linkage changed to static.Kaz Kylheku2011-12-131-0/+3
* * arith.c (expt): New function.Kaz Kylheku2011-12-121-0/+3
* * 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