From bf9d18c7a27de85d5935ce33fd5c0eeed6ecc814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Tue, 19 Oct 2004 22:22:22 +0200 Subject: [PATCH] *** empty log message *** Rev: src/nettle/.cvsignore:1.16 Rev: src/nettle/ChangeLog:1.280 --- .cvsignore | 5 +++-- .gitignore | 5 +++-- ChangeLog | 15 +++++++++++++++ 3 files changed, 21 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index f736d5db..4ff112a7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,8 +1,8 @@ +*.d +*.po *.s *.tar.gz *.tar.gz.asc -*.d -*.po .lib Makefile aesdata @@ -12,6 +12,7 @@ config.h config.h.in config.log config.m4 +config.make config.status configure desdata diff --git a/.gitignore b/.gitignore index f502cdd9..d7cdd406 100644 --- a/.gitignore +++ b/.gitignore @@ -30,11 +30,11 @@ _$* *.elc *.ln core +/*.d +/*.po /*.s /*.tar.gz /*.tar.gz.asc -/*.d -/*.po /.lib /Makefile /aesdata @@ -44,6 +44,7 @@ core /config.h.in /config.log /config.m4 +/config.make /config.status /configure /desdata diff --git a/ChangeLog b/ChangeLog index e9cea05e..ef53701e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2004-10-19 Niels M�ller <nisse@lysator.liu.se> + + Stop using automake. Replaced each Makefile.am with a hand-written + Makefile.in. + * configure.ac: New output variable CCPIC_MAYBE. New output file + config.make. Replaced automake constructions. + * .bootstrap: Don't run aclocal and automake. + * config.make.in: New file, with shared Makefile variables and rules. + +2004-10-18 Niels M�ller <nisse@lysator.liu.se> + + * x86/arcfour-crypt.asm (nettle_arcfour_crypt): Replace incb -> + incl + andl, to improve speed on PPro and PII. Suggested by + Fredrik Olsson. + 2004-10-08 Niels M�ller <niels@s3.kth.se> * examples/rsa-encrypt-test: Avoid reading and executing a file at -- GitLab