Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nettle
nettle
Commits
bf9d18c7
Commit
bf9d18c7
authored
Oct 19, 2004
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
Rev: src/nettle/.cvsignore:1.16 Rev: src/nettle/ChangeLog:1.280
parent
4de62d4e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.cvsignore
+3
-2
3 additions, 2 deletions
.cvsignore
.gitignore
+3
-2
3 additions, 2 deletions
.gitignore
ChangeLog
+15
-0
15 additions, 0 deletions
ChangeLog
with
21 additions
and
4 deletions
.cvsignore
+
3
−
2
View file @
bf9d18c7
*.d
*.po
*.s
*.s
*.tar.gz
*.tar.gz
*.tar.gz.asc
*.tar.gz.asc
*.d
*.po
.lib
.lib
Makefile
Makefile
aesdata
aesdata
...
@@ -12,6 +12,7 @@ config.h
...
@@ -12,6 +12,7 @@ config.h
config.h.in
config.h.in
config.log
config.log
config.m4
config.m4
config.make
config.status
config.status
configure
configure
desdata
desdata
...
...
This diff is collapsed.
Click to expand it.
.gitignore
+
3
−
2
View file @
bf9d18c7
...
@@ -30,11 +30,11 @@ _$*
...
@@ -30,11 +30,11 @@ _$*
*.elc
*.elc
*.ln
*.ln
core
core
/*.d
/*.po
/*.s
/*.s
/*.tar.gz
/*.tar.gz
/*.tar.gz.asc
/*.tar.gz.asc
/*.d
/*.po
/.lib
/.lib
/Makefile
/Makefile
/aesdata
/aesdata
...
@@ -44,6 +44,7 @@ core
...
@@ -44,6 +44,7 @@ core
/config.h.in
/config.h.in
/config.log
/config.log
/config.m4
/config.m4
/config.make
/config.status
/config.status
/configure
/configure
/desdata
/desdata
...
...
This diff is collapsed.
Click to expand it.
ChangeLog
+
15
−
0
View file @
bf9d18c7
2004-10-19 Niels Mller <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 Mller <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 Mller <niels@s3.kth.se>
2004-10-08 Niels Mller <niels@s3.kth.se>
* examples/rsa-encrypt-test: Avoid reading and executing a file at
* examples/rsa-encrypt-test: Avoid reading and executing a file at
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment