Changeset 260
- Timestamp:
- Sep 28, 2007, 8:15:53 PM (18 years ago)
- Location:
- trunk/Library
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Library/ACLLibraryTestForm.pas
r206 r260 7 7 StdCtrls, 8 8 ACLFileIOUtility, 9 ACLFindFunctions,10 9 ACLUtility, 11 10 PCharList, -
trunk/Library/ACLtest.spr
r202 r260 1 1 [Application Options] 2 2 3 ApplicationIcon= 3 ApplicationIcon=D:\PROGS\SIBYL\BIN\default.ico 4 4 5 5 [Browser Files] … … 33 33 File26=STRINGUTILSUNIT 34 34 File27=ACLFILEIOUTILITY 35 File28=ACLFINDFUNCTIONS 36 File29=PCHARLIST 37 File30=ACLRESOURCEUTILITY 38 File31=ACLVERSIONUTILITYUNIT 39 File32=SEMAPHORES 40 File33=SHAREDMEMORYUNIT 41 File34=BSEDEV 42 File35=FILEUTILSUNIT 43 File36=ACLSTRING 44 File37=ASTRINGUTILITYUNIT 45 File38=RUNPROGRAMUNIT 46 File39=ACLLIBRARYTESTFORM 35 File28=PCHARLIST 36 File29=ACLRESOURCEUTILITY 37 File30=ACLVERSIONUTILITYUNIT 38 File31=SEMAPHORES 39 File32=SHAREDMEMORYUNIT 40 File33=BSEDEV 41 File34=FILEUTILSUNIT 42 File35=ACLSTRING 43 File36=ASTRINGUTILITYUNIT 44 File37=RUNPROGRAMUNIT 45 File38=ACLLIBRARYTESTFORM 47 46 48 47 [Compiler Options] … … 74 73 [Directories] 75 74 76 LastDir=P:\ NEWVIEW_DEV\Library77 OutDir=P:\newview_dev\build\ newview75 LastDir=P:\newview_dev\build\library 76 OutDir=P:\newview_dev\build\library 78 77 LibDir=P:\newview_dev\build\sibyl\lib;P:\newview_dev\build\components;P:\newview_dev\build\library 79 78 LibSrcDir=P:\newview_dev\sibyl\spcc;P:\newview_dev\sibyl\rtl;P:\newview_dev\library;P:\newview_dev\components … … 83 82 [Find History] 84 83 85 Find0=Check 86 Find1=AddAndResize 87 Find2=GetMaskedFilesForDir 88 Find3=StrRightFrom 84 Find0=TTerminateCheck 85 Find1=TerminateCheck 86 Find2=Check 87 Find3=AddAndResize 88 Find4=GetMaskedFilesForDir 89 Find5=StrRightFrom 89 90 90 91 [General] … … 100 101 Platform=OS/2 101 102 103 [Last Closed Files] 104 105 File0=.\RunProgramUnit.pas 106 102 107 [Last Open Files] 103 108 104 109 File0=.\ACLUtility.pas 105 110 File0.Left=-4 106 File0.Bottom=- 5107 File0.Width=1 399111 File0.Bottom=-4 112 File0.Width=1296 108 113 File0.Height=629 109 File0.Column= 33110 File0.Line= 4114 File0.Column=14 115 File0.Line=141 111 116 File1=.\StringUtilsUnit.pas 112 117 File1.Left=-4 113 File1.Bottom=- 5114 File1.Width=1 399118 File1.Bottom=-4 119 File1.Width=1296 115 120 File1.Height=629 116 File1.Column= 1117 File1.Line= 46118 File2=. .\.\NewView\unittests\StringUtilsUnitTests.pas121 File1.Column=7 122 File1.Line=984 123 File2=.\ACLFileIOUtility.pas 119 124 File2.Left=-4 120 File2.Bottom=- 5121 File2.Width=1 399125 File2.Bottom=-4 126 File2.Width=1296 122 127 File2.Height=629 123 128 File2.Column=1 124 File2.Line=4 46125 File3=.\ ACLStringUtility.pas129 File2.Line=41 130 File3=.\CharUtilsUnit.pas 126 131 File3.Left=-4 127 File3.Bottom=- 5128 File3.Width=1 399132 File3.Bottom=-4 133 File3.Width=1296 129 134 File3.Height=629 130 File3.Column= 1131 File3.Line=1 163132 File4=.\ACL FileIOUtility.pas135 File3.Column=31 136 File3.Line=109 137 File4=.\ACLLibraryTestForm.pas 133 138 File4.Left=-4 134 File4.Bottom=- 5135 File4.Width=1 399139 File4.Bottom=-4 140 File4.Width=1296 136 141 File4.Height=629 137 File4.Column= 1138 File4.Line= 41139 File5=.\ CharUtilsUnit.pas142 File4.Column=87 143 File4.Line=141 144 File5=.\ACLLibrary.pas 140 145 File5.Left=-4 141 File5.Bottom=- 5142 File5.Width=1 399146 File5.Bottom=-4 147 File5.Width=1296 143 148 File5.Height=629 144 File5.Column=3 1145 File5.Line= 109146 File6=.\A CLLibraryTestForm.pas149 File5.Column=38 150 File5.Line=4 151 File6=.\AStringUtilityUnit.pas 147 152 File6.Left=-4 148 File6.Bottom=- 5149 File6.Width=1 399153 File6.Bottom=-4 154 File6.Width=1296 150 155 File6.Height=629 151 156 File6.Column=1 152 File6.Line=10 157 File6.Line=212 158 File7=.\FileUtilsUnit.pas 159 File7.Left=-4 160 File7.Bottom=-4 161 File7.Width=1296 162 File7.Height=629 163 File7.Column=26 164 File7.Line=1057 153 165 154 166 [Linker Options] … … 178 190 179 191 SCUName=.\ACLLibrary.scu 180 MainForm= 192 MainForm=ACLLibraryTestForm 181 193 182 194 [Win32 Application Options] -
trunk/Library/AStringUtilityUnit.pas
r17 r260 139 139 AtPos: longint; 140 140 SecondAtPos: longint; 141 DotPos: longint;142 141 begin 143 142 result := false; … … 211 210 procedure TrimPunctuation( s: TAString ); 212 211 var 213 c: char;214 212 ChangesMade: boolean; 215 213 begin
Note:
See TracChangeset
for help on using the changeset viewer.