log trunk/src/dil/File.d @ 518:8f86bb9ef715

age author description
Sat, 15 Dec 2007 18:55:06 +0100 Aziz K?ksal Added module dil.Converter and dil.FileBOM.
Mon, 24 Sep 2007 17:22:59 +0200 Aziz K?ksal Fixed byte swap expressions in dil.File.utf32BEtoLE().
Fri, 21 Sep 2007 13:46:17 +0200 Aziz K?ksal Empty source files are handled correctly now.
Sat, 15 Sep 2007 17:12:26 +0200 Aziz K?ksal Migrated project to Tango.
Thu, 30 Aug 2007 10:47:03 +0000 aziz - Fix: casting ubyte[] to ushort[] and uint[] respectively.
Tue, 28 Aug 2007 15:29:01 +0000 aziz - Separated a part of loadFile() to its own function data2text(). Made some fixes to the code as well.
Sun, 26 Aug 2007 11:40:04 +0000 aziz - Added an assert to loadFile().
Sun, 26 Aug 2007 11:23:04 +0000 aziz - Improved Exception messages.
Sun, 26 Aug 2007 10:01:04 +0000 aziz - Added some comments.
Sun, 26 Aug 2007 09:25:03 +0000 aziz - Fix in loadFile(): added else bodies.
Sun, 26 Aug 2007 00:55:05 +0000 aziz - Added code for detecting Unicode format of a file without a BOM.
Sun, 26 Aug 2007 00:12:00 +0000 aziz - Added module File.