Menu

/trunk/Src/UUtils.pas Commit Log


Commit Date  
[r1006] (34.6 kB) by delphidabbler

* Moved IsHexDigit routine from UUnicodeHelper unit to UUtils.
* Removed from UUnicodeHelper unit all character test and case conversion routines that mapped directly onto methods of TCharacter or to CharInSet in SysUtils unit.
* Modified units that used these routines to use replacements in Characters, SysUtils and UUtils units.

2010-11-15 16:33:36 View
Download
[r951] (34.1 kB) by delphidabbler

Removed {$WARN SYMBOL_PLATFORM OFF} compiler directives: these warnings now switched off globally.

2010-11-08 11:57:16 View
Download
[r919] (34.2 kB) by delphidabbler

Standardised format of Assert statement: all classes use ClassName method for class name and routines use routine name. Records have record name as literal.

2010-09-24 19:13:12 View
Download
[r731] (34.2 kB) by delphidabbler

Fixed a potential bug in UUtils.StringToStream.

2010-03-27 17:19:27 View
Download
[r614] (34.2 kB) by delphidabbler

Merged delphi2010-port branch back into trunk.

2010-02-08 20:00:48 View
Download
[r522] (32.4 kB) by delphidabbler

Fixed potential GetTickCount wrap-round bug in Pause routine in UUtils unit.

2009-11-13 15:39:42 View
Download
[r411] (32.2 kB) by delphidabbler

Removed compiler directives that switch off "unsafe" code, type and cast warnings. These warnings are now disabled globally for the whole project.

2009-10-15 20:11:23 View
Download
[r391] (32.2 kB) by delphidabbler

* Removed PathToDir and DirToPath routines. Code must now use ExcludeTrailingPathDelimiter and IncludeTrailingPathDelimiter from SysUtils in place of these routines.
* Made changes to other routines that used one or more of the deleted routines.

2009-09-29 18:37:30 View
Download
[r390] (33.1 kB) by delphidabbler

Modified UUtils.pas unit's DateStamp explanatory comments and date pattern string to refer to fact that the routine's output is as defined in RFC1123.

2009-09-29 18:09:57 View
Download
[r389] (32.9 kB) by delphidabbler

* Removed SpecialFolderPath and TempFolder routines from interface of UUtils.pas - no longer used since TSystemFolders class now has comparable methods.
* Removed redundant helper routines FreePIDL and PIDLToFolderPath from implementation section of unit.

2009-09-29 18:07:00 View
Download
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.