| Commit message (Expand) | Author | Age | Files | Lines |
* | More code review, e.g. use Tcl_SetObjResult in stead of Tcl_SetResult, preven... | jan.nijtmans | 2017-05-31 | 1 | -4/+4 |
|
|
* | back-ported branch sebres_trunk_timerate (new command "timerate" for 8.6) | sebres | 2017-05-09 | 1 | -39/+232 |
|\ |
|
| * | [win] accomplished winTime module using very fast wide clicks, with denominat... | sebres | 2017-02-09 | 1 | -7/+100 |
|
|
| * | [timerate] bug fix: missing scale conversion by Mac OSX on platform where hig... | sebres | 2017-02-09 | 1 | -33/+133 |
|
|
| * | Merge bug_b87ad7e914 | sebres | 2017-01-09 | 1 | -21/+39 |
| |\ |
|
* | \ | Merge bug_b87ad7e914 | sebres | 2017-01-09 | 1 | -21/+39 |
|\ \ \
| | |/
| |/| |
|
| * | | Fix for [b87ad7e9146832d505f9a430d779c5313c440256|b87ad7e914], rebased to cor...bug_b87ad7e914 | jan.nijtmans | 2017-01-09 | 1 | -21/+39 |
| |\ \ |
|
| | * | | [win] bug fix in NativeGetTime: each call of it blurs current performance cou... | sebres | 2017-01-02 | 1 | -17/+37 |
| | |/ |
|
| | * | more internal use of size_t (in stead of int) | jan.nijtmans | 2016-11-29 | 1 | -1/+1 |
|
|
| | * | Fix harmless gcc warning message: using "unsigned" doesn't serve any purpose,... | jan.nijtmans | 2016-11-11 | 1 | -1/+1 |
|
|
| | * | Simplify use of "struct" keyword in many places. | jan.nijtmans | 2016-06-30 | 1 | -2/+2 |
| |/
|/| |
|
* | | Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by Piet... | jan.nijtmans | 2013-05-19 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by Piet... | jan.nijtmans | 2013-05-19 | 1 | -2/+2 |
| |\ |
|
| | * | - eliminate compiler warning when compiling with Visual Studio. | jan.nijtmans | 2013-05-17 | 1 | -2/+2 |
|
|
| * | | make some more internal tables const | jan.nijtmans | 2012-04-23 | 1 | -3/+3 |
| |\ \
| | |/ |
|
| | * | make some more internal tables const | jan.nijtmans | 2012-04-23 | 1 | -3/+3 |
|
|
| | * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 1 | -1/+1 |
|
|
* | | | [Bug 3514475]: remove TclpGetTimeZone and TclpGetTZNamebug_3514475 | jan.nijtmans | 2012-04-03 | 1 | -116/+0 |
|
|
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | * generic/tclInt.decls: Yet another round of attempting | Kevin B Kenny | 2007-04-21 | 1 | -3/+3 |
|
|
| | * | * win/makefile.vc: Updated MSVC build to properly deal with | patthoyts | 2006-09-26 | 1 | -3/+3 |
|
|
| | * | Enable building Tcl with Microsoft's latest compiler offering | patthoyts | 2006-06-14 | 1 | -9/+9 |
|
|
| | * | * win/tclWinTime.c (TclpGetDate): use time_t for 'time' | hobbs | 2005-03-30 | 1 | -9/+6 |
|
|
| | * | replaced 'long' times with wides, to cope with Win64 | Kevin B Kenny | 2005-03-15 | 1 | -2/+2 |
|
|
| | * | added CONST to TclpLocaltime and TclpGmtime param throughout | Kevin B Kenny | 2004-10-28 | 1 | -3/+3 |
|
|
| | * | * generic/tcl.h: Corrected Tcl_WideInt declarations so that the mingw
| Kevin B Kenny | 2004-06-05 | 1 | -1/+31 |
|
|
| | * | * generic/tclInt.decls: Restored TclpTime_t kludge to all
| Kevin B Kenny | 2004-05-17 | 1 | -8/+11 |
|
|
| | * | 2004-05-14 Kevin B. Kenny <kennykb@acm.org>
| Kevin B Kenny | 2004-05-14 | 1 | -1/+63 |
|
|
| | * | Corrected use of types to make compilation compatible with VC++5. | Kevin B Kenny | 2003-04-15 | 1 | -40/+38 |
|
|
| | * | Fixed Bug 710310 (duplicate test numbers in clock.test). Made major
| Kevin B Kenny | 2003-04-12 | 1 | -121/+240 |
|
|
* | | | Unnecessary type casts, See Tcl [Patch #2997087] | nijtmans | 2010-05-11 | 1 | -2/+2 |
|
|
* | | | * win/tclWinDde.c: VC++ 6.0 doesn't have | nijtmans | 2010-01-10 | 1 | -5/+5 |
|
|
* | | | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 1 | -4/+4 |
|
|
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -5/+4 |
|/ / |
|
* | | ANSIfy | dkf | 2005-11-04 | 1 | -56/+60 |
|
|
* | | Applied patch #1096916 to support building with MSVC 8. | patthoyts | 2005-11-03 | 1 | -9/+9 |
|
|
* | | Getting more systematic about style | dkf | 2005-07-24 | 1 | -467/+427 |
|
|
* | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | | * generic/tclStubInit.c: Regenerated the stubs support code from | andreas_kupries | 2005-01-21 | 1 | -3/+139 |
|
|
* | | * generic/tclTimer.c: Removed a premature optimisation that | Kevin B Kenny | 2004-09-07 | 1 | -1/+7 |
|
|
* | | * generic/tcl.h: Corrected Tcl_WideInt declarations so that the mingw
| Kevin B Kenny | 2004-06-05 | 1 | -2/+32 |
|
|
* | | 2004-05-14 Kevin B. Kenny <kennykb@acm.org>
| Kevin B Kenny | 2004-05-14 | 1 | -2/+64 |
|
|
* | | * win/tclWinTime.c: If the Tcl_ExitProc (StopCalibration) is | davygrvy | 2004-04-23 | 1 | -2/+6 |
|
|
* | | Patch 922727 committed. Implements three changes: | dgp | 2004-04-06 | 1 | -2/+2 |
|
|
* | | Made HEAD build on Windows VC++ again. | Kevin B Kenny | 2004-03-19 | 1 | -10/+10 |
|
|
* | | * generic/tclIntDecls.h: Removed TclpTime_t. It wasn't really needed, | rmax | 2004-03-18 | 1 | -10/+9 |
|
|
* | | * win/tclWinFile.c (TclpUtime) : utimbuf struct not a problem | davygrvy | 2003-12-16 | 1 | -1/+14 |
|
|
* | | * win/tclWinTime.c: Changed use of '_timezone' to 'timezone' as | davygrvy | 2003-08-27 | 1 | -7/+5 |
|
|