summaryrefslogtreecommitdiff
path: root/strings/apr_cpystrn.c
Commit message (Expand)AuthorAgeFilesLines
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* remove these interfaces:trawick2003-09-031-6/+0
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* *) Renames done (deprecated functions wrapped):thommay2002-11-201-2/+8
* Fix apr_tokenize_to_argv() to remove the escape charactertrawick2002-08-211-2/+30
* don't check for malloc() failure in our strdup() replacementtrawick2002-05-171-3/+1
* axe a commented-out call to Apache's logging routinetrawick2002-05-171-5/+0
* Fix a problem where we were walking off the end of the string.jwoolley2002-04-051-8/+8
* Update our copyright for this year.fielding2002-03-131-1/+1
* Someone wasn't minding the p's and q's ... forgot to advance over awrowe2002-02-271-22/+17
* Change the size_t into apr_size_t (It causes problems on Solaris with gcc).jfclere2001-07-251-1/+1
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andwrowe2001-02-251-2/+2
* Update copyright to 2001fielding2001-02-161-1/+1
* Cleanup apr_tokenize_to_argv a bit, and fix a problem where we weren'trbb2000-10-181-10/+7
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolswrowe2000-10-161-4/+4
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-6/+6
* prefix libapr functions and types with apr_dougm2000-08-021-10/+10
* Move all APR functions related to strings to their own directory, andrbb2000-07-211-0/+337