1. 27 Feb, 1998 1 commit
    • Marc G. Fournier's avatar
      From: Darren King <darrenk@insightdist.com> · 296a942b
      Marc G. Fournier authored
      This patch will...
      
      1. Remove the "-Wall" option from the ecpg/lib and ecpg/preproc Makefile.
      
      2. Remove the addition of $(SRCDIR)/include and-or $(SRCDIR)/backend from
         ecpg/lib, ecpg/preproc, libpq and utils Makefiles. Already in CFLAGS...
      
      3. Set MK_NO_LORDER and RANLIB in Makefile.aix to avoid a couple of extra
         steps taken care of by the 'ld' command anyways.
      296a942b
  2. 24 Feb, 1998 3 commits
    • Marc G. Fournier's avatar
      + Sat Feb 21 19:10:55 CET 1998 · 80e12829
      Marc G. Fournier authored
      +
      +       - use char[] as string not as array of bytes that is integers
      +
      + Sun Feb 22 16:37:36 CET 1998
      +
      +       - use long for all size variables
      +       - added execute immediate statement
      +
      + Sun Feb 22 20:41:32 CET 1998
      +
      +       - use varcharsize = 1 for all simple types, 0 means pointer, > 1
      +         means array if type is char resp. unsigned char
      +
      + Thu Feb 24 12:26:12 CET 1998
      +
      +       - allow 'go to' in whenever statement as well as 'goto'
      +       - new argument 'stop' for whenever statement
      
      From: Michael Meskes <meskes@topsystem.de>
      80e12829
    • Marc G. Fournier's avatar
      From: t-ishii@sra.co.jp · 96316211
      Marc G. Fournier authored
      Ok. I have decided to use:
      
      #if defined(sun) && if defined(sparc) && !defined(__svr4)
      
      instead of defined(sunos4).  interfaces/libpq/libpq-fe.h and
      include/c.h have been modified(see included patches).
      
      Another porblems I have found are:
      
      o SunOS lacks strtoul(). to fix this I stole strtoul.c from FreeBSD
      and place it under backend/port. necessary modifications have been
      also made to backend/port/Makefile.in, include/config.h.in and
      configure.in (see included patches).
      96316211
    • Marc G. Fournier's avatar
      Various fixes for ecpg to remove compiler dependency... · 751ebd20
      Marc G. Fournier authored
      From: Darren King <darrenk@insightdist.com>
      751ebd20
  3. 23 Feb, 1998 1 commit
  4. 18 Feb, 1998 1 commit
  5. 12 Feb, 1998 2 commits
  6. 10 Feb, 1998 1 commit
  7. 05 Feb, 1998 1 commit
    • Marc G. Fournier's avatar
      From: Michael Meskes <meskes@topsystem.de> · 82034103
      Marc G. Fournier authored
      Well this is not really a patch. But I mananged to get Linus' old Postgres95
      precompiler to compile and work with PostgreSQL. The next step would be to
      collect bug/missing feature reports and to put it into the distribution so
      that it is made with the standard make procedure.
      
      Warning! So far it is not tested much and it does not install correctly. But
      I was able to create a small binary with it.
      82034103