diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-05-16 06:07:51 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-05-16 06:07:51 (GMT) |
commit | 4eb91b8e5b59d6af6a2d612f6767f2f62d0cddd2 (patch) | |
tree | ba0ae2214c9a2339acb1dc912adb1ad419b1a163 | |
parent | ebcc04616c592e0b368e687f4ed1d5dfc8900c13 (diff) | |
download | tcl-4eb91b8e5b59d6af6a2d612f6767f2f62d0cddd2.zip tcl-4eb91b8e5b59d6af6a2d612f6767f2f62d0cddd2.tar.gz tcl-4eb91b8e5b59d6af6a2d612f6767f2f62d0cddd2.tar.bz2 |
Remove some more references to removed ChangeLog
-rw-r--r-- | changes | 8 | ||||
-rw-r--r-- | macosx/Tcl.xcodeproj/project.pbxproj | 2 |
2 files changed, 2 insertions, 8 deletions
@@ -5282,8 +5282,6 @@ compiles to 0 bytecodes (sofer) 2001-09-13 (new feature)[TIP 56] Tcl_EvalTokensStandard API (sofer) -2001-09-13 (new feature) Old ChangeLog entries => ChangeLog.1999 (hobbs) - 2001-09-17 (new feature) compiling with TCL_COMPILE_DEBUG now required to enable all compile and execution tracing (sofer) *** POTENTIAL INCOMPATIBILITY *** @@ -5368,8 +5366,6 @@ of the Host: header value 2002-01-25 (new feature)[496733] socket options -eofchar and -translation return read-only values (dejong) -2002-01-28 (new feature) Old ChangeLog entries => ChangeLog.20900 (hobbs) - 2002-01-28 (performance enhancement) bytecompiled [regexp] for trivial cases that amount to string matching. Also -nocase and --. (hobbs) @@ -5394,7 +5390,7 @@ errored out. (kupries, sofer) 2002-02-15 (new feature)[TIP 72] support for 64-bit integer values on 32-bit platforms and ability to work with >2GiB files. Extends many -commands. See ChangeLog and TIP for details. +commands. See TIP for details. *** POTENTIAL INCOMPATIBILITY *** 2002-02-22 (bug fix)[476537] Fix panic when loading shared library without @@ -6070,7 +6066,7 @@ each command/interp validity before executing. (sofer) 2004-04-06 (clean up) refactored Tcl header file #include order. Might create need for changes in extensions that #include private headers. -Changed source code files should work with older Tcl as well. See ChangeLog. +Changed source code files should work with older Tcl as well. *** POTENTIAL INCOMPATIBILITY *** 2004-04-07 (bug fix)[920667] install into any Unicode path on Win (hobbs) diff --git a/macosx/Tcl.xcodeproj/project.pbxproj b/macosx/Tcl.xcodeproj/project.pbxproj index 68b9418..cdc97c6 100644 --- a/macosx/Tcl.xcodeproj/project.pbxproj +++ b/macosx/Tcl.xcodeproj/project.pbxproj @@ -223,7 +223,6 @@ F96437C90EF0D4B2003F468E /* tclZlib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclZlib.c; sourceTree = "<group>"; }; F96437E60EF0D652003F468E /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = /usr/lib/libz.dylib; sourceTree = "<absolute>"; }; F966C07408F2820D005CB29B /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; }; - F96D3DFA08F272A4004A47F5 /* ChangeLog */ = {isa = PBXFileReference; explicitFileType = text; fileEncoding = 4; path = ChangeLog; sourceTree = "<group>"; }; F96D3DFB08F272A4004A47F5 /* changes */ = {isa = PBXFileReference; explicitFileType = text; fileEncoding = 4; path = changes; sourceTree = "<group>"; }; F96D3DFD08F272A4004A47F5 /* Access.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = Access.3; sourceTree = "<group>"; }; F96D3DFE08F272A4004A47F5 /* AddErrInfo.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = AddErrInfo.3; sourceTree = "<group>"; }; @@ -950,7 +949,6 @@ F96D3DFC08F272A4004A47F5 /* doc */, F96D43D008F272B8004A47F5 /* tools */, F9183E690EFC81560030B814 /* pkgs */, - F96D3DFA08F272A4004A47F5 /* ChangeLog */, F96D3DFB08F272A4004A47F5 /* changes */, F96D434308F272B5004A47F5 /* README */, F96D432B08F272B4004A47F5 /* license.terms */, |