/[Apache-SVN]/httpd/httpd/branches/2.2.x/server/Makefile.in
ViewVC logotype

Log of /httpd/httpd/branches/2.2.x/server/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 384623 - (view) (annotate) - [select for diffs]
Modified Thu Mar 9 21:29:55 2006 UTC (3 years, 8 months ago) by wrowe
File length: 3077 byte(s)
Diff to previous 374907 (colored)
  uri_delims moved to aprutil EONS ago

Backports 384622

Revision 374907 - (view) (annotate) - [select for diffs]
Modified Sat Feb 4 19:05:08 2006 UTC (3 years, 9 months ago) by wrowe
File length: 3105 byte(s)
Diff to previous 234103 (colored)
  Solaris build fixes; don't fail on missing .h files within
  a VPATH build, and don't test trees with -d (simply -f the
  expected files) in case a tree such as srclib/apr is actually
  a symlink rather than a true directory in ./buildconf.

Reviewed by: wrowe, rpluem, colm
Backports: 374821  

Revision 234103 - (view) (annotate) - [select for diffs]
Modified Sat Aug 20 18:21:45 2005 UTC (4 years, 3 months ago) by pquerna
File length: 3111 byte(s)
Diff to previous 153384 (colored)
Recreate 2.2.x branch from trunk.

Revision 153384 - (view) (annotate) - [select for diffs]
Modified Fri Feb 11 12:00:41 2005 UTC (4 years, 9 months ago) by jorton
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 3111 byte(s)
Diff to previous 153266 (colored)
Move the POSIX reg* implementations into the ap_* namespace;
internalise the ap_reg*<->PCRE wrapper:

* configure.in: Add srclib/pcre to the include path.

* include/ap_regex.h: Renamed from include/pcreposix.h.  Prefix all
constants with AP_; prefix all functions and types with ap_.  Define
AP_DECLARE to nothing if necessary.  Remove regcomp error codes.

* include/httpd.h: Include ap_regex.h not pcreposix.h.
(ap_pregcomp, ap_regexec, ap_regfree): s/regex_t/ap_regex_t/.
(ap_regexec, ap_regerror): Prototypes moved to ap_regex.h.

* server/util.c (regex_cleanup, ap_pregcomp, ap_pregsub, ap_pregfree):
Adjust for ap_ prefixed types.  (ap_regexec, ap_regerror): Removed.

* server/Makefile.in: Build util_pcre.c.

* server/util_pcre.c: Copied from srclib/pcre/pcreposix.c; remove use
of PCRE-internals to do error mapping; rename types to add AP_/ap_
prefixes as above.  Use APR includes.  (ap_regerror): Use apr_snprintf.

* srclib/pcre/Makefile.in: Don't build pcreposix.c into libpcre.la.

