summaryrefslogtreecommitdiff
path: root/test/testnames.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-8/+8
* apr_filepath_merge: Fix truename length calculation on WindowsBranko Čibej2015-06-171-0/+34
* hide an unused variable on UnixJeff Trawick2013-03-241-0/+4
* Remove assumption that drive letters are always uppercase.Greg Stein2010-07-051-0/+44
* check that the library function succeeded, not thatJeff Trawick2007-11-181-2/+2
* We are reasonably confident this behaves as expected,William A. Rowe Jr2007-10-141-1/+15
* Handle the variable length volume names on NetWareBradley Nicholes2006-09-211-0/+12
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Revert my last commit. I've determined that data becomes data, whileWilliam A. Rowe Jr2006-07-241-1/+1
* My revision should have confirmed ../../.. -> ../../../William A. Rowe Jr2006-07-241-1/+1
* From svn issue 1869, test for ../../../ as submitted, plus i've addedWilliam A. Rowe Jr2006-07-231-0/+19
* * test/testnames.c (root_from_cwd_and_back): Fix segfault onJoe Orton2006-03-011-1/+1
* Proveup: Bug 38801 reported by <kevin_wise motorola.com>William A. Rowe Jr2006-03-011-0/+33
* OS/2 requires a drive letter in the path to be absolute.Brian Havard2006-02-141-1/+1
* Rules out netware from this scenario per Brad.William A. Rowe Jr2006-02-091-1/+1
* Testcase to reproduce bug 31878, incomplete partial root on UFS syntaxWilliam A. Rowe Jr2006-02-091-4/+17
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Add the line number to the verbose output from abts. This also removesRyan Bloom2004-05-141-37/+37
* Move the APR test suite from CuTest to abts. The output is cleaner,Ryan Bloom2004-05-131-64/+64
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* Preserve leading '../' segments as when merging to an empty andWilliam A. Rowe Jr2003-09-171-0/+13
* Add the NetWare file system root stringBradley Nicholes2003-01-081-0/+2
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Look at the status before the pointer resultWilliam A. Rowe Jr2002-12-311-1/+1
* ABS_ROOT is simpler to follow if it is what its name impliesWilliam A. Rowe Jr2002-12-311-16/+16
* Make the testnames program portable. This fails one test on WindowsRyan Bloom2002-12-171-14/+20
* Migrate testnames to the new test suite.Ryan Bloom2002-12-071-70/+153
* Use apr_ischar() ... especially within apr itself!William A. Rowe Jr2002-06-231-2/+2
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* clean up some gcc warningsJeff Trawick2001-10-121-2/+3
* Get this compiling again. Seems like the right choice.Justin Erenkrantz2001-07-011-1/+1
* get rid of an unused local variableJeff Trawick2001-06-261-1/+0
* Hmmm... been sitting on this little test bench a while, time to share.William A. Rowe Jr2001-05-161-6/+17
* get rid of a couple of warnings in testnames.c, one for a bad printfJeff Trawick2001-05-011-2/+2
* Hmmm... fgets() is flavored a bit differenly from gets()William A. Rowe Jr2001-04-091-0/+7
* gets is an unsafe function, and it outputs and error message on Linux.Ryan Bloom2001-04-091-2/+2
* Add my testbench that demonstrates apr_filepath_merge. This would beWilliam A. Rowe Jr2001-04-081-0/+130