Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-12 | clarify | Daniel Stenberg | |
2005-03-08 | mktime() returns a time_t. time_t is often 32 bits, even on many architectures | Daniel Stenberg | |
that feature 64 bit 'long'. Some systems have 64 bit time_t and deal with years beyond 2038. However, even some of the systems with 64 bit time_t returns -1 for dates beyond 03:14:07 UTC, January 19, 2038. (Such as AIX 5100-06) | |||
2005-03-08 | days are english | Daniel Stenberg | |
2004-11-15 | tiny format fix for nicer man output | Daniel Stenberg | |
2004-11-11 | dates from 2038 or later now return 0x7fffffff when 32 bit time_t is used | Daniel Stenberg | |
2004-09-15 | Replaced the former date parser with a rewrite. No more yacc/bison needed. | Daniel Stenberg | |
2004-03-24 | Tor Arntsen's major ispell patch | Daniel Stenberg | |
2004-02-27 | formatting update to produce better links with the new roffit version | Daniel Stenberg | |
2002-03-04 | ripped out from ../ and put in its own directory now | Daniel Stenberg | |