Skip to content
  1. Oct 04, 2001
  2. Oct 03, 2001
  3. Oct 02, 2001
  4. Sep 30, 2001
    • Justin Erenkrantz's avatar
      Kill two autoconf-related birds with one commit. · c631e51f
      Justin Erenkrantz authored
      - substr used in APACHE_MODULE for the help string did not parse correctly
        with autoconf 2.50+ so we had to punt there anyway and use AC_HELP_STRING.
      - Add APACHE_HELP_STRING define that will call AC_HELP_STRING on 2.50+
        (actually not 2.13 - look at the regex call) or do our custom variation
        of it.  This function can't have any extra spaces or it will be returned
        in the help string.  So noted.  If anyone can figure out how to insert
        a line break like 2.50+ does when we go over the 26th column, I'd
        appreciate it.  I tried and I'm way too tired to figure it out now.
        Adding this would greatly simplify two or three HELP_STRING uses.
      - Switch all of those annoying WITH and ENABLE functions to use the
        APACHE_HELP_STRING.  This makes everything consistent now.  I've always
        had to go through and keep aligning everything every few months or so
        because I'm the only one who cares.  No more.  I refuse to do it any more!
        Use APACHE_HELP_STRING or be crucified.
      
      Looks decent with autoconf-2.13 and autoconf-2.52.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91211 13f79535-47bb-0310-9956-ffa450edef68
      c631e51f
  5. Sep 29, 2001
  6. Sep 28, 2001
  7. Sep 26, 2001
  8. Sep 24, 2001
  9. Sep 21, 2001
  10. Sep 19, 2001
  11. Sep 18, 2001
  12. Sep 17, 2001
    • William A. Rowe Jr's avatar
      · ee42a492
      William A. Rowe Jr authored
         Remove the Win32 script-processing exception from mod_cgi, and
         roll build_command_line/build_argv_list into a unified, overrideable
         ap_cgi_build_command optional function.
      
         Eliminates a ton of Win32 cruft from core.c for registry parsing.
         Win32 (through the default handler, and newest changes to the
         apr_proc_create fn) continues to serve .bat/.exe files.  This is in
         preparation for adding modules/arch/win32/mod_win32 for scripts.
      
         Please review the mod_cgi.c behavior very carefully.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91058 13f79535-47bb-0310-9956-ffa450edef68
      ee42a492
  13. Sep 06, 2001
  14. Sep 04, 2001
  15. Sep 02, 2001
  16. Aug 31, 2001
  17. Aug 30, 2001
  18. Aug 29, 2001
  19. Aug 28, 2001