1. 22 May, 1999 2 commits
  2. 21 May, 1999 9 commits
  3. 20 May, 1999 1 commit
  4. 19 May, 1999 1 commit
  5. 17 May, 1999 6 commits
  6. 16 May, 1999 1 commit
  7. 13 May, 1999 3 commits
  8. 12 May, 1999 2 commits
  9. 11 May, 1999 1 commit
  10. 10 May, 1999 1 commit
  11. 07 May, 1999 3 commits
  12. 06 May, 1999 2 commits
  13. 05 May, 1999 4 commits
  14. 04 May, 1999 4 commits
    • Ken Coar's avatar
      · 2e2d5c40
      Ken Coar authored
      	Add the 'force-no-vary' envariable to the list of specials, and
      	put the entire list into alphabetical order.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@83181 13f79535-47bb-0310-9956-ffa450edef68
      2e2d5c40
    • Ken Coar's avatar
      · 61477d4e
      Ken Coar authored
      	Add a definition so that mod_perl can be built/linked as a
      	DSO on AIX.
      
      Submitted by:	Paul Reder <rederpj@raleigh.ibm.com>
      Reviewed by:	Ken Coar
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@83179 13f79535-47bb-0310-9956-ffa450edef68
      61477d4e
    • Brian Havard's avatar
      OS/2: Add support for building loadable modules as DLLs. · 6e7ed376
      Brian Havard authored
      - EXE files can't be linked to at run time so a shared core is needed.
      
      - As uninitialized global variables can't be exported I had to add
      initializers to the exported globals that didn't already have one.
      
      - Due to an 'optimization' done for OS/2 v3, DLL file names are limited
      to 8 characters plus the .dll extension. As most of the module names are
      longer than that I've had to map the module names to a shorter version. This
      is done in src/modules/standard/Makefile.OS2. The short version of the module
      name must be used in the SharedModule statement in Configuration and in
      the LoadModule directive in httpd.conf
      
      - I had to mess with the dependencies in src/Makefile regarding the
      "libhttpd.ep" as I don't want to build one. It _should_ still work for the
      sysv people it's meant for but I have no way to check.
      
      - .def files are needed for all DLLs. The one for the core dll is based on the
      Win32 one and is called ApacheCoreOS2.def. The .def files for modules are
      generated on the fly by the makefile.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@83178 13f79535-47bb-0310-9956-ffa450edef68
      6e7ed376
    • Martin Kraemer's avatar
      Add missing include for EBCDIC · 665fc8e0
      Martin Kraemer authored
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@83177 13f79535-47bb-0310-9956-ffa450edef68
      665fc8e0