aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-sexp.c
Commit message (Expand)AuthorAgeFilesLines
* Added #include <glib.h> and move corresponding local headers to the top toKjartan Maraas2001-04-241-2/+3
* Start parsing the sexp with parse_value(), not parse_list(), because weFederico Mena Quintero2001-04-161-1/+1
* Added a question mark to the set of valid characters for symbol names.Federico Mena Quintero2001-04-061-14/+31
* Added ESEXP_RES_TIME for time values. (ESExpResult): Added a "time_tFederico Mena Quintero2001-04-041-2/+67
* Remove #include <glib.h> Shuffle some headers. Remove #includeKjartan Maraas2001-03-301-1/+0
* Make it handle a NULL string as an empty string.Not Zed2001-03-021-1/+4
* Add chunk allocators.Not Zed2001-01-251-56/+63
* Removed some redundant debug printfs. (e_sexp_term_eval): Dont allocateNot Zed2001-01-241-48/+40
* Setup error return and return error on parse error. (parse_list): Fail ifNot Zed2001-01-231-13/+71
* Merge from camel-mt-branch.Not Zed2000-12-241-64/+35
* Plug a memleak, need to free results from term_eval(). (term_eval_gt):Not Zed2000-11-291-0/+6
* #include <string.h> to quench warning. #include <stdlib.h> for sameKjartan Maraas2000-10-311-0/+1
* Infrastructure for date-based queriesPeter Williams2000-08-151-1/+1
* Warning cleanup: `#if 0' an unused function and add a missing publicEttore Perazzoli2000-07-111-1/+2
* Kill debugging messageDan Winship2000-07-061-3/+0
* g_return_val_if_fail to prevent a crash.Christopher James Lahey2000-06-021-0/+2
* Utility function to build a bool as part of an expression string.Not Zed2000-05-311-0/+42
* Destroy the g_scanner when cleaning up. (e_sexp_finalise): Free symbolNotZed2000-05-121-0/+12
* Free the parse tree if we have one. (e_sexp_parse): If we already have aNotZed2000-05-031-0/+21
* Formatting cleanup.NotZed2000-03-241-1/+1
* Added. moved from filter-sexp.[ch]NotZed2000-02-291-0/+1088