Artifact 9321d9ee826b7d8ae884c7b2f54ba59f26d1e038:
- File generic/tclGet.c — part of check-in [27f457dd13] at 2000-03-31 19:39:41 on branch trunk — * generic/tclGet.c (Tcl_GetDouble): Added additional conditions to error test (previously only errno was checked, but the return value of strtod() should be checked as well). [Bug: 4118]. * tests/exec.test: Added test for proper conversion of UTF data when used with "<< $dataWithUTF" on exec's. * unix/tclUnixPipe.c (TclpCreateTempFile): Added Tcl_UtfToExternalDString call, so that if there is UTF content in the string it will be properly converted to the system encoding before being written [Bug: 4030]. (TclpCreateTempFile): Added a check on the return value of tmpnam; some systems (Linux, for example) will start to return NULL after tmpnam has been called TMP_MAX times; not checking for this can have bad results (overwriting temp files, core dumps, etc.) (user: ericm size: 8984)
A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.