renamed the package to libgedcom-dev
[gedcom-parse.git] / gedcom / date.c
2003-04-21 Peter VerthezCompleted doxygen conversion of the documentation for...
2003-02-12 Peter VerthezBetter handling of PAF double dates ('1815/1820').
2003-02-09 Peter VerthezMore verbosity in date errors.
2003-02-05 Peter VerthezKeep parsed values in date if parse was OK, but no...
2003-01-26 Peter VerthezUse preprocessor symbol VALUE_IF_MISSING.
2003-01-26 Peter VerthezSome checking of input.
2003-01-26 Peter VerthezSome const correctness fixes.
2003-01-26 Peter VerthezPut invalid date (e.g. 29 FEB 1739) in phrase member.
2003-01-25 Peter VerthezBetter handling of empty date values.
2003-01-18 Peter VerthezPass date values via pointers instead of on stack.
2002-12-21 Peter VerthezNew date handling functions.
2002-12-15 Peter VerthezRemove some superfluous space characters.
2002-12-15 Peter VerthezWriting dates and ages.
2002-09-15 Peter VerthezTake care of const correctness.
2002-01-05 Peter VerthezSome cosmetic changes.
2001-12-29 Peter VerthezAdded graceful fallback for date parse errors: put...
2001-12-29 Peter VerthezEliminated code duplication.
2001-12-28 Peter VerthezParsing of dates via a separate yacc parser.