Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2022-01-12 | 1 | -2/+2 |
|\ | |||||
| * | Merge 8.6 | jan.nijtmans | 2022-01-12 | 1 | -2/+2 |
| |\ | |||||
| | * | Fix [da6f155ca4]: STRING_SIZE() macro: parenthesize numChars usage. Fix more ... | jan.nijtmans | 2022-01-12 | 1 | -2/+2 |
* | | | Merge 8.7 | jan.nijtmans | 2020-11-20 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2020-11-20 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Use '&' in stead of 'and' in copyright statements consistantly | jan.nijtmans | 2020-11-20 | 1 | -2/+2 |
* | | | Merge 8.7 | jan.nijtmans | 2020-10-13 | 1 | -7/+7 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2020-10-13 | 1 | -7/+7 |
| |\ \ | | |/ | |||||
| | * | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea... | jan.nijtmans | 2020-10-13 | 1 | -9/+9 |
* | | | Merge 8.7 | jan.nijtmans | 2020-08-13 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | More usage of TclNewIntObj() macro | jan.nijtmans | 2020-08-13 | 1 | -2/+2 |
* | | | Merge 8.7 | jan.nijtmans | 2020-07-14 | 1 | -17/+4 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2020-07-10 | 1 | -17/+4 |
| |\ \ | | |/ | |||||
| | * | Proposed fix for [5019748c73]: FreeScan resp. Oldscan does not recognize posi... | jan.nijtmans | 2020-07-09 | 1 | -17/+4 |
* | | | Merge 8.7 | jan.nijtmans | 2020-07-09 | 1 | -28/+40 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2020-07-09 | 1 | -28/+40 |
| |\ \ | | |/ | |||||
| | * | Merge 8.6 | jan.nijtmans | 2020-06-23 | 1 | -1/+1 |
| | |\ | |||||
| | * \ | Merge 8.6. re-generate tclParse.c | jan.nijtmans | 2020-06-23 | 1 | -17/+18 |
| | |\ \ | |||||
| | * | | | clock-iso-2.patch | jan.nijtmans | 2020-05-27 | 1 | -28/+30 |
| | * | | | Proposed soution for [a1bd37b719]: clock (free)scan of ISO 8601 timestamp wit... | jan.nijtmans | 2020-05-27 | 1 | -1/+11 |
* | | | | | Merge 8.7 | jan.nijtmans | 2020-06-23 | 1 | -2/+2 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 8.6 | jan.nijtmans | 2020-06-23 | 1 | -1/+1 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| | * | | | avoid %pure-parser deprecation warning from Bison 3.4 | jan.nijtmans | 2020-06-23 | 1 | -1/+1 |
| | | |/ | | |/| | |||||
| | * | | Backport some changes in tclGetDate.y from 8.7. | jan.nijtmans | 2020-06-23 | 1 | -17/+18 |
| | |/ | |||||
| | * | Replace isspace() -> TclIsSpaceProc() _everywhere_. | jan.nijtmans | 2019-01-26 | 1 | -1/+1 |
* | | | Merge 8.7 | jan.nijtmans | 2020-06-23 | 1 | -3/+2 |
|\ \ \ | |/ / | |||||
| * | | Backport some recent changes in tclDate.c back to tclGetDate.y, so they are n... | jan.nijtmans | 2020-06-23 | 1 | -3/+2 |
* | | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -2/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge tip-548 | jan.nijtmans | 2019-08-29 | 1 | -1/+2 |
| |\ \ | |||||
| * \ \ | Merge tip-548 | jan.nijtmans | 2019-08-15 | 1 | -14/+14 |
| |\ \ \ | | |/ / | |||||
| * | | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -1/+1 |
* | | | | Merge 8.7 | jan.nijtmans | 2019-08-14 | 1 | -5/+5 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Remove "register" keyword in various places. Also add some type-casts to help... | jan.nijtmans | 2019-08-14 | 1 | -5/+5 |
* | | | | Merge 8.7 | jan.nijtmans | 2019-08-13 | 1 | -9/+9 |
|\ \ \ \ | |/ / / | |||||
| * | | | Make dateMeridian variable type MERIDIAN (an enum) in stead of int. | jan.nijtmans | 2019-08-12 | 1 | -9/+9 |
| |/ / | |||||
* | | | Merge 8.7 | jan.nijtmans | 2018-11-15 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Add entry for Tcl_StaticPackage in internal stub table, since the public one ... | jan.nijtmans | 2018-11-15 | 1 | -1/+1 |
* | | | Merge 8.7 | jan.nijtmans | 2018-11-15 | 1 | -12/+12 |
|\ \ \ | |/ / | |||||
* | | | Merge 8.7 | jan.nijtmans | 2018-10-09 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | isspace -> TclIsSpaceProc in various places. | jan.nijtmans | 2018-10-09 | 1 | -1/+1 |
| |/ | |||||
* | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_... | jan.nijtmans | 2018-09-01 | 1 | -2/+2 |
|/ | |||||
* | TclClockOldscanObjCmd: More generation of errorCode information. | dkf | 2011-03-31 | 1 | -0/+8 |
* | 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 |
| | * | Bug 1298737 | Kevin B Kenny | 2005-11-04 | 1 | -1/+4 |
| | * | replaced 'long' times with wides, to cope with Win64 | Kevin B Kenny | 2005-03-15 | 1 | -6/+6 |
| * | | * generic/tclGetDate.y: Fixed a thread safety bug in the generated | Kevin B Kenny | 2009-06-09 | 1 | -66/+152 |
* | | | 3 unnecessary MODULE_SCOPE symbols | nijtmans | 2010-03-04 | 1 | -5/+1 |
* | | | Follow-up to Fix [Bug 2954959] expr abs(0.0) is -0.0 | nijtmans | 2010-02-21 | 1 | -7/+7 |