handle strftime() more defensively
[libi2ncommon] / src / timefunc.cpp
2019-04-04 Philipp Gesanghandle strftime() more defensively
2019-03-27 Thomas JaroschFix compile warning
2019-03-27 Philipp Gesangadd more struct timespec/Time formatters
2019-03-27 Philipp Gesangtake precautions for 32bit time_t/long
2019-03-27 Philipp Gesanguse separate directives for time formatting and scanning
2019-03-27 Philipp Gesangimplement division by scalar for Time and container ops
2019-03-27 Philipp Gesangallow creating Time objects from formatted timestamps
2019-03-27 Philipp Gesangextend Time class with string formatters
2019-03-27 Philipp Gesangadd ISO-8601 formatters to timefunc
2019-03-27 Philipp Gesangimplement basic operations over class Time
2019-03-27 Philipp Gesangimplement a basic time/clock datastructure
2018-08-08 Philipp Gesanguse glibc syscall wrapper for clock_gettime
2017-03-22 Christian HerdtweckAdded function format_date which is format_full_time...
2016-07-12 Christian Herdtweckupdate i18n-ed string for "day"/"days" since it clashed...
2012-02-10 Gerd von Egidyone more time_t fix, the other functions look good
2012-02-10 Gerd von Egidymake format_full_time work on 64 bit systems too: need...
2011-10-17 Thomas JaroschReplace localtime() with thread safe localtime_r()
2011-10-17 Thomas JaroschReplace bzero() with memset(). bzero() is removed in...
2011-05-11 Thomas JaroschSwitch license from Intranator license to GPLv2 + linki...
2009-04-16 Gerd von Egidymake sure that no invalid time values are written to...
2009-01-28 Thomas JaroschMoved WEEK class to own file. Renamed to Week and adapt...
2009-01-28 Gerd v. Egidyscheduling class can do intervals now, some fixes
2009-01-28 Gerd v. Egidyadd class for weekly scheduling, intervals still missing
2008-08-28 Gerd v. Egidylibi2ncommon: (gerd) add monotonic_clock_gettime_nano()
2008-08-01 Reinhard Pfaulibi2ncommon: (reinhard) changes for g++ 4.3.1
2008-07-08 Thomas Jarosch[MERGE] libi2ncommon: (gerd) add WEEK::set(daystring)
2008-07-08 Thomas Jarosch[MERGE] libi2ncommon: (reinhard) added support for...
2008-07-08 Thomas Jarosch[MERGE] libi2ncommon: (reinhard) added contains_exact...
2008-07-08 Thomas Jarosch[MERGE] libi2ncommon: (reinhard) added operator!= to...
2008-07-08 Thomas Jarosch[MERGE] libi2ncommon: (reinhard) added changed flag...
2008-07-08 Thomas Jarosch[MERGE] libi2ncommon: (reinhard) added clear() method...
2008-07-08 Thomas Jarosch[MERGE] libi2ncommon: (reinhard) added interval arithme...
2006-06-29 Thomas Jaroschui, libi2ncommon, intranator-language: (tomj) fancy...
2004-09-05 Gerd v. Egidylibi2ncommon: (gerd) fix time display
2004-09-04 Gerd v. Egidylibi2ncommon: (gerd) fix WEEK constructor
2004-09-03 Gerd v. Egidylibi2ncommon: (gerd) improve time output function
2004-08-31 Gerd v. Egidylibi2ncommon: (gerd) add time output functions
2004-08-31 Gerd v. Egidylibi2ncommon: (gerd) add seconds_to_hour_minute functio...
2004-08-31 Gerd v. Egidylibi2ncommon: (gerd) add WEEK class to handle weekday...
2004-08-24 Gerd v. Egidylibi2ncommon: (gerd) initial submission, not in use yet