summaryrefslogtreecommitdiffstats
path: root/generic/tclDate.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2022-05-261-1/+1
|\
| * Merge 8.6jan.nijtmans2022-05-261-1/+1
| |\
| | * Merge 8.5jan.nijtmans2022-05-261-1/+1
| | |\
| | | * [https://github.com/tcltk/tcl/pull/15] and typojan.nijtmans2022-05-261-1/+1
* | | | Merge 8.7jan.nijtmans2022-04-291-1/+0
|\ \ \ \ | |/ / /
| * | | Since tclDecls.h uses 'size_t', make sure to include <stddef.h>. Since ISO-C ...jan.nijtmans2022-04-291-1/+0
* | | | Merge 8.7jan.nijtmans2022-01-121-2/+2
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2022-01-121-2/+2
| |\ \ \ | | |/ /
| | * | Fix [da6f155ca4]: STRING_SIZE() macro: parenthesize numChars usage. Fix more ...jan.nijtmans2022-01-121-2/+2
* | | | Merge 8.7jan.nijtmans2020-11-201-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-11-201-1/+1
| |\ \ \ | | |/ /
| | * | Use '&' in stead of 'and' in copyright statements consistantlyjan.nijtmans2020-11-201-1/+1
* | | | Merge 8.7jan.nijtmans2020-10-131-7/+7
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-10-131-7/+7
| |\ \ \ | | |/ /
| | * | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea...jan.nijtmans2020-10-131-9/+9
* | | | Merge 8.7jan.nijtmans2020-08-131-2/+2
|\ \ \ \ | |/ / /
| * | | More usage of TclNewIntObj() macrojan.nijtmans2020-08-131-2/+2
* | | | Merge 8.7jan.nijtmans2020-07-141-134/+116
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-07-101-134/+116
| |\ \ \ | | |/ /
| | * | Proposed fix for [5019748c73]: FreeScan resp. Oldscan does not recognize posi...jan.nijtmans2020-07-091-134/+116
* | | | Merge 8.7jan.nijtmans2020-07-091-73/+91
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-07-091-73/+91
| |\ \ \ | | |/ /
| | * | re-generate with bison 3.1jan.nijtmans2020-06-231-109/+206
| | * | Merge 8.6. re-generate tclParse.cjan.nijtmans2020-06-231-1067/+969
| | |\ \
| | * | | clock-iso-2.patchjan.nijtmans2020-05-271-33/+35
| | * | | Proposed soution for [a1bd37b719]: clock (free)scan of ISO 8601 timestamp wit...jan.nijtmans2020-05-271-57/+75
* | | | | Merge 8.7jan.nijtmans2020-06-231-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2020-06-231-3/+3
| |\ \ \ \
| | * | | | avoid %pure-parser deprecation warning from Bison 3.4jan.nijtmans2020-06-231-3/+3
| | | |/ / | | |/| |
| | * | | Backport some changes in tclGetDate.y from 8.7.jan.nijtmans2020-06-231-965/+966
| | |/ /
* | | | Merge 8.7jan.nijtmans2020-06-231-1/+1
|\ \ \ \ | |/ / /
| * | | Backport some recent changes in tclDate.c back to tclGetDate.y, so they are n...jan.nijtmans2020-06-231-1/+1
* | | | Merge 8.7jan.nijtmans2020-04-141-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-04-141-1/+1
| |\ \ \ | | |/ /
| | * | Merge 8.5. Failing tests highlight ticket [1b1f5f0b53].dgp2020-04-131-1/+1
| | |\ \ | | | |/
| | | * Guarantee TclNeedSpace and TclFindElement have common definition of whitespacedgp2020-04-091-1/+1
| | | * Backport various minor issues from 8.6: jan.nijtmans2018-10-271-1/+1
| | | * (cherry-pick): Fix [e14c77b845]: Compilation error over typedef.jan.nijtmans2016-06-141-7/+1
* | | | merge 8.7dgp2020-03-061-2/+1
|\ \ \ \ | |/ / /
| * | | more of the samedgp2020-03-061-2/+1
* | | | Merge 8.7jan.nijtmans2020-02-281-2/+3
|\ \ \ \ | |/ / /
| * | | Merge tip-548jan.nijtmans2019-08-291-1/+2
| |\ \ \
| * \ \ \ Merge tip-548jan.nijtmans2019-08-151-17/+17
| |\ \ \ \ | | |/ / /
| * | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-1/+1
* | | | | Merge 8.7jan.nijtmans2019-08-141-5/+5
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Remove "register" keyword in various places. Also add some type-casts to help...jan.nijtmans2019-08-141-5/+5
* | | | | Merge 8.7jan.nijtmans2019-08-131-12/+12
|\ \ \ \ \ | |/ / / /
| * | | | Make dateMeridian variable type MERIDIAN (an enum) in stead of int.jan.nijtmans2019-08-121-12/+12
| |/ / /
* | | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >...jan.nijtmans2019-02-011-1/+1
|\ \ \ \ | |/ / /
* | | | Merge 8.7jan.nijtmans2018-11-151-1/+1
|\ \ \ \ | |/ / /