summaryrefslogtreecommitdiff
path: root/test/testnames.c
Commit message (Expand)AuthorAgeFilesLines
* apr_filepath_merge: Fix truename length calculation on Windowsbrane2015-06-171-0/+34
* hide an unused variable on Unixtrawick2013-03-241-0/+4
* Remove assumption that drive letters are always uppercase.gstein2010-07-051-0/+44
* check that the library function succeeded, not thattrawick2007-11-181-2/+2
* We are reasonably confident this behaves as expected,wrowe2007-10-141-1/+15
* Handle the variable length volume names on NetWarebnicholes2006-09-211-0/+12
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Revert my last commit. I've determined that data becomes data, whilewrowe2006-07-241-1/+1
* My revision should have confirmed ../../.. -> ../../../wrowe2006-07-241-1/+1
* From svn issue 1869, test for ../../../ as submitted, plus i've addedwrowe2006-07-231-0/+19
* * test/testnames.c (root_from_cwd_and_back): Fix segfault onjorton2006-03-011-1/+1
* Proveup: Bug 38801 reported by <kevin_wise motorola.com>wrowe2006-03-011-0/+33
* OS/2 requires a drive letter in the path to be absolute.bjh2006-02-141-1/+1
* Rules out netware from this scenario per Brad.wrowe2006-02-091-1/+1
* Testcase to reproduce bug 31878, incomplete partial root on UFS syntaxwrowe2006-02-091-4/+17
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Add the line number to the verbose output from abts. This also removesrbb2004-05-141-37/+37
* Move the APR test suite from CuTest to abts. The output is cleaner,rbb2004-05-131-64/+64
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* Preserve leading '../' segments as when merging to an empty andwrowe2003-09-171-0/+13
* Add the NetWare file system root stringbnicholes2003-01-081-0/+2
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Look at the status before the pointer resultwrowe2002-12-311-1/+1
* ABS_ROOT is simpler to follow if it is what its name implieswrowe2002-12-311-16/+16
* Make the testnames program portable. This fails one test on Windowsrbb2002-12-171-14/+20
* Migrate testnames to the new test suite.rbb2002-12-071-70/+153
* Use apr_ischar() ... especially within apr itself!wrowe2002-06-231-2/+2
* Update our copyright for this year.fielding2002-03-131-1/+1
* clean up some gcc warningstrawick2001-10-121-2/+3
* Get this compiling again. Seems like the right choice.jerenkrantz2001-07-011-1/+1
* get rid of an unused local variabletrawick2001-06-261-1/+0
* Hmmm... been sitting on this little test bench a while, time to share.wrowe2001-05-161-6/+17
* get rid of a couple of warnings in testnames.c, one for a bad printftrawick2001-05-011-2/+2
* Hmmm... fgets() is flavored a bit differenly from gets()wrowe2001-04-091-0/+7
* gets is an unsafe function, and it outputs and error message on Linux.rbb2001-04-091-2/+2
* Add my testbench that demonstrates apr_filepath_merge. This would bewrowe2001-04-081-0/+130