Skip to content

Commit

Permalink
add changelog entry about reverting 14708
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowak committed Sep 23, 2015
1 parent e9837b5 commit cc724f2
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
25 changes: 25 additions & 0 deletions changelog.dd
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Ddoc

$(COMMENT Pending changelog for 2.068.2.
)

$(BUGSTITLE Compiler Changes,
$(LI The fix for $(BUGZILLA 14708) was reverted: destructor for temporary not called during stack unwinding, see $(DMDPR 5110).)
)

$(BUGSTITLE Compiler Changes,
)

Macros:
TITLE=Change Log

BUGSTITLE = <div class="bugsfixed">$(H4 $1) $(OL $2 )</div>

RELATIVE_LINK2=<a href="#$1">$+</a>
LNAME2=<a class="anchor" title="Permalink to this section" id="$1" href="#$1">$+</a>

BUGZILLA = <a href="https://issues.dlang.org/show_bug.cgi?id=$0">Bugzilla $0</a>
PULL_REQUEST = $(LINK2 https://github.com/D-Programming-Language/$1/pull/$2, $1#$2)
DMDPR = $(PULL_REQUEST dmd,$1)

BOOKTABLE = <table><caption>$1</caption>$+</table>
4 changes: 4 additions & 0 deletions src/posix.mak
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,10 @@ zip:
-rm -f dmdsrc.zip
zip dmdsrc $(SRC) $(ROOT_SRC) $(GLUE_SRC) $(BACK_SRC) $(TK_SRC)

######################################################

../changelog.html: ../changelog.dd
$(HOST_DC_RUN) -Df$@ $<

############################# DDMD stuff ############################

Expand Down
5 changes: 5 additions & 0 deletions src/win32.mak
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,11 @@ pvs:
checkwhitespace:
$(HOST_DC) -run checkwhitespace $(SRCS) $(GLUESRC) $(ROOTSRC)

######################################################

..\changelog.html: ..\changelog.dd
$(HOST_DC) -Df$@ $<

############################## Generated Source ##############################

elxxx.c cdxxx.c optab.c debtab.c fltables.c tytab.c : \
Expand Down

0 comments on commit cc724f2

Please sign in to comment.