summaryrefslogtreecommitdiffstats
path: root/lib.c
Commit message (Expand)AuthorAgeFilesLines
...
* Adding streams functions to Lisp evaluator.Kaz Kylheku2011-11-281-27/+29
* Added evaluation support for quote and quasiquote with unquotes.Kaz Kylheku2011-11-281-28/+73
* Task #11436Kaz Kylheku2011-11-261-86/+485
* * lib.c (getplist_f): New function.Kaz Kylheku2011-11-241-0/+14
* * lib.c (plus, minus): Fixed wrong assertion which would incorrectlyKaz Kylheku2011-11-231-2/+2
* deffilter grows in power: it can take quasistrings.Kaz Kylheku2011-11-191-6/+35
* * gc.c (mark_mem_region): Use the Valgrind API only to markKaz Kylheku2011-11-181-1/+3
* Added a JSON parsing test case. This flushed out a bug which crashedKaz Kylheku2011-11-181-0/+2
* Adding quote and unquote read syntax to list forms, resemblingKaz Kylheku2011-11-171-0/+5
* Changing read syntax for character literals, because we are going toKaz Kylheku2011-11-151-13/+12
* Infrastructure for storing line number informationKaz Kylheku2011-11-121-3/+54
* * lib.c (env): Fixed inappropriate cut-and-pasted error messages.Kaz Kylheku2011-11-051-3/+9
* Added #define NOMINMAX so <windows.h> since we have our own macros.Kaz Kylheku2011-11-051-0/+1
* Task #11442. Make work on MingW.Kaz Kylheku2011-11-051-4/+17
* Task #11442. Access to environment variables.Kaz Kylheku2011-11-051-1/+20
* Shorthand for filters which map multiple texts to a commonKaz Kylheku2011-10-251-0/+20
* Bugs #34641, #34629.Kaz Kylheku2011-10-241-4/+13
* Task #11474Kaz Kylheku2011-10-221-0/+36
* Task #11474Kaz Kylheku2011-10-221-3/+40
* New features. Strling list output streams in streamKaz Kylheku2011-10-211-0/+26
* * lib.c (proper_plist_to_alist, improper_plist_to_alist): NewKaz Kylheku2011-10-211-0/+32
* Task #11425.Kaz Kylheku2011-10-181-1/+25
* Indentation.Kaz Kylheku2011-10-111-1/+1
* * lib.c (eol_s): New symbol variable.Kaz Kylheku2011-10-071-1/+3
* * lib.c (flatten_helper): Function removed.Kaz Kylheku2011-10-071-6/+1
* Extending syntax to allow for @VAR and @(...) forms insideKaz Kylheku2011-10-061-1/+2
* Renaming the currying combinators according to new scheme.Kaz Kylheku2011-10-061-7/+7
* * lib.c (funcall3, curry_123_2): New functions.Kaz Kylheku2011-10-061-0/+24
* * 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-4/+15
* Bugfixes to the semantics of binding environments, whichKaz Kylheku2011-10-041-25/+63
* Implemented new last clause for collect and coll.Kaz Kylheku2011-10-031-0/+12
* 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/+2
* Support &#xNNNN; hex escapes in html. Bugfix in field formatting.Kaz Kylheku2011-09-261-5/+9
* New feature: @(deffilter)Kaz Kylheku2011-09-261-3/+46
* Trie compression. Hash table iteration.Kaz Kylheku2011-09-261-1/+10
* Filtering feature for variable substitution in output.Kaz Kylheku2011-09-251-1/+77
* Numeric constants become real constants.Kaz Kylheku2011-09-241-15/+6
* * 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
* * lib.h (lazy_string): Fix incorrect comment.Kaz Kylheku2010-10-031-0/+12
* * lib.c (length_str_gt, length_str_ge, length_str_lt, length_str_le):Kaz Kylheku2010-02-281-36/+64
* * lib.c (search_str): Bugfix for empty haystack case: checks for endKaz Kylheku2010-02-271-2/+2
* * lib.h (split_str_sep): Declared.Kaz Kylheku2010-02-271-5/+22
* * lib.c (init_str): Bugfix: copy only len characters, not len + 1, soKaz Kylheku2010-02-241-1/+1
* Optimization in derivative-based regex engine.Kaz Kylheku2010-01-261-0/+17
* Implemented non-greedy operator.Kaz Kylheku2010-01-151-1/+2
* Impelement derivative-based regular expressions.Kaz Kylheku2010-01-131-1/+4
* Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/txrKaz Kylheku2010-01-051-9/+11
|\