Skip to content
  1. Jan 26, 2002
  2. Jan 25, 2002
  3. Dec 21, 2001
  4. Dec 20, 2001
  5. Dec 11, 2001
    • 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
  6. Nov 28, 2001
  7. Nov 24, 2001
  8. Nov 23, 2001
  9. Nov 21, 2001
  10. Nov 20, 2001
  11. Nov 19, 2001
  12. Nov 17, 2001
  13. Nov 16, 2001
  14. Nov 15, 2001
  15. Nov 13, 2001
  16. Nov 12, 2001