1. 30 Jan, 2002 2 commits
  2. 27 Jan, 2002 1 commit
  3. 26 Jan, 2002 1 commit
  4. 25 Jan, 2002 2 commits
  5. 21 Dec, 2001 5 commits
  6. 20 Dec, 2001 6 commits
  7. 11 Dec, 2001 2 commits
    • Richard Levitte's avatar
      Make the type of hConnection consistent. · 91102def
      Richard Levitte authored
      91102def
    • Richard Levitte's avatar
      Problem: · 35933d17
      Richard Levitte authored
      1. some platforms do not have inttypes.h, and chasing them down
         becomes ridiculous.  Therefore, uint64_t can't be used for 64-bit
         values.
      2. some (other) platforms do not support "long long".
      
      Solution: make AEP_U64 a struct with two longs unless long already is
      64 bit long.
      
      Also, restore all other types back to use unsigned char, unsigned int
      and unsigned long.  Make sure that AEP_U32 actually becomes 32 bits,
      even on platforms where long is 64 bits (actually, we're just guessing
      that int will stay at 32 bits on those...).
      35933d17
  8. 28 Nov, 2001 1 commit
  9. 24 Nov, 2001 1 commit
  10. 23 Nov, 2001 2 commits
  11. 21 Nov, 2001 4 commits
  12. 20 Nov, 2001 1 commit
  13. 19 Nov, 2001 1 commit
  14. 17 Nov, 2001 3 commits
  15. 16 Nov, 2001 3 commits
  16. 15 Nov, 2001 4 commits
  17. 13 Nov, 2001 1 commit