summaryrefslogtreecommitdiffstats
path: root/generic/tclLiteral.c
Commit message (Expand)AuthorAgeFilesLines
* Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-2/+2
* 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
* | Change "IntRep" to "InternalRep", as discussed in the Tcl Core mailing listjan.nijtmans2021-10-061-3/+3
* | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-2/+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 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.7jan.nijtmans2019-08-141-3/+3
| |\ \ \
| * | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-22/+22
* | | | | Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Add some "const" keywords, in places where strings are really const.jan.nijtmans2019-07-301-1/+1
| * | | | Eliminate the use of C++ keywords as variable names. Nothing more than rename...jan.nijtmans2019-07-231-2/+2
| |/ / /
* | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-7/+7
|/ / /
* | | More usage of TCL_INDEX_NONE in stead of -1. More internal use of size_t, mai...jan.nijtmans2019-06-071-19/+23
* | | 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
|/ / /
* | | More use of TclHasIntRep() macro. Add vfs build director to fossil ignore-globjan.nijtmans2019-03-011-1/+1
* | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-2/+2
* | | Do not assume that literals have a non-NULL bytes field; user code could purg...dkf2019-01-251-15/+26
|\ \ \ | |/ /
| * | Do not assume that literals have a non-NULL bytes field; user code could purg...dkf2019-01-251-15/+26
| |\ \ | | |/
| | * Do not assume that literals have a non-NULL bytes field; user code could purg...dkf2019-01-251-15/+26
* | | Change a few (internal) refCount/mask variables to unsigned type.jan.nijtmans2017-12-221-11/+12
* | | Merge core-8-6-branch. Add more comments to tclLiteral.c, contributed by mr_c...jan.nijtmans2016-09-211-2/+7
|\ \ \ | |/ /
* | | merge core-8-6-branchjan.nijtmans2016-09-161-1/+1
|\ \ \ | |/ /
| * | Proposed fix for [c7d0bc9a549714e0]. Thanks to mr_calvinjan.nijtmans2016-09-151-1/+1
* | | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd liter...jan.nijtmans2016-09-071-16/+19
|\ \ \ | |/ /
| * | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd liter...jan.nijtmans2016-09-071-12/+15
| |\ \
| | * | Additiona patch/suggestion from Gustaf. This indeed fixes the crash in oo.tes...jan.nijtmans2016-09-061-7/+0
| | * | some more clean-upjan.nijtmans2016-09-051-1/+3
| | * | Some patch clean-up, no change in functionalityjan.nijtmans2016-09-051-12/+8
| | * | Proposed patch for [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1], by ...jan.nijtmans2016-09-021-10/+23
* | | | merge core-8-6-branchjan.nijtmans2016-09-051-1/+2
|\ \ \ \ | |/ / /
| * | | Allow additional optional "interp" argument for testinterpresolver command. N...jan.nijtmans2016-09-051-1/+2
| |/ /
* | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-4/+4
|/ /
* | Fix signed<->unsigned compare gcc compiler warning.jan.nijtmans2015-10-011-3/+4
|\ \ | |/
| * Eliminate a few gcc compiler warnings, when using -Wwrite-strings (tested wit...jan.nijtmans2015-10-011-5/+6
* | [3e7eca8c8c] Prevent overflow in size values passed to allocators.dgp2015-07-291-3/+19
|\ \ | |/
| * [3e7eca8c8c] Prevent overflow in size values passed to allocators.dgp2015-07-291-3/+19
* | Add TclRegisterLiteral() to internal stub table (from "mig-optimize" branch, ...jan.nijtmans2013-12-191-1/+2
* | 3607246,3607372 Unbalanced refcounts of literals in the global literal table.dgp2013-03-111-2/+7
|\ \
| * | Correct unbalanced effect of TclInvalidateCmdLiteral() on the refcountsdgp2013-03-071-2/+7
* | | msvc compiler warning: signed-unsigned mismatch.jan.nijtmans2013-03-081-1/+1
|/ /
* | New internal routine TclFetchLiteral() for better CompileEnv encapsulation.dgp2013-03-051-0/+27
* | Remove from tclCompile.h declarations used in only one source file.dgp2013-03-051-5/+11
|\ \ | |/