summaryrefslogtreecommitdiffstats
path: root/doc/GetTime.3
Commit message (Collapse)AuthorAgeFilesLines
* Formatting cleanup.dkf2008-12-181-2/+2
| | | FossilOrigin-Name: d95fd6c80554447899daa9eefe4da62d7a77972e
* Improve clarity of formatting.dkf2008-10-171-0/+1
| | | FossilOrigin-Name: 71edbde46a8f75eec71181b2238ccd0b3c7c7849
* Lots of very minor formatting fixes.dkf2008-10-151-0/+2
| | | FossilOrigin-Name: 4eecde7be6f379a7ca084fa3158e854c7e7ea95d
* Prepare Tcl's docs for life as 8.6 (remove out of date change bars, fixdkf2008-06-291-18/+26
| | | | | | typedefs, add a few missing bits) FossilOrigin-Name: 29df58df24d30f1fa853980095d4e8573cf89bef
* Minor fixes to copyright declarations (spelling, consistency)dkf2008-03-261-1/+1
| | | FossilOrigin-Name: c7641a4ced7bfca014581a51257d33dfa7301bf1
* First stage of doing GOOBE improvements to documentation now that the html ↵dkf2007-10-281-1/+1
| | | | | generation works FossilOrigin-Name: 273847833ca13d62417e5af893e17a7215ba1ef0
* * doc/Encoding.3: Missing doc updates (mostly Table ofdgp2006-10-181-1/+1
| | | | | | | | | * doc/Ensemble.3: Contents) exposed by `make checkdoc` * doc/FileSystem.3: * doc/GetTime.3: * doc/PkgRequire.3: FossilOrigin-Name: 6daee4f0e44806bd545d5df27dd1205215cb5a1b
* * generic/tclStubInit.c: Regenerated the stubs support code fromandreas_kupries2005-01-211-0/+49
| | | | | | | | | | | | | | | | * generic/tclDecls.h: the modified tcl.decls (TIP #233, see below). * doc/GetTime.3: Implemented TIP #233, i.e. the * generic/tcl.decls: 'Virtualization of Tcl's Sense of Time'. * generic/tcl.h: Declared, implemented, and documented the * generic/tclInt.h: specified new API functions. Moved the * unix/tclUnixEvent.c: native (OS) access to time information * unix/tclUnixNotfy.c: into standard handler functions. Inserted * unix/tclUnixTime.c: hooks calling on the handlers where native * win/tclWinNotify.c: access was done before, and where scaling * win/tclWinTime.c: between domains (real/virtual) is required. FossilOrigin-Name: 8e9949daa235dc47ab939c371f97bf348bbe486a
* Update the .AS macro definition and take advantage of it's new-found power.dkf2004-10-071-2/+2
| | | FossilOrigin-Name: dcba7c799d5c4345dc2f465a5d8a137b364fe6cc
* added TIP#73 patch #483500 from Kevin Kenny.hobbs2001-11-211-0/+53
This deprecates TclpGetTime in favor of new Tcl_GetTime. FossilOrigin-Name: ad0e26f63b8c18f13f7c0131933099e11df86010