diff options
author | dgp <dgp@users.sourceforge.net> | 2007-10-11 21:34:59 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-10-11 21:34:59 (GMT) |
commit | a5410fb3a1a9a28c9d7261e9f2e96518f557de36 (patch) | |
tree | 9c7e9a92ddeeade771662fa39dbd533371b09288 /win/makefile.bc | |
parent | 9db323e98ffbbcc1293e10187377516b6fea0b58 (diff) | |
download | tcl-a5410fb3a1a9a28c9d7261e9f2e96518f557de36.zip tcl-a5410fb3a1a9a28c9d7261e9f2e96518f557de36.tar.gz tcl-a5410fb3a1a9a28c9d7261e9f2e96518f557de36.tar.bz2 |
* generic/tclCmdMZ.c: Correct [string is (wide)integer] failure
* tests/string.test: to report correct failindex values for
non-decimal integer strings. [Bug 1805887].
* compat/strtoll.c (removed): The routines strtoll() and strtoull()
* compat/strtoull.c (removed): are no longer called by the Tcl source
* generic/tcl.h: code. (Their functionality has been replaced
* unix/Makefile.in: by TclParseNumber().) Remove outdated comments
* unix/configure.in: and mountains of configury autogoo that
* unix/tclUnixPort.h: allegedly support the mythical systems where
* win/Makefile.in: these routines might not have been available.
* win/makefile.bc:
* win/makefile.vc:
* win/tclWinPort.h:
* unix/configure: autoconf-2.59
Diffstat (limited to 'win/makefile.bc')
-rw-r--r-- | win/makefile.bc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/win/makefile.bc b/win/makefile.bc index 97846d6..f750555 100644 --- a/win/makefile.bc +++ b/win/makefile.bc @@ -193,8 +193,6 @@ TCLOBJS = \ $(TMPDIR)\regexec.obj \ $(TMPDIR)\regfree.obj \ $(TMPDIR)\regerror.obj \ - $(TMPDIR)\strtoll.obj \ - $(TMPDIR)\strtoull.obj \ $(TMPDIR)\tclAlloc.obj \ $(TMPDIR)\tclAsync.obj \ $(TMPDIR)\tclBasic.obj \ |