1. 26 Feb, 2002 1 commit
  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 3 commits
    • 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
    • William A. Rowe Jr's avatar
      · a944e9f4
      William A. Rowe Jr authored
        ap_rprintf is implemented as API_EXPORT() in http_protocol.c.
        Therefore, make the prototype and implementation consistant.
      
        The question remains, why no compiler warning/emit?  Because MSVC [my
        version, at least] must have changed all of the ap_fn(foo, ...) decl
        from _stdcall to _cdecl, on it's own!
      
        I suggest our declarations are still borked, but they have worked only
        because MSVC ignored our poor judgement :)
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@92964 13f79535-47bb-0310-9956-ffa450edef68
      a944e9f4
    • Bill Stoddard's avatar
      Fix typo.. · cee7321f
      Bill Stoddard authored
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@92963 13f79535-47bb-0310-9956-ffa450edef68
      cee7321f