Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

27 check-ins using file generic/tclStrToD.c version 235089ea64

2010-05-03
13:21
Add pkg, *.dll to the ignore list check-in: 111b07cc53 user: nijtmans tags: trunk
13:20
For MINGW/CYGWIN, use GetCommandLineA explicitely check-in: b64ef5b170 user: nijtmans tags: trunk
11:37
Use "tclIO.h" and "tclTomMathDecls.h" everywhere check-in: 06ef5ace06 user: nijtmans tags: trunk
2010-04-30
21:15
* generic/tcl.h: Bump patchlevel to 8.6b1.2 to distinguish * library/init.tcl... check-in: a30f8d7cf3 user: dgp tags: trunk
20:52
* generic/tclBinary.c (TclAppendBytesToByteArray): Add comments * generic/tclIn... check-in: 32f022466a user: dgp tags: trunk
14:06
* generic/tclBinary.c (TclAppendBytesToByteArray): Add extra armour against buffer overflows. check-in: 07af3814a9 user: dkf tags: trunk
12:38
Fix the problems I introduced inadvertently: * generic/tclBasic.c (NRInterpCoroutine): Corrected ha... check-in: a822ad9b51 user: dkf tags: trunk
12:30
* tests/coroutine.test: testing coroutine arguments after [yield]: check that only 0/1 allowed check-in: 6772c1330f user: msofer tags: trunk
09:25
* unix/Makefile.in (gdb-test): Remove quotes so that library paths are constructed correctly. check-in: d162dd5825 user: dkf tags: trunk
09:23
* generic/tclCompCmds.c (TclCompileVariableCmd): Slightly tighter issuing of instructions. check-in: 6497264574 user: dkf tags: trunk
08:29
* generic/tclExecute.c (TclExecuteByteCode): Add peephole optimization of the fact that INST_DICT_... check-in: 40a1507909 user: dkf tags: trunk
07:56
* generic/tclBasic.c (TclNRYieldObjCmd, TclNRYieldmObjCmd) (NRInterpCoroutine): Replace magic valu... check-in: 7222a46970 user: dkf tags: trunk
07:07
Unnecessary TCL_STORAGE_CLASS re-definition. It was used for an ancient dummy reference to Tcl_LinkV... check-in: 79f098fef8 user: nijtmans tags: trunk
2010-04-29
23:43
forgot the Changelog entry check-in: 77e5c0bba9 user: msofer tags: trunk
23:39
* generic/tclCompExpr.c: Slight change in the literal sharing * generic/tclCompile.c: mechanism t... check-in: 7ff9813649 user: msofer tags: trunk
21:24
Typo check-in: e4ffaa22ac user: andreas_kupries tags: trunk
21:19
* library/platform/platform.tcl: Another stab at getting the /lib, * library/platform/pkgIndex.tc... check-in: fe8af4524f user: andreas_kupries tags: trunk
15:49
* library/tzdata/Antarctica/Macquarie: * library/tzdata/Africa/Casablanca: * library/tzdata/Afr... check-in: 2fa0d393d8 user: kennykb tags: trunk
15:14
fix MSVC warning C4018: '>' : signed/unsigned mismatch check-in: 6e0b151b67 user: nijtmans tags: trunk
15:08
typo check-in: 149e58786c user: dkf tags: trunk
15:08
* generic/tclBinary.c (TclAppendBytesToByteArray): [Bug 2992970]: Make * generic/tclStringObj.c (T... check-in: 45422b0ec4 user: dkf tags: trunk
11:05
credit Lars_H for [yieldm]'s idea check-in: c37ff9fc81 user: msofer tags: trunk
09:23
Include "tcl.h", not <tcl.h>, like everywhere else, to insure that the version in the Tcl distribut... check-in: 38aced1306 user: nijtmans tags: trunk
2010-04-28
11:50
Remove unused @MAN2TCLFLAGS@ Move <limits.h> include from tclInt.h to tclWinPort.h, and eliminate un... check-in: a8f2c2ec69 user: nijtmans tags: trunk
10:50
* generic/tclInt.h (TclIsVarDirectUnsettable): Corrected flags so that deletion of traces is not o... check-in: b533ea6b87 user: dkf tags: trunk
2010-04-27
14:58
Code reordering to slightly shorten generated object code. check-in: db0caf99b6 user: dkf tags: trunk
12:36
If tclInt.h or tclPort.h is already included, don't include <limits.h> again. Follow-up to [Bug 2991... check-in: b7c55dd4bf user: nijtmans tags: trunk