Todd C. Miller
|
a3a1574cdf
|
Explicitly mark main() as public in executables to avoid an HP-UX
ld warning.
|
2012-10-02 15:08:02 -04:00 |
|
Todd C. Miller
|
0d108287b9
|
Do not use GLOB_BRACE or GLOB_TILDE flags to glob()--we want the
glob() and fnmatch() results to be consistent.
|
2012-04-08 18:00:31 -04:00 |
|
Todd C. Miller
|
47af0fc2b8
|
Add configure test for missing errno declaration and only
declare it ourselves if it is missing.
|
2011-08-30 10:05:30 -04:00 |
|
Todd C. Miller
|
60e9e4dd83
|
Stop testing unspecified behavior in fnmatch
Make glob test more portable
|
2011-04-06 15:13:23 -04:00 |
|
Todd C. Miller
|
f949dbcc58
|
Fix fnmatch and glob tests to not use hard-coded flag values in the
input file. Link test programs with libreplace so we get our
replacement verions as needed.
|
2011-04-06 10:57:39 -04:00 |
|
Todd C. Miller
|
ca86faac93
|
Use fgets() not fgetln() for portability.
|
2011-03-02 12:39:11 -05:00 |
|
Todd C. Miller
|
ae2f7638f5
|
standardize on "return foo;" rather than "return(foo);" or "return (foo);"
|
2011-01-24 15:15:18 -05:00 |
|
Todd C. Miller
|
4cc54e4b81
|
Don't test features not supported by the bundled glob()
|
2011-01-20 16:58:35 -05:00 |
|
Todd C. Miller
|
ac857d6e9d
|
Add my regress tests for fnmatch() and glob() from OpenBSD.
|
2011-01-07 14:48:19 -05:00 |
|