summaryrefslogtreecommitdiff
path: root/sexp.c
Commit message (Expand)AuthorAgeFilesLines
* Use const char * for sexp expression types.Niels Möller2016-08-161-4/+4
* Update copyright headers for dual licensing.Niels Möller2014-04-121-23/+31
* Use size_t rather than unsigned for base16, base64, nettle_bufer and sexp rel...Niels Möller2013-04-261-5/+5
* Updated FSF address. Patch from David Woodhouse.Niels Möller2012-07-071-2/+2
* Converted files to utf-8.Niels Möller2012-02-181-1/+1
* Deleted FIXME comment.Niels Möller2008-10-241-3/+0
* Reviewed FIXME-comments.Niels Möller2008-09-151-3/+0
* (sexp_iterator_check_types): Use an argument of typeNiels Möller2004-10-051-2/+2
* (TMP_DECL, TMP_ALLOC): New macros. When alloca is unavailable, theyNiels Möller2004-01-081-3/+4
* * Reordered includes in most or all .c-files. All should now includeNiels Möller2003-05-121-3/+7
* (sexp_iterator_exit_lists): New function, #if:ed out forNiels Möller2002-11-211-0/+16
* (sexp_iterator_get_uint32): New function.Niels Möller2002-11-151-0/+44
* * sexp.h (struct sexp_iterator): New field start.Niels Möller2002-11-101-0/+15
* (sexp_iterator_next): Abort if iterator type is boogus.Niels Möller2002-10-211-0/+2
* (sexp_iterator_parse): New function, similar to the oldNiels Möller2002-10-071-33/+48
* * sexp.c (sexp_iterator_assoc): Advance the iterator to theNiels Möller2002-10-061-1/+5
* * sexp.c (sexp_iterator_next): Updated to new sexp_iterator_exit_list.Niels Möller2002-10-061-18/+14
* * sexp.c (sexp_iterator_enter_list): Call sexp_iterator_next toNiels Möller2002-10-061-8/+5
* (sexp_iterator_init): Made this function static.Niels Möller2002-10-061-1/+11
* (sexp_iterator_assoc): Don't enter the list, associateNiels Möller2002-09-291-8/+41
* (sexp_iterator_assoc): Return 0 for missing or duplicate keys.Niels Möller2002-09-281-2/+19
* * sexp.c (sexp_iterator_simple): Bugfixes. Check earlier thatNiels Möller2002-09-281-25/+40
* New files, implementing an sexp-parser.Niels Möller2002-09-281-0/+228