summaryrefslogtreecommitdiffstats
path: root/generic/tclLiteral.c
Commit message (Expand)AuthorAgeFilesLines
* Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-17/+19
* Clean up a lot of small whitespace issues dkf2024-05-131-19/+17
* Merge 8.7. Tcl_GetStringFromObj() -> TclGetStringFromObj() (optimization)jan.nijtmans2024-03-211-8/+8
|\
* \ Merge 8.7jan.nijtmans2023-10-101-2/+2
|\ \ | |/
* | Missing !defined(TCL_NO_DEPRECATED) around TIP #616 macro's. Thanks Rolf for...jan.nijtmans2023-04-231-1/+1
* | Fix warnings generated on disable8api buildsapnadkarni2023-04-211-3/+6
* | Merge trunkapnadkarni2023-04-141-2/+2
|\ \
| * \ Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-2/+2
| |\ \ | | |/
| | * Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-2/+2
* | | Merge 9.0apnadkarni2023-04-051-1/+1
|\ \ \ | |/ /
* | | Merge 9.0jan.nijtmans2023-04-011-4/+4
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2023-03-301-4/+4
| |\ \ | | |/
| | * Merge 8.6jan.nijtmans2023-03-301-4/+4
| | |\
| | | * Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-4/+4
| | | * Eliminate many "register" keywords (which do nothing with modern compilers)jan.nijtmans2020-09-141-2/+2
| | * | Don't use (unsigned)-1 -> TCL_INDEX_NONEjan.nijtmans2022-06-241-4/+4
* | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-11/+22
|/ / /
* | | Minor cleanup (Thanks, Gustaf!)jan.nijtmans2023-03-161-2/+2
* | | More -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-1/+1
* | | more tweaksjan.nijtmans2022-03-311-6/+6
* | | More progressjan.nijtmans2022-03-311-12/+12
* | | Merge 8.7jan.nijtmans2021-10-081-3/+3
|\ \ \ | |/ /
| * | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-3/+3
* | | Merge 8.7, resolve conflictsjan.nijtmans2021-01-111-8/+8
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2020-12-081-2/+2
|\ \ \ | |/ /
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-2/+2
* | | Merge 8.7. Use more TCL_INDEX_NONE in documentation/headers/code.jan.nijtmans2020-06-041-6/+6
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2020-04-161-1/+2
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2020-04-161-1/+2
| |\ \ | | |/
| | * Merge 8.6. Add TclStaticPackage to (internal) stub table. Code cleanup.jan.nijtmans2020-04-161-29/+30
| | |\
| | | * Add (internal) stub entries for TclRegisterLiteral and TclStaticPackage. Not ...jan.nijtmans2020-04-161-91/+121
* | | | Merge 8.7jan.nijtmans2020-02-281-6/+8
|\ \ \ \ | |/ / /
| * | | Merge tip-548. A few more fixes, trying to make the Travis build work (finally)jan.nijtmans2019-09-021-3/+4
| |\ \ \
| * \ \ \ Let's try a real C++ build with Travis on Linuxjan.nijtmans2019-08-301-1/+2
| |\ \ \ \ | | |/ / /
| * | | | Merge tip-548jan.nijtmans2019-08-151-22/+22
| |\ \ \ \ | | |/ / /
| * | | | Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-1/+1
| |\ \ \ \
| * | | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-7/+7
* | | | | | Merge 8.7jan.nijtmans2019-08-151-22/+22
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge 8.7jan.nijtmans2019-08-141-3/+3
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-22/+22
| | |/ / / | |/| | |
* | | | | Merge 8.7jan.nijtmans2019-08-011-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Add some "const" keywords, in places where strings are really const.jan.nijtmans2019-07-301-1/+1
* | | | | Merge 8.7jan.nijtmans2019-07-241-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Eliminate the use of C++ keywords as variable names. Nothing more than rename...jan.nijtmans2019-07-231-2/+2
| |/ / /
* | | | Merge 8.7jan.nijtmans2019-06-071-6/+6
|\ \ \ \ | |/ / /
| * | | More usage of TCL_INDEX_NONE in stead of -1. More internal use of size_t, mai...jan.nijtmans2019-06-071-19/+23
* | | | Merge 8.7, and add some more usage of TCL_INDEX_NONE/TCL_AUTO_LENGTHjan.nijtmans2019-06-061-2/+4
|\ \ \ \ | |/ / /
| * | | Squelch compiler warnings, but make refCount of type unsigned int.jan.nijtmans2019-06-061-4/+6
| |\ \ \
| | * | | squelch int vs. long int (size_t) warings in comparison, format specifiersbch2019-06-061-4/+4
| |/ / /
* | | | Merge 8.7jan.nijtmans2019-03-011-1/+1
|\ \ \ \ | |/ / /