aboutsummaryrefslogtreecommitdiff
path: root/file_io/unix/filepath_util.c
Commit message (Collapse)AuthorAge
* Catch filepath_util.c flaws, unix build works againWilliam A. Rowe Jr2009-12-18
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@892134 13f79535-47bb-0310-9956-ffa450edef68
* Nothing interesting existed in apr_common_private.h, this wouldWilliam A. Rowe Jr2009-12-18
| | | | | | | | | | | | | | | | have just as well been an include/arch/unix/apr_arch_common.h but is entirely unnecessary. The right solution is dozens of lines less code and confusion, simply drive apr_filepath_list_split|merge from filepath_util.c brought in from the unix/ directory, across all platforms. One 'temporary' cast was in use by apr_pools.c, the other was entirely unused. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@892127 13f79535-47bb-0310-9956-ffa450edef68
* Fix the typo.Joe Orton2006-08-03
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@428317 13f79535-47bb-0310-9956-ffa450edef68
* Update license header.Joe Orton2006-08-03
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@428313 13f79535-47bb-0310-9956-ffa450edef68
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-04
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@151412 13f79535-47bb-0310-9956-ffa450edef68
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-13
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64904 13f79535-47bb-0310-9956-ffa450edef68
* Move the apr_filepath_list_split_impl and apr_filepath_list_merge_implBranko Čibej2003-02-16
| | | | | | | | | | prototypes from include/arch/unix/apr_arch_file_io.h into a new private header, include/arch/apr_private_common.h, and include that from the various apr_private.h instances. Update the filepath.c and filepath_util.c files to reflect this change. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64361 13f79535-47bb-0310-9956-ffa450edef68
* get the prototypes for these functions in the right placeJeff Trawick2003-02-13
| | | | | | | | | | | | so they actually do some good > filepath_util.c:70: warning: no previous prototype for \ `apr_filepath_list_split_impl' > filepath_util.c:107: warning: no previous prototype for \ `apr_filepath_list_merge_impl' git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64354 13f79535-47bb-0310-9956-ffa450edef68
* CodeWarrior compiler can't handle initializing an array element with a variableBradley Nicholes2003-02-12
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64352 13f79535-47bb-0310-9956-ffa450edef68
* Added two new functions, apr_filepath_list_split and apr_filepath_list_merge,Branko Čibej2003-02-12
for managing search paths. The common implementation is in a new file, file_io/unix/filepath_util.c. Also added tests for these functions a new file in the test suite, testpath.c. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64349 13f79535-47bb-0310-9956-ffa450edef68