Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions changelog/2.072.0.dd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Ddoc

$(CHANGELOG_NAV_LAST 2.071.2)
$(CHANGELOG_NAV 2.071.2,2.072.1)

$(VERSION Oct 30, 2016, =================================================,

Expand Down Expand Up @@ -1091,7 +1091,7 @@ $(LI $(BUGZILLA 16349): better curl retry for install.sh script)
)
)

$(CHANGELOG_NAV_LAST 2.071.2)
$(CHANGELOG_NAV 2.071.2,2.072.1)

Macros:
VER=2.072.0
Expand Down
7 changes: 2 additions & 5 deletions changelog/2.072.1_pre.dd → changelog/2.072.1.dd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Ddoc

$(CHANGELOG_NAV_LAST 2.072.0)

$(VERSION Nov 29, 2016, =================================================,
$(VERSION Nov 30, 2016, =================================================,

$(BR)$(BIG List of all bug fixes and enhancements in D $(VER):)

Expand All @@ -15,6 +15,7 @@ $(LI $(BUGZILLA 16699): [REG 2.070] stack corruption with scope$(LPAREN)exit$(RP
)
$(BUGSTITLE DMD Compiler bugs,

$(LI $(BUGZILLA 13927): optimizer hangs in optelem with SIMD initialization)
$(LI $(BUGZILLA 16193): opApply$(LPAREN)$(RPAREN) doesn't heap allocate closure)
)
$(BUGSTITLE Phobos regressions,
Expand All @@ -24,10 +25,6 @@ $(LI $(BUGZILLA 16663): [REG 2.072] std.unit.toUpper rejects an alias this to a
$(LI $(BUGZILLA 16667): [REG] dub test fails on std.conv after upgrade to dmd 2.072.0)
$(LI $(BUGZILLA 16682): [REG 2.072] "privatization" of symbols in std.stdio breaks DFMT)
)
$(BUGSTITLE Phobos bugs,

$(LI $(BUGZILLA 16705): TaskPool.reduce fails to compile "cannot get frame pointer to D main")
)
$(BUGSTITLE Druntime bugs,

$(LI $(BUGZILLA 16651): atomicOp!"-="$(LPAREN)ulong, uint$(RPAREN) = wrong result/codegen)
Expand Down
4 changes: 2 additions & 2 deletions download.dd
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ Macros:

DMDV2=$(LATEST)

_=BETA=$(COMMENT $0)
BETA=$0
BETA=$(COMMENT $0)
_=BETA=$0
B_DMDV2=2.072.1
B_SUFFIX=b1

Expand Down
6 changes: 3 additions & 3 deletions win32.mak
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ SRC= $(SPECSRC) 404.dd cpptod.dd ctod.dd pretod.dd cppcontracts.dd index.dd over
changelog\2.068.2.dd changelog\2.069.0.dd changelog\2.069.1.dd \
changelog\2.069.2.dd changelog\2.070.0.dd changelog\2.070.1.dd \
changelog\2.070.2.dd changelog\2.071.0.dd changelog\2.071.1.dd \
changelog\2.071.2.dd changelog\2.072.0.dd changelog\2.072.1_pre.dd \
changelog\2.071.2.dd changelog\2.072.0.dd changelog\2.072.1.dd \
changelog\index.dd \
glossary.dd acknowledgements.dd \
dcompiler.dd builtin.dd comparison.dd rationale.dd code_coverage.dd \
Expand Down Expand Up @@ -350,8 +350,8 @@ changelog\2.071.2.html : $(CHANGELOG_DDOC) changelog\2.071.2.dd
$(DMD) -o- -c -D -Df$*.html $(CHANGELOG_DDOC) $*.dd
changelog\2.072.0.html : $(CHANGELOG_DDOC) changelog\2.072.0.dd
$(DMD) -o- -c -D -Df$*.html $(CHANGELOG_DDOC) $*.dd
changelog\2.072.1.html : $(CHANGELOG_PRE_DDOC) changelog\2.072.1_pre.dd
$(DMD) -o- -c -D -Df$*.html $(CHANGELOG_PRE_DDOC) $*.dd
changelog\2.072.1.html : $(CHANGELOG_DDOC) changelog\2.072.1.dd
$(DMD) -o- -c -D -Df$*.html $(CHANGELOG_DDOC) $*.dd
changelog\index.html : $(CHANGELOG_DDOC) changelog\index.dd
$(DMD) -o- -c -D -Df$*.html $(CHANGELOG_DDOC) $*.dd

Expand Down