1. 15 Apr, 1999 1 commit
  2. 13 Feb, 1999 2 commits
  3. 03 Feb, 1999 1 commit
    • Tom Lane's avatar
      Modify int8 to not depend on sscanf(), and fix configure's test · 724119a9
      Tom Lane authored
      for int8 support.  configure now checks only snprintf() for int8 support,
      not sprintf and sscanf as it used to.  The reason for doing this is that
      if we are supplying our own snprintf code (which does handle long long int),
      we now only need working long long support in the compiler not in the
      platform's C library.  I have verified that int8 now passes regression test
      on HPUX 9, and I think it should work on SunOS 4.1.* and other older
      platforms if gcc is used.
      724119a9
  4. 01 Sep, 1998 2 commits
  5. 08 Jul, 1998 1 commit
  6. 26 Feb, 1998 1 commit
  7. 07 Jan, 1998 1 commit
  8. 06 Jan, 1998 1 commit
  9. 08 Sep, 1997 2 commits
  10. 07 Sep, 1997 1 commit
  11. 17 May, 1997 1 commit