Menu

Old Code (SVN) Commit Log


Commit Date  
[r1131] by delphidabbler

Changed code that restores files so that the restored files are created with the specified encoding.

2010-12-01 02:59:35 Tree
[r1130] by delphidabbler

Modified call to TStringStream constructor in TCopyInfoMgr.GenerateDoc so that string stream does not free the passed encoding. This avoids a potential bug. It hasn't manifested itself because TCopyInfoMgr.GenerateDoc is at present only called with standard format encodings which are never freed in TStringStream

2010-12-01 02:57:33 Tree
[r1129] by delphidabbler

Fixed bug in overloaded versions of StreamToString and StringToStream that take and Encoding parameter where TStringStream was freeing the encoding.

2010-12-01 02:52:02 Tree
[r1128] by delphidabbler

Heavily refactored code that reads and parses backup file. Split out loading and parsing of backup file into helper classes - there is one class for each file format version.

2010-12-01 02:22:30 Tree
[r1127] by delphidabbler

Prevented possible bug in TDataStreamReader when attempt is made to read 0 or -ve length strings.

2010-12-01 01:22:02 Tree
[r1126] by delphidabbler

* Renamed all methods of TDataStreamReader that return ANSI strings with "Ansi" in name and made them return RawByteString instead of Windows1252String.
* Added new Read methods to TDataStreamReader that are named as old ANSI read methods that return Unicode strings.
* TDataStreamReader uses a TEncoding object to get Unicode strings from the stream. User can pass this object in constructor.
* Made minimal changes to all units that use TDataStreamReader to use the renamed ANSI string reader methods. Functionality not changed.

2010-11-30 21:53:49 Tree
[r1125] by delphidabbler

Fixed bug that was adding duplicate entries to code page value map - default code page was duplicating one of the other code pages.

2010-11-30 20:52:23 Tree
[r1124] by delphidabbler

Added a new static class, TEncodingHelper, to the unit.

2010-11-30 20:23:41 Tree
[r1123] by delphidabbler

Updated database download web service and updating code to work with v5 of the codesnip-updt web service on delphidabbler.com. Web service no longer sends an MD5 checksum as part of the download. Instead it includes a checksum in the HTTP headers, which is automatically handled by the UTHHTPEx unit.

2010-11-29 19:11:58 Tree
[r1122] by delphidabbler

Fixed bug where status bar manager was causing an AV by being called after managed status bar has been destroyed.

2010-11-29 15:29:11 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.