summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2019-08-08Re-allow direct use of nlist.n_name in <nlist.h>James Clarke1-0/+2
2018-06-18Don't require <grp.h>Aaron Dierking1-0/+2
2018-05-22Fix strnvis() and strnunvis() NetBSD ABI breakGuillem Jover4-0/+97
2018-01-13test: Fix nlist(3) unit test on IA64Jason Duerstock1-2/+2
2017-06-25test: Fix nlist() unit test on IA64 and PowerPC 64-bit ELFv1Guillem Jover1-0/+9
2017-06-24test: Remove unused variable in nlist() unit testGuillem Jover1-1/+1
2017-06-24test: Handle libtool executable names in getprogname() unit testGuillem Jover1-1/+6
2017-06-19test: Add new strnstr() unit testGuillem Jover3-0/+47
2017-06-19test: Add new setprogname() and getprogname() unit testGuillem Jover3-0/+45
2017-06-19test: Add new setmode() and getmode() unit testGuillem Jover3-0/+47
2017-06-19test: Add new nlist() unit testGuillem Jover3-0/+81
2017-06-19Update .gitignore for headers generatorGuillem Jover1-1/+2
2017-06-09test: Add unit test for strlcpy() and strlcat()Guillem Jover3-0/+86
2016-03-27test: Add a unit test for md5Guillem Jover3-0/+49
2016-01-27test: Add missing <sys/stat.h> includeHanno Boeck1-0/+1
2016-01-11test: Fix success return code for arc4random unit testGuillem Jover1-0/+2
2016-01-10test: Fix race condition in headers-*.shLukas Fleischer2-6/+6
2015-12-14test: Add new unit tests for individual headers usageGuillem Jover5-57/+74
2015-12-07Add missing copyright and license headersGuillem Jover2-0/+52
2015-11-30test: Check asprintf() return codeGuillem Jover1-1/+3
2015-11-30test: Add unit test for strmode()Guillem Jover3-0/+71
2015-11-30test: Add unit test for arc4random()Guillem Jover3-0/+112
2015-11-30build: Move proctitle_LDFLAGS inside BUILD_LIBBSD_CTOR conditionalGuillem Jover1-6/+6
2015-09-24Add explicit_bzero() function from OpenBSDGuillem Jover3-0/+49
2015-09-23Add compile and link-time deprecation warnings for fgetln()Guillem Jover1-0/+1
2015-09-23test: Add fparseln() unit testGuillem Jover3-0/+95
2015-09-23test: Refactor stream testing functions into a new moduleGuillem Jover4-54/+125
2015-09-23Use reallocarray() instead of malloc() or realloc()Guillem Jover1-2/+2
2015-09-23test: Add closefrom() unit testGuillem Jover3-0/+55
2015-09-23test: Add test case for fpurge(NULL)Guillem Jover1-0/+3
2015-09-23test: Move and activate fpurge() test case from module to a dedicated fileGuillem Jover3-0/+47
2015-09-23build: Centralize testsuite LDADD setting in a single variableGuillem Jover1-4/+3
2014-07-20build: Remove hard requirement for GNU .init_array section supportGuillem Jover3-2/+14
2013-10-21Add funopen() functionGuillem Jover3-0/+181
2013-10-21Fix dehumanize_number() to correctly detect overflowsGuillem Jover1-0/+13
2013-07-14Move setproctitle() automatic initialization to its own libraryGuillem Jover1-1/+5
2013-06-08test: Try setting and getting an environment variable after setproctitle()Guillem Jover1-1/+7
2013-05-27test: Mark a literal integer as long longGuillem Jover1-1/+1
2013-05-27test: Add new humanize unit testGuillem Jover3-0/+67
2013-05-27test: Add setproctitle() unit testGuillem Jover3-0/+51
2013-05-27test: Add new fgetln() and fgetwln() unit testGuillem Jover3-0/+267
2012-06-03build: Set default compiler variables from configureGuillem Jover1-3/+0
2012-05-29test: Add a unit test for endian encoder/decoderGuillem Jover3-0/+70
2012-05-29test: Add new overlay unit testGuillem Jover3-0/+25
2012-05-29test: Add new headers unit testGuillem Jover3-0/+27
2012-05-29build: Add a test suite infrastructureGuillem Jover1-0/+16