1. 08 2月, 1999 12 次提交
  2. 07 2月, 1999 10 次提交
  3. 06 2月, 1999 3 次提交
  4. 05 2月, 1999 4 次提交
  5. 04 2月, 1999 9 次提交
  6. 03 2月, 1999 2 次提交
    • T
      Modify int8 to not depend on sscanf(), and fix configure's test · 724119a9
      Tom Lane 提交于
      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
    • B
      SET_ARGS cleanup · 4090d17f
      Bruce Momjian 提交于
      4090d17f