| Commit message (Expand) | Author | Age | Files | Lines |
* | (parse_options): New option --raw-hash, for | Niels Möller | 2005-09-07 | 1 | -1/+4 |
* | (main): With --hash, output a newline after | Niels Möller | 2005-09-06 | 1 | -1/+4 |
* | * tools/Makefile.in (nettle-lfib-stream): Avoid using $< in | Niels Möller | 2004-11-28 | 1 | -1/+1 |
* | * Makefile.in (distdir): Handle absolute $distdir. | Niels Möller | 2004-11-28 | 1 | -4/+7 |
* | * Makefile.in: Use DEP_INCLUDE. | Niels Möller | 2004-11-23 | 1 | -1/+1 |
* | * Makefile.in (clean-here): The clean target should not delete the | Niels Möller | 2004-11-18 | 1 | -2/+2 |
* | * Deleted getopt.c, getopt.h and getopt1.c from the CVS tree. Link | Niels Möller | 2004-11-16 | 3 | -1433/+0 |
* | Reverted addition of make rules for creating dummy dependency files. | Niels Möller | 2004-11-14 | 1 | -7/+1 |
* | * Makefile.in: Don't use -include, as it's GNU make specific. | Niels Möller | 2004-11-13 | 1 | -1/+7 |
* | * examples/Makefile.in: Deleted all configure-related rules, | Niels Möller | 2004-10-21 | 1 | -22/+0 |
* | * config.make.in: Insert $(PRE_CPPFLAGS) and $(PRE_LDFLAGS) before | Niels Möller | 2004-10-20 | 1 | -3/+4 |
* | (.c.$(OBJEXT)): Removed redundant -I.. flag. | Niels Möller | 2004-10-20 | 1 | -1/+1 |
* | Reverted HAVE_CONFIG_H change. | Niels Möller | 2004-10-20 | 1 | -1/+1 |
* | Try replacing #if HAVE_CONFIG_H with #ifdef HAVE_CONFIG_H. | Niels Möller | 2004-10-20 | 1 | -1/+1 |
* | * tools/Makefile.in (install): Support DESTDIR. | Niels Möller | 2004-10-20 | 1 | -2/+7 |
* | * examples/Makefile.in (INCLUDES): Added -I flags. | Niels Möller | 2004-10-20 | 1 | -3/+8 |
* | *** empty log message *** | Niels Möller | 2004-10-19 | 2 | -4/+2 |
* | Stop using automake. Replaced each Makefile.am with a hand-written | Niels Möller | 2004-10-19 | 2 | -23/+69 |
* | More comments on the problem with the libnettle.a dependency. | Niels Möller | 2004-10-05 | 1 | -0/+6 |
* | (xalloc): New function. | Niels Möller | 2004-02-07 | 1 | -4/+19 |
* | (sexp_put_digest): Use TMP_DECL instead of alloca. | Niels Möller | 2004-02-07 | 1 | -2/+5 |
* | * tools/nettle-lfib-stream.c: New tool, which outputs a sequence | Niels Möller | 2003-09-19 | 4 | -1/+84 |
* | * Reordered includes in most or all .c-files. All should now include | Niels Möller | 2003-05-12 | 5 | -16/+32 |
* | (EXTRA_DIST): Added getopt.h. | Niels Möller | 2003-02-16 | 1 | -1/+1 |
* | (sexp_put_string): Fixed handling of escapable | Niels Möller | 2003-01-30 | 1 | -4/+9 |
* | (LDADD): Add libnettle.a, for the dependency. | Niels Möller | 2003-01-29 | 1 | -1/+3 |
* | *** empty log message *** | Niels Möller | 2003-01-12 | 1 | -0/+1 |
* | * tools/input.c, tools/input.h, tools/output.c, tools/output.h, | Niels Möller | 2003-01-12 | 10 | -1052/+1264 |
* | * tools/sexp-conv.c (sexp_parse): Take a struct sexp_compound_token * | Niels Möller | 2003-01-12 | 1 | -36/+64 |
* | * tools/sexp-conv.c (struct sexp_input): Deleted string attribute. | Niels Möller | 2003-01-12 | 1 | -24/+81 |
* | * tools/sexp-conv.c (struct sexp_parser): Renamed struct (was | Niels Möller | 2003-01-12 | 1 | -7/+4 |
* | (struct sexp_parser): Renamed struct (was struct | Niels Möller | 2003-01-12 | 1 | -48/+48 |
* | * tools/sexp-conv.c (sexp_convert_string): Deleted function. | Niels Möller | 2003-01-12 | 1 | -37/+0 |
* | (enum sexp_token): New constant SEXP_DISPLAY. | Niels Möller | 2003-01-12 | 1 | -25/+174 |
* | (parse_options): Initialize prefer_hex. | Niels Möller | 2003-01-08 | 1 | -0/+1 |
* | *** empty log message *** | Niels Möller | 2003-01-01 | 1 | -0/+1 |
* | (sexp_put_string): Print binary strings using | Niels Möller | 2003-01-01 | 1 | -7/+32 |
* | Added GPL blurb. | Niels Möller | 2002-11-11 | 1 | -0/+20 |
* | * tools/sexp-conv.c (sexp_get_token_string): Fixed end of file | Niels Möller | 2002-11-10 | 1 | -6/+7 |
* | *** empty log message *** | Niels Möller | 2002-11-10 | 2 | -0/+6 |
* | Use supplied getopt. | Niels Möller | 2002-11-10 | 1 | -70/+283 |
* | *** empty log message *** | Niels Möller | 2002-11-07 | 2 | -0/+2 |
* | * examples/Makefile.am (AM_CFLAGS): We need -I$(top_srcdir). | Niels Möller | 2002-11-07 | 1 | -0/+2 |
* | New files. | Niels Möller | 2002-11-07 | 5 | -0/+2370 |