summaryrefslogtreecommitdiffstats
path: root/tests/get.test
Commit message (Expand)AuthorAgeFilesLines
* merge 8.7dgp2023-09-061-0/+2
|\
| * Proposed fix for [fc87e3bddd]: get-3.4.1 fails in -singleproc testingjan.nijtmans2023-09-061-1/+3
| * backport numeric white-space bug fix from 9.0griffin2023-09-021-5/+14
* | Fix bug with octal. Add floating point example to doc.griffin2023-09-011-2/+2
* | Rewrite how numeric whitespace is processed in TclParseNumber. Add more numbe...griffin2023-09-011-2/+3
* | fix several issues with numeric whitespace by limiting where '_' is allowed.griffin2023-08-301-4/+5
* | fix for invalid numeric whitespace syntax bug.griffin2023-08-291-1/+1
* | Merge 8.7jan.nijtmans2022-05-261-2/+3
|\ \ | |/
| * Revert part of [0381fc9b91]: testcases get-1.8 and get-1.9 are meant for long...jan.nijtmans2022-05-261-2/+3
* | Merge 8.7jan.nijtmans2022-05-251-10/+8
|\ \ | |/
| * Merge 8.6jan.nijtmans2022-05-251-10/+8
| |\
| | * Proposed fix for [76ad7aeba3]: boundary case bug in [string is integer]. Miss...jan.nijtmans2022-05-221-16/+14
* | | Merge 8.7jan.nijtmans2021-01-151-2/+2
|\ \ \ | |/ /
| * | Fix [ff658e10fc]: tip 551 in 8.7a4 0b1111_1111 not working. Also fix some ind...jan.nijtmans2021-01-151-2/+2
* | | Merge 8.7jan.nijtmans2020-12-041-1/+1
|\ \ \ | |/ /
| * | TIP 590: Recommend lowercase Package Namesjan.nijtmans2020-12-041-1/+1
| |\ \
| | * | Case-sensitive package namesjan.nijtmans2020-11-031-1/+1
* | | | Merge 8.7jan.nijtmans2020-11-231-2/+2
|\ \ \ \ | |/ / /
| * | | 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.7jan.nijtmans2020-09-041-1/+1
|\ \ \ | |/ /
| * | 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
* | | Merge 8.7jan.nijtmans2020-07-211-1/+1
|\ \ \ | |/ /
| * | simplify check for ::tcltest namespace in testcasesjan.nijtmans2020-07-161-1/+1
* | | tip-551 implementation.griffin2020-05-311-0/+6
|\ \ \ | |/ /
| * | Update for TIP-551: griffin2020-05-231-2/+2
| * | Initial implementation for TIP-551 Permit underscores in numeric literalsgriffin2019-12-071-0/+6
* | | Merge 8.7jan.nijtmans2018-10-081-7/+7
|\ \ \ | |/ /
| * | merge tip-515 (which is pre-requisite for this TIP now)jan.nijtmans2018-09-221-4/+4
| |\ \
| * | | Fix compilation on 32-bit platforms, and fix unit-tests in this environmentjan.nijtmans2018-08-291-1/+1
| * | | Now, restore wide(), but make int() the same as entier(). Add new utility fun...jan.nijtmans2018-08-281-2/+2
| * | | Still WIP. All test-cases pass now in 32-bitjan.nijtmans2018-08-191-6/+6
* | | | merge 8.7jan.nijtmans2018-09-031-2/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Eliminate use of wideBiggerThanInt test constraint, since it's the same as {l...jan.nijtmans2018-09-031-2/+2
| |/ /
* | | Implementation branch for TIP 114 - Eliminate Octal Parsing...dgp2017-10-231-4/+4
|/ /
* | Shortcut in TclParseNumber(): If obj is a dict or list, don't bother to gener...jan.nijtmans2017-02-081-4/+4
|/
* [7114ac6141] Improve testing and docs of Tcl_GetInt and Tcl_GetDouble. No beh...dkf2016-10-091-2/+20
* No longer build tcltest.exe to run the tests,but use tclsh86.exe in combinati...jan.nijtmans2012-07-291-0/+3
* 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
* | remove obsolete commentdgp2005-08-081-2/+1
* | * tests/compExpr-old.test: Still more conversion of "nonPortable"dgp2005-07-281-4/+4
* | * tests/expr.test: Consolidated equivalent constraints intodgp2005-07-271-10/+12
* | Fixed get.test so it really tests Tcl_GetInt() and uses constraints properly.dkf2004-05-191-70/+40
|/
* * generic/tclUtil.c (SetEndOffsetFromAny): handle integer offsethobbs2002-11-191-1/+19
* Further changes to the TIP 72 patch to make it compile under VC++Kevin B Kenny2002-02-151-2/+2
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-151-6/+6
* * tests/*.test: Changed all occurances of "namespace importericm2000-04-101-2/+2
* Modified the tests to use the package tcltestjenn1999-06-261-2/+3