Re: cvs commit: apr/include apr_user.h

2001-11-20 Thread William A. Rowe, Jr.
This is a best-guess implementation, if someone would be so kind as to test on Unix with threaded _r fn's, I would appreciate it. By rights, we should probably add the proper test for HAVE_GETGRNAM_R and use that symbol instead [although I can't picture an implementation that wouldn't fix both in

Re: cvs commit: apr/include apr_user.h

2001-11-20 Thread Ian Holsman
On Tue, 2001-11-20 at 14:44, [EMAIL PROTECTED] wrote: wrowe 01/11/20 14:44:46 Modified:user/unix groupinfo.c include apr_user.h Log: Implement apr_get_groupid [to mirror apr_get_userid] Revision ChangesPath 1.6 +19 -0

Re: cvs commit: apr/include apr_user.h

2001-02-22 Thread John Clifton Woolley
On 21 Feb 2001 [EMAIL PROTECTED] wrote: wrowe 01/02/21 15:38:49 Modified:.CHANGES user/unix userinfo.c user/win32 userinfo.c include apr_user.h Log: Missing the apr_pool_t arg required for more complex queries of

RE: cvs commit: apr/include apr_user.h

2001-01-29 Thread William A. Rowe, Jr.
trawick 01/01/29 08:16:10 Modified:include apr_user.h Log: use a form of preprocessing which buildexports.awk can handle; exports.c now compiles on Unix, as it no longer tries to reference the macros apr_compare_users() or apr_compare_groups() -#ifdef WIN32