summaryrefslogtreecommitdiffstats
path: root/generic/tclGetDate.y
Commit message (Expand)AuthorAgeFilesLines
* TIP 688: clock command revision and speedupjan.nijtmans2024-04-011-371/+313
|\
| * TIP 688: clock command revision and speedupjan.nijtmans2024-04-011-372/+314
| |\
| | * Merge 9.0. Please don't use "register" keywordjan.nijtmans2024-03-241-3/+3
| | |\ | |_|/ |/| |
| | * still one fix for [1f40aa83c552f597], now for freescan (overflow in tests clo...sebres2024-03-241-30/+26
| | * Review: Unnecessary use of 'L', TABLE.value: int is enough, making smaller ta...jan.nijtmans2024-03-151-30/+16
| | * Better solution for tclDate.c (since Number is not an int)jan.nijtmans2024-03-151-13/+4
| | * fixes [1f40aa83c552f597]: suppress integer-overflow trapping (atm, GCC "trapv...sebres2024-03-151-0/+9
| | * merge sebres-8-6-clock-speedup-cr2sebres2024-03-121-2/+2
| | |\
| | | * fixes similar issue by free scan + more testssebres2024-03-121-2/+2
| | | * More tweaksjan.nijtmans2024-02-261-4/+4
| | | * Rebase to latest core-8-6-branchjan.nijtmans2024-02-261-340/+302
| | | |\
| | | | * Merge 8.6jan.nijtmans2022-07-051-2/+2
| | | | |\
| | * | | | (cherry-pick) More tweaksjan.nijtmans2024-02-261-4/+4
| | * | | | Rebase to latest 9.0jan.nijtmans2024-02-261-339/+302
| | |\ \ \ \
| | | * \ \ \ Merge 8.7jan.nijtmans2022-07-051-2/+2
| | | |\ \ \ \ | | | | |_|/ / | | | |/| | |
| | | * | | | Merge 8.6jan.nijtmans2020-11-301-2/+2
| | | |\ \ \ \
| | | * \ \ \ \ Merge 8.6jan.nijtmans2020-10-131-3/+3
| | | |\ \ \ \ \
| | | * | | | | | Eliminate some eol-spacing, eliminate some gcc warnings (with -Wc++-compat)jan.nijtmans2020-10-121-3/+3
| | | * | | | | | Merge 8.6. Merge 8.6. Fix tclClockFmt.c buildjan.nijtmans2020-06-231-8/+8
| | | |\ \ \ \ \ \
| | | * | | | | | | switch internal numbers to long (size of time_t is depending by platform, com...sebres2020-06-221-2/+2
| | | * | | | | | | rebuilt with bison 3.5; replace deprecated `%pure-parser` with `%define api.p...sebres2020-06-221-1/+1
| | | * | | | | | | Merge branch 'iso-TZ-bug-21': closes gh-21 (bug [a1bd37b719], https://github....sebres2020-06-221-61/+95
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | small amend to #21 allowing time without seconds part "hh:mm" as extended ISO...sebres2020-06-221-6/+5
| | | | * | | | | | | optimized ISO 8601 timestamp (with extended formats, T literal is optional no...sebres2020-06-221-31/+70
| | | | * | | | | | | ISO 8601 timestamp format accepts extended date and time (YYYY-MM-DD and hh:m...sebres2020-06-221-38/+34
| | | * | | | | | | | resolves more shift/reduce conflicts (since SP token is expected by few items...sebres2020-06-221-1/+1
| | | |/ / / / / / /
| | | * | | | | | | simplifying info-structure, usage of flags etc (normalizing in order to use s...sebres2019-07-151-45/+33
| | | * | | | | | | **interim** try simplify info-structure (replace yyHave... with flags)sebres2019-07-151-24/+22
| | | * | | | | | | merge 8.6 - timerate is part of Tcl now (since TIP#527 got merged), conflicts...sebres2019-03-051-4/+2
| | | |\ \ \ \ \ \ \
| | | * | | | | | | | tclGetDate.y: added missing semicolon, tclDate.c rebuilt using Bison 3.1;sebres2018-10-081-2/+2
| | | * | | | | | | | fixed ticket [dc69e5ecf04313429fd202b1906cd85bb7888f95]: missing zones AKST/AKDTsebres2018-05-291-0/+2
| | | * | | | | | | | forgotten flag "CLF_DAYOFWEEK" in one case, where day of week is setsebres2018-05-291-0/+1
| | | * | | | | | | | amend after rebase to master: follow rename yyDayNumber to yyDayOfWeeksebres2018-05-291-1/+1
| | | * | | | | | | | validation rules ready for scan/freescan; test cases extended; code review an...sebres2018-05-291-5/+10
| | | * | | | | | | | FreeScan: rewritten lexer rules and some tokens for better space recognition;...sebres2018-05-291-35/+138
| | | * | | | | | | | try to fix GMT+0000, etc. **still wrong**, because of "GMT+1" and because of ...sebres2018-05-291-0/+4
| | | * | | | | | | | FreeScan: repair scanning date/time with TZ using '+', ex.: "31 Jan 14 23:59:...sebres2018-05-291-18/+5
| | | * | | | | | | | code review and cleanup (remove unused code)sebres2018-05-291-92/+0
| | | * | | | | | | | More code review, e.g. use Tcl_SetObjResult in stead of Tcl_SetResult, preven...jan.nijtmans2017-05-311-1/+1
| | | * | | | | | | | [unix] build for *nix fixed, code clean-ups; missing declarations; unused var...sebres2017-01-101-4/+4
| | | * | | | | | | | several initialize and finalize facilitiessebres2017-01-101-16/+3
| | | * | | | | | | | [temp-commit]: clock scan tokenizer logic ready (still needs many rules)sebres2017-01-101-1/+0
| | | * | | | | | | | [temp-commit]: tclClockFmt.c - amend for 2nd try (with cherry picking of tclS...sebres2017-01-101-32/+7
| | | * | | | | | | | [temp-commit]: tclClockFmt.c - 1st trysebres2017-01-101-0/+1
| | | * | | | | | | | [temp-commit]: clock scan with several optimization porting, still not-readysebres2017-01-101-81/+53
* | | | | | | | | | | Merge 8.7jan.nijtmans2024-03-111-0/+2
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Merge 8.6jan.nijtmans2024-03-111-0/+2
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Add "Alaska Standard/Daylight" time to tclDate.cjan.nijtmans2024-03-111-0/+2
| | | |_|_|_|_|_|_|/ / | | |/| | | | | | | |
* | | | | | | | | | | Merge 8.7. Upgrade bison to latest version (3.8.2)jan.nijtmans2024-03-111-9/+10
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | / / / / / / / / | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Merge 8.6. Upgrade bison to latest version (3.8.2)jan.nijtmans2024-03-111-8/+8
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /