summaryrefslogtreecommitdiffstats
path: root/lib.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * * lib.c (make_package, find_package): Eliminate declarationKaz Kylheku2009-12-171-9/+11
* | Implemented the regular expression ~ and & operators.Kaz Kylheku2010-01-051-1/+3
|/
* * hash.c (sethash): New function.Kaz Kylheku2009-12-091-0/+6
* All COBJ operations have default implementations now;Kaz Kylheku2009-12-081-0/+13
* Eliminate the void * disease. Generic pointers are of mem_t *Kaz Kylheku2009-12-041-12/+11
* Code cleanup. All private functions static. Private stuffKaz Kylheku2009-11-281-3/+3
* More valgrind integration. Vector objects keep displaced pointersKaz Kylheku2009-11-251-0/+6
* Fix uninitialized memory locations.Kaz Kylheku2009-11-241-1/+3
* Switching to keyword symbols for :args and :nothrow.Kaz Kylheku2009-11-241-6/+9
* Changes to make the code portable to C++ compilers, whichKaz Kylheku2009-11-241-13/+14
* Renaming global variables that denote symbols, such that theyKaz Kylheku2009-11-241-95/+98
* Follow up on 64 bit compilation warnings.Kaz Kylheku2009-11-231-2/+2
* * lib.c (chk_malloc, chk_realloc): Fix diagnosable conversion,Kaz Kylheku2009-11-231-2/+2
* Improving portability. It is no longer assumed that pointersKaz Kylheku2009-11-231-26/+27
* Introducing symbol packages. Internal symbols are now inKaz Kylheku2009-11-211-81/+162
* * unwind.c (uw_throw): If streams are not initialized,Kaz Kylheku2009-11-201-23/+18
* * lib.c (flatten): Semantics change. The flatten functionKaz Kylheku2009-11-201-0/+3
* Changing ``obj_t *'' occurences to a ``val'' typedef. (Ideally,Kaz Kylheku2009-11-201-255/+241
* Get rid of macros in favor of safer inline functions.Kaz Kylheku2009-11-191-2/+2
* Use unsigned char * as allocator return value.Kaz Kylheku2009-11-191-2/+2
* Following-up on diagnostics obtained by running code through C++Kaz Kylheku2009-11-181-9/+16