]> diplodocus.org Git - nmh/history - sbr/dtime.c
new.c: Order two return statements to match comment.
[nmh] / sbr / dtime.c
2017-09-12 Ralph CorderoyRemove more outer wrapping parenthesis from return...
2017-09-12 Ralph Corderoydmktime(): Break assignments so `*=' and `+=' can be...
2017-09-12 Ralph CorderoyReplace `return (0)' and similar with `return 0'.
2017-08-01 Ken HornsteinMerge branch 'fix-post-bcc'
2017-07-29 David LevineUse m_strn() to allow restoration of buffer size to...
2017-07-29 Ralph Corderoydtimezone(): Explain abs(3) is undefined on INT_MIN.
2017-07-29 Ralph CorderoySimplify dtimezone()'s logic by working with unsigned...
2017-07-17 Ralph CorderoyBump up size of two static char[] so gcc knows they...
2017-05-07 Ralph CorderoySplit some comma-operator terms into separate statements.
2017-04-28 Ralph CorderoyFix spelling in C comments.
2017-04-23 Ralph Corderoytws.h: Remove ADJUST_NUMERIC_ONLY_TZ_OFFSETS_WRT_DST.
2017-04-23 Ralph CorderoyUse C's `++', `+=', etc., not the longhand.
2017-04-23 Ralph Corderoytws.h: Remove zero-valued TW_SNIL macro, used once.
2017-04-23 Ralph Corderoytws.h: Remove redundant TW_SZONE and TW_SZNIL bit-masks.
2017-04-23 Ralph Corderoysbr/dtime.c: Remove struct-assigning twscopy().
2017-04-22 Ralph CorderoyReplace "/*\n * " with "/* " at the start of a file.
2017-04-22 Ralph CorderoyRemove leading and trailing blank lines from code.
2017-04-22 Ralph Corderoysbr/dtime.c: Remove unused `struct zone' definition.
2016-11-11 Ralph Corderoydlocaltime(): Only call tzset(3) once.
2016-10-20 Ralph CorderoyDon't `else' after return. Simplify control flow.
2013-01-21 Ken HornsteinMerge branch 'master' into format-test
2012-12-12 David LevineRemoved some dead code, all inside #if 0's. I tried...
2012-02-08 David LevineRemoved use of tzset()/tzname in dtimezone(). They...
2012-01-26 David LevineUndid most of 3ef341abe440ece07f8deed59fb026ab020e805...
2012-01-17 David LevineRemoved HAVE_STRUCT_TM_TM_GMTOFF support because it...
2012-01-11 David LevineRemoved unused global zones and local z form dtimezone ().
2012-01-09 Ken HornsteinMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2012-01-09 Ken HornsteinClean up time handling; always assume we have tzset...
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2008-05-04 Peter Maydell* bug #23163: various minor fixes for the benefit of...
2008-04-11 Oliver Kiddlemove most remaining macros out of acconfig.h which...
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
2001-02-06 Shantonu SenBe more picky about symbolic time zones, and accept...
2000-07-24 Dan HarklessRenamed DSTXXX as ADJUST_NUMERIC_ONLY_TZ_OFFSETS_WRT_DS...
2000-05-29 Shantonu SenMoved date/time functions from zotnet/tws to sbr. More...