Re: svn commit: r1086756 - in /httpd/httpd/trunk: docs/manual/developer/new_api_2_4.xml include/ap_mmn.h include/http_config.h modules/lua/mod_lua.c server/config.c server/util.c

2011-04-03 Thread Ruediger Pluem
On 03/29/2011 11:29 PM, s...@apache.org wrote: > Author: sf > Date: Tue Mar 29 21:29:34 2011 > New Revision: 1086756 > > URL: http://svn.apache.org/viewvc?rev=1086756&view=rev > Log: > Change the ap_cfg_getline() and ap_cfg_getc() to return an error code. > > Also: > - Make ap_cfg_getline() ret

Re: svn commit: r1086756 - in /httpd/httpd/trunk: docs/manual/developer/new_api_2_4.xml include/ap_mmn.h include/http_config.h modules/lua/mod_lua.c server/config.c server/util.c

2011-04-03 Thread Stefan Fritsch
On Sun, 3 Apr 2011, Ruediger Pluem wrote: On 03/29/2011 11:29 PM, s...@apache.org wrote: Author: sf Date: Tue Mar 29 21:29:34 2011 New Revision: 1086756 URL: http://svn.apache.org/viewvc?rev=1086756&view=rev Log: Change the ap_cfg_getline() and ap_cfg_getc() to return an error code. Also: - Ma

Re: svn commit: r1086756 - in /httpd/httpd/trunk: docs/manual/developer/new_api_2_4.xml include/ap_mmn.h include/http_config.h modules/lua/mod_lua.c server/config.c server/util.c

2011-04-12 Thread Guenter Knauf
Stefan, Am 29.03.2011 23:29, schrieb s...@apache.org: Author: sf Date: Tue Mar 29 21:29:34 2011 New Revision: 1086756 URL: http://svn.apache.org/viewvc?rev=1086756&view=rev Log: Change the ap_cfg_getline() and ap_cfg_getc() to return an error code. Also: - Make ap_cfg_getline() return APR_ENOSP

Re: svn commit: r1086756 - in /httpd/httpd/trunk: docs/manual/developer/new_api_2_4.xml include/ap_mmn.h include/http_config.h modules/lua/mod_lua.c server/config.c server/util.c

2011-04-15 Thread Stefan Fritsch
On Wednesday 13 April 2011, Guenter Knauf wrote: > > -AP_DECLARE(int) ap_cfg_getc(ap_configfile_t *cfp) > > +AP_DECLARE(apr_status_t) ap_cfg_getc(char *ch, ap_configfile_t > > *cfp) > > ... > I'm not yet convinced that this API change is a good idea ... > we have this API already since httpd 1.3 t

Re: Re: svn commit: r1086756 - in /httpd/httpd/trunk: docs/manual/developer/new_api_2_4.xml include/ap_mmn.h include/http_config.h modules/lua/mod_lua.c server/config.c server/util.c

2011-04-12 Thread Gregg L. Smith
listening. Cheers, Gregg -Original Message- From: Guenter Knauf To: dev@httpd.apache.org Date: Wed, 13 Apr 2011 04:02:08 +0200 Subject: Re: svn commit: r1086756 - in /httpd/httpd/trunk: docs/manual/developer/new_api_2_4.xml include/ap_mmn.h include/http_config.h modules/lua/mod_l