summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authordas <das>2005-12-14 02:09:19 (GMT)
committerdas <das>2005-12-14 02:09:19 (GMT)
commit36eacb401e8d517c750fb1236e6cc6214c6d12e3 (patch)
treef9be3b50674ca59a96219aeb85b4207436e0ea76 /macosx
parent47ed8302270238b3263e8c7e6fb103e6c12e4d9c (diff)
downloadtcl-36eacb401e8d517c750fb1236e6cc6214c6d12e3.zip
tcl-36eacb401e8d517c750fb1236e6cc6214c6d12e3.tar.gz
tcl-36eacb401e8d517c750fb1236e6cc6214c6d12e3.tar.bz2
* macosx/Tcl.xcode/project.pbxproj:
* macosx/Tcl.xcodeproj/project.pbxproj: * unix/Makefile.in: add new tclTomMath* files. * generic/tclBasic.c: replace panic with Tcl_Panic.
Diffstat (limited to 'macosx')
-rw-r--r--macosx/Tcl.xcode/project.pbxproj18
-rw-r--r--macosx/Tcl.xcodeproj/project.pbxproj4
2 files changed, 22 insertions, 0 deletions
diff --git a/macosx/Tcl.xcode/project.pbxproj b/macosx/Tcl.xcode/project.pbxproj
index 40bb8ed..1d3fd94 100644
--- a/macosx/Tcl.xcode/project.pbxproj
+++ b/macosx/Tcl.xcode/project.pbxproj
@@ -2354,7 +2354,9 @@
F96D3F2D08F272A7004A47F5,
F96D3F2E08F272A7004A47F5,
F96D3F2F08F272A7004A47F5,
+ F9903CAF094FAADA004613E9,
F96D3F3008F272A7004A47F5,
+ F9903CB0094FAADA004613E9,
F96D3F3108F272A7004A47F5,
F96D3F3208F272A7004A47F5,
F96D3F3308F272A7004A47F5,
@@ -7893,6 +7895,22 @@
shellPath = /bin/bash;
shellScript = "touch -t $(date -r $(expr $(date '+%s') + 5) '+%Y%m%d%H%M.%S') \"${TEMP_DIR}/stamp\"\n\n## Ensure other buildstyles are relinked next time they are built:\ncd \"${OBJROOT}/${PROJECT_NAME}.build\" &&\nfor d in $(find . -maxdepth 1 -type d -name '*.build' ! -name \"${PROJECT_TEMP_DIR##*/}\"); do\n for v in ${BUILD_VARIANTS}; do\n o=\"$d/${TARGET_NAME}.build/Objects-${v}\" &&\n for a in ${ARCHS}; do touch -c -r \"${TEMP_DIR}/stamp\" \"$o/$a/tclAppInit.o\"; done\n done\ndone\n";
};
+ F9903CAF094FAADA004613E9 = {
+ explicitFileType = text.script;
+ fileEncoding = 4;
+ isa = PBXFileReference;
+ path = tclTomMath.decls;
+ refType = 4;
+ sourceTree = "<group>";
+ };
+ F9903CB0094FAADA004613E9 = {
+ fileEncoding = 4;
+ isa = PBXFileReference;
+ lastKnownFileType = sourcecode.c.h;
+ path = tclTomMathDecls.h;
+ refType = 4;
+ sourceTree = "<group>";
+ };
F9A3084B08F2D4CE00BAE1AB = {
isa = PBXFileReference;
lastKnownFileType = "compiled.mach-o.executable";
diff --git a/macosx/Tcl.xcodeproj/project.pbxproj b/macosx/Tcl.xcodeproj/project.pbxproj
index 2f6e44f..8c251c6 100644
--- a/macosx/Tcl.xcodeproj/project.pbxproj
+++ b/macosx/Tcl.xcodeproj/project.pbxproj
@@ -901,6 +901,8 @@
F96D449808F272BA004A47F5 /* tclWinThrd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclWinThrd.c; sourceTree = "<group>"; };
F96D449908F272BA004A47F5 /* tclWinThrd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tclWinThrd.h; sourceTree = "<group>"; };
F96D449A08F272BA004A47F5 /* tclWinTime.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tclWinTime.c; sourceTree = "<group>"; };
+ F9903CAF094FAADA004613E9 /* tclTomMath.decls */ = {isa = PBXFileReference; explicitFileType = text.script; fileEncoding = 4; path = tclTomMath.decls; sourceTree = "<group>"; };
+ F9903CB0094FAADA004613E9 /* tclTomMathDecls.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tclTomMathDecls.h; sourceTree = "<group>"; };
F9A3084B08F2D4CE00BAE1AB /* tclsh8.5 */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; name = tclsh8.5; path = ../tclsh8.5; sourceTree = BUILT_PRODUCTS_DIR; };
F9A3084E08F2D4F400BAE1AB /* Tcl.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Tcl.framework; path = ../Tcl.framework; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
@@ -1279,7 +1281,9 @@
F96D3F2D08F272A7004A47F5 /* tclThreadStorage.c */,
F96D3F2E08F272A7004A47F5 /* tclThreadTest.c */,
F96D3F2F08F272A7004A47F5 /* tclTimer.c */,
+ F9903CAF094FAADA004613E9 /* tclTomMath.decls */,
F96D3F3008F272A7004A47F5 /* tclTomMath.h */,
+ F9903CB0094FAADA004613E9 /* tclTomMathDecls.h */,
F96D3F3108F272A7004A47F5 /* tclTomMathInterface.c */,
F96D3F3208F272A7004A47F5 /* tclTrace.c */,
F96D3F3308F272A7004A47F5 /* tclUniData.c */,