Menu

/branches/delphi2010-port/Src/UTextStreamReader.pas Commit Log


Commit Date  
[r482] (4.8 kB) by delphidabbler

* Removed TODO comments that simply documented changes made to compile with Delphi 2010.
* Removed any commented out code.

2009-10-25 00:22:47 View
Download
[r474] (5.2 kB) 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.
* Changed use of UpCase built-in to use ToUpperCase function added to UUnicodeHelper.pas.
* Added various set handling routines along with ToUpperCase function. These mainly call TCharacter methods on Unicode Delphis and have custom implementations on other Delphis.

2009-10-24 20:53:52 View
Download
[r451] (5.0 kB) by delphidabbler

Changed TStrStreamWriter and TTextStreamReader to take account of size of Char when writing or reading streams.

2009-10-22 00:43:49 View
Download
[r431] (5.0 kB) by delphidabbler

Merged trunk changes r401:429 into the delphi2010-port branch.

2009-10-20 15:36:05 View
Download
[r418] (5.0 kB) by delphidabbler

Made minimal changes to get CodeSnip to compile with Delphi 2010. The resulting build has numerous warnings and does not work correctly. Most changes relate to Unicode compatibility, but some relate to other Delphi 2010 changes or changes to the Indy component library.

2009-10-17 23:07:41 View
Download
[r400] (4.8 kB) by delphidabbler

Development branch to make project compatible with Delphi 2010.

2009-10-08 07:05:54 View
Download
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.