summaryrefslogtreecommitdiff
path: root/test/teststr.c
Commit message (Expand)AuthorAgeFilesLines
* * test/teststr.c (overflow_strfsize): Iterate from LONG_MAX downwards,jorton2018-06-061-1/+1
* Add header file include needed for usingrjung2016-02-071-0/+1
* Add ivan's r1612823 test cases for apr_cstr_skip_prefixwrowe2016-01-271-0/+12
* assert() games:trawick2013-09-151-1/+0
* fix some obvious reversals of expected and actual values in invocations trawick2007-11-181-3/+3
* Revert r481731, which didn't really test the right thing, and testfmt.c alrea...pquerna2006-12-041-14/+1
* Add a test case for formating an apr_status_t with %pm that seems to always b...pquerna2006-12-031-1/+14
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* * strings/apr_snprintf.c (apr_snprintf, apr_vsnprintf): Fix tojorton2006-07-111-0/+21
* * test/teststr.c (string_cpystrn): Add test case for apr_cpystrn.jorton2005-09-081-0/+15
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* As per 0.9 branch:jorton2004-09-091-0/+6
* Win32: Fix compile break in apr tests. PR: 30103 by Craig Rodriguesstoddard2004-07-261-0/+4
* * test/teststr.c (string_strfsize, overflow_strfsize): Addjorton2004-06-301-0/+62
* Fix apr_snprintf() to respect precision for small floating pointtrawick2004-06-271-0/+19
* * test/teststr.c (string_strtoff): Fix failure messages.jorton2004-05-251-2/+2
* * configure.in, include/arch/win32/apr_private.h,jorton2004-05-241-0/+15
* Add the line number to the verbose output from abts. This also removesrbb2004-05-141-15/+15
* Move the APR test suite from CuTest to abts. The output is cleaner,rbb2004-05-131-33/+33
* * strings/apr_strings.c (apr_strtoi64): Fix handling of negativejorton2004-04-041-0/+97
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* * test/teststr.c (snprintf_int64): Moved from here...jorton2003-11-171-18/+0
* Fixed a bug that could be triggered remotely through mod_dav and possibly otherjerenkrantz2003-05-281-0/+12
* since the string description for APR_ENOENT comes from thetrawick2003-04-161-3/+7
* Add tests for APR_{U,}INT64_T_FMT and apr_strerror.jorton2003-03-241-0/+30
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* Add a CuAssertStrnEquals which does a strncmp instead of a strcmp. Thisrbb2002-12-191-1/+1
* Fix the names for all tests. (I got sick of seeing Test in the output)rbb2002-11-241-1/+1
* Change how individual test programs are run. Now, testall is the driverrbb2002-11-231-6/+0
* axe an unused variabletrawick2002-09-161-1/+0
* Begin to migrate the APR test suite to the CuTest framework. Thisrbb2002-09-151-40/+48
* Add another test...jim2002-08-271-1/+11
* get rid of a warning by not exporting a function thattrawick2002-08-261-1/+1
* If the length argument to apr_snprintf is 0, then we should return therbb2002-08-251-0/+10
* Printing a string with apr_snprintf can seg fault, if a precision isrbb2002-08-251-0/+23
* Update our copyright for this year.fielding2002-03-131-1/+1
* These are (thankfully) now irrelevant stubs. apr_terminate is definedwrowe2001-06-081-6/+1
* Add apr_strtok(), a thread-safe flavor of strtok() which has thetrawick2001-05-231-0/+138