Brad,
>If we add APR_DECLARE() to the prototype, it will cause this function
> to be included in the export list. Since this is a NetWare specific API
> similar to the Unix specific API (apr_unix_setup_time()), I'm not sure
> that we want to expose this function outside of APR. If application
On Thu, Apr 29, 2004 at 08:31:16AM +0100, Joe Orton wrote:
> On Sat, Apr 24, 2004 at 08:38:01PM +0100, Patrick Welche wrote:
> > Libtool is busily sprouting files.. Before just making a loop for all these
> > files, srclib/apr-util/xml/expat/buildconf.sh has
> >
> > if [ -f ltsugar.m4 ]; then
>
On Thu, Apr 29, 2004 at 08:12:17PM +0100, Patrick Welche wrote:
> Attached is what I had to do for a successful httpd build with a very
> recent cvs libtool.
Great, thanks Patrick. It will need to use
ifdef(m4_pattern_allow, [...])
to surround the use of m4_pattern_allow, since that's a GNU m4
No, neither should be exposed, but Unix (as a general rule, some
variants have solved this, most haven't) doesn't let us have that fine
grain-ed resolution, so the unix one is exposed.
Ryan
On Thu, 29 Apr 2004, Brad Nicholes wrote:
>If we add APR_DECLARE() to the prototype, it will cause th
Hi,
Would it be useful to extend the rwlocks to the global level also ? I
was thinking of having something like below. Any comments ?
-Madhu
struct apr_global_rwlock_t {
apr_pool_t *pool;
char *fname;
pthread_rwlock_t *rwlock;
apr_shm_t *pthread_shmid;
};
static apr_sta
If we add APR_DECLARE() to the prototype, it will cause this function
to be included in the export list. Since this is a NetWare specific API
similar to the Unix specific API (apr_unix_setup_time()), I'm not sure
that we want to expose this function outside of APR. If applications
writers call
Hi,
I would like to get the following patch into CVS;
it enables to build with berkeley DB if APU_HAVE_DB is defined to 1 in apu.h:
--- NWGNUmakefile.orig Fri Apr 09 06:12:46 2004
+++ NWGNUmakefile Tue Apr 27 19:36:24 2004
@@ -237,6 +237,7 @@
$(OBJDIR)/apr_buckets_socket.o \
found that the prototype for apr_netware_setup_time() doesnt match with the
function (see apr/time/unix/time.c line 271);
--- apr_arch_internal_time.h.orig Fri Feb 13 12:12:36 2004
+++ apr_arch_internal_time.hTue Apr 27 21:17:34 2004
@@ -20,6 +20,6 @@
#define TZONE (*___tim
Log: fix comment.
--- apu.hnw.origFri Feb 27 00:12:40 2004
+++ apu.hnw Tue Apr 27 16:08:30 2004
@@ -13,12 +13,9 @@
* limitations under the License.
*/
-/*
- * apu.h is generated from apu.h.in by configure -- do not edit apu.h
- */
/*
- * Note: This is a Windows specific version
Hi,
I actually have an header table with two Set-Cookie inside, so two elts
with the same key in the array.
I would like to unset the second one, but when i use apr_table_unset, it
will unset the first one.
When i try to go into the array, and remove or overwrite the header, it
overwrite or del
Greg Hudson wrote:
APR's handling of seeks to APR_END in buffered files has a sign error.
I've included a patch (see the end), and a test case.
wow
is there any chance you can merge your test case into the existing test suite?
APR's handling of seeks to APR_END in buffered files has a sign error.
I've included a patch (see the end), and a test case.
I verified that nothing in Subversion or httpd uses APR_END, so it
seems likely that nothing is relying on the sign error. And the
documentation of apr_file_seek is very cl
This is a [EMAIL PROTECTED] question...
On Sat, Apr 24, 2004 at 08:38:01PM +0100, Patrick Welche wrote:
> Libtool is busily sprouting files.. Before just making a loop for all these
> files, srclib/apr-util/xml/expat/buildconf.sh has
>
> if [ -f ltsugar.m4 ]; then
> echo "Incorporating ltsu
APRUTIL LIBRARY STATUS: -*-text-*-
Last modified at [$Date: 2003/03/31 05:32:43 $]
Release:
0.9.3 : Tagged March 30, 2002
0.9.2 : Released March 22, 2002 (alpha)
0.9.1 : Released September 11, 2002 (alpha)
0.9.0 : Not released
APACHE PORTABLE RUNTIME (APR) LIBRARY STATUS: -*-text-*-
Last modified at [$Date: 2004/04/09 01:36:32 $]
Release:
0.9.3 : tagged March 30, 2003
0.9.2 : released March 22, 2003
0.9.1 : released September 11, 2002
0.9.0 : released August 28, 2002
2.0a9
15 matches
Mail list logo