Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changes between Version 1 and Version 2 of 0_99_6_Changelog

Show
Ignore:
Author:
larsivi (IP: 84.48.50.144)
Timestamp:
04/27/08 08:07:25 (16 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 0_99_6_Changelog

    v1 v2  
    11= 0.99.6 Changelog = 
    22 
    3 TBD 
     3The commit log is available here: 
    44 
    5 [wiki:0_99_6_BreakingChanges Breaking changes] 
     5 * [log:trunk@3326:3456 Commits since 0.99.5 release] + [3458] & [3461] 
     6 
     7Breaking changes are documented [wiki:0_99_6_BreakingChanges here]. 
     8 
     9Important changes and fixes (see [/projects/tango/query?status=closed&milestone=0.99.6 full list here]): 
     10 
     11 * #842 - Negative numbers leads to hex formatting errors 
     12 * #862 - GDC 0.24 can't compile simple code using tango.core.Array 
     13 * #919 - Warnings in !TempFile, !ZipFolder and Zip on linux 
     14 * #926 - core.!ByteSwap.swap80 is broken -- assumes x86 Windows 
     15 * #957 - tango.math.Math issue with float 
     16 * #966 - Regex replaceAll 
     17 * #970 - foreach (line, delim; stream) (incl. code) 
     18 * #980 - Inconsistent split behavior 
     19 * #992 - XML !PullParser throws "Exception" 
     20 * #994 - tango.core.Traits: isStaticArray!(char[5][2]) fails 
     21 * #1005 - Format for regular expressions are undocumented 
     22 * #1006 - Failed regex pattern matching? 
     23 * #1007 - stdin stdout stderr are not initialized on mac 10.4.11 
     24 * #1014 - tango.io.!FilePath uses tango.io.Path.FP inconsistently 
     25 * #1015 - Float printing bug 
     26 * #1026 - Want !FilePath.native(char[]) and !FilePath.standard(char[]) 
     27 * #1036 - Environment variable lookup under linux does not work 
     28 * #1047 - Layout doesn't handle non-decimal negative numbers very well 
     29 * #576 - Thread Job Queuer Class 
     30 * #593 - tango.core.Atomic and -fPIC 
     31 * #710 - add zip.lib bzip.lib for use with tango.io.compress 
     32 * #935 - binary download packages should have a top-level directory 
     33 * #975 - Need a case insensitive find in tango.text.Ascii 
     34 * #976 - x86_64 Installation should replace lib64/libgphobos.a 
     35 * #984 - Collections use an interface for sorting, instead of a delegate 
     36 * #1031 - "Culture not supported" - reloaded 
     37 * #765 - !FilePath: head/tail splitting 
     38 * #969 - Environment.exePath output has 2 slash lines before filename 
     39 * #1051 - Flipping in !DataFileStreams 
     40 * #1022 - Library init methods for using D shared libs in a non-D executable.