- Apr 22, 1998
-
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81019 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
explicitly initializing IFS for every loop and restoring it after the loop. Submitted by: Ralf S. Engelschall Reviewed by: Rasmus Lerdorf, Ralf S. Engelschall git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81018 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81017 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
is inside some of the flags than a percent char. (GNU Autoconf does the same when substituting flags) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81016 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
BTW: The cool thing about this is that this was possible through the nifty Perl-fallback feature in src/Configure we recently introduced especially for this situation: Platforms were we do not have access and need feedback from the users ;-) PR: 2109 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81015 13f79535-47bb-0310-9956-ffa450edef68
-
Marc Slemko authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81014 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 21, 1998
-
-
Jim Jagielski authored
is used per IP:port pair git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81013 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81011 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
have an entry in conf.h for the OS... what the hell, give it a try and continue with the build process. We may get lucky. And even if we don't, we're in no worse shape than before. Besides, we covered-our-asses because we told them all bets were off git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81010 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81009 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81008 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81007 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
of the link, since it's quite likely that some extries in there will be found in LIBS1 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81006 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
so we get the right header files, etc... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81005 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
no one else noticed that support's Makefile includes ./src/include or else this would have been fixed a long time ago, I'm sure git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81004 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
out (hopefully) the right header files git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81003 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
fixed his as well... Good boy :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81002 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
PR: 2105 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81001 13f79535-47bb-0310-9956-ffa450edef68
-
Marc Slemko authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81000 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
variables via $ CFLAGS=... $ export CFLAGS $ ./configure (which is not needed) instead of $ CFLAGS=.. ./configure PR: 2101 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80999 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
to the canonical Autoconf-style shell variable names. For instance EXTRA_CFLAGS vs. CFLAGS. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80998 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
on "make install". Submitted by: Ralf S. Engelschall (based on Jim's initial patch) Reviewed by: Jim Jagielski, Ralf S. Engelschall git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80997 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
be changed and that the _complete_ configuration via APACI takes place through command line args _AND_ shell variables. PR: 2091 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80996 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
Submitted by: Ralf S. Engelschall Reviewed by: Lars Eilebrecht, Ralf S. Engelschall git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80995 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
Add Dean's description of what pools there are to the soi-disant documentation. Submitted by: Dean Gaudet git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80994 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80992 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
Submitted by: Ralf S. Engelschall PR: 2089 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80991 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
PR: 2081 Obtained from: Jens Schleusener <Jens.Schleusener@dlr.de> Submitted by: Jim Jagielski Reviewed by: AIX requires sys/select.h git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80990 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
PR: 2082 Obtained from: Submitted by: Jim Jagielski Reviewed by: NeXT requires strdup()... Since we already provide for MPE we use this internal version. Another fix would be to: #ifdef NEXT #define strdup NXCopyStringBuffer #endif git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80989 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
needed due to Configure changes... Marius contacted to verify git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80988 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
the logresolv(e).c stuff, which is unclear git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80987 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80986 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 20, 1998
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80984 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
PR: Obtained from: Jeff Earickson <jaearick@colby.edu> Submitted by: Jim Jagielski Reviewed by: Add HP-UX 11 Port git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80983 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80982 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80981 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
apache-1.3b6 -> apache_1.3b6 plus tree typos. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80976 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Added current thread of discussion. Still needs a good patch before it could be implemented. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80975 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Moved history down to the bottom of the page (anyone getting this announcement already knows all that) and added spaces between features to make it more legible. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80974 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@80973 13f79535-47bb-0310-9956-ffa450edef68
-