Pass date values via pointers instead of on stack.
[gedcom-parse.git] / gedcom / date.c
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.