Commit | Date | |
---|---|---|
[r1006]
(34.6 kB)
by
delphidabbler
* Moved IsHexDigit routine from UUnicodeHelper unit to UUtils. |
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 |
2010-03-27 17:19:27 |
View
Download |
|
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. |
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. |
2009-09-29 18:07:00 |
View
Download |