summaryrefslogtreecommitdiffstats
path: root/tests/indexObj.test
Commit message (Expand)AuthorAgeFilesLines
* Bug [bc076f4f0e]. Fix large indexing broken by commit [0b05b5c750df]. Also pr...apnadkarni2023-08-141-10/+12
|\
| * Fix up tests for modified Tcl_GetIntForIndex semanticsapnadkarni2023-08-131-4/+4
| * Revert [0b05b5c750df] that broke bigdata tests and lseq-1.13apnadkarni2023-08-131-10/+4
|/
* Merge 9.0jan.nijtmans2023-06-271-2/+2
|\
* | WIP for fixing [https://core.tcl-lang.org/tk/tktview/a9929f112a|a9929f112a]jan.nijtmans2023-06-221-4/+10
|/
* Merge trunkapnadkarni2023-04-141-1/+1
|\
| * Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-1/+1
| |\
| | * Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-1/+1
* | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-4/+5
|/ /
* | Merge 8.7jan.nijtmans2022-04-141-2/+2
|\ \ | |/
| * Fix [da733cf8a6]: indexObj-6.7 failsjan.nijtmans2022-04-141-2/+2
* | Merge 8.7jan.nijtmans2022-02-171-0/+4
|\ \ | |/
| * Merge 8.7jan.nijtmans2022-01-251-0/+47
| |\
| * \ Merge 8.7jan.nijtmans2021-12-161-12/+20
| |\ \
| * | | TIP #613: New INDEX_NULL_OK flag for Tcl_GetIndexFromObj*()jan.nijtmans2021-12-091-0/+4
* | | | Merge 8.7jan.nijtmans2022-01-211-0/+47
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Add test-cases for Tcl_GetIntForIndex(). This reveals a minor bugjan.nijtmans2022-01-211-0/+47
|/ /
* | Merge 8.6jan.nijtmans2021-12-161-11/+19
|\ \ | |/ |/|
| * Add 2 new testcases, for Tcl_GetIndexFromObjStruct with TCL_EXACT flag and fo...jan.nijtmans2021-12-161-12/+20
* | TIP 590: Recommend lowercase Package Namesjan.nijtmans2020-12-041-1/+1
|\ \
| * | Case-sensitive package namesjan.nijtmans2020-11-031-1/+1
* | | More ©-sign consolidationjan.nijtmans2020-11-231-1/+1
* | | Now that all Tcl source files are UTF-8 by default, we can use the ©-sign wh...jan.nijtmans2020-11-231-2/+2
|/ /
* | Merge 8.6jan.nijtmans2020-09-041-1/+1
|\ \ | |/
| * Let all test-cases load the "tcltest" package the same way. Depend on tcltest...jan.nijtmans2020-09-041-2/+2
* | simplify check for ::tcltest namespace in testcasesjan.nijtmans2020-07-161-1/+1
* | Disable special hacks for Itcl 3 ensemble error message generation.dgp2016-07-011-1/+1
|/
* No longer build tcltest.exe to run the tests,but use tclsh86.exe in combinati...jan.nijtmans2012-07-291-0/+3
* Test harness for Tcl_ParseArgsObjvdkf2011-09-271-6/+32
* 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
| | * * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): It seemsdgp2006-04-061-3/+7
| | * * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): Allow emptydgp2006-04-051-2/+5
| | * Fix [Bug 1646039]dkf2006-04-051-13/+13
| | * * generic/tclIndexObj.c: Disallow the "ambiguous" error messagedgp2006-02-161-1/+4
* | | fix [2021443] inconsistant "wrong # args" messages (follow-up)nijtmans2008-07-211-3/+3
* | | more consistent wrong # arg messages: change all messages containing ?options...nijtmans2008-07-131-3/+3
|/ /
* | * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): It seemsdgp2006-04-061-3/+7
* | * tests/compExpr-old.test: Updated testmathfunctions constraintdgp2006-04-061-2/+2
* | * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct): Allow emptydgp2006-04-051-2/+5
* | Ooopsdkf2006-04-051-2/+2
* | Nail [Bug 1464039] by allowing the empty string to be exactly matched bydkf2006-04-051-1/+17
* | * generic/tclIndexObj.c: Disallow the "ambiguous" error messagedgp2006-02-161-1/+4
* | Fix [Bug 1066837] without reopening other bugs... What a horrid hack! :^/dkf2004-11-251-1/+6
* | Convert conditional tests into constrained testsdkf2004-05-191-43/+26
|/
* Now correctly test for (and fix) Bug #119082.dkf2000-11-241-1/+20
* * tests/indexObj.test: Added tests using the [testwrongnumargs]ericm2000-08-071-1/+20
* * tests/*.test: Changed all occurances of "namespace importericm2000-04-101-2/+2
* Modified the tests to use the package tcltestjenn1999-06-261-2/+3