summaryrefslogtreecommitdiff
path: root/test/teststr.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-11/+11
* Fix various harmless cases of undefined behaviour, and add a TravisJoe Orton2022-02-141-1/+2
* * strings/apr_strings.c (apr_pstrcat): Only read from the initializedJoe Orton2020-06-011-0/+14
* * test/teststr.c (overflow_strfsize): Iterate from LONG_MAX downwards,Joe Orton2018-06-061-1/+1
* Add header file include needed for usingRainer Jung2016-02-071-0/+1
* Add ivan's r1612823 test cases for apr_cstr_skip_prefixWilliam A. Rowe Jr2016-01-271-0/+12
* assert() games:Jeff Trawick2013-09-151-1/+0
* fix some obvious reversals of expected and actual values in invocations Jeff Trawick2007-11-181-3/+3
* Revert r481731, which didn't really test the right thing, and testfmt.c alrea...Paul Querna2006-12-041-14/+1
* Add a test case for formating an apr_status_t with %pm that seems to always b...Paul Querna2006-12-031-1/+14
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* * strings/apr_snprintf.c (apr_snprintf, apr_vsnprintf): Fix toJoe Orton2006-07-111-0/+21
* * test/teststr.c (string_cpystrn): Add test case for apr_cpystrn.Joe Orton2005-09-081-0/+15
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* As per 0.9 branch:Joe Orton2004-09-091-0/+6
* Win32: Fix compile break in apr tests. PR: 30103 by Craig RodriguesBill Stoddard2004-07-261-0/+4
* * test/teststr.c (string_strfsize, overflow_strfsize): AddJoe Orton2004-06-301-0/+62
* Fix apr_snprintf() to respect precision for small floating pointJeff Trawick2004-06-271-0/+19
* * test/teststr.c (string_strtoff): Fix failure messages.Joe Orton2004-05-251-2/+2
* * configure.in, include/arch/win32/apr_private.h,Joe Orton2004-05-241-0/+15
* Add the line number to the verbose output from abts. This also removesRyan Bloom2004-05-141-15/+15
* Move the APR test suite from CuTest to abts. The output is cleaner,Ryan Bloom2004-05-131-33/+33
* * strings/apr_strings.c (apr_strtoi64): Fix handling of negativeJoe Orton2004-04-041-0/+97
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* * test/teststr.c (snprintf_int64): Moved from here...Joe Orton2003-11-171-18/+0
* Fixed a bug that could be triggered remotely through mod_dav and possibly otherJustin Erenkrantz2003-05-281-0/+12
* since the string description for APR_ENOENT comes from theJeff Trawick2003-04-161-3/+7
* Add tests for APR_{U,}INT64_T_FMT and apr_strerror.Joe Orton2003-03-241-0/+30
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Add a CuAssertStrnEquals which does a strncmp instead of a strcmp. ThisRyan Bloom2002-12-191-1/+1
* Fix the names for all tests. (I got sick of seeing Test in the output)Ryan Bloom2002-11-241-1/+1
* Change how individual test programs are run. Now, testall is the driverRyan Bloom2002-11-231-6/+0
* axe an unused variableJeff Trawick2002-09-161-1/+0
* Begin to migrate the APR test suite to the CuTest framework. ThisRyan Bloom2002-09-151-40/+48
* Add another test...Jim Jagielski2002-08-271-1/+11
* get rid of a warning by not exporting a function thatJeff Trawick2002-08-261-1/+1
* If the length argument to apr_snprintf is 0, then we should return theRyan Bloom2002-08-251-0/+10
* Printing a string with apr_snprintf can seg fault, if a precision isRyan Bloom2002-08-251-0/+23
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* These are (thankfully) now irrelevant stubs. apr_terminate is definedWilliam A. Rowe Jr2001-06-081-6/+1
* Add apr_strtok(), a thread-safe flavor of strtok() which has theJeff Trawick2001-05-231-0/+138