Commit | Date | |
---|---|---|
[r474]
by
delphidabbler
* Changed character set testing code in several units to use char set helper functions added to UUnicodeHelper.pas instead of testing directly against literal or constant sets. This prevents Delphi 2010 warnings about WideChar being reduced to byte char in set expressions. |
2009-10-24 20:53:52 | Tree |
[r473]
by
delphidabbler
Modified TAppInfo.GenerateKey to be Unicode compatible: now uses new ASCIIBytesOf routine (added to UUnicodeHelper unit) to ensure program key contains only ASCII characters. |
2009-10-24 18:03:10 | Tree |
[r472]
by
delphidabbler
* TUserDBBackup.Backup now uses TBytes version of TChecksum.Calculate to get checksum of a file's contents. |
2009-10-24 10:32:18 | Tree |
[r471]
by
delphidabbler
* Changed TFileUpdater to work with new TDataStreamString string type used by classes in UDataStreamIO unit. |
2009-10-24 10:29:16 | Tree |
[r470]
by
delphidabbler
* Added support for Latin1 code page: string definition, code page constant, custom encoding class and Latin1BytesOf helper function. |
2009-10-24 10:22:37 | Tree |
[r469]
by
delphidabbler
Made TBytes version of TChecksum.Calculate compilable in non-Unicode Delphis as well as Unicode versions. |
2009-10-24 10:05:24 | Tree |
[r468]
by
delphidabbler
Modified UDataStreamIO.pas for Unicode compatibility. |
2009-10-24 10:02:53 | Tree |
[r467]
by
delphidabbler
Amended TCheckSum to be compatible with Unicode Delphis: |
2009-10-23 23:57:11 | Tree |
[r466]
by
delphidabbler
Made MD5.pas compatible with Unicode Delphis. |
2009-10-23 23:46:19 | Tree |
[r465]
by
delphidabbler
* Switched off support for Vista common dialogs in UCommonDlg.pas for compilers that support these dialogs. |
2009-10-23 23:13:48 | Tree |