Menu

Old Code (SVN) Commit Log


Commit Date  
[r1466] by delphidabbler

Added further tests for FloatToInt.

2011-05-23 13:27:24 Tree
[r1465] by delphidabbler

Corrected one of FloatToInt tests.

2011-05-23 13:12:28 Tree
[r1464] by delphidabbler

Added new test unit for some routines from UUtils unit.

2011-05-23 13:08:05 Tree
[r1463] by delphidabbler

Moved IsValidAbsoluteFileName and IsValidUNCFileName from UUtils to UFileProtocol then renamed them as IsAbsoluteFileNameFormat and IsUNCFileNameFormat. This was done because the routines are not sufficiently general for wide use: they don't validate the file name at all, they only check for the formats of local and UNC absolute file names.

2011-05-23 12:36:18 Tree
[r1462] by delphidabbler

Removed completed TODO

2011-05-23 09:42:10 Tree
[r1461] by delphidabbler

* Added detection of supplementary code point encodings in Unicode strings to all Trim* routines. Trimming stops if one of these characters is encountered.
* Added suitable DUnit tests for these changes.

2011-05-22 22:45:14 Tree
[r1460] by delphidabbler

Extracted common code from public Trim* and Trim*Chars routines into internal trim routines.

2011-05-22 22:04:03 Tree
[r1459] by delphidabbler

Replaced use of StrSlice* routines in StrTrim* routines with System.Copy.

2011-05-22 21:32:05 Tree
[r1458] by delphidabbler

Improved detection of white space in StrTrim, StrTrimLeft and StrTrimRight. No longer assumes white space is just char codes 0..32 but uses TCharacter.IsWhiteSpace to detect. These routines are no longer just wrappers around SysUtils Trim, TrimLeft and TrimRight.

2011-05-22 21:15:24 Tree
[r1457] by delphidabbler

* Renamed StrTrim*Spaces routines in UStrUtils unit to StrTrim*.
* Renamed DUnit test methods in TestUStrUtils to suit renamed routines.
* Updated all affected code.

2011-05-22 20:47:50 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.