1. 10 Jan, 1999 2 commits
    • Thomas G. Lockhart's avatar
      Be more careful to check input string lengths as well as values · 6d5d673c
      Thomas G. Lockhart authored
       when deciding whether a field is a year field.  Assume *anything* longer
       than 2 digits (if it isn't a special-case doy) is a valid year.
       This should fix the "Y1K" and "Y10K" problems
        pointed out by Massimo recently.
      Check usage of BC to require a positive-valued year; before just used it
       to flip the sign of the year without checking. This led to problems
       near year zero.
      Allow a 5 digit "concatenated date" of 2 digit year plus day of year.
      Do 2->4 digit year correction for 6 and 5 digit "concatenated dates".
       Somehow forgot this originally. Guess not many folks use it...
      6d5d673c
    • Thomas G. Lockhart's avatar
      Handle "NaN" and "Infinity" for input values. · c7157886
      Thomas G. Lockhart authored
      I think NAN is already guaranteed to be there from Jan's work on NUMERIC,
       but perhaps HUGE_VAL needs some #ifndef's in the same place.
      Should also include "-Infinity" as -HUGE_VAL sometime; not there yet.
      c7157886
  2. 08 Jan, 1999 1 commit
  3. 07 Jan, 1999 9 commits
  4. 06 Jan, 1999 1 commit
  5. 05 Jan, 1999 4 commits
  6. 04 Jan, 1999 3 commits
  7. 03 Jan, 1999 3 commits
  8. 02 Jan, 1999 1 commit
  9. 01 Jan, 1999 2 commits
  10. 31 Dec, 1998 4 commits
  11. 30 Dec, 1998 2 commits
  12. 29 Dec, 1998 7 commits
  13. 28 Dec, 1998 1 commit