summaryrefslogtreecommitdiffstats
path: root/generic/tclTimer.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.7. Random indent fixesjan.nijtmans2024-06-271-17/+17
|\
| * Merge 8.6jan.nijtmans2024-04-041-3/+3
| |\
| | * Tcl_GetString() -> TclGetString(), for minor speedup.jan.nijtmans2024-04-041-3/+3
| | |
* | | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-25/+25
| | | | | | | | | JN: Many of those changes are actually good, but there are too many changes to be able to search for a bug somewhere. Feel free to re-apply, after assuring it's really only whitespace changes. (my advise: do that after 9.0b2)
* | | Clean up a lot of small whitespace issues dkf2024-05-131-25/+25
| | | | | | | | | This is the dullest commit ever. Sorry.
* | | Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization)jan.nijtmans2024-03-211-2/+2
|\ \ \ | |/ /
* | | Revise macro usagejan.nijtmans2023-11-161-1/+1
| | |
* | | Merge 8.7jan.nijtmans2023-10-191-2/+2
|\ \ \ | |/ /
| * | Handle sentinels for any C++ compilerjan.nijtmans2023-10-171-2/+2
| | |
* | | Update Tcl_Time for 32-bit systems and win64, being able to handle time > ↵jan.nijtmans2023-08-241-8/+8
| | | | | | | | | | | | 2038. Suggested in in ticket [86dd172271]
* | | Fix warnings generated on disable8api buildsapnadkarni2023-04-211-2/+2
| | |
* | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-1/+1
| | |
* | | More -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-14/+14
| | |
* | | TIP #616: Tcl lists > 2^31 elementsjan.nijtmans2022-06-081-4/+4
| | |
* | | Tcl_GetIndexFromObjStruct -> Tcl_GetIndexFromObj. Don't use braces around ↵jan.nijtmans2022-04-261-2/+2
| | | | | | | | | | | | (Tcl_GetBytesFromObj)
* | | Merge 9.0jan.nijtmans2022-04-081-3/+3
| | |
* | | Merge 8.7jan.nijtmans2022-01-171-8/+8
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2022-01-171-8/+8
| |\ \ | | |/
| | * Tcl_NewObj() -> TclNewObj()jan.nijtmans2022-01-171-8/+10
| | |
| | * Eliminate many "register" keywords (which do nothing with modern compilers)jan.nijtmans2020-09-141-6/+6
| | | | | | | | | Eliminate many unnecessary type-casts to (unsigned)
* | | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-2/+2
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2020-12-081-1/+1
|\ \ \ | |/ /
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ↵jan.nijtmans2020-12-081-1/+1
| | | | | | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet
* | | Merge 8.7jan.nijtmans2020-10-021-1/+1
|\ \ \ | |/ /
| * | Fix -Wshadow warnings, when compiling with a C++ compilerjan.nijtmans2020-10-021-1/+1
| | |
* | | Merge 8.7jan.nijtmans2020-09-171-2/+4
|\ \ \ | |/ /
| * | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> ↵jan.nijtmans2020-09-171-2/+4
| | | | | | | | | | | | TclNewIntObj or Tcl_NewWideIntObj)
* | | merge 8.7dgp2020-03-171-2/+0
|\ \ \ | |/ /
| * | TIP 569 - remove lint commentsdgp2020-03-171-2/+0
| | |
* | | merge 8.7dgp2020-03-091-12/+6
|\ \ \ | |/ /
| * | Moredgp2020-03-091-12/+6
| | |
* | | Merge 8.7jan.nijtmans2020-02-281-16/+22
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2019-12-081-1/+1
| |\ \
| * \ \ Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and ↵jan.nijtmans2019-09-051-5/+11
| |\ \ \ | | | | | | | | | | | | | | | Windows) without -Wunused-parameters warnings
| * \ \ \ Merge tip-548jan.nijtmans2019-08-151-4/+4
| |\ \ \ \ | | |/ / /
| * | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-12/+12
| | | | |
* | | | | merge 8.7dgp2019-12-061-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge 8.6jan.nijtmans2019-12-061-1/+1
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | Unnecessary double ;; in tclTimer.c. Update compat/zlib to exactly the same ↵jan.nijtmans2019-12-061-1/+1
| | | | | | | | | | | | | | | | content as in the core-8-branch branch.
* | | | Merge 8.7jan.nijtmans2019-08-151-5/+5
|\ \ \ \ | |/ / /
| * | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ↵jan.nijtmans2019-07-171-5/+5
| | |/ | |/| | | | | | | in C++ (removed in C++17, even), and essentially does nothing with most modern compilers.
* | | merge 8.7dgp2019-05-031-13/+13
|\ \ \ | |/ /
| * | merge 8.6dgp2019-05-031-13/+13
| |\ \ | | |/
| | * Minor code style cleanup.dkf2019-04-231-7/+13
| | |
| * | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) ↵jan.nijtmans2019-02-271-1/+1
| | | | | | | | | | | | and (unsigned) type-casts, which don't make sense any more.
* | | Another (big) round of int -> size_t enhancements. So Tcl can handle string ↵jan.nijtmans2019-02-011-1/+1
|\ \ \ | |/ / | | | | | | >2GiB in more places.
* | | Merge 8.7jan.nijtmans2018-12-111-3/+3
|\ \ \ | |/ / | | | | | | In test-cases, don't load Tcltest package if it isn't actually used. Another round of size_t related improvements. Nothing functional. Also improve some comments.
* | | Implement TIP 445dgp2018-11-131-7/+4
|\ \ \ | |/ /
| * | merge 8.7dgp2018-02-061-21/+11
| |\ \
| * \ \ merge trunkdgp2017-04-111-3/+9
| |\ \ \