summaryrefslogtreecommitdiffstats
path: root/generic/tclTestProcBodyObj.c
Commit message (Expand)AuthorAgeFilesLines
* Fix Windows build with --disable-shared: Make sure that test-code is never co...jan.nijtmans2023-11-101-0/+2
* Merge 8.7jan.nijtmans2023-10-271-3/+3
|\
| * [26870862f0] follow-up: of course it was not complete yetjan.nijtmans2023-10-271-3/+3
| * Backport test improvements from 9.0jan.nijtmans2023-05-151-3/+3
* | Merge 8.7jan.nijtmans2023-03-301-2/+2
|\ \ | |/
| * Merge 8.6jan.nijtmans2023-03-301-2/+2
| |\
| | * Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-2/+2
* | | More -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-1/+1
* | | Merge 8.7jan.nijtmans2022-10-101-4/+2
|\ \ \ | |/ /
| * | Use Tcl_ObjCmdProc in stead of full signaturejan.nijtmans2022-10-101-4/+2
* | | Merge 8.7jan.nijtmans2022-10-091-1/+1
|\ \ \ | |/ /
| * | Tcl_NewWideIntObj -> Tcl_NewBooleanObj where appropriatejan.nijtmans2022-10-091-1/+1
* | | 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
* | | Merge 8.7jan.nijtmans2020-12-041-4/+4
|\ \ \ | |/ /
| * | Case-sensitive package namesjan.nijtmans2020-11-031-4/+4
* | | Merge 8.7jan.nijtmans2020-09-011-2/+2
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-09-011-2/+2
| |\ \ | | |/
* | | Merge 8.7jan.nijtmans2020-03-091-4/+2
|\ \ \ | |/ /
| * | More TCL_UNUSEDdgp2020-03-091-4/+2
* | | Merge 8.7jan.nijtmans2020-02-281-4/+6
|\ \ \ | |/ /
| * | Mark more unused parametersjan.nijtmans2019-09-031-0/+2
| * | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-8/+8
* | | Merge 8.7jan.nijtmans2019-07-241-4/+4
|\ \ \
| * | | Eliminate the use of C++ keywords as variable names. Nothing more than rename...jan.nijtmans2019-07-231-4/+4
| |/ /
* | | Merge 8.7jan.nijtmans2019-04-011-1/+1
|\ \ \ | |/ /
| * | Modify testbytestring such that is only produces pure byte-arrays, if not it ...jan.nijtmans2019-04-011-1/+1
| |/
* | Code cleanup: Remove unneeded #undef's, and unneeded inclused. No change in f...jan.nijtmans2019-03-241-2/+2
* | merge 8.7dgp2019-03-081-1/+46
|\ \ | |/
| * In the 8.6.* releases, Tcl_GetStringResult() still passes through interp->res...dgp2019-03-071-2/+0
| * Integrate the test, which seems to indicate the bug fix doesn't work.dgp2019-03-071-1/+48
| |\
| | * [39fed4dae5] Proposed testdgp2019-03-071-1/+46
| |/
* | merge core-8-branch. Various cleanup: unused structure names, unused #defines...jan.nijtmans2017-12-011-1/+1
|/
* Eliminate some usages of Tcl_GlobalEval() and Tcl_Eval(), which are deprecate...jan.nijtmans2016-01-181-1/+1
* Tcl_GetStringFromObj(..., NULL) -> Tcl_GetString(...). Use size_t in stead of...jan.nijtmans2015-06-241-1/+1
* Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
* | | Simplify Tcl_AppInit and *_Init definitions.nijtmans2010-06-161-3/+1
* | | [ tcl-Feature Requests-2958832 ] Furthernijtmans2010-02-251-2/+2
* | | Fix [Bug 2883850]: pkgIndex.tcl doesn'tnijtmans2009-11-181-7/+10
* | | - eliminate some unnessary type castsnijtmans2009-02-101-2/+2
* | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ...dkf2009-01-091-39/+39
* | | NRE implementation [Patch 2017110]Miguel Sofer2008-07-131-3/+3
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-7/+7
|/ /
* | Complete the purge of K&R function definitions from manually-written code.dkf2007-04-161-13/+13
* | ANSIfy the test code (well, strip some of the worst offences!)dkf2005-11-021-45/+46
* | * generic/tclProc.c: The routine TclProcInterpProc was a s...dgp2004-08-251-14/+4
|/
* Fixed some tests which were failing on the Mac because of path differences. A...jingham1998-11-101-1/+3
* Added a new Tcl object called "procbody"; this object's internalescoffon1998-10-051-0/+317