* modules/*: Update to use new type and constant names.

PR: 27750 (part one)
Submitted by: Andres Salomon <dilinger voxel.net>, Joe Orton

Revision 153266 - (view) (annotate) - [select for diffs]
Modified Thu Feb 10 15:32:05 2005 UTC (4 years, 9 months ago) by jerenkrantz
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 3099 byte(s)
Diff to previous 151255 (colored)
Only recompile buildmark.c when we have to relink httpd.

This allows us to be able to do a make on an up-to-date tree without forcing
a recompile and relink.  Yay!

Revision 151255 - (view) (annotate) - [select for diffs]
Modified Thu Feb 3 23:39:21 2005 UTC (4 years, 9 months ago) by jerenkrantz
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 3131 byte(s)
Diff to previous 106692 (colored)
Fix --with-apr=/usr and/or --with-apr-util=/usr.

PR: 29740
Submitted by: Max Bowsher <maxb ukf.net>
Reviewed by:  Justin Erenkrantz

Revision 106692 - (view) (annotate) - [select for diffs]
Modified Sat Nov 27 08:07:44 2004 UTC (5 years ago) by jerenkrantz
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2995 byte(s)
Diff to previous 106103 (colored)
Initial pass at refactoring some files to eliminate our 150K C source behemoths.

* Makefile.in: Change order of dependencies to bring in exports.o first so that
  we have every symbol 'used' before the linker starts processing.
* build/rules.mk.in: Add a 'program-install' target which just copies httpd.

* server/Makefile.in, modules/http/config2.m4: Add in new file targets.

* NWGNUmakefile, libhttpd.dsp: Blind updates for Netware and Win32.  (I tried.)

* server/core.c: Move core_input_filter, net_time_filter, and core_output_filter  and all supporting functions to...
* server/core_filters.c (copied): ...here.

* modules/http/http_protocol.c: Move functions from here to there...namely:
* modules/http/byterange_filter.c (copied): Relocate ap_byterange_filter() and
  friends.
* modules/http/chunk_filter.c (copied): Relocate chunk_filter().
* modules/http/http_etag.c (copied): Relocate ap_set_etag and ap_make_etag().
* modules/http/http_filters.c (copied): Relocate ap_http_filter(),
  ap_http_header_filter(), ap_discard_request_body(), ap_setup_client_block(),
  ap_should_client_block(), and ap_get_client_block().

Revision 106103 - (view) (annotate) - [select for diffs]
Modified Sun Nov 21 18:50:36 2004 UTC (5 years ago) by nd
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2980 byte(s)
Diff to previous 102973 (colored)
general property cleanup

Revision 102973 - (view) (annotate) - [select for diffs]
Modified Mon Mar 15 21:49:35 2004 UTC (5 years, 8 months ago) by jorton
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2980 byte(s)
Diff to previous 102964 (colored)
* server/Makefile.in: Revert duplicate eoc_bucket.c in
LTLIBRARY_SOURCES.

Revision 102964 - (view) (annotate) - [select for diffs]
Modified Mon Mar 15 20:19:00 2004 UTC (5 years, 8 months ago) by martin
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2993 byte(s)
Diff to previous 102794 (colored)
Add missing source

Revision 102794 - (view) (annotate) - [select for diffs]
Modified Sat Feb 28 00:48:28 2004 UTC (5 years, 8 months ago) by madhum
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2980 byte(s)
Diff to previous 102484 (colored)
Include the new eoc_bucket.c for compilation.

Revision 102484 - (view) (annotate) - [select for diffs]
Modified Mon Feb 2 17:04:10 2004 UTC (5 years, 9 months ago) by jorton
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2964 byte(s)
Diff to previous 102483 (colored)
* server/Makefile.in: Remove buildmarked.c from clean.

Revision 102483 - (view) (annotate) - [select for diffs]
Modified Mon Feb 2 16:39:12 2004 UTC (5 years, 9 months ago) by trawick
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2978 byte(s)
Diff to previous 102380 (colored)
Delete some make-generated files in the server directory during
"make clean" processing.

PR:		26552

Revision 102380 - (view) (annotate) - [select for diffs]
Modified Mon Jan 19 20:54:48 2004 UTC (5 years, 10 months ago) by jorton
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 3016 byte(s)
Diff to previous 102243 (colored)
* server/Makefile.in: Simpler fix to ensure that buildmark.lo is
always regenerated: remove buildmark.lo in delete-exports.

Revision 102243 - (view) (annotate) - [select for diffs]
Modified Fri Jan 9 12:19:55 2004 UTC (5 years, 10 months ago) by jorton
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 3104 byte(s)
Diff to previous 102013 (colored)
Fix regeneration of build datestamp on every make invocation (a
regression since 1.3).

* Makefile.in: Remove redundant PHONY_TARGETS setting.

* server/Makefile.in: Mark buildmark.c as phony; build it indirectly
via buildmarked.c since implicit rules are ignored for phony targets.

Revision 102013 - (view) (annotate) - [select for diffs]
Modified Wed Dec 10 15:59:16 2003 UTC (5 years, 11 months ago) by jorton
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2982 byte(s)
Diff to previous 99280 (colored)
* server/Makefile.in: Revert changes to use an absolute path to
exports.c in some (but not all) places, and subsequent fallout.

Revision 99280 - (view) (annotate) - [select for diffs]
Modified Sun Apr 6 19:59:02 2003 UTC (6 years, 7 months ago) by jerenkrantz
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 3260 byte(s)
Diff to previous 98683 (colored)
Add .NOTPARALLEL target for exports.c.  This allows a parallel make build to
complete successfully.

Revision 98683 - (view) (annotate) - [select for diffs]
Modified Mon Feb 17 01:00:50 2003 UTC (6 years, 9 months ago) by jerenkrantz
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 3135 byte(s)
Diff to previous 98519 (colored)
Rework the delete-exports target once more.  Leave a comment there explaining
why we have to be complicated.  (Why make's dependency code doesn't catch this,
I don't know.)

Revision 98519 - (view) (annotate) - [select for diffs]
Modified Tue Jan 28 18:51:57 2003 UTC (6 years, 9 months ago) by jerenkrantz
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2784 byte(s)
Diff to previous 98518 (colored)
Fix typo in echo statement.

Revision 98518 - (view) (annotate) - [select for diffs]
Modified Tue Jan 28 18:50:02 2003 UTC (6 years, 9 months ago) by jerenkrantz
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2785 byte(s)
Diff to previous 98320 (colored)
Throw out export_files if exports.c is out-of-date as well.

This should remove the requirement to run extraclean when we change a header
file.

Revision 98320 - (view) (annotate) - [select for diffs]
Modified Sat Jan 18 03:37:55 2003 UTC (6 years, 10 months ago) by nd
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2758 byte(s)
Diff to previous 97897 (colored)
move rfc1413 code to a new module "metadata:mod_ident".
The rfc1413 code itself is mostly c&p, but can still bear
some rework ...

This patch removes the global ap_rfc1413 function and the
ap_rfc1413_timeout variable. It also introduces a new config
directive IdentityCheckTimeout (default 30 sec).

Reviewed by: Justin Erenkrantz

Revision 97897 - (view) (annotate) - [select for diffs]
Modified Thu Dec 12 17:11:02 2002 UTC (6 years, 11 months ago) by jerenkrantz
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2768 byte(s)
Diff to previous 97864 (colored)
Ah, we don't even need the 'ls -1' - 'ls' suffices.

Submitted by:	Ben Laurie

Revision 97864 - (view) (annotate) - [select for diffs]
Modified Wed Dec 11 21:09:16 2002 UTC (6 years, 11 months ago) by jerenkrantz
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2771 byte(s)
Diff to previous 97767 (colored)
Take a stab at fixing the brokenness in our tree (grr!).

ls -1 is bound to be more portable than find -maxdepth, but I suspect it may
not be as portable as it really should.

Revision 97767 - (view) (annotate) - [select for diffs]
Modified Tue Dec 3 09:47:11 2002 UTC (6 years, 11 months ago) by martin
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2798 byte(s)
Diff to previous 97731 (colored)
FreeBSD's make doesn't like the 'implied source' syntax ($<) -- using $? which works.

Revision 97731 - (view) (annotate) - [select for diffs]
Modified Mon Dec 2 13:36:49 2002 UTC (6 years, 11 months ago) by martin
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2808 byte(s)
Diff to previous 97675 (colored)
If this worked on Mac OS-X, then OS-X should be fixed ;-)
Otherwise, it looks like Apache-2.x has not been compiled on any unixoid platform
anywhere since 2002-Nov-29

Revision 97675 - (view) (annotate) - [select for diffs]
Modified Fri Nov 29 08:07:20 2002 UTC (6 years, 11 months ago) by wsanchez
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2802 byte(s)
Diff to previous 97672 (colored)
Add export_files to EXTRACLEAN_TARGETS

Revision 97672 - (view) (annotate) - [select for diffs]
Modified Fri Nov 29 07:21:07 2002 UTC (6 years, 11 months ago) by wsanchez
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2789 byte(s)
Diff to previous 97144 (colored)
If apr and apr-util are not in-tree, we need to be able to find the
include directory for each in order to generate the server/exports.c
and server/export_vars.h files.

configure.in:
 - Provide APR_INCLUDEDIR, APU_INCLUDEDIR.

server/Makefile.in:
 - Use $APR_INCLUDEDIR $APU_INCLUDEDIR vars.
 - Add export_files target to generate a list of headers with symbols
 to export, use that list to generate exports.c and export_vars.h.

Revision 97144 - (view) (annotate) - [select for diffs]
Modified Tue Oct 8 15:12:43 2002 UTC (7 years, 1 month ago) by jerenkrantz
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2628 byte(s)
Diff to previous 96989 (colored)
Fix recent exports.c breakage by referencing exports.c as being in
top_builddir rather than top_srcdir.

For VPATH builds, we must treat exports.c as being in the build tree rather
than in the source tree.  Otherwise, it won't be regenerated properly.

(FreeBSD's make does not require the explicit path, so I'm not sure why this
change was made at all.)

Revision 96989 - (view) (annotate) - [select for diffs]
Modified Fri Sep 27 16:20:17 2002 UTC (7 years, 2 months ago) by trawick
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2624 byte(s)
Diff to previous 96985 (colored)
the recent change to fully-qualify exports.c to fix the build with
some BSD make broke the build for AIX make...  fully-qualifying exports.c
in LTLIBARY_SOURCES makes it build again

Revision 96985 - (view) (annotate) - [select for diffs]
Modified Thu Sep 26 12:52:13 2002 UTC (7 years, 2 months ago) by ben
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2603 byte(s)
Diff to previous 96919 (colored)
Full path required for BSD make (haven't I done this before???).

Revision 96919 - (view) (annotate) - [select for diffs]
Modified Fri Sep 20 00:57:50 2002 UTC (7 years, 2 months ago) by jerenkrantz
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2538 byte(s)
Diff to previous 92548 (colored)
Add ap_register_provider and ap_lookup_provider functions which resolve
the DSO link problems for DAV and the new aaa modules by moving the
provider code into the core of the server and generalizing them to be
used by any code.

Remove the auth{nz}_*_provider functions as they are no longer needed.

Change the dav_*_provider functions to wrap the ap_*_provider functions
as they have a bit more of a historical precedent that we should keep
around.

Reviewed by:	John K. Sterling <john@sterls.com> (in concept)

Revision 92548 - (view) (annotate) - [select for diffs]
Modified Thu Dec 20 16:19:50 2001 UTC (7 years, 11 months ago) by trawick
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2527 byte(s)
Diff to previous 92276 (colored)
get proxy-as-DSO to load on AIX by fixing up some of our symbol grokking

make_exports.awk didn't handle AP_CORE_DECLARE and it didn't look in
modules/http/*.h

Revision 92276 - (view) (annotate) - [select for diffs]
Modified Sat Dec 1 17:42:18 2001 UTC (7 years, 11 months ago) by trawick
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2487 byte(s)
Diff to previous 91548 (colored)
Get shared builds of libapr and libaprutil, as well as Apache DSOs,
working on AIX.

Submitted by: a cast of many, reverse engineering libtool to
              figure out how to work around its oddities/limitations/
              bugs on AIX
              (Jeff Trawick coded these changes but it took a lot of
              help)

Revision 91548 - (view) (annotate) - [select for diffs]
Modified Thu Oct 18 18:35:18 2001 UTC (8 years, 1 month ago) by aaron
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2457 byte(s)
Diff to previous 91472 (colored)
These files were already defined in EXPORT_FILES, so reuse them.

Revision 91472 - (view) (annotate) - [select for diffs]
Modified Mon Oct 15 21:58:04 2001 UTC (8 years, 1 month ago) by orlikowski
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2593 byte(s)
Diff to previous 91083 (colored)
Removed outdated apache.exports references
Submitted by: Aaron Bannert <aaron@clove.org>

Revision 91083 - (view) (annotate) - [select for diffs]
Modified Wed Sep 19 06:53:26 2001 UTC (8 years, 2 months ago) by jerenkrantz
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2646 byte(s)
Diff to previous 91017 (colored)
The call to apr_explode_localtime() in mod_log_config is one of the more
expensive operations in the httpd.  This patch attempts to reduce the
overhead by caching the result for 15 seconds.

Submitted by:	Brian Pane <bpane@pacbell.net>
Reviewed by:	Cliff Woolley, Ryan Bloom, Dean Gaudet, Justin Erenkrantz

Revision 91017 - (view) (annotate) - [select for diffs]
Modified Thu Sep 13 06:49:09 2001 UTC (8 years, 2 months ago) by rbb
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2648 byte(s)
Diff to previous 90212 (colored)
rules.mk is stored in $(top_blddir).  Without this change, VPATH builds
stop working.

Revision 90212 - (view) (annotate) - [select for diffs]
Modified Thu Aug 16 13:01:52 2001 UTC (8 years, 3 months ago) by trawick
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2646 byte(s)
Diff to previous 90167 (colored)
fix check for newer header files to look in all relevant
directories

Revision 90167 - (view) (annotate) - [select for diffs]
Modified Wed Aug 15 14:06:27 2001 UTC (8 years, 3 months ago) by trawick
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2656 byte(s)
Diff to previous 89698 (colored)
Tweak server/Makefile so that the rules for generating exports.c
are compatible with make utilities which don't expand wildcards
in a dependency list (e.g., OS/390 make, certain levels of GNU
make).

Revision 89698 - (view) (annotate) - [select for diffs]
Modified Wed Jul 25 02:14:39 2001 UTC (8 years, 4 months ago) by bjh
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2358 byte(s)
Diff to previous 89647 (colored)
OS/2: get canonical filename functions exported from the core.

Revision 89647 - (view) (annotate) - [select for diffs]
Modified Sat Jul 21 06:34:54 2001 UTC (8 years, 4 months ago) by rbb
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2318 byte(s)
Diff to previous 89517 (colored)
Improve the exports generating awk script.  In the past, we had
work around problems in the awk script by avoiding some #if and
#ifdefs.  This has bitten us many times in generating the exports.c
file.  This improvement allows corrects the header file parsing.

Submitted by:	Sander Striker <striker@apache.org>

Revision 89517 - (view) (annotate) - [select for diffs]
Modified Mon Jul 9 02:31:09 2001 UTC (8 years, 4 months ago) by rbb
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2816 byte(s)
Diff to previous 89431 (colored)
Allow all parts of Apache 2.0 to build when --srcdir is used.  This
required exposing a build directory and a source directory to all parts
of Apache's build system.  It also required a small hack in APR-util, if
we are using the bundled Expat, and we are using VPATH support, then we
have hard-coded the xml/expat location.  I couldn't figure out how to
allow the configure script to determine the correct location.  I added a
comment, but if somebody else figures it out, we should fix that at some
point.

PR:	7630

Revision 89431 - (view) (annotate) - [select for diffs]
Modified Wed Jun 27 17:11:52 2001 UTC (8 years, 5 months ago) by trawick
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2812 byte(s)
Diff to previous 89376 (colored)
hide the generation of the httpd.exp header from the build messages

Revision 89376 - (view) (annotate) - [select for diffs]
Modified Sat Jun 16 04:00:50 2001 UTC (8 years, 5 months ago) by bjh
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2809 byte(s)
Diff to previous 89347 (colored)
OS/2: Automate export of global variables from core.

Revision 89347 - (view) (annotate) - [select for diffs]
Modified Mon Jun 11 23:43:22 2001 UTC (8 years, 5 months ago) by orlikowski
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2688 byte(s)
Diff to previous 89334 (colored)
Clean up formatting.

Revision 89334 - (view) (annotate) - [select for diffs]
Modified Mon Jun 11 17:52:37 2001 UTC (8 years, 5 months ago) by orlikowski
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2672 byte(s)
Diff to previous 89321 (colored)
Document the fact that this is now an autogenerated file.

Revision 89321 - (view) (annotate) - [select for diffs]
Modified Sat Jun 9 08:28:08 2001 UTC (8 years, 5 months ago) by orlikowski
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2569 byte(s)
Diff to previous 89320 (colored)
Make this little hack slightly more palatable.

Revision 89320 - (view) (annotate) - [select for diffs]
Modified Sat Jun 9 08:20:11 2001 UTC (8 years, 5 months ago) by orlikowski
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2569 byte(s)
Diff to previous 89319 (colored)
Still needs to be built, though.

Revision 89319 - (view) (annotate) - [select for diffs]
Modified Sat Jun 9 08:16:14 2001 UTC (8 years, 5 months ago) by orlikowski
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2552 byte(s)
Diff to previous 89318 (colored)
No, libtool shouldn't build this. :p

Revision 89318 - (view) (annotate) - [select for diffs]
Modified Sat Jun 9 08:06:38 2001 UTC (8 years, 5 months ago) by orlikowski
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2566 byte(s)
Diff to previous 89316 (colored)
xlC isn't as accepting as gcc; make things tolerable for it.

Revision 89316 - (view) (annotate) - [select for diffs]
Modified Sat Jun 9 06:33:50 2001 UTC (8 years, 5 months ago) by orlikowski
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2490 byte(s)
Diff to previous 89312 (colored)
Add the missing AP[RU]_DECLARE_DATA symbols to httpd.exp.
httpd.exp should now be generated automatically.
Any missing symbols are now the fault of awk scripts.
Or rather, their authors. :)

Revision 89312 - (view) (annotate) - [select for diffs]
Modified Fri Jun 8 20:36:09 2001 UTC (8 years, 5 months ago) by orlikowski
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2214 byte(s)
Diff to previous 89307 (colored)
Clean up this relative path too.

Revision 89307 - (view) (annotate) - [select for diffs]
Modified Fri Jun 8 14:49:20 2001 UTC (8 years, 5 months ago) by orlikowski
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2203 byte(s)
Diff to previous 89306 (colored)
DISTCLEAN, not EXTRACLEAN.

Revision 89306 - (view) (annotate) - [select for diffs]
Modified Fri Jun 8 14:43:02 2001 UTC (8 years, 5 months ago) by orlikowski
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2183 byte(s)
Diff to previous 89302 (colored)
Make sure httpd.exp gets cleaned up only with a distclean, and not every time.

Revision 89302 - (view) (annotate) - [select for diffs]
Modified Fri Jun 8 02:13:18 2001 UTC (8 years, 5 months ago) by orlikowski
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2183 byte(s)
Diff to previous 89288 (colored)
(A few) Small changes to pass full paths instead of relatives.
One relative left; not sure whether to change it too or not.

Revision 89288 - (view) (annotate) - [select for diffs]
Modified Thu Jun 7 10:03:29 2001 UTC (8 years, 5 months ago) by orlikowski
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2136 byte(s)
Diff to previous 89278 (colored)
Generate httpd.exp on the fly.
This should allow DSOs to work on AIX, without the headache of maintaining
the httpd.exp file.
This is adapted from OS/2's generation of ApacheCoreOS2.def.
There exist a few bugs still:
    1) mod_dav and mod_proxy may not yet work, due to certain namespace issues.
    2) Some symbols may need to be added, a la core_header.def
Once these have been fixed, the old httpd.exp file will be deleted.

Revision 89278 - (view) (annotate) - [select for diffs]
Modified Wed Jun 6 19:37:15 2001 UTC (8 years, 5 months ago) by trawick
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 1932 byte(s)
Diff to previous 89199 (colored)
get rid of util_date.c/util_date.h and associated test program
test_date.c

Revision 89199 - (view) (annotate) - [select for diffs]
Modified Tue May 22 01:35:52 2001 UTC (8 years, 6 months ago) by fielding
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 1944 byte(s)
Diff to previous 89198 (colored)
Leave the uri-related clean stuff here for a few weeks.

Revision 89198 - (view) (annotate) - [select for diffs]
Modified Tue May 22 01:31:12 2001 UTC (8 years, 6 months ago) by fielding
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 1916 byte(s)
Diff to previous 89140 (colored)
Moved util_uri to apr-util/uri/apr_uri, which means adding the apr_
prefix to all of the uri functions (yuck), changing some includes,
and using APR error codes instead of HTTP-specific error codes.

Other notes to test this patch:
- You need to delete the util_uri.h file - exports picks up on this.
- I'd like to remove the apr_uri.h from httpd.h, but that might
  increase the complexity of this patch even further.  Once this patch
  is accepted (in some form), then I can focus on removing apr_uri.h
  from httpd.h entirely.  I need baby steps (heh) right now.
- I imagine that this might break a bunch of stuff in Win32 or other OS
  builds with foreign dependency files.  Any help here is appreciated.

This is a start...  -- justin

Submitted by:	Justin Erenkrantz
Reviewed by:	Roy Fielding

Revision 89140 - (view) (annotate) - [select for diffs]
Modified Fri May 18 00:48:57 2001 UTC (8 years, 6 months ago) by fielding
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2209 byte(s)
Diff to previous 88960 (colored)
Change the make targets and rules to be consistent in all of the
Apache-owned source trees.  Sanity is a good thing.

Revision 88960 - (view) (annotate) - [select for diffs]
Modified Sun Apr 29 05:24:11 2001 UTC (8 years, 7 months ago) by fielding
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2209 byte(s)
Diff to previous 88809 (colored)
Completely revamp configure so that it preserves the standard make
variables CPPFLAGS, CFLAGS, CXXFLAGS, LDFLAGS and LIBS by moving
the configure additions to EXTRA_* variables.  Also, allow the user
to specify NOTEST_* values for all of the above, which eliminates the
need for THREAD_CPPFLAGS, THREAD_CFLAGS, and OPTIM.  Fix the setting
of INCLUDES and EXTRA_INCLUDES.  Check flags as they are added to
avoid pointless duplications.  Fix the order in which flags are given
on the compile and link lines.

Revision 88809 - (view) (annotate) - [select for diffs]
Modified Wed Apr 11 06:44:07 2001 UTC (8 years, 7 months ago) by fielding
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2193 byte(s)
Diff to previous 88748 (colored)
Make clean, distclean, and extraclean consistently according to the
Gnu makefile guidelines.

Submitted by: Justin Erenkrantz <jerenkrantz@ebuilt.com>
Reviewed by:  Roy Fielding

Revision 88748 - (view) (annotate) - [select for diffs]
Modified Sat Apr 7 13:41:29 2001 UTC (8 years, 7 months ago) by bjh
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2162 byte(s)
Diff to previous 88645 (colored)
A few symbols from os.h need to be exported.

Revision 88645 - (view) (annotate) - [select for diffs]
Modified Mon Apr 2 15:20:45 2001 UTC (8 years, 7 months ago) by bjh
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 2123 byte(s)
Diff to previous 88453 (colored)
Switch to using aplibtool for building under OS/2 & add support for building
loadable modules as OS/2 DLLs.
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 88453 - (view) (annotate) - [select for diffs]
Modified Mon Mar 5 04:43:56 2001 UTC (8 years, 8 months ago) by rbb
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 1829 byte(s)
Diff to previous 88449 (colored)
Another chunk of code from http to core.  This should continue to build
on all platforms.  The next job is to shuffle functions back and forth
so that the server builds without mod_http.

Revision 88449 - (view) (annotate) - [select for diffs]
Modified Sun Mar 4 06:27:27 2001 UTC (8 years, 8 months ago) by rbb
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 1819 byte(s)
Diff to previous 88341 (colored)
Move more code from the http module into the core server.  This
is core code, basically the default handler, the default input
and output filters, and all of the core configuration directives.
All of this code is required in order for the server to work, with or
without HTTP.  The server is closer to working without the HTTP
module, although there is still more to do.

I tried to fix Windows, but somebody should probably make sure I did
it correctly.

Revision 88341 - (view) (annotate) - [select for diffs]
Modified Mon Feb 26 04:38:22 2001 UTC (8 years, 9 months ago) by rbb
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 1812 byte(s)
Diff to previous 88318 (colored)
Begin to move functions from the http module to the core.  The goal is to
have only functions that are HTTP specific in the http directory.

Revision 88318 - (view) (annotate) - [select for diffs]
Modified Sun Feb 25 04:24:17 2001 UTC (8 years, 9 months ago) by rbb
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 1801 byte(s)
Diff to previous 88230 (colored)
Move the error_bucket definition from the HTTP module to the core server.
Every protocol will need this definition, so it belongs in the core.

Revision 88230 - (view) (annotate) - [select for diffs]
Modified Sun Feb 18 16:07:31 2001 UTC (8 years, 9 months ago) by fielding
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 1783 byte(s)
Diff to previous 88214 (colored)
Intermediate change of hardcoded "helpers" reference to "build"
until I get a chance to revamp this to use APR's variables directly.

Revision 88214 - (view) (annotate) - [select for diffs]
Modified Sat Feb 17 16:10:54 2001 UTC (8 years, 9 months ago) by ben
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 1785 byte(s)
Diff to previous 87949 (colored)
Make exports.lo rebuild when it should.

Revision 87949 - (view) (annotate) - [select for diffs]
Modified Thu Feb 1 21:55:16 2001 UTC (8 years, 9 months ago) by rbb
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 1722 byte(s)
Diff to previous 87597 (colored)
Bring mod_status for 2.0 back in line with mod_status for 1.3.  This is
basically a straight port of the 1.3 module to 2.0.  The MPMs need to be
modified a bit to work with mod_status, but prefork, mpmt_pthread, and
dexter have already been changed.  I will fix perchild tonight.  There
is a lot of common code that can be abstracted, and there seems to be a
small bug with regard to what mpmt_pthread and dexter report as current
connections.  ExtendedStatus does work again, although until the bug
mentioned above is fixed, it isn't as useful on mpmt_pthread and dexter.

Next week, I will look at allowing other modules to add data to the
STATUS page and possibly to the scoreboard itself.

Revision 87597 - (view) (annotate) - [select for diffs]
Modified Sat Jan 6 21:47:49 2001 UTC (8 years, 10 months ago) by dgaudet
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 1709 byte(s)
Diff to previous 87559 (colored)
- add some missing distclean targets
- use DISTCLEAN_TARGETS and CLEAN_TARGETS everywhere (to be consistent
with other macros and with APR)
- warn that aclocal.m4 is a generated file

Revision 87559 - (view) (annotate) - [select for diffs]
Modified Sun Dec 31 11:35:50 2000 UTC (8 years, 10 months ago) by ben
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 1706 byte(s)
Diff to previous 87449 (colored)
RM was not defined. Just use rm instead.

Revision 87449 - (view) (annotate) - [select for diffs]
Modified Wed Dec 20 10:19:06 2000 UTC (8 years, 11 months ago) by gstein
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 1712 byte(s)
Diff to previous 87425 (colored)
exports.c was dependent upon delete-exports, but that dependency will always
fail since there is no delete-exports file (thus, exports.c would always get
regenerated, recompiled, and relinked). Instead, we move the delete-exports
target "up" to the "all" target. However, ltlib.mk doesn't allow us to add
things to the "all" target, so we also revise the set of .mk files to use.

also use TARGET_EXPORTS consistently.

Revision 87425 - (view) (annotate) - [select for diffs]
Modified Tue Dec 19 17:52:40 2000 UTC (8 years, 11 months ago) by rbb
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 1636 byte(s)
Diff to previous 87424 (colored)
Correct a mistake in the delete-exports target

Revision 87424 - (view) (annotate) - [select for diffs]
Modified Tue Dec 19 17:05:48 2000 UTC (8 years, 11 months ago) by rbb
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 1633 byte(s)
Diff to previous 87249 (colored)
Force all Apache functions to be linked into the executable, whether they
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.

Revision 87249 - (view) (annotate) - [select for diffs]
Modified Thu Dec 7 11:37:08 2000 UTC (8 years, 11 months ago) by gstein
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 1113 byte(s)
Diff to previous 87192 (colored)
*) fix up buildexports.sh:
   - enable it to be run from any dir by passing a parameter for the
     location of srclib, and using its own location for determining where
     the AWK script is located
   - accept exports files on STDIN, and produce output on STDOUT
   - use "pwd" and cd back to it, rather than assuming ../../.. (which might
     not apply if we feed it other export files)
   - add USAGE reporting

*) generate exports.c during normal build of "server" rather than during the
   buildconf stage. update invocation to match above changes

*) revamp the ap_ugly_hack referencing in main.c: put it at the bottom of
   the file with the other, similar references, and style it similarly.

*) remove the ap_ugly_hack declaration from http_main.h; it is internal to
   the "server" code

Revision 87192 - (view) (annotate) - [select for diffs]
Modified Tue Dec 5 02:45:50 2000 UTC (8 years, 11 months ago) by rbb
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 943 byte(s)
Diff to previous 87190 (colored)
Apache builds again, although the test directory doesn't.  I will work on
the test directory soon.  The server does NOT currently run, but it does
build cleanly.

Revision 87190 - (view) (annotate) - [select for diffs]
Modified Tue Dec 5 00:36:09 2000 UTC (8 years, 11 months ago) by rbb
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 916 byte(s)
Diff to previous 87171 (colored)
Get base Apache to build properly.  This doesn't solve the problem of
not having apr-util, but we should be getting to the link stage now.

Revision 87171 - (view) (annotate) - [select for diffs]
Modified Mon Dec 4 06:36:16 2000 UTC (8 years, 11 months ago) by rbb
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 987 byte(s)
Diff to previous 86770 (colored)
Remove buff.c and buff.h.  There are still a few files that rely on these,
but those files are already broken.  This just makes that breakage more
obvious.

Revision 86770 - (view) (annotate) - [select for diffs]
Modified Mon Oct 30 23:08:27 2000 UTC (9 years ago) by rbb
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 994 byte(s)
Diff to previous 86408 (colored)
This is an ugly little hack to allow DSO modules to work.  This basically
forces Apache to link in all of the APR functions whether they are used
by any static modules or not.

Revision 86408 - (view) (annotate) - [select for diffs]
Modified Thu Oct 5 21:48:38 2000 UTC (9 years, 1 month ago) by trawick
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 984 byte(s)
Diff to previous 86404 (colored)
Back out some more of build changes from last night so that Apache
builds on FreeBSD 3.4 again.

Revision 86404 - (view) (annotate) - [select for diffs]
Modified Thu Oct 5 17:28:45 2000 UTC (9 years, 1 month ago) by rbb
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 1095 byte(s)
Diff to previous 86399 (colored)
Back out the build changes I added last night.  This was causing libtool
commands to be sent to gcc.  It worked on some platforms, but not all of
them.

Revision 86399 - (view) (annotate) - [select for diffs]
Modified Thu Oct 5 05:42:06 2000 UTC (9 years, 1 month ago) by rbb
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 1300 byte(s)
Diff to previous 86136 (colored)
Multiple build and configuration fixes

Build process:

  -add datadir and localstatedir substitutions
  -fix layout name
  -fix logfilename misspelling
  -fix evaluation of installation dir variables and
  -replace $foobar by $(foobar) to be usefull in the makefile

Cross compile:

  -add rules for cross-compiling in rules.mk. Okay, rule to check for
   $CC_FOR_BUILD is still missing
  -use CHECK_TOOL instead of CHECK_PROG for ranlib
  -add missing "AR=@AR@" to severaly Makefile.in's
  -cache result for "struct rlimit"
  -compile all helper programs with native and cross compiler
   and use the native version to generate header file


PR:	6384
Submitted by:	"R�diger" Kuhlmann <Tadu@gmx.de>
Reviewed by:	Ryan Bloom

Revision 86136 - (view) (annotate) - [select for diffs]
Modified Wed Aug 23 00:01:58 2000 UTC (9 years, 3 months ago) by rbb
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 984 byte(s)
Diff to previous 85926 (colored)
Remove IOLs from Apache.  They are no longer necessary, now that we have
filtering beginning to work.  There is a hack that has been repeated
through this patch, we morph a pipe into a socket, and put the socket
into the BUFF.  Everytime we do that, we are working with a pipe from
a CGI, and we should be creating a pipe bucket and passing that bucket
back.  Because we don't actually have pipe buckets yet, we are using this
hack.  When we get pipe buckets, this will be fixed.

Revision 85926 - (view) (annotate) - [select for diffs]
Modified Fri Jul 28 20:31:02 2000 UTC (9 years, 4 months ago) by rbb
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 1008 byte(s)
Diff to previous 85744 (colored)
Add the ability to register filters.  This commit introduces a warning
into the build.  This warning will be removed automatically, as soon as
we decide on a prototype for the function causing the warning.  That
decision is tied to which filtering mechanism we decide on.
Submitted by:	Ryan Bloom and Greg Stein

Revision 85744 - (view) (annotate) - [select for diffs]
Modified Sat Jul 1 14:14:15 2000 UTC (9 years, 4 months ago) by gstein
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 991 byte(s)
Diff to previous 85732 (colored)
build the XML utility stuff now (req'd by the DAV code)

Revision 85732 - (view) (annotate) - [select for diffs]
Modified Fri Jun 30 18:08:13 2000 UTC (9 years, 4 months ago) by rbb
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 980 byte(s)
Diff to previous 85658 (colored)
Combine some common code.  Before this, all platforms implemented their
own iol_sockets using APR.  This just combines all of that code to a
common file and moves that file to main.  I have tested this with all of
the Unix MPM's, but I am willing to bet I missed something (Makefiles) for
Windows, and possibly moving some code for OS/2 and BeOS.

Revision 85658 - (view) (annotate) - [select for diffs]
Modified Thu Jun 22 18:28:07 2000 UTC (9 years, 5 months ago) by dreid
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 960 byte(s)
Diff to previous 85599 (colored)
Add the EXTRA_LIBS to get apache building on BONE again and now that
we're using ap_sleep remove the need for sys/socket.h in mpm_common.c

Revision 85599 - (view) (annotate) - [select for diffs]
Modified Sat Jun 17 16:29:53 2000 UTC (9 years, 5 months ago) by ben
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 932 byte(s)
Diff to previous 85510 (colored)
More consification, correct command initialisation.

Revision 85510 - (view) (annotate) - [select for diffs]
Modified Sun Jun 11 11:20:58 2000 UTC (9 years, 5 months ago) by sascha
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 905 byte(s)
Diff to previous 85491 (colored)
Fix dependencies for util_uri.lo and util.lo.

Revision 85491 - (view) (annotate) - [select for diffs]
Modified Sat Jun 10 01:10:10 2000 UTC (9 years, 5 months ago) by dgaudet
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 903 byte(s)
Diff to previous 85296 (colored)
fix dependencies.  (what is a .lo anyway?  i tried making the .o depend
on the .h which is how dependencies usually work, but the other rules
didn't work out right unless i used a .lo ... i suppose this only matters
to folks building with -j N)

Revision 85296 - (view) (annotate) - [select for diffs]
Modified Thu May 25 20:51:25 2000 UTC (9 years, 6 months ago) by trawick
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 923 byte(s)
Diff to previous 85249 (colored)
APACHE_XLATE, CHARSET_EBCDIC stuff:
Provide new function ap_set_content_xlate() to simplify what needs
to be done to set up translation of content.  Use it where appropriate.

With this change, EBCDIC logic was tweaked so that ap_checkconv() does
not overlay a translation handle previously stored (e.g., by a module)
unless it is turning translation off.  Unless ap_checkconv() determines
that translation is inappropriate, it should leave the translation handle
alone.

Revision 85249 - (view) (annotate) - [select for diffs]
Modified Thu May 18 23:25:06 2000 UTC (9 years, 6 months ago) by rbb
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 905 byte(s)
Diff to previous 85171 (colored)
First function removed from Unix MPM's and moved to a common file.  This
work is not anywhere near finished, but the cleanup has begun at least.
Had to make a couple of variables non-static, so a name change was required
since they are now viewable from outside the library.  The advantage to this
is code that is much easier to maintain into the future, because it is
duplicated less often.

Revision 85171 - (view) (annotate) - [select for diffs]
Modified Tue May 9 20:25:00 2000 UTC (9 years, 6 months ago) by trawick
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 892 byte(s)
Diff to previous 85113 (colored)
generic EBCDIC support code, changes to rfc1413.c to use APR
translation in its EBCDIC support

Revision 85113 - (view) (annotate) - [select for diffs]
Modified Sun Apr 30 18:27:18 2000 UTC (9 years, 6 months ago) by sascha
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 878 byte(s)
Diff to previous 85102 (colored)
Add VPATH support to Apache:

  os/$(OS_DIR) is now equivalent to the old $(OS_DIR)

  Necessary include paths are added only in VPATH mode.

  Dependencies are stored in the build directory now.
  They contain paths which depend on the current build,
  and therefore they are not general.

  Fixed two dependencies in main/Makefile.in.

Revision 85102 - (view) (annotate) - [select for diffs]
Modified Sun Apr 30 00:06:07 2000 UTC (9 years, 6 months ago) by sascha
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 858 byte(s)
Diff to previous 85003 (colored)
Overall UNIX build system improvements:

* Makefile header is now completely dynamic
* Absolute paths everywhere
  (fixes Tru64 support)
* Get rid of LTLIBRARY_SHARED_NAME rule in library.mk
  (fixes Irix support, untested)
* VPATH does not contain variables anymore
  (fixes UnixWare support)
* Remove inclusion of program.mk in support/Makefile.in
  (PROGRAM_NAME is empty => breaks Irix and others)
* Call REENTRANCY_FLAGS earlier, so that flags are passed to header checks
  (might fix OpenBSD pthread.h-detection, untested)

Revision 85003 - (view) (annotate) - [select for diffs]
Modified Thu Apr 20 17:01:11 2000 UTC (9 years, 7 months ago) by bjh
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 942 byte(s)
Diff to previous 84949 (colored)
OS/2: EXTRA_LDFLAGS is required when linking the table generation programs.

Revision 84949 - (view) (annotate) - [select for diffs]
Modified Wed Apr 12 21:57:48 2000 UTC (9 years, 7 months ago) by rbb
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 908 byte(s)
Diff to previous 84770 (colored)
First step to getting configuration modules working.  This step creates
a tree, but does not use the tree for anything.

Revision 84770 - (view) (annotate) - [select for diffs]
Modified Wed Mar 15 22:46:33 2000 UTC (9 years, 8 months ago) by manoj
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 893 byte(s)
Diff to previous 84762 (colored)
Minor nit: use top_srcdir instead of topsrcdir, to be more consistent
with autoconf.

Revision 84762 - (view) (annotate) - [select for diffs]
Modified Tue Mar 14 08:04:50 2000 UTC (9 years, 8 months ago) by dgaudet
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 890 byte(s)
Diff to previous 84423 (colored)
even more distclean goodness (there's still more... time for zzz though)

Revision 84423 - (view) (annotate) - [select for diffs]
Added Tue Jan 11 13:11:13 2000 UTC (9 years, 10 months ago) by sascha
Original Path: httpd/httpd/trunk/server/Makefile.in
File length: 822 byte(s)
These changes are committed together, because they depend on each other.

    -   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

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2