1. 28 Apr, 2000 5 commits
  2. 27 Apr, 2000 4 commits
  3. 26 Apr, 2000 11 commits
  4. 25 Apr, 2000 7 commits
  5. 24 Apr, 2000 2 commits
  6. 23 Apr, 2000 7 commits
  7. 22 Apr, 2000 3 commits
  8. 21 Apr, 2000 1 commit
    • Tom Lane's avatar
      pltcl didn't work well at all when Tcl had been built with a different · 3ddeba74
      Tom Lane authored
      compiler than the one selected to build Postgres with.  It was trying
      to feed Postgres-compiler switches to Tcl's compiler.  (Seen this before
      with the perl5 interface...) Fix to use only CFLAGS taken from Tcl's
      configure information, plus -I which is pretty universal.
      3ddeba74