summaryrefslogtreecommitdiff
path: root/tests/test-base64.c
Commit message (Expand)AuthorAgeFilesLines
* maint: run 'make update-copyright'Simon Josefsson2023-01-011-1/+1
* Rely on new stdbool behaviorPaul Eggert2022-09-101-1/+0
* license: fix GPLv3 texts to use a comma instead of semicolon.Bernhard Voelker2022-01-051-1/+1
* maint: run 'make update-copyright'Paul Eggert2022-01-011-1/+1
* base32, base64: fix broken testsPaul Eggert2021-08-291-1/+1
* base32, base64: prefer signed to unsigned integersPaul Eggert2021-08-271-1/+1
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* base64-tests: avoid memory leakGijs van Tulder2011-09-261-0/+9
* base64: fix off-by-one buffer size bugPaul Eggert2011-08-101-3/+2
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* Minor formatting changes.Bruno Haible2010-03-251-1/+1
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* Refactor common macros used in tests.Bruno Haible2009-12-241-12/+1
* Include header file being tested immediately after config.h.Bruno Haible2009-12-241-2/+2
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-10/+10
* Drop redundant string.h (silent change).Simon Josefsson2009-11-131-1/+0
* test-base64: Improve.Simon Josefsson2009-11-131-86/+149
* tests: avoid some compiler warningsEric Blake2009-10-291-2/+2
* Fix typo.Simon Josefsson2008-05-301-6/+6
* tests/test-base64.c: Cast size_t to unsigned long when invoking printf. Use ...Simon Josefsson2008-05-301-7/+7
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-6/+5
* Remove execute permission.Bruno Haible2007-09-301-0/+0
* Unconditionally include <config.h> in unit tests.Eric Blake2007-05-281-3/+1
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* * tests/test-base64.c: Include required header files. RemoveSimon Josefsson2004-12-281-2/+7
* Typo.Simon Josefsson2004-12-161-1/+1
* Add license.Simon Josefsson2004-12-161-0/+18
* Add base64.Simon Josefsson2004-11-301-0/+159