1. 02 Aug, 1996 2 commits
  2. 01 Aug, 1996 5 commits
    • Marc G. Fournier's avatar
      Fixes: · 4fff70a8
      Marc G. Fournier authored
      make TCL conditinal compilation work
      
      Submitted by: Dr_George_D_Detlefsen <drgeorge@madmax.ilt.com>
      4fff70a8
    • Marc G. Fournier's avatar
      Fixes: · 164ef6ff
      Marc G. Fournier authored
      Originally, I thought the problem was caused by a function that gets
      called as a normal function where we want to return a value, and as a
      signal handler where we need to have it accept a parameter (the signal
      number) and it returns nothing, I was going to case the function name in
      the signal call as (void (*)(int)).
      
      Looking at all the source, it turns out this function only gets used as
      a signal handler, so I set an int parameter and return void.
      
      I have removed the Linux defines because they are not needed.  BSD let
      this sloppiness slide.  Linux gave a compile error.
      
      
      Submitted by: Bruce Momjian <maillist@candle.pha.pa.us>
      164ef6ff
    • Marc G. Fournier's avatar
      Change the TEMPDIR to be obj instead of /tmp · 4d837e37
      Marc G. Fournier authored
      Suggested by: Michael Babcock <michael@kanji.com>
      4d837e37
    • Marc G. Fournier's avatar
      An actual README file for the regression tests · a82aa45a
      Marc G. Fournier authored
      Submitted by: Dr. George
      a82aa45a
    • Marc G. Fournier's avatar
      A newer expected.input file for the regression tests · ce48b4d5
      Marc G. Fournier authored
      Submitted by: Dr. Geoge
      ce48b4d5
  3. 31 Jul, 1996 16 commits
  4. 30 Jul, 1996 3 commits
  5. 29 Jul, 1996 5 commits
  6. 28 Jul, 1996 5 commits
  7. 27 Jul, 1996 4 commits