Index index by Group index by Distribution index by Vendor index by creation date index by Name Feedback Help Search

apr-devel-1.2.2-7.3 RPM for x86_64

From Fedora Core 5 / x86_64 / updates

Name: apr-devel Distribution: Red Hat (FC-5)
Version: 1.2.2 Vendor: Red Hat, Inc.
Release: 7.3 Build date: Fri May 26 03:59:50 2006
Group: Development/Libraries Build host: hs20-bc1-1.build.redhat.com
Size: 4946850 Source RPM: apr-1.2.2-7.3.src.rpm
Packager: Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
Url: http://apr.apache.org/
Summary: APR library development kit
This package provides the support files which can be used to
build applications using the APR library.  The mission of the
Apache Portable Runtime (APR) is to provide a free library of
C data structures and routines.

Provides

Requires

Copyright

Apache Software License

Signatures

internal MD5: 69e97750192ce2951052b24a9d9048d1
GPG

Changelog

* Fri May 26 2006 Jakub Jelinek <jakub@redhat.com> 1.2.2-7.3
  - rebuilt with GCC 4.1.1
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.2.2-7.2
  - bump again for double-long bug on ppc(64)
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.2.2-7.1
  - rebuilt for new gcc4.1 snapshot and glibc changes
* Wed Jan 04 2006 Joe Orton <jorton@redhat.com> 1.2.2-7
  - fix namespace pollution (r354824, r355464)
* Wed Jan 04 2006 Joe Orton <jorton@redhat.com> 1.2.2-6
  - fix build with recent glibc (#176911)
* Tue Jan 03 2006 Jesse Keating <jkeating@redhat.com> 1.2.2-5.2
  - rebuilt again
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  - rebuilt
* Fri Dec 09 2005 Joe Orton <jorton@redhat.com> 1.2.2-5
  - rebuild for new gcc
* Thu Dec 08 2005 Joe Orton <jorton@redhat.com> 1.2.2-4
  - add apr_file_seek() fixes from upstream (r326593, r326597)
* Wed Dec 07 2005 Joe Orton <jorton@redhat.com> 1.2.2-3
  - apr-1-config: strip more exports (#175124)
* Tue Dec 06 2005 Joe Orton <jorton@redhat.com> 1.2.2-2
  - avoid linking against -lrt
  - don't print -L${libdir} in --libs output
  - don't export -lcrypt/-luuid in .la file
* Fri Dec 02 2005 Joe Orton <jorton@redhat.com> 1.2.2-1
  - update to 1.2.2
* Thu Nov 24 2005 Joe Orton <jorton@redhat.com> 0.9.7-3
  - use RTLD_DEEPBIND in apr_dso_open by default
* Thu Oct 20 2005 Joe Orton <jorton@redhat.com> 0.9.7-2
  - update to 0.9.7
* Fri Sep 30 2005 Florian La Roche <laroche@redhat.com>
  - rebuild for new gcc
* Thu Sep 15 2005 Joe Orton <jorton@redhat.com> 0.9.6-6
  - don't override CFLAGS at build time
  - allow setting TCP_NODELAY and TCP_CORK concurrently
  - use _exit() not exit() in child if exec*() fails (upstream #30913)
* Fri Sep 09 2005 Joe Orton <jorton@redhat.com> 0.9.6-5
  - add from 0.9.x branch:
   * fix for apr_{uid,gid}_* error handling (r239592)
   * fix for apr_file_ write flushing (r267192)
  - add backport for use of readdir64_r (r265032, r265681, r265684)
* Mon Jul 11 2005 Florian La Roche <laroche@redhat.com>
  - rebuild
* Tue May 17 2005 Joe Orton <jorton@redhat.com> 0.9.6-3
  - fix apr_procattr_child_*_set error handling
* Tue Mar 01 2005 Joe Orton <jorton@redhat.com> 0.9.6-2
  - have apr-devel depend on specific version of gcc
  - add NOTICE to docdir
* Wed Feb 09 2005 Joe Orton <jorton@redhat.com> 0.9.6-1
  - update to 0.9.6
* Wed Feb 02 2005 Joe Orton <jorton@redhat.com> 0.9.5-4
  - don't disable sendfile on s390 (IBM LTC, #146891)
* Mon Nov 22 2004 Joe Orton <jorton@redhat.com> 0.9.5-3
  - really fix apr-config --srcdir
* Mon Nov 22 2004 Joe Orton <jorton@redhat.com> 0.9.5-2
  - fix apr-config --srcdir again
* Sun Nov 21 2004 Joe Orton <jorton@redhat.com> 0.9.5-1
  - update to 0.9.5
* Mon Sep 27 2004 Joe Orton <jorton@redhat.com> 0.9.4-24
  - rebuild
* Wed Sep 01 2004 Joe Orton <jorton@redhat.com> 0.9.4-23
  - have -devel require apr of same V-R
* Tue Aug 31 2004 Joe Orton <jorton@redhat.com> 0.9.4-22
  - backport fixes from HEAD:
   * correct implementation of nested mutexes
   * support for POSIX semaphores on LP64 platforms
* Thu Jul 15 2004 Joe Orton <jorton@redhat.com> 0.9.4-21
  - rebuild for another attempt at using sem_open
* Tue Jul 13 2004 Joe Orton <jorton@redhat.com> 0.9.4-20
  - move sticky/suid bits outside APR_OS_DEFAULT bitmask (Greg Hudson)
* Thu Jul 01 2004 Joe Orton <jorton@redhat.com> 0.9.4-19
  - rebuild
* Wed Jun 30 2004 Joe Orton <jorton@redhat.com> 0.9.4-18
  - rebuild now /dev/shm is mounted
* Thu Jun 17 2004 Joe Orton <jorton@redhat.com> 0.9.4-17
  - add fix for cleanup structure reuse (part of upstream #23567)
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
  - rebuilt
* Thu Jun 10 2004 Joe Orton <jorton@redhat.com> 0.9.4-15
  - add support for setuid/setgid/sticky bits (André Malo)
  - add apr_threadattr_{guardsize,stacksize}_set() (latter by Jeff Trawick)
* Mon Jun 07 2004 Joe Orton <jorton@redhat.com> 0.9.4-14
  - enable posixsem and process-shared pthread mutex support, but
    ensure that sysvsem remains the default mechanism
* Mon May 24 2004 Joe Orton <jorton@redhat.com> 0.9.4-13
  - entirely remove 2Gb file size limit from apr_file_copy();
    fixes "svnadmin hotcopy" on repos with >2Gb strings table
  - work around getnameinfo bugs with v4-mapped addresses
  - fix apr_time_exp_get() for dates in 2038 (Philip Martin)
* Thu May 13 2004 Joe Orton <jorton@redhat.com> 0.9.4-12
  - use APR_LARGEFILE in apr_file_{copy,append}
* Wed Mar 24 2004 Joe Orton <jorton@redhat.com> 0.9.4-11
  - add APR_LARGEFILE flag
* Mon Mar 15 2004 Joe Orton <jorton@redhat.com> 0.9.4-10
  - fix configure check for mmap of /dev/zero
  - just put -D_GNU_SOURCE in CPPFLAGS not _{BSD,SVID,XOPEN}_SOURCE
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> 0.9.4-9.1
  - rebuilt
* Thu Feb 19 2004 Joe Orton <jorton@redhat.com> 0.9.4-9
  - undocument apr_dir_read() ordering constraint and fix tests
* Sun Feb 15 2004 Joe Orton <jorton@redhat.com> 0.9.4-8
  - rebuilt without -Wall -Werror
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> 0.9.4-7
  - rebuilt
* Tue Feb 03 2004 Joe Orton <jorton@redhat.com> 0.9.4-6
  - define apr_off_t as int/long/... to prevent it changing
    with _FILE_OFFSET_BITS on 32-bit platforms
* Mon Jan 12 2004 Joe Orton <jorton@redhat.com> 0.9.4-5
  - add apr_temp_dir_get fixes from HEAD
* Thu Jan 08 2004 Joe Orton <jorton@redhat.com> 0.9.4-4
  - ensure that libapr is linked against libpthread
  - don't link libapr against -lnsl
* Thu Nov 13 2003 Joe Orton <jorton@redhat.com> 0.9.4-3
  - -devel package no longer requires libtool
* Fri Oct 03 2003 Joe Orton <jorton@redhat.com> 0.9.4-2
  - disable tests on x86_64 (#97611)
* Fri Oct 03 2003 Joe Orton <jorton@redhat.com> 0.9.4-1
  - update to 0.9.4, enable tests
  - ensure that libresolv is not used
* Sun Sep 07 2003 Joe Orton <jorton@redhat.com> 0.9.3-14
  - use /dev/urandom (#103049)
* Thu Jul 24 2003 Joe Orton <jorton@redhat.com> 0.9.3-13
  - add back CC=gcc, CXX=g++
* Tue Jul 22 2003 Nalin Dahyabhai <nalin@redhat.com> 0.9.3-12
  - rebuild
* Mon Jul 14 2003 Joe Orton <jorton@redhat.com> 0.9.3-11
  - work round useless autoconf 2.57 AC_DECL_SYS_SIGLIST
* Thu Jul 10 2003 Joe Orton <jorton@redhat.com> 0.9.3-10
  - support --cc and --cpp arguments in apr-config
* Thu Jul 03 2003 Joe Orton <jorton@redhat.com> 0.9.3-9
  - force libtool to use CC=gcc, CXX=g++
* Thu Jul 03 2003 Joe Orton <jorton@redhat.com> 0.9.3-8
  - fix libtool location in apr_rules.mk
* Mon Jun 30 2003 Joe Orton <jorton@redhat.com> 0.9.3-7
  - use AI_ADDRCONFIG in getaddrinfo() support (#73350)
  - include a working libtool script rather than relying on
   /usr/bin/libtool (#97695)
* Wed Jun 18 2003 Joe Orton <jorton@redhat.com> 0.9.3-6
  - don't use /usr/bin/libtool
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
  - rebuilt
* Tue May 20 2003 Joe Orton <jorton@redhat.com> 0.9.3-5
  - add fix for psprintf memory corruption (CAN-2003-0245)
  - remove executable bit from apr_poll.h
* Thu May 01 2003 Joe Orton <jorton@redhat.com> 0.9.3-4
  - link libapr against libpthread
  - make apr-devel conflict with old subversion-devel
  - fix License
* Tue Apr 29 2003 Joe Orton <jorton@redhat.com> 0.9.3-3
  - run ldconfig in post/postun
* Tue Apr 29 2003 Joe Orton <jorton@redhat.com> 0.9.3-2
  - patch test suite to not care if IPv6 is disabled
* Mon Apr 28 2003 Joe Orton <jorton@redhat.com> 0.9.3-1
  - initial build

Files

/usr/bin/apr-1-config
/usr/include/apr-1
/usr/include/apr-1/apr.h
/usr/include/apr-1/apr_allocator.h
/usr/include/apr-1/apr_atomic.h
/usr/include/apr-1/apr_dso.h
/usr/include/apr-1/apr_env.h
/usr/include/apr-1/apr_errno.h
/usr/include/apr-1/apr_file_info.h
/usr/include/apr-1/apr_file_io.h
/usr/include/apr-1/apr_fnmatch.h
/usr/include/apr-1/apr_general.h
/usr/include/apr-1/apr_getopt.h
/usr/include/apr-1/apr_global_mutex.h
/usr/include/apr-1/apr_hash.h
/usr/include/apr-1/apr_inherit.h
/usr/include/apr-1/apr_lib.h
/usr/include/apr-1/apr_mmap.h
/usr/include/apr-1/apr_network_io.h
/usr/include/apr-1/apr_poll.h
/usr/include/apr-1/apr_pools.h
/usr/include/apr-1/apr_portable.h
/usr/include/apr-1/apr_proc_mutex.h
/usr/include/apr-1/apr_random.h
/usr/include/apr-1/apr_ring.h
/usr/include/apr-1/apr_shm.h
/usr/include/apr-1/apr_signal.h
/usr/include/apr-1/apr_strings.h
/usr/include/apr-1/apr_support.h
/usr/include/apr-1/apr_tables.h
/usr/include/apr-1/apr_thread_cond.h
/usr/include/apr-1/apr_thread_mutex.h
/usr/include/apr-1/apr_thread_proc.h
/usr/include/apr-1/apr_thread_rwlock.h
/usr/include/apr-1/apr_time.h
/usr/include/apr-1/apr_user.h
/usr/include/apr-1/apr_version.h
/usr/include/apr-1/apr_want.h
/usr/lib64/apr-1
/usr/lib64/apr-1/build
/usr/lib64/apr-1/build/apr_rules.mk
/usr/lib64/apr-1/build/libtool
/usr/lib64/apr-1/build/make_exports.awk
/usr/lib64/apr-1/build/make_var_export.awk
/usr/lib64/apr-1/build/mkdir.sh
/usr/lib64/libapr-1.a
/usr/lib64/libapr-1.la
/usr/lib64/libapr-1.so
/usr/lib64/pkgconfig/apr-1.pc
/usr/share/doc/apr-devel-1.2.2
/usr/share/doc/apr-devel-1.2.2/APRDesign.html
/usr/share/doc/apr-devel-1.2.2/canonical_filenames.html
/usr/share/doc/apr-devel-1.2.2/html
/usr/share/doc/apr-devel-1.2.2/html/_2usr_2src_2build_2755482-x86__64_2_b_u_i_l_d_2apr-1_82_82_2include_2apr_8h-example.html
/usr/share/doc/apr-devel-1.2.2/html/_2usr_2src_2build_2755482-x86__64_2_b_u_i_l_d_2apr-1_82_82_2include_2apr__hash_8h-example.html
/usr/share/doc/apr-devel-1.2.2/html/annotated.html
/usr/share/doc/apr-devel-1.2.2/html/apr_8h-source.html
/usr/share/doc/apr-devel-1.2.2/html/apr_8h.html
/usr/share/doc/apr-devel-1.2.2/html/apr__allocator_8h-source.html
/usr/share/doc/apr-devel-1.2.2/html/apr__allocator_8h.html
/usr/share/doc/apr-devel-1.2.2/html/apr__atomic_8h-source.html
/usr/share/doc/apr-devel-1.2.2/html/apr__atomic_8h.html
/usr/share/doc/apr-devel-1.2.2/html/apr__dso_8h-source.html
/usr/share/doc/apr-devel-1.2.2/html/apr__dso_8h.html
/usr/share/doc/apr-devel-1.2.2/html/apr__env_8h-source.html
/usr/share/doc/apr-devel-1.2.2/html/apr__env_8h.html
/usr/share/doc/apr-devel-1.2.2/html/apr__errno_8h-source.html
/usr/share/doc/apr-devel-1.2.2/html/apr__errno_8h.html
/usr/share/doc/apr-devel-1.2.2/html/apr__file__info_8h-source.html
/usr/share/doc/apr-devel-1.2.2/html/apr__file__info_8h.html
/usr/share/doc/apr-devel-1.2.2/html/apr__file__io_8h-source.html
/usr/share/doc/apr-devel-1.2.2/html/apr__file__io_8h.html
/usr/share/doc/apr-devel-1.2.2/html/apr__fnmatch_8h-source.html
/usr/share/doc/apr-devel-1.2.2/html/apr__fnmatch_8h.html
/usr/share/doc/apr-devel-1.2.2/html/apr__general_8h-source.html
/usr/share/doc/apr-devel-1.2.2/html/apr__general_8h.html
/usr/share/doc/apr-devel-1.2.2/html/apr__getopt_8h-source.html
/usr/share/doc/apr-devel-1.2.2/html/apr__getopt_8h.html
/usr/share/doc/apr-devel-1.2.2/html/apr__global__mutex_8h-source.html
/usr/share/doc/apr-devel-1.2.2/html/apr__global__mutex_8h.html
/usr/share/doc/apr-devel-1.2.2/html/apr__hash_8h-source.html
/usr/share/doc/apr-devel-1.2.2/html/apr__hash_8h.html
/usr/share/doc/apr-devel-1.2.2/html/apr__inherit_8h-source.html
/usr/share/doc/apr-devel-1.2.2/html/apr__inherit_8h.html
/usr/share/doc/apr-devel-1.2.2/html/apr__lib_8h-source.html
/usr/share/doc/apr-devel-1.2.2/html/apr__lib_8h.html
/usr/share/doc/apr-devel-1.2.2/html/apr__mmap_8h-source.html
/usr/share/doc/apr-devel-1.2.2/html/apr__mmap_8h.html
/usr/share/doc/apr-devel-1.2.2/html/apr__network__io_8h-source.html
/usr/share/doc/apr-devel-1.2.2/html/apr__network__io_8h.html
/usr/share/doc/apr-devel-1.2.2/html/apr__poll_8h-source.html
/usr/share/doc/apr-devel-1.2.2/html/apr__poll_8h.html
/usr/share/doc/apr-devel-1.2.2/html/apr__pools_8h-source.html
/usr/share/doc/apr-devel-1.2.2/html/apr__pools_8h.html
/usr/share/doc/apr-devel-1.2.2/html/apr__portable_8h-source.html
/usr/share/doc/apr-devel-1.2.2/html/apr__portable_8h.html
/usr/share/doc/apr-devel-1.2.2/html/apr__proc__mutex_8h-source.html
/usr/share/doc/apr-devel-1.2.2/html/apr__proc__mutex_8h.html
/usr/share/doc/apr-devel-1.2.2/html/apr__random_8h-source.html
/usr/share/doc/apr-devel-1.2.2/html/apr__ring_8h-source.html
/usr/share/doc/apr-devel-1.2.2/html/apr__ring_8h.html
/usr/share/doc/apr-devel-1.2.2/html/apr__shm_8h-source.html
/usr/share/doc/apr-devel-1.2.2/html/apr__shm_8h.html
/usr/share/doc/apr-devel-1.2.2/html/apr__signal_8h-source.html
/usr/share/doc/apr-devel-1.2.2/html/apr__signal_8h.html
/usr/share/doc/apr-devel-1.2.2/html/apr__strings_8h-source.html
/usr/share/doc/apr-devel-1.2.2/html/apr__strings_8h.html
/usr/share/doc/apr-devel-1.2.2/html/apr__support_8h-source.html
/usr/share/doc/apr-devel-1.2.2/html/apr__support_8h.html
/usr/share/doc/apr-devel-1.2.2/html/apr__tables_8h-source.html
/usr/share/doc/apr-devel-1.2.2/html/apr__tables_8h.html
/usr/share/doc/apr-devel-1.2.2/html/apr__thread__cond_8h-source.html
/usr/share/doc/apr-devel-1.2.2/html/apr__thread__cond_8h.html
/usr/share/doc/apr-devel-1.2.2/html/apr__thread__mutex_8h-source.html
/usr/share/doc/apr-devel-1.2.2/html/apr__thread__mutex_8h.html
/usr/share/doc/apr-devel-1.2.2/html/apr__thread__proc_8h-source.html
/usr/share/doc/apr-devel-1.2.2/html/apr__thread__proc_8h.html
/usr/share/doc/apr-devel-1.2.2/html/apr__thread__rwlock_8h-source.html
/usr/share/doc/apr-devel-1.2.2/html/apr__thread__rwlock_8h.html
/usr/share/doc/apr-devel-1.2.2/html/apr__time_8h-source.html
/usr/share/doc/apr-devel-1.2.2/html/apr__time_8h.html
/usr/share/doc/apr-devel-1.2.2/html/apr__user_8h-source.html
/usr/share/doc/apr-devel-1.2.2/html/apr__user_8h.html
/usr/share/doc/apr-devel-1.2.2/html/apr__version_8h-source.html
/usr/share/doc/apr-devel-1.2.2/html/apr__version_8h.html
/usr/share/doc/apr-devel-1.2.2/html/apr__want_8h-source.html
/usr/share/doc/apr-devel-1.2.2/html/apr__want_8h.html
/usr/share/doc/apr-devel-1.2.2/html/bug.html
/usr/share/doc/apr-devel-1.2.2/html/deprecated.html
/usr/share/doc/apr-devel-1.2.2/html/doxygen.css
/usr/share/doc/apr-devel-1.2.2/html/doxygen.png
/usr/share/doc/apr-devel-1.2.2/html/examples.html
/usr/share/doc/apr-devel-1.2.2/html/files.html
/usr/share/doc/apr-devel-1.2.2/html/functions.html
/usr/share/doc/apr-devel-1.2.2/html/functions_func.html
/usr/share/doc/apr-devel-1.2.2/html/functions_vars.html
/usr/share/doc/apr-devel-1.2.2/html/globals.html
/usr/share/doc/apr-devel-1.2.2/html/globals_0x66.html
/usr/share/doc/apr-devel-1.2.2/html/globals_0x68.html
/usr/share/doc/apr-devel-1.2.2/html/globals_0x74.html
/usr/share/doc/apr-devel-1.2.2/html/globals_defs.html
/usr/share/doc/apr-devel-1.2.2/html/globals_defs_0x66.html
/usr/share/doc/apr-devel-1.2.2/html/globals_defs_0x68.html
/usr/share/doc/apr-devel-1.2.2/html/globals_defs_0x74.html
/usr/share/doc/apr-devel-1.2.2/html/globals_enum.html
/usr/share/doc/apr-devel-1.2.2/html/globals_eval.html
/usr/share/doc/apr-devel-1.2.2/html/globals_func.html
/usr/share/doc/apr-devel-1.2.2/html/globals_type.html
/usr/share/doc/apr-devel-1.2.2/html/globals_vars.html
/usr/share/doc/apr-devel-1.2.2/html/group___a_p_r.html
/usr/share/doc/apr-devel-1.2.2/html/group___a_p_r___error.html
/usr/share/doc/apr-devel-1.2.2/html/group___a_p_r___global_mutex.html
/usr/share/doc/apr-devel-1.2.2/html/group___a_p_r___o_c.html
/usr/share/doc/apr-devel-1.2.2/html/group___a_p_r___s_t_a_t_u_s___i_s.html
/usr/share/doc/apr-devel-1.2.2/html/group___a_p_r___strings___snprintf.html
/usr/share/doc/apr-devel-1.2.2/html/group___i_p___proto.html
/usr/share/doc/apr-devel-1.2.2/html/group___pool_cleanup.html
/usr/share/doc/apr-devel-1.2.2/html/group___pool_debug.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__allocator.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__atomic.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__ctype.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__dir.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__dso.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__env.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__errno.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__file__attrs__set__flags.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__file__info.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__file__io.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__file__lock__types.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__file__open__flags.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__file__permissions.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__file__seek__flags.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__file__stat.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__file__writev.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__filepath.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__fnmatch.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__general.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__getopt.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__hash.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__lib.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__library.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__mcast.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__mmap.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__network__io.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__os__dso.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__os__thread.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__platform.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__poll.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__pools.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__portabile.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__proc__mutex.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__random.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__ring.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__shm.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__signal.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__sockopt.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__strings.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__support.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__tables.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__thread__cond.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__thread__mutex.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__thread__proc.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__thread__rwlock.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__time.html
/usr/share/doc/apr-devel-1.2.2/html/group__apr__user.html
/usr/share/doc/apr-devel-1.2.2/html/hierarchy.html
/usr/share/doc/apr-devel-1.2.2/html/index.html
/usr/share/doc/apr-devel-1.2.2/html/modules.html
/usr/share/doc/apr-devel-1.2.2/html/pages.html
/usr/share/doc/apr-devel-1.2.2/html/sha2_8h-source.html
/usr/share/doc/apr-devel-1.2.2/html/structapr__array__header__t.html
/usr/share/doc/apr-devel-1.2.2/html/structapr__finfo__t.html
/usr/share/doc/apr-devel-1.2.2/html/structapr__getopt__option__t.html
/usr/share/doc/apr-devel-1.2.2/html/structapr__getopt__t.html
/usr/share/doc/apr-devel-1.2.2/html/structapr__hdtr__t.html
/usr/share/doc/apr-devel-1.2.2/html/structapr__memnode__t.html
/usr/share/doc/apr-devel-1.2.2/html/structapr__mmap__t.html
/usr/share/doc/apr-devel-1.2.2/html/structapr__os__proc__mutex__t.html
/usr/share/doc/apr-devel-1.2.2/html/structapr__os__sock__info__t.html
/usr/share/doc/apr-devel-1.2.2/html/structapr__pollfd__t.html
/usr/share/doc/apr-devel-1.2.2/html/structapr__proc__t.html
/usr/share/doc/apr-devel-1.2.2/html/structapr__sockaddr__t.html
/usr/share/doc/apr-devel-1.2.2/html/structapr__table__entry__t.html
/usr/share/doc/apr-devel-1.2.2/html/structapr__time__exp__t.html
/usr/share/doc/apr-devel-1.2.2/html/structapr__version__t.html
/usr/share/doc/apr-devel-1.2.2/html/structapr__vformatter__buff__t.html
/usr/share/doc/apr-devel-1.2.2/html/tab_b.gif
/usr/share/doc/apr-devel-1.2.2/html/tab_l.gif
/usr/share/doc/apr-devel-1.2.2/html/tab_r.gif
/usr/share/doc/apr-devel-1.2.2/html/tabs.css
/usr/share/doc/apr-devel-1.2.2/html/unionapr__descriptor.html
/usr/share/doc/apr-devel-1.2.2/incomplete_types
/usr/share/doc/apr-devel-1.2.2/non_apr_programs


Generated by rpm2html 1.9.2

webmaster@wesmo.com, Wed Mar 21 12:13:11 2007