Compare commits

..

No commits in common. "master" and "0.3.13" have entirely different histories.

5 changed files with 69 additions and 2225 deletions

File diff suppressed because it is too large Load Diff

View File

@ -3,8 +3,6 @@
# isodate_BUILT # isodate_BUILT
# #
build_target libiso8601
if [ -z ${isodate_BUILT} ] if [ -z ${isodate_BUILT} ]
then then
isodate="obj/isodate" isodate="obj/isodate"

View File

@ -40,7 +40,6 @@ leap_second_days_table[] = {
732676, /* 2005-12-31 */ 732676, /* 2005-12-31 */
733772, /* 2008-12-31 */ 733772, /* 2008-12-31 */
735049, /* 2012-06-30 */ 735049, /* 2012-06-30 */
736144, /* 2015-06-30 */
}; };

View File

@ -3,8 +3,6 @@
# setisodate_BUILT # setisodate_BUILT
# #
build_target libiso8601
if [ -z ${setisodate_BUILT} ] if [ -z ${setisodate_BUILT} ]
then then
setisodate="obj/setisodate" setisodate="obj/setisodate"

View File

@ -11,6 +11,6 @@
# expected to be in 'major.minor.micro' format. # expected to be in 'major.minor.micro' format.
VERMAJOR=0 VERMAJOR=0
VERMINOR=3 VERMINOR=3
VERMICRO=15 VERMICRO=13
# vim: expandtab:ts=4:sw=4:syntax=sh # vim: expandtab:ts=4:sw=4:syntax=sh