1. 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
  2. 02 Feb, 1999 10 commits
  3. 01 Feb, 1999 4 commits
  4. 31 Jan, 1999 2 commits
    • Marc G. Fournier's avatar
      · 91fed81c
      Marc G. Fournier authored
      From: Michael Meskes <Michael.Meskes@usa.net>
      
      +
      + Wed Jan 27 12:42:22 CET 1999
      +
      +       - Fixed bug that caused ecpg to lose 'goto' information.
      +       - Set ecpg version to 2.4.7
      +
      + Fri Jan 29 18:03:52 CET 1999
      +
      +       - Fixed bug that caused 'enum' to be rejected in pure C code.
      +       - Fixed bug that caused function names to be translated to lower case.
      +       - Set ecpg version to 2.4.8
      +
      91fed81c
    • Marc G. Fournier's avatar
      · f7c4ec50
      Marc G. Fournier authored
      From: D'Arcy J.M. Cain <darcy@druid.net>
      
      The following patch does two things.
      
       - Clarifies what the effect of allowing users to add new users (Thet
         become super-users.)
       - Makes the default database for the new user if they are not allowed
         to and the user agrees to create it.
      f7c4ec50
  5. 30 Jan, 1999 1 commit
  6. 29 Jan, 1999 4 commits
  7. 28 Jan, 1999 3 commits
  8. 27 Jan, 1999 6 commits
  9. 26 Jan, 1999 3 commits
  10. 25 Jan, 1999 4 commits
  11. 24 Jan, 1999 2 commits