Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Windows build with --disable-shared: Make sure that test-code is never ↵ | jan.nijtmans | 2023-11-10 | 1 | -0/+2 |
| | | | | compiled with -DBUILD_tcl -DSTATIC_BUILD | ||||
* | Merge 8.7 | jan.nijtmans | 2023-10-27 | 1 | -3/+3 |
|\ | |||||
| * | [26870862f0] follow-up: of course it was not complete yet | jan.nijtmans | 2023-10-27 | 1 | -3/+3 |
| | | |||||
| * | Backport test improvements from 9.0 | jan.nijtmans | 2023-05-15 | 1 | -3/+3 |
| | | |||||
* | | Merge 8.7 | jan.nijtmans | 2023-03-30 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Merge 8.6 | jan.nijtmans | 2023-03-30 | 1 | -2/+2 |
| |\ | |||||
| | * | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it ↵ | jan.nijtmans | 2023-03-30 | 1 | -2/+2 |
| | | | | | | | | | | | | on other platforms either. | ||||
* | | | More -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-05 | 1 | -1/+1 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2022-10-10 | 1 | -4/+2 |
|\ \ \ | |/ / | |||||
| * | | Use Tcl_ObjCmdProc in stead of full signature | jan.nijtmans | 2022-10-10 | 1 | -4/+2 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2022-10-09 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Tcl_NewWideIntObj -> Tcl_NewBooleanObj where appropriate | jan.nijtmans | 2022-10-09 | 1 | -1/+1 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ↵ | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
| | | | | | | | | | | | | C sources can now use UTF-8, as far as gcc/clang/msvc support it. Not used yet | ||||
* | | | Merge 8.7 | jan.nijtmans | 2020-12-04 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | Case-sensitive package names | jan.nijtmans | 2020-11-03 | 1 | -4/+4 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2020-09-01 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2020-09-01 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
* | | | Merge 8.7 | jan.nijtmans | 2020-03-09 | 1 | -4/+2 |
|\ \ \ | |/ / | |||||
| * | | More TCL_UNUSED | dgp | 2020-03-09 | 1 | -4/+2 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -4/+6 |
|\ \ \ | |/ / | |||||
| * | | Mark more unused parameters | jan.nijtmans | 2019-09-03 | 1 | -0/+2 |
| | | | |||||
| * | | Experiment: compile Tcl with C++ compiler. WIP | jan.nijtmans | 2019-07-04 | 1 | -8/+8 |
| | | | |||||
* | | | Merge 8.7 | jan.nijtmans | 2019-07-24 | 1 | -4/+4 |
|\ \ \ | |||||
| * | | | Eliminate the use of C++ keywords as variable names. Nothing more than ↵ | jan.nijtmans | 2019-07-23 | 1 | -4/+4 |
| |/ / | | | | | | | | | | rename the variables in something else. | ||||
* | | | Merge 8.7 | jan.nijtmans | 2019-04-01 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Modify testbytestring such that is only produces pure byte-arrays, if not it ↵ | jan.nijtmans | 2019-04-01 | 1 | -1/+1 |
| |/ | | | | | | | | | errors out. Modify Tcl_NewIntObj/Tcl_NewBooleanObj -> Tcl_NewWideIntObj. Less references to "long" datatype. | ||||
* | | Code cleanup: Remove unneeded #undef's, and unneeded inclused. No change in ↵ | jan.nijtmans | 2019-03-24 | 1 | -2/+2 |
| | | | | | | | | functionality. | ||||
* | | merge 8.7 | dgp | 2019-03-08 | 1 | -1/+46 |
|\ \ | |/ | |||||
| * | In the 8.6.* releases, Tcl_GetStringResult() still passes through ↵ | dgp | 2019-03-07 | 1 | -2/+0 |
| | | | | | | | | | | interp->result. Have to ask specifically for the string rep of the value we want. | ||||
| * | Integrate the test, which seems to indicate the bug fix doesn't work. | dgp | 2019-03-07 | 1 | -1/+48 |
| |\ | | | | | | | More to come.... | ||||
| | * | [39fed4dae5] Proposed test | dgp | 2019-03-07 | 1 | -1/+46 |
| |/ | |||||
* | | merge core-8-branch. Various cleanup: unused structure names, unused ↵ | jan.nijtmans | 2017-12-01 | 1 | -1/+1 |
|/ | | | | #defines. Change some "epoch"-related fields from int to size_t. Nothing functional. | ||||
* | Eliminate some usages of Tcl_GlobalEval() and Tcl_Eval(), which are ↵ | jan.nijtmans | 2016-01-18 | 1 | -1/+1 |
| | | | | deprecated functions. | ||||
* | Tcl_GetStringFromObj(..., NULL) -> Tcl_GetString(...). Use size_t in stead ↵ | jan.nijtmans | 2015-06-24 | 1 | -1/+1 |
| | | | | of int for more internal variables. | ||||
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ | | | | | cause more harm than good. Purged them (except in zlib files). | ||||
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ | | | | | | | more harm than good. Purged them. | ||||
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
| | | | | | | | | | more harm than good. Purged them. | ||||
* | | | Simplify Tcl_AppInit and *_Init definitions. | nijtmans | 2010-06-16 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | | | Change TclpThreadCreate and Tcl_CreateThread signature, making clear that "proc" is a function pointer, as in all other "proc" function parameters. | ||||
* | | | [ tcl-Feature Requests-2958832 ] Further | nijtmans | 2010-02-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | speed-up of ouster-hash function. Eliminate various unnecessary (ClientData) type casts. | ||||
* | | | Fix [Bug 2883850]: pkgIndex.tcl doesn't | nijtmans | 2009-11-18 | 1 | -7/+10 |
| | | | | | | | | | | | | get created with static Tcl build | ||||
* | | | - eliminate some unnessary type casts | nijtmans | 2009-02-10 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | - some internal const decorations - spacing | ||||
* | | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ↵ | dkf | 2009-01-09 | 1 | -39/+39 |
| | | | | | | | | | | | | etc.) | ||||
* | | | NRE implementation [Patch 2017110] | Miguel Sofer | 2008-07-13 | 1 | -3/+3 |
| | | | |||||
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -7/+7 |
|/ / | |||||
* | | Complete the purge of K&R function definitions from manually-written code. | dkf | 2007-04-16 | 1 | -13/+13 |
| | | |||||
* | | ANSIfy the test code (well, strip some of the worst offences!) | dkf | 2005-11-02 | 1 | -45/+46 |
| | | |||||
* | | * generic/tclProc.c: The routine TclProcInterpProc was a ↵ | dgp | 2004-08-25 | 1 | -14/+4 |
|/ | | | | | | | | | | | | specific * generic/tclTestProcBodyObj.c: instance of the general service already provided by TclObjInvokeProc. Removed TclProcInterpProc and TclGetInterpProc from the code... * generic/tclInt.decls ...and from the internal stubs table. * generic/tclIntDecls.h * generic/tclStubInit.c | ||||
* | Fixed some tests which were failing on the Mac because of path differences. ↵ | jingham | 1998-11-10 | 1 | -1/+3 |
| | | | | Added a test to the resource tests to cover the but I fixed. Fixed the stat test commands - the mac files were getting a leading :, which the test commands did not expect | ||||
* | Added a new Tcl object called "procbody"; this object's internal | escoffon | 1998-10-05 | 1 | -0/+317 |
representation contains both a Proc struct and its associated ByteCode. Updated tclProc.c::TclCreateProc to take procbody instances as the body argument, for future support of compiler extensions. Added the "procbodytest" package for testing all this stuff. |