summaryrefslogtreecommitdiffstats
path: root/tests/util.test
Commit message (Expand)AuthorAgeFilesLines
* Eliminate usage of mp_isneg(), just check bignum->sign directly (as libtommat...jan.nijtmans2019-03-151-619/+623
* End the deprecated practice of accepting "e" and "en" as valid index values.dgp2018-10-231-4/+4
* [d1d05d1c7a] Tests and fix for bignums in end-offset index value parsing.dgp2018-10-191-0/+37
* Rebase TIP 502 draft implementation.dgp2018-03-301-4/+10
|\
| * Better range checking in "string index". Add test-case to prove point.dgp2018-02-151-0/+6
|/
* Revert recent commit that changed behavior of TclGetIntForIndex() for adgp2018-02-151-6/+0
* Better range checking in "string index". Add test-case to prove point.jan.nijtmans2018-02-141-0/+6
* TIP #472 implementation: Add Support for 0d Radix Prefix to Integer Literalsjan.nijtmans2017-06-231-0/+18
|\
| * Rebase to core-8-6-branch (who told that fossil doesn't know how to rebase ....)jan.nijtmans2017-06-141-3/+21
| |\
| | * Implement proposed 0d decimal radix prefix to compliment 0x,0b,0o.griffin2017-05-271-0/+18
| |/ |/|
* | Supply more C99-compatible (and MSVC) format options: '%p' for pointers, 'z'/...jan.nijtmans2017-03-241-4/+28
* | Implement all possible TCL_LL_MODIFIER formats in Tcl_ObjPrintf(), can be "ll...jan.nijtmans2016-12-141-0/+25
* | Eliminate exess spacings in many test-casesjan.nijtmans2016-03-101-3/+3
|/
* Modify the "gettimes" test-command to use the Tcl_Obj API. jan.nijtmans2014-07-161-2/+3
* No longer build tcltest.exe to run the tests,but use tclsh86.exe in combinati...jan.nijtmans2012-07-291-0/+3
* missing constraintsdgp2011-11-081-10/+130
|\
| * Missing constraintsdgp2011-11-081-7/+127
* | 3371644 Repair failure to properly handle (length == -1) in TclConvertElement().dgp2011-07-191-1/+7
|\ \ | |/
| * 3371644 Repair failure to properly handle (length == -1) in TclConvertElement().dgp2011-07-191-1/+7
* | Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507]Kevin B Kenny2011-07-021-0/+29
|\ \ | |/
| * Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507]Kevin B Kenny2011-07-021-0/+33
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-3/+1
|\ \ | |/
| * 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/tclExecute.c (ExprRoundFunc):mdejong2005-10-281-8/+1
| | * niggly test suite fixesdgp2004-11-031-3/+2
| | * * generic/tclUtil.c: Corrected [Bug 411825] and other bugs indgp2003-08-271-1/+21
| | * * tests/util.test: Added new tests for remaining TclNeedSpace()dgp2003-08-271-1/+36
| * | * doc/tclvars.n:Kevin B Kenny2011-01-151-1/+1959
| * | * generic/tclInt.decls: Backport of Kevin B. Kenny's work onandreas_kupries2010-11-301-1/+793
| * | missing constraintdgp2008-10-141-2/+3
| * | * generic/tclTest.c (TestconcatobjCmd):Miguel Sofer2008-08-171-1/+6
* | | * doc/tclvars.n:Kevin B Kenny2011-01-151-1/+1872
* | | * tests/util.test (util-15.*): Added test cases for floating pointKevin B Kenny2011-01-071-1/+89
* | | 2010-11-29 Kevin B. Kenny <kennykb@acm.org>Kevin B Kenny2010-11-281-1/+802
* | | add missing constraintsdgp2008-10-141-2/+3
* | | * generic/tclTest.c (TestconcatobjCmd):Miguel Sofer2008-08-171-1/+6
|/ /
* | Use test constraints properly instead of looking in tcl_platformdkf2006-03-211-15/+6
* | Corrected duplication of test namesdgp2005-05-121-2/+2
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-22/+559
* | TIP#176 IMPLEMENTATION [Patch 1165695]dgp2005-04-291-1/+185
* | Massive test cleanup; all tests are run, and constraints are used where neces...dkf2004-05-191-10/+2
* | * generic/tclUtil.c: Corrected [Bug 411825] and other bugs indgp2003-08-271-1/+21
* | * tests/util.test: Added new tests for remaining TclNeedSpace()dgp2003-08-271-1/+36
* | * tests/async.test: Added several tests that demonstrate Tcldgp2003-07-241-4/+37
|/
* Fixed fault with case-insensitive string matching (Bug#233257) and rewrotedkf2002-01-021-52/+56
* TclNeedSpace is now UTF8-aware. (Bug #411825 from <arobert3434@users.sf.net>)dkf2001-09-191-13/+11
* * tests/util.test: added util-4.6hobbs2001-07-031-1/+5
* * tests/*.test: Changed all occurances of "namespace importericm2000-04-101-2/+2
* Fixed style problems in many of the test files.rjohnson1999-06-261-2/+2