Skip to content
  1. Sep 24, 2001
    • Dirk-Willem van Gulik's avatar
      Remove showstopper; as trawick commit of 2001/09/11 12:19:09 · 546651dd
      Dirk-Willem van Gulik authored
      has cleaned them up.
      
      Added a >1 comparison to not do statistics if there are less
      than 2 entries (and hence the standard deviation check would
      explode on a divide by zero).
      
      Obtained from:
      Submitted by:
      Reviewed by:
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91127 13f79535-47bb-0310-9956-ffa450edef68
      546651dd
    • Jim Jagielski's avatar
      PR: · 20f9711e
      Jim Jagielski authored
      Obtained from:
      Submitted by:	Stipe Tolj <tolj@wapme-systems.de>
      Reviewed by:
      
      Some Cygwin portability changes, from
          Message-ID: <3BAB4213.74AA3C0F@wapme-systems.de>
      Did not include the below patch to install.sh since this looked like
      it would affect other OSs...
      
      	 #  Check if we need to add an executable extension (such as ".exe")
      	-#  on specific OS to src and dst
      	+#  on specific OS to src and dst.
      	+#  At least Cygwin requires this to ensure a clean "make install".
      	 if [ -f "$src.exe" ]; then
      	-  if [ -f "$src" ]; then
      	-    : # Cygwin [ test ] is too stupid to do [ -f "$src.exe" ] && [ ! -f "$src" ]
      	-  else
      	     ext=".exe"
      	-  fi
      	 fi
      	 src="$src$ext"
      	 dst="$dst$ext"
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91124 13f79535-47bb-0310-9956-ffa450edef68
      20f9711e
  2. Sep 21, 2001
  3. Sep 12, 2001
  4. Sep 11, 2001
  5. Sep 10, 2001
  6. Sep 07, 2001
  7. Sep 06, 2001
  8. Sep 05, 2001
  9. Sep 04, 2001
  10. Aug 29, 2001
  11. Aug 23, 2001
  12. Aug 22, 2001
  13. Aug 21, 2001
  14. Aug 18, 2001