Changeset 5227
- Timestamp:
- 02/06/08 12:34:33 (8 months ago)
- Files:
-
- Tuna/trunk/TNPerlParser.m (modified) (1 diff)
- Tuna/trunk/Tuna.xcodeproj/project.pbxproj (modified) (21 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Tuna/trunk/TNPerlParser.m
r5222 r5227 39 39 40 40 41 static inline unsigned int_TNPerlHash(const unichar *buffer, unsigned int length) {42 unsigned inthash;41 static inline NSUInteger _TNPerlHash(const unichar *buffer, unsigned int length) { 42 NSUInteger hash; 43 43 const unichar *end, *end4; 44 44 Tuna/trunk/Tuna.xcodeproj/project.pbxproj
r5223 r5227 20 20 productName = Distribution; 21 21 }; 22 A54D70DD08636C7700441C97 /* Wired Additions */ = {22 A54D70DD08636C7700441C97 /* Wired Additions */ = { 23 23 isa = PBXAggregateTarget; 24 buildConfigurationList = A54D711E08636C9700441C97 /* Build configuration list for PBXAggregateTarget "Wired Additions" */;24 buildConfigurationList = A54D711E08636C9700441C97 /* Build configuration list for PBXAggregateTarget "Wired Additions" */; 25 25 buildPhases = ( 26 26 A54D70DC08636C7700441C97 /* Run Script (Wired Additions) */, … … 28 28 dependencies = ( 29 29 ); 30 name = WiredAdditions;30 name = "Wired Additions"; 31 31 productName = "Wired Additions"; 32 32 }; … … 101 101 containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */; 102 102 proxyType = 1; 103 remoteGlobalIDString = A5EAE6BE0D5969F60007C0A1 /* TunaKit */;103 remoteGlobalIDString = A5EAE6BE0D5969F60007C0A1; 104 104 remoteInfo = TunaKit; 105 105 }; … … 108 108 containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */; 109 109 proxyType = 1; 110 remoteGlobalIDString = A54D70DD08636C7700441C97 /* Wired Additions */;110 remoteGlobalIDString = A54D70DD08636C7700441C97; 111 111 remoteInfo = "Wired Additions"; 112 112 }; … … 211 211 children = ( 212 212 A57F87480833F69500DEFE69 /* Controllers */, 213 A57F87470833F67B00DEFE69 /* Data Models */, 213 A5F911370D59CD0D00A93A77 /* Document */, 214 A57F87470833F67B00DEFE69 /* Perl Handler */, 214 215 A57F89730835419200DEFE69 /* Utility */, 215 216 ); … … 326 327 sourceTree = "<group>"; 327 328 }; 328 A57F87470833F67B00DEFE69 /* Data Models */ = { 329 isa = PBXGroup; 330 children = ( 331 A57F86300833EA9700DEFE69 /* TNDocument.m */, 332 A57F862F0833EA9700DEFE69 /* TNDocument.h */, 329 A57F87470833F67B00DEFE69 /* Perl Handler */ = { 330 isa = PBXGroup; 331 children = ( 333 332 A5EAEA5F0D598B660007C0A1 /* TNPerlFunction.m */, 334 333 A5EAEA5C0D598B660007C0A1 /* TNPerlFunction.h */, … … 340 339 A5EAEA610D598B660007C0A1 /* TNPerlTree.h */, 341 340 ); 342 name = " Data Models";341 name = "Perl Handler"; 343 342 sourceTree = "<group>"; 344 343 }; … … 426 425 ); 427 426 name = Resources; 427 sourceTree = "<group>"; 428 }; 429 A5F911370D59CD0D00A93A77 /* Document */ = { 430 isa = PBXGroup; 431 children = ( 432 A57F86300833EA9700DEFE69 /* TNDocument.m */, 433 A57F862F0833EA9700DEFE69 /* TNDocument.h */, 434 ); 435 name = Document; 428 436 sourceTree = "<group>"; 429 437 }; … … 501 509 8D1107260486CEB800E47090 /* Tuna */, 502 510 A5EAE6BE0D5969F60007C0A1 /* TunaKit */, 503 A54D70DD08636C7700441C97 /* Wired Additions */,511 A54D70DD08636C7700441C97 /* Wired Additions */, 504 512 A5555100083668450044855A /* Localization */, 505 513 77E09E3D0839EBE1002A4FE2 /* Distribution */, … … 633 641 A5643B990A2603D900ADF4F5 /* PBXTargetDependency */ = { 634 642 isa = PBXTargetDependency; 635 target = A54D70DD08636C7700441C97 /* Wired Additions */;643 target = A54D70DD08636C7700441C97 /* Wired Additions */; 636 644 targetProxy = A5643B980A2603D900ADF4F5 /* PBXContainerItemProxy */; 637 645 }; … … 643 651 A5EAE8C60D596ECF0007C0A1 /* PBXTargetDependency */ = { 644 652 isa = PBXTargetDependency; 645 target = A54D70DD08636C7700441C97 /* Wired Additions */;653 target = A54D70DD08636C7700441C97 /* Wired Additions */; 646 654 targetProxy = A5EAE8C50D596ECF0007C0A1 /* PBXContainerItemProxy */; 647 655 }; … … 812 820 baseConfigurationReference = A54D719208636D6B00441C97 /* Tuna.xcconfig */; 813 821 buildSettings = { 822 ARCHS = "$(NATIVE_ARCH_32_BIT)"; 814 823 COPY_PHASE_STRIP = NO; 815 824 GCC_OPTIMIZATION_LEVEL = 0; 816 825 GCC_PREPROCESSOR_DEFINITIONS = DEBUG; 817 ZERO_LINK = YES;818 826 }; 819 827 name = Debug/Native/32; … … 824 832 buildSettings = { 825 833 ARCHS = ( 834 i386, 826 835 ppc, 827 i386,828 836 ); 829 837 COPY_PHASE_STRIP = NO; … … 838 846 buildSettings = { 839 847 ARCHS = ( 848 i386, 840 849 ppc, 841 i386,842 850 ); 843 851 GCC_GENERATE_DEBUGGING_SYMBOLS = NO; … … 971 979 name = Release/Universal; 972 980 }; 981 A5F911590D59CD8F00A93A77 /* Debug/Native/64 */ = { 982 isa = XCBuildConfiguration; 983 baseConfigurationReference = A54D719208636D6B00441C97 /* Tuna.xcconfig */; 984 buildSettings = { 985 ARCHS = "$(NATIVE_ARCH_64_BIT)"; 986 COPY_PHASE_STRIP = NO; 987 GCC_OPTIMIZATION_LEVEL = 0; 988 GCC_PREPROCESSOR_DEFINITIONS = DEBUG; 989 }; 990 name = Debug/Native/64; 991 }; 992 A5F9115A0D59CD8F00A93A77 /* Debug/Native/64 */ = { 993 isa = XCBuildConfiguration; 994 buildSettings = { 995 GCC_PRECOMPILE_PREFIX_HEADER = YES; 996 GCC_PREFIX_HEADER = prefix.pch; 997 HEADER_SEARCH_PATHS = "\"$(BUILT_PRODUCTS_DIR)/WiredAdditions.framework/Headers\""; 998 INFOPLIST_FILE = Info.plist; 999 PRODUCT_NAME = Tuna; 1000 WRAPPER_EXTENSION = app; 1001 }; 1002 name = Debug/Native/64; 1003 }; 1004 A5F9115B0D59CD8F00A93A77 /* Debug/Native/64 */ = { 1005 isa = XCBuildConfiguration; 1006 buildSettings = { 1007 DYLIB_COMPATIBILITY_VERSION = 1; 1008 DYLIB_CURRENT_VERSION = 1; 1009 FRAMEWORK_VERSION = A; 1010 GCC_ENABLE_FIX_AND_CONTINUE = YES; 1011 GCC_MODEL_TUNING = G5; 1012 GCC_PRECOMPILE_PREFIX_HEADER = YES; 1013 GCC_PREFIX_HEADER = TunaKit/prefix.pch; 1014 INFOPLIST_FILE = TunaKit/Info.plist; 1015 INSTALL_PATH = "@executable_path/../Frameworks"; 1016 OTHER_LDFLAGS = ( 1017 "-lcrypto", 1018 "-lssl", 1019 "-seg1addr", 1020 0xb0000000, 1021 ); 1022 PRODUCT_NAME = TunaKit; 1023 WRAPPER_EXTENSION = framework; 1024 }; 1025 name = Debug/Native/64; 1026 }; 1027 A5F9115C0D59CD8F00A93A77 /* Debug/Native/64 */ = { 1028 isa = XCBuildConfiguration; 1029 buildSettings = { 1030 COPY_PHASE_STRIP = NO; 1031 GCC_GENERATE_DEBUGGING_SYMBOLS = YES; 1032 OPTIMIZATION_CFLAGS = "-O0"; 1033 OTHER_CFLAGS = ""; 1034 OTHER_LDFLAGS = ""; 1035 OTHER_REZFLAGS = ""; 1036 PRODUCT_NAME = "Wired Additions"; 1037 SECTORDER_FLAGS = ""; 1038 WARNING_CFLAGS = ( 1039 "-Wmost", 1040 "-Wno-four-char-constants", 1041 "-Wno-unknown-pragmas", 1042 ); 1043 }; 1044 name = Debug/Native/64; 1045 }; 1046 A5F9115D0D59CD8F00A93A77 /* Debug/Native/64 */ = { 1047 isa = XCBuildConfiguration; 1048 buildSettings = { 1049 COPY_PHASE_STRIP = NO; 1050 GCC_GENERATE_DEBUGGING_SYMBOLS = YES; 1051 GCC_OPTIMIZATION_LEVEL = 0; 1052 PRODUCT_NAME = Localization; 1053 ZERO_LINK = YES; 1054 }; 1055 name = Debug/Native/64; 1056 }; 1057 A5F9115E0D59CD8F00A93A77 /* Debug/Native/64 */ = { 1058 isa = XCBuildConfiguration; 1059 buildSettings = { 1060 COPY_PHASE_STRIP = NO; 1061 GCC_GENERATE_DEBUGGING_SYMBOLS = YES; 1062 GCC_OPTIMIZATION_LEVEL = 0; 1063 PRODUCT_NAME = Distribution; 1064 ZERO_LINK = YES; 1065 }; 1066 name = Debug/Native/64; 1067 }; 973 1068 /* End XCBuildConfiguration section */ 974 1069 … … 978 1073 buildConfigurations = ( 979 1074 A54D70AD08636C4400441C97 /* Debug/Native/32 */, 1075 A5F9115A0D59CD8F00A93A77 /* Debug/Native/64 */, 980 1076 A54D70AE08636C4400441C97 /* Test/Universal */, 981 1077 A54D70AF08636C4400441C97 /* Release/Universal */, … … 988 1084 buildConfigurations = ( 989 1085 A54D70B208636C4400441C97 /* Debug/Native/32 */, 1086 A5F9115D0D59CD8F00A93A77 /* Debug/Native/64 */, 990 1087 A54D70B308636C4400441C97 /* Test/Universal */, 991 1088 A54D70B408636C4400441C97 /* Release/Universal */, … … 998 1095 buildConfigurations = ( 999 1096 A54D70B708636C4400441C97 /* Debug/Native/32 */, 1097 A5F9115E0D59CD8F00A93A77 /* Debug/Native/64 */, 1000 1098 A54D70B808636C4400441C97 /* Test/Universal */, 1001 1099 A54D70B908636C4400441C97 /* Release/Universal */, … … 1008 1106 buildConfigurations = ( 1009 1107 A54D70BC08636C4400441C97 /* Debug/Native/32 */, 1108 A5F911590D59CD8F00A93A77 /* Debug/Native/64 */, 1010 1109 A54D70BD08636C4400441C97 /* Test/Universal */, 1011 1110 A54D70BE08636C4400441C97 /* Release/Universal */, … … 1014 1113 defaultConfigurationName = Debug/Native/32; 1015 1114 }; 1016 A54D711E08636C9700441C97 /* Build configuration list for PBXAggregateTarget "Wired Additions" */ = {1115 A54D711E08636C9700441C97 /* Build configuration list for PBXAggregateTarget "Wired Additions" */ = { 1017 1116 isa = XCConfigurationList; 1018 1117 buildConfigurations = ( 1019 1118 A54D711F08636C9700441C97 /* Debug/Native/32 */, 1119 A5F9115C0D59CD8F00A93A77 /* Debug/Native/64 */, 1020 1120 A54D712008636C9700441C97 /* Test/Universal */, 1021 1121 A54D712108636C9700441C97 /* Release/Universal */, … … 1028 1128 buildConfigurations = ( 1029 1129 A5EAE6C10D5969F60007C0A1 /* Debug/Native/32 */, 1130 A5F9115B0D59CD8F00A93A77 /* Debug/Native/64 */, 1030 1131 A5EAE6C20D5969F60007C0A1 /* Test/Universal */, 1031 1132 A5EAE6C30D5969F60007C0A1 /* Release/Universal */,
