| Commit message (Expand) | Author | Age | Files | Lines |
* | When ANDing two bools, don't use a bitwise AND. | Jeffrey Stedfast | 2001-06-26 | 1 | -3/+3 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -2/+2 |
* | REmove a silly hardcoded term limit, oops forgot about that. | Not Zed | 2001-06-15 | 1 | -10/+19 |
* | Added #include <glib.h> and move corresponding local headers to the top to | Kjartan Maraas | 2001-04-24 | 1 | -2/+3 |
* | Start parsing the sexp with parse_value(), not parse_list(), because we | Federico Mena Quintero | 2001-04-16 | 1 | -1/+1 |
* | Added a question mark to the set of valid characters for symbol names. | Federico Mena Quintero | 2001-04-06 | 1 | -14/+31 |
* | Added ESEXP_RES_TIME for time values. (ESExpResult): Added a "time_t | Federico Mena Quintero | 2001-04-04 | 1 | -2/+67 |
* | Remove #include <glib.h> Shuffle some headers. Remove #include | Kjartan Maraas | 2001-03-30 | 1 | -1/+0 |
* | Make it handle a NULL string as an empty string. | Not Zed | 2001-03-02 | 1 | -1/+4 |
* | Add chunk allocators. | Not Zed | 2001-01-25 | 1 | -56/+63 |
* | Removed some redundant debug printfs. (e_sexp_term_eval): Dont allocate | Not Zed | 2001-01-24 | 1 | -48/+40 |
* | Setup error return and return error on parse error. (parse_list): Fail if | Not Zed | 2001-01-23 | 1 | -13/+71 |
* | Merge from camel-mt-branch. | Not Zed | 2000-12-24 | 1 | -64/+35 |
* | Plug a memleak, need to free results from term_eval(). (term_eval_gt): | Not Zed | 2000-11-29 | 1 | -0/+6 |
* | #include <string.h> to quench warning. #include <stdlib.h> for same | Kjartan Maraas | 2000-10-31 | 1 | -0/+1 |
* | Infrastructure for date-based queries | Peter Williams | 2000-08-15 | 1 | -1/+1 |
* | Warning cleanup: `#if 0' an unused function and add a missing public | Ettore Perazzoli | 2000-07-11 | 1 | -1/+2 |
* | Kill debugging message | Dan Winship | 2000-07-06 | 1 | -3/+0 |
* | g_return_val_if_fail to prevent a crash. | Christopher James Lahey | 2000-06-02 | 1 | -0/+2 |
* | Utility function to build a bool as part of an expression string. | Not Zed | 2000-05-31 | 1 | -0/+42 |
* | Destroy the g_scanner when cleaning up. (e_sexp_finalise): Free symbol | NotZed | 2000-05-12 | 1 | -0/+12 |
* | Free the parse tree if we have one. (e_sexp_parse): If we already have a | NotZed | 2000-05-03 | 1 | -0/+21 |
* | Formatting cleanup. | NotZed | 2000-03-24 | 1 | -1/+1 |
* | Added. moved from filter-sexp.[ch] | NotZed | 2000-02-29 | 1 | -0/+1088 |