1. 02 Feb, 2001 1 commit
  2. 01 Feb, 2001 1 commit
  3. 31 Jan, 2001 1 commit
  4. 30 Jan, 2001 2 commits
  5. 29 Jan, 2001 1 commit
  6. 28 Jan, 2001 2 commits
  7. 26 Jan, 2001 1 commit
  8. 25 Jan, 2001 3 commits
  9. 24 Jan, 2001 4 commits
  10. 23 Jan, 2001 7 commits
  11. 22 Jan, 2001 1 commit
  12. 21 Jan, 2001 2 commits
  13. 20 Jan, 2001 3 commits
  14. 19 Jan, 2001 3 commits
  15. 18 Jan, 2001 2 commits
  16. 17 Jan, 2001 3 commits
  17. 15 Jan, 2001 2 commits
  18. 14 Jan, 2001 1 commit
    • Geoff Thorpe's avatar
      Update the LHASH man page. · ab5db007
      Geoff Thorpe authored
      * Correct some prototypes and macros with respect to "const"ness.
      
      * Add the extra macros and examples due to the lh_doall[_arg] modifications
        made recently. The existing example is also reworked for consistency.
      
      * Rewrite, tweak, and supplement bits of the existing comments that seemed
        (IMHO) to be a little convoluted and misleading.
      
      * Add a NOTE section that explains the use of macros and avoiding function
        casts (ie. generate a wrapper as with the macros, or prototype any
        callback functions exactly to not require casting). Also, explain the
        "const" approach taken in LHASH for the purposes of API comprehensibility
        and also application code auditing.
      ab5db007