1. 26 Feb, 2002 3 commits
  2. 25 Feb, 2002 1 commit
  3. 22 Feb, 2002 1 commit
  4. 21 Feb, 2002 2 commits
  5. 19 Feb, 2002 1 commit
  6. 18 Feb, 2002 1 commit
  7. 15 Feb, 2002 1 commit
  8. 13 Feb, 2002 2 commits
  9. 11 Feb, 2002 1 commit
  10. 09 Feb, 2002 1 commit
  11. 08 Feb, 2002 1 commit
  12. 06 Feb, 2002 4 commits
  13. 05 Feb, 2002 1 commit
  14. 04 Feb, 2002 4 commits
  15. 02 Feb, 2002 1 commit
  16. 01 Feb, 2002 1 commit
  17. 31 Jan, 2002 3 commits
  18. 27 Jan, 2002 2 commits
  19. 25 Jan, 2002 1 commit
  20. 24 Jan, 2002 1 commit
  21. 22 Jan, 2002 6 commits
  22. 21 Jan, 2002 1 commit
    • William A. Rowe Jr's avatar
      · c15460db
      William A. Rowe Jr authored
        Per W. Stoddard, Greg Marr and my research, let's get this right.
      
        This change is a decorative NOOP.  It accurately reflects what the
        MSVC compiler actuall turned into bytecode.  We hope this change
        makes the actual fns clearer to the developer.
      
        However, there is no effective difference.  The _stdcall declaration
        for these functions was _ignored_ by MSVC, which treated the fn's
        as _cdecl (our API_EXPORT_NONSTD macro) because they use varargs.
      
        This time, buff.c:ap_bvputs() was out of sync (correct to this patch)
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@92965 13f79535-47bb-0310-9956-ffa450edef68
      c15460db