1. 28 Apr, 1997 1 commit
    • Marc G. Fournier's avatar
      From: "D'Arcy J.M. Cain" <darcy@druid.net> · d938b755
      Marc G. Fournier authored
      Subject: [HACKERS] Inputting money
      
      I notice that I have to put single quotes around money amounts if there
      is a decimal point in the value.  I appears to be happening because there
      is something changing things like "123.45" to "123.450000" and the code
      has a problem with that.  There may be a better way to fix this but here
      is a simple change to cash.c that lets it accept trailing zeroes.
      d938b755
  2. 27 Apr, 1997 20 commits
  3. 26 Apr, 1997 8 commits
  4. 25 Apr, 1997 1 commit
    • Marc G. Fournier's avatar
      More timezone patches by Thomas: · 094ec2d3
      Marc G. Fournier authored
      Here are patches which should help fix timezone problems in the
      datetime and abstime code. Also, I repatched varlena.c to add in
      some comments and a little error checking on top of Vadim's earlier
      repairs. There are slight mods to the circle data type to have the
      distance operator between circles measure the distance between
      closest points rather than between centers.
      094ec2d3
  5. 24 Apr, 1997 10 commits