1. 24 Jul, 2002 15 commits
  2. 23 Jul, 2002 9 commits
  3. 22 Jul, 2002 7 commits
  4. 21 Jul, 2002 6 commits
  5. 20 Jul, 2002 1 commit
    • William A. Rowe Jr's avatar
      · 52f0e14a
      William A. Rowe Jr authored
        Unless I'm missing something obvious, apr-iconv never needs to be it's
        own .dll/.so library.  In the case of libapriconv, we need to anticipate
        that the library will be incorporated into libaprutil and exposed through
        the apr_xlate_() API.  In the case of the aprutil we can use the same
        approach.
      
        After this patch, one never includes the libapriconv or apriconv in any
        application.  Including libaprutil or aprutil is sufficient.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96133 13f79535-47bb-0310-9956-ffa450edef68
      52f0e14a
  6. 19 Jul, 2002 2 commits