2003-05-29 Pat Thoyts * time.tcl: Conform more closely to the RFC in response to bug #744391. 2003-05-05 Andreas Kupries * * Released and tagged Tcllib 1.4 ======================== * 2003-05-05 Andreas Kupries * pkgIndex.tcl: Resynced package version numbers for this module. 2003-05-02 Pat Thoyts * time.tcl (unixtime): Applied patch from Andreas Kupries to ensure the result is always an integer. * time.test: Make sure the server returns integer values and check the range is valid (rather than just checking for integer). 2003-04-24 Andreas Kupries * ntp_time.man: Cleanup of RFC referencing. * time.tcl (unixtime): [SF Bug #723426] Added code to handle possibility of failure in "binary scan". (ClientReadEvent): Changed to append partial results, allow for empty reads. * time.test: [SF Bug #723426]. Corrected non-unique test names. Handle a missing tcltest::interpreter and fall back to [info nameofexecutable]. 2003-04-16 Pat Thoyts * time.man: Renamed the man page to avoid clashing with * ntp_time.man: the tcl time.n manual page. 2003-03-20 Pat Thoyts * time.test: Added a test package. * pkgIndex.tcl: Added a package index file. 2003-03-17 Pat Thoyts * time.tcl: * time.man: Initial checkin of an RFC 868 client. * examples/ntp/rdate.tcl: A demo using the time package to request the current time from a remote host via tcp or udp.