aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* make check: build binaries1.1.1Mattias Andrée2017-10-151-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Merge pull request #21 from thebombzen/masterMattias Andrée2017-10-152-6/+5
|\ | | | | Two minor fixes
| * Makefile: use "rm -f" upon cleaning and uninstallingLeo Izen2017-10-151-5/+4
| | | | | | | | | | | | | | The coreutil "rm" will by default exit with failure if it is instructed to remove a file that doesn't exist. Using "rm -f" will suppress this behavior, so "rm" will exit with success whether or not the file had existed before invoking "rm -f".
| * test: use POSIX-compliant printfLeo Izen2017-10-151-1/+1
|/ | | | | | | | | The test shell script had previously used \x notation, which is not POSIX-compliant and therefore is "undefined behavior." In this case, the script will fail if /bin/sh is DASH or some other minimal shell. This commit replaces the hexadecimal \x notation with \ddd octal notation, which is strictly POSIX-compliant and will work in any POSIX shell located at /bin/sh.
* Fix dependencies in makefile1.1Mattias Andrée2017-10-153-4/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add testMattias Andrée2017-10-154-8/+131
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Improve the codeMattias Andrée2017-10-153-220/+215
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Generate all C files except common.c and keccaksum.cMattias Andrée2017-10-1417-150/+36
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Use arg.h instead of argparserMattias Andrée2017-10-1418-151/+219
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Update readmeMattias Andrée2017-10-141-39/+37
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Simplify makefileMattias Andrée2017-10-1418-107/+60
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Do not use texmanMattias Andrée2017-10-144-117/+117
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Change license, change style, and remove crapMattias Andrée2017-10-1429-2525/+489
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Merge pull request #17 from Limeth/masterMattias Andrée2017-05-311-1/+1
|\ | | | | move `-lkeccak -largparse` to the end of the linking instruction
| * move `-lkeccak -largparse` to the end of the linking instructionJakub Hlusička2017-05-311-1/+1
|/
* improve readmeMattias Andrée2015-11-281-87/+124
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* distMattias Andrée2015-08-153-0/+52
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* sha-3 is now standardised1.0Mattias Andrée2015-08-151-4/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix currency problem with building the texinfo manual to all forms when building with -jMattias Andrée2015-04-061-12/+12
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* readme: testingMattias Andrée2015-03-281-0/+10
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2014-12-031-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2014-11-271-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update todoMattias Andrée2014-11-201-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix installation dir for man pages, missed /man1Mattias Andrée2014-11-191-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add install and uninstall rulesMattias Andrée2014-11-191-3/+212
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* info manualMattias Andrée2014-11-181-2/+161
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* beginning on the info manualMattias Andrée2014-11-185-6/+620
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* clean up dependency listMattias Andrée2014-11-181-9/+26
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* readabilityMattias Andrée2014-11-151-41/+25
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* whitespaceMattias Andrée2014-11-151-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* memory leak on --helpMattias Andrée2014-11-151-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* select last value of the optionsMattias Andrée2014-11-151-10/+12
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add constant for empty suffixMattias Andrée2014-11-156-6/+7
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-11-141-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m makefileMattias Andrée2014-11-141-1/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* write man pagesMattias Andrée2014-11-144-2/+108
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* whitespaceMattias Andrée2014-11-141-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2014-11-141-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* print suffix when verboseMattias Andrée2014-11-141-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* will be using texman for man pagesMattias Andrée2014-11-141-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix --checkMattias Andrée2014-11-141-5/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-11-141-3/+7
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* derpMattias Andrée2014-11-141-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* finish --check supportMattias Andrée2014-11-141-25/+71
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-11-141-10/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-11-141-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* working on the --check flagMattias Andrée2014-11-144-71/+265
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-11-141-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* swap upper and lower case for short options (except for -h)Mattias Andrée2014-11-142-33/+33
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add tab-completion in shellMattias Andrée2014-11-144-2/+73
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>