Subj : CVS commit src/xpdev/datewrap.c datewrap.h To : All From : rswindell Date : Thu Jun 23 2005 01:30 am src/xpdev datewrap.c 1.5 1.6 datewrap.h 1.3 1.4 Update of /cvsroot/sbbs/src/xpdev In directory cvs.synchro.net:/tmp/cvs-serv7038 Modified Files: datewrap.c datewrap.h Log Message: Introduce the concept of decimal-coded dates: can represent any date in an easy to read/parse integer format. Used mainly for dates < Jan-1-1970 (e.g. birth-dates) and quick-and-easy month/day comparisons without using tm structs and time_t conversions (and all their peculiarities). Obviously these integers do not contain any *time* information. Created time_t to/from decimal-coded date functions (obviously only useful for dates in the 1970-2038 range). .