Skip to content

Commit

Permalink
add separate changelog for dmd
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowak committed Aug 10, 2015
1 parent 3952e89 commit e03420b
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
25 changes: 25 additions & 0 deletions changelog.dd
@@ -0,0 +1,25 @@
Ddoc

$(COMMENT Pending changelog for 2.069. This will get copied to dlang.org and
cleared when master gets merged into stable prior to 2.069.
)

$(BUGSTITLE Compiler Changes,

)

$(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>

STDMODREF = <a href="phobos/std_$1.html">$2</a>
XREF = <a href="phobos/std_$1.html#$2">$2</a>
CXREF = <a href="phobos/core_$1.html#$2">$2</a>
4 changes: 4 additions & 0 deletions src/posix.mak
Expand Up @@ -582,6 +582,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
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 e03420b

Please sign in to comment.