Changelog for
dmd-2.073.2-5.2.x86_64.rpm :
Fri Jun 9 14:00:00 2017 jengelhAATTinai.de
- Rework description
Fri May 26 14:00:00 2017 mailaenderAATTopensuse.org
- Update to 2.073.2
- https://en.opensuse.org/SourceUrls
Sat Mar 11 13:00:00 2017 matthias.eliassonAATTgmail.com
- Update to 2.073.1
Thu Apr 7 14:00:00 2016 schuetzmAATTgmx.net
- Update to 2.071.0
Compiler Changes
- Import access checks for fully qualified names were fixed.
- Protection for selective and renamed imports were fixed.
Language Changes
- Imports no longer hide locals declared in outer scopes.
- Private symbols are no longer visible in other modules.
- Manifest constant can now be used for deprecation message.
Library Changes
- A clear method has been added to associative arrays to remove all elements.
- The GC now uses a spinlock instead of a recursive mutex.
- Calls to GC.free are now ignored during finalization instead of throwing an InvalidMemoryOperationError, see Bugzilla 15353.
- GC.addRoot and GC.addRange now use a separate lock.
- GCAllocator.goodAllocSize was added.
- High-level API of std.net.curl now uses Appender for received content. Which generally makes all calls slightly faster. Up to 200ms for large amounts of data.
- Repeat was added to obtain a repeating AliasSeq consisting of template arguments.
- fold was added as an alternative to reduce with argument order swapped.
- Added nextPow2 and truncPow2 to std.math.
- bsf, bsr, and popcnt now work with ulongs on 32 bit systems.
- topN is now 5% - 7% faster.
- Unary overloads of startsWith and endsWith were added.
- maxCount and maxPos were added.
- Range support for the convenience wrapper redBlackTree was added.
See the full changelog here:
http://dlang.org/changelog/2.071.0.html
Fri Mar 4 13:00:00 2016 schuetzmAATTgmx.net
- Update to 2.070.2
This is a bugfix release, please refer to the changelog for details:
http://dlang.org/changelog/2.070.2.html
Sun Feb 28 13:00:00 2016 schuetzmAATTgmx.net
- Update to 2.070.1
This is a bugfix release, see the changelog for details:
http://dlang.org/changelog/2.070.1.html
Thu Jan 28 13:00:00 2016 schuetzmAATTgmx.net
Update to 2.070.0
Language Changes
- Add syntactic support to make an alias to a function literal.
Library Changes
- The package std.experimental.ndslice was added. It is also available as part of the Mir library.
- The core.sys.windows package has been greatly expanded.
- TypeInfo.init has been renamed to TypeInfo.initializer.
- std.json encodes string control characters.
- Default LogLevel of FileLogger was changed to LogLevel.all.
- Access to the internal ptr and len fields of BitArray was deprecated.
See the full changelog here:
http://dlang.org/changelog/2.070.0.html
Thu Dec 3 13:00:00 2015 schuetzmAATTgmx.net
Update to 2.069.2
This is a bugfix release, see the changelog for details:
http://dlang.org/changelog/2.069.2.html
Thu Nov 5 13:00:00 2015 schuetzmAATTgmx.net
Update to 2.069
This is the first release with a self-hosted dmd compiler and comes
with even more rangified phobos functions,
std.experimental.allocator, and many other improvements.
See the changelog for more details.
http://dlang.org/changelog/2.069.0.html
Thu Sep 24 14:00:00 2015 schuetzmAATTgmx.net
- update 2.068.2
- This point release fixes a few regressions 2.068.1, see the
changelog for more details:
http://dlang.org/changelog/2.068.2.html
Mon Sep 7 14:00:00 2015 schuetzmAATTgmx.net
- update to 2.068.1
- Fixes bugs and regressions in 2.068.0
Mon Aug 10 14:00:00 2015 schuetzmAATTgmx.net
- update to 2.068.0
Notable changes:
- many rangified phobos functions
- 2 new GC profilers
- a new AA implementation
- countless further improvements and fixes
Sun Jun 7 14:00:00 2015 schuetzmAATTgmx.net
- update to 2.067.1
Wed Mar 25 13:00:00 2015 schuetzmAATTgmx.net
- update to 2.067.0
Tue Nov 25 13:00:00 2014 pastas4AATTgmail.com
- add a valid dmd.conf file (from upstream)
- recommend phobos-devel
Sun Nov 16 13:00:00 2014 mailaenderAATTopensuse.org
- use https://en.opensuse.org/SourceUrls
- new project URL
- split libphobos as discussed in bos#905648
- add Artistic license
- deprecate dmd-fix-build.patch
- deprecate dmd-rpmlintrc
Sun Nov 16 13:00:00 2014 pastas4AATTgmail.com
- update to 2.066.1
Sun Jun 30 14:00:00 2013 seife+obsAATTb1-systems.com
- fix license tag, Boost -> BSL-1.0
Sat May 19 14:00:00 2012 opensuseAATTdstoecker.de
- add config file for include paths
- update to 2.059
Fri Mar 23 13:00:00 2012 jengelhAATTmedozas.de
- Parallel build with %_smp_mflags; strip redundant sections/tags
- SPDX license field
Thu May 19 14:00:00 2011 prusnakAATTopensuse.org
- created package (version 2.053)