summaryrefslogtreecommitdiff
path: root/strings/apr_cpystrn.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-7/+7
* Fix NULL pointer dereference if out of memStefan Fritsch2014-05-101-0/+2
* make sure d is initedJim Jagielski2013-10-171-2/+1
* it should really handle src==NULL Jim Jagielski2013-10-171-6/+9
* Fix apr_tokenize_to_argv parsing.Bojan Smojver2008-11-101-2/+1
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* apr_tokenize_to_argv(): Stop touching storage after theJeff Trawick2005-10-211-1/+1
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* remove these interfaces:Jeff Trawick2003-09-031-6/+0
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* *) Renames done (deprecated functions wrapped):Thom May2002-11-201-2/+8
* Fix apr_tokenize_to_argv() to remove the escape characterJeff Trawick2002-08-211-2/+30
* don't check for malloc() failure in our strdup() replacementJeff Trawick2002-05-171-3/+1
* axe a commented-out call to Apache's logging routineJeff Trawick2002-05-171-5/+0
* Fix a problem where we were walking off the end of the string.Cliff Woolley2002-04-051-8/+8
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Someone wasn't minding the p's and q's ... forgot to advance over aWilliam A. Rowe Jr2002-02-271-22/+17
* Change the size_t into apr_size_t (It causes problems on Solaris with gcc).Jean-Frederic Clere2001-07-251-1/+1
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andWilliam A. Rowe Jr2001-02-251-2/+2
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* Cleanup apr_tokenize_to_argv a bit, and fix a problem where we weren'tRyan Bloom2000-10-181-10/+7
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-4/+4
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-6/+6
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-10/+10
* Move all APR functions related to strings to their own directory, andRyan Bloom2000-07-211-0/+337