summaryrefslogtreecommitdiff
path: root/tools/sexp-conv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* (xalloc): Deleted function, now it's in misc.c instead.Niels Möller2011-03-231-13/+0
* * tools/pkcs1-conv.c (main): Deleted short alias -? for --help,Niels Möller2010-10-221-4/+7
* * testsuite/sexp-conv-test: Updated testcases for improvedNiels Möller2009-02-101-6/+17
* (main): Fixed file locking.Niels Möller2008-10-301-1/+6
* (sexp_convert_item): Keep comments in advancedNiels Möller2008-08-271-2/+43
* (parse_options): New option --raw-hash, forNiels Möller2005-09-071-1/+4
* (main): With --hash, output a newline afterNiels Möller2005-09-061-1/+4
* Reverted HAVE_CONFIG_H change.Niels Möller2004-10-201-1/+1
* Try replacing #if HAVE_CONFIG_H with #ifdef HAVE_CONFIG_H.Niels Möller2004-10-201-1/+1
* (xalloc): New function.Niels Möller2004-02-071-4/+19
* * Reordered includes in most or all .c-files. All should now includeNiels Möller2003-05-121-10/+10
* * tools/input.c, tools/input.h, tools/output.c, tools/output.h,Niels Möller2003-01-121-1051/+34
* * tools/sexp-conv.c (sexp_parse): Take a struct sexp_compound_token *Niels Möller2003-01-121-36/+64
* * tools/sexp-conv.c (struct sexp_input): Deleted string attribute.Niels Möller2003-01-121-24/+81
* * tools/sexp-conv.c (struct sexp_parser): Renamed struct (wasNiels Möller2003-01-121-7/+4
* (struct sexp_parser): Renamed struct (was structNiels Möller2003-01-121-48/+48
* * tools/sexp-conv.c (sexp_convert_string): Deleted function.Niels Möller2003-01-121-37/+0
* (enum sexp_token): New constant SEXP_DISPLAY.Niels Möller2003-01-121-25/+174
* (parse_options): Initialize prefer_hex.Niels Möller2003-01-081-0/+1
* (sexp_put_string): Print binary strings usingNiels Möller2003-01-011-7/+32
* Added GPL blurb.Niels Möller2002-11-111-0/+20
* * tools/sexp-conv.c (sexp_get_token_string): Fixed end of fileNiels Möller2002-11-101-6/+7
* Use supplied getopt.Niels Möller2002-11-101-70/+283
* New files.Niels Möller2002-11-071-0/+927