Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Formatting cleanup. | dkf | 2008-12-18 | 1 | -2/+2 |
| | |||||
* | Improve clarity of formatting. | dkf | 2008-10-17 | 1 | -0/+1 |
| | |||||
* | Lots of very minor formatting fixes. | dkf | 2008-10-15 | 1 | -0/+2 |
| | |||||
* | Prepare Tcl's docs for life as 8.6 (remove out of date change bars, fix | dkf | 2008-06-29 | 1 | -18/+26 |
| | | | | typedefs, add a few missing bits) | ||||
* | Minor fixes to copyright declarations (spelling, consistency) | dkf | 2008-03-26 | 1 | -1/+1 |
| | |||||
* | First stage of doing GOOBE improvements to documentation now that the html ↵ | dkf | 2007-10-28 | 1 | -1/+1 |
| | | | | generation works | ||||
* | * doc/Encoding.3: Missing doc updates (mostly Table of | dgp | 2006-10-18 | 1 | -1/+1 |
| | | | | | | | * doc/Ensemble.3: Contents) exposed by `make checkdoc` * doc/FileSystem.3: * doc/GetTime.3: * doc/PkgRequire.3: | ||||
* | * generic/tclStubInit.c: Regenerated the stubs support code from | andreas_kupries | 2005-01-21 | 1 | -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. | ||||
* | Update the .AS macro definition and take advantage of it's new-found power. | dkf | 2004-10-07 | 1 | -2/+2 |
| | |||||
* | added TIP#73 patch #483500 from Kevin Kenny. | hobbs | 2001-11-21 | 1 | -0/+53 |
This deprecates TclpGetTime in favor of new Tcl_GetTime. |