summaryrefslogtreecommitdiff
path: root/renames_pending
Commit message (Collapse)AuthorAgeFilesLines
* *) Renames done (deprecated functions wrapped):thommay2002-11-201-42/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | apr_filename_of_pathname -> apr_filepath_name_get apr_get_groupid -> apr_gid_get apr_get_groupname -> apr_gid_name_get apr_compare_groups -> apr_gid_compare apr_parse_addr_port -> apr_port_addr_parse apr_shutdown -> apr_socket_shutdown apr_bind -> apr_socket_bind apr_listen -> apr_socket_listen apr_accept -> apr_socket_accept apr_connect -> apr_socket_connect apr_send -> apr_socket_send apr_sendv -> apr_socket_sendv apr_sendto -> apr_socket_sendto apr_implode_gmt -> apr_time_exp_gmt_get apr_get_home_directory -> apr_uid_homepath_get apr_get_userid -> apr_uid_get apr_current_userid -> apr_uid_current apr_compare_users -> apr_uid_compare apr_get_username -> apr_uid_name_get apr_recvfrom -> apr_socket_recvfrom apr_sendfile -> apr_socket_sendfile apr_recv -> apr_socket_recv git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64043 13f79535-47bb-0310-9956-ffa450edef68
* Two down. Don't know if I agree with the entire host of these becomingwrowe2002-07-151-4/+4
| | | | | | | apr_socket_ foo, but, well... I won't argue. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63677 13f79535-47bb-0310-9956-ffa450edef68
* Thom, Ian, Cliff say yea.wrowe2002-07-111-7/+9
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63600 13f79535-47bb-0310-9956-ffa450edef68
* Reorder alpha, and clarify apr_group_id_/apr_user_id_ [still somewrowe2002-07-101-15/+16
| | | | | | | discussion on those.] git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63598 13f79535-47bb-0310-9956-ffa450edef68
* Rename to apr_fnmatch_testwrowe2002-07-081-2/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63589 13f79535-47bb-0310-9956-ffa450edef68
* filepath_merge already was. filename_of_pathname is definately in thiswrowe2002-07-081-1/+1
| | | | | | | family of functions. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63584 13f79535-47bb-0310-9956-ffa450edef68
* apr_filepath_ functions do not operate on an apr_file_t, they should notwrowe2002-07-081-4/+2
| | | | | | | | | | have apr_file_ prefixes. apr_filepath_ is it's own prefix. apr functions should operate on the apr_foo_ type for which they are named. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63583 13f79535-47bb-0310-9956-ffa450edef68
* Since the rain is falling down in sheets, I'm updating renames_pending.thommay2002-07-031-0/+48
| | | | | | | I believe this is more or less the full list now. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63560 13f79535-47bb-0310-9956-ffa450edef68
* Rename apr_get_groupname to apr_group_name_get.striker2002-04-221-2/+0
| | | | | | | Submitted by: Thom May <thom@planetarytramp.net> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63292 13f79535-47bb-0310-9956-ffa450edef68
* Per rename_pendings, rename apr_explode_time to apr_time_exp_tz.jerenkrantz2002-04-151-2/+0
| | | | | | | | | | (Justin made a few whitespace corrections.) Submitted by: Thom May <thom@planetarytramp.net> Reviewed by: Justin Erenkrantz git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63264 13f79535-47bb-0310-9956-ffa450edef68
* Rename apr_explode_localtime to apr_time_exp_lt.striker2002-04-131-1/+0
| | | | | | | Submitted by: Thom May <thom@planetarytramp.net> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63256 13f79535-47bb-0310-9956-ffa450edef68
* Rename apr_explode_gmt to apr_time_exp_gmt.striker2002-03-211-1/+0
| | | | | | | Submitted by: Thom May <thom@planetarytramp.net> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63175 13f79535-47bb-0310-9956-ffa450edef68
* Rename apr_implode_time to apr_time_exp_get.striker2002-03-171-1/+0
| | | | | | | Submitted by: Thom May <thom@planetarytramp.net> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63147 13f79535-47bb-0310-9956-ffa450edef68
* Reflect the current status of the pending renames.striker2002-03-061-4/+0
| | | | | | | Submitted by: Thom May <thom@planetarytramp.net> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63092 13f79535-47bb-0310-9956-ffa450edef68
* Here's the latest proposal from Doug M and myself, to be committed thiswrowe2001-06-131-235/+14
| | | | | | | week unless somebody yells. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61764 13f79535-47bb-0310-9956-ffa450edef68
* propose apr_user_ family for user info, and re-sort the goofswrowe2001-04-121-5/+5
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61514 13f79535-47bb-0310-9956-ffa450edef68
* Clean up some status notes, and add symbol rename references for everyonewrowe2001-04-121-0/+238
to kibitz before we close this book. Feel free to add missing symbols, these lists are from win32's exports lists of libapr.dll and libaprutil.dll. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61513 13f79535-47bb-0310-9956-ffa450edef68