| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
dependency logic within the local-depend rule.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61081 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61080 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
To simplify the task, I also shifted the Makefiles to include a rules.mk
(based on APRUTIL's with a few tweaks). Still needs some work to remove the
INCLUDES setup in all the Makefiles (these can be shared).
buildconf now does more work (and generates some output)
aclocal.m4 is based on a number of M4 files, rather than standalone
apr/test/ has been updated but is probably broken in a few ways.
objs/ is now gone. we link directly from the .lo files.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61037 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
|
| |
sinclude() lines since we'll be doing that as part of constructing
aclocal.m4 in buildconf. convert a comment to "dnl" to prevent inclusion in
the output file.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61035 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61034 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60986 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
| |
in #if tests.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60971 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
|
|
|
| |
are used or not. This uses the same mechanism that is used for APR
and APR-util. This may not be the correct solution, but it works, and that
is what I really care about. This also renames CHARSET_EBCDIC to
AP_CHARSET_EBCDIC. This is for namespace correctness, but it also makes
the exports script a bit easier.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60970 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60963 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60895 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60885 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60848 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60829 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
macros. There is a small bug in this code, because we report the wrong
macro in the end tag. For example:
APR_HAS_XLATE
apr_xlate_conv_buffer
APR_NOT_DONE_YET
apr_xlate_conv_char
/APR_NOT_DONE_YET
/APR_NOT_DONE_YET
This is minorly annoying, but not horrible. We generally use the amount
of indentation and the number of macros found to match things up.
Hopefully we can fix this later.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60826 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
| |
This script is really not extensible as it is currently written, but at
least it works for APR.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60824 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
from APR. This script is probably not fully correct, but it seems to
work for APR. It generates a file with the format:
apr_create_process
apr_wait_proc
apr_wait_all_procs
apr_detach
APR_HAS_OTHER_CHILD
apr_register_other_child
apr_unregister_other_child
apr_reap_other_child
apr_check_other_child
apr_probe_writable_fds
\APR_HAS_OTHER_CHILD
Anything that is indented is dependany on the macro defined above it.
Anything that is not indented does not depend on any macros.
This script is meant to generate a single .exports file for all platforms,
that .exports file can then be used to generate the correct .def .exp, or
exports.c file as appropriate.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60822 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
| |
files are created with _ instead of spaces now. This also fixes all
references to the files in the html.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60755 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
| |
we don't have an image to use there. Also change all spaces in the file
names to '_'.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60754 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
| |
(from Makefile.in)
*) add some comments about what is happening
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60735 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
| |
dependencies.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60729 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
|
|
| |
for CORE_EXPORT to AP_CORE_DECLARE (namespace protecting the wrapper)
and retitled API_EXPORT as AP_DECLARE and APR_EXPORT as APR_DECLARE.
All _VAR_ flavors changes to _DATA to be absolutely clear.
Thank you Greg, for the most obvious suggestion.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60587 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
| |
them.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60570 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60568 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
|
|
| |
it looks correct, and this problem has been submitted to me multiple times
PR: 6501
Submitted by: Shuichi Kitaguchi <ki@hh.iij4u.or.jp>
Reviewed by: Ryan Bloom
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60521 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
| |
came along for the ride.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60520 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
| |
escape the spaces in file names. It does now. This also adds the default
template for Apache to use.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60499 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
| |
sense for that declaraion to move to ap_iol.h. This also modifies all of
the files that include iol_socket.h to include ap_iol.h
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60457 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
| |
adding that change to the scanDoc in our tree and removing the horrible
hack I added to make it work in the meantime.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60436 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
| |
and owned by the ASF
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60433 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60431 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
| |
This is the first step in allowing APR to build on it's own again.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60372 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
| |
under OS/2.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59681 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
| |
defined correctly in all C files.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59632 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
|
|
|
|
| |
- shared modules can be built in the tree
- added support for --with-layout, uses APACI's config.layout
- working 'make install'
- working 'make depend'
- working Pthreads checks
- buildconf replaced
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59590 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59539 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
| |
step to supporting selection of modules, and it seems to make --with-mpm
actually work now.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59504 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
| |
building to the tree.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59491 13f79535-47bb-0310-9956-ffa450edef68
|
|
Obtained from: Apache 1.3.9 (minus unused files), tag APACHE_1_3_9
Submitted by: Apache Group
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59167 13f79535-47bb-0310-9956-ffa450edef68
|