Skip to content
Snippets Groups Projects
  1. Mar 21, 1997
    • Marc G. Fournier's avatar
      From: "D'Arcy J.M. Cain" <darcy@druid.net> · 3589f71e
      Marc G. Fournier authored
      Subject: [HACKERS] backend/utils/adt/nabstime.c
      
      There is a problem with some of the calls to strftime.  The second arg is
      missing.  In all cases the buffer is CTZName which, according to the
      file init/globals.c, is char CTZName[8] so I have added this value.
      I know there should be a #define set up for this but I wasn't sure
      which header to put it in.
      3589f71e
  2. Mar 20, 1997
  3. Mar 19, 1997
  4. Mar 18, 1997
  5. Mar 17, 1997
  6. Mar 16, 1997
  7. Mar 15, 1997
  8. Mar 14, 1997
    • Marc G. Fournier's avatar
      > There are some minor fixes to the GEQO. · 71fd8d4a
      Marc G. Fournier authored
      > Please apply them to the direcory "backend/optimizer/geqo".
      > Two new files with different crossover techniques are included.
      > Standard procedure is optimization by means of "geqo_erx.c"
      > (Edge Recombination Crossover).
      
      From: "Martin S. Utesch" <utesch@aut.tu-freiberg.de>
      71fd8d4a
Loading