Skip to content

Commit

Permalink
Merge pull request dlang#2610 from MartinNowak/2.066
Browse files Browse the repository at this point in the history
Cherry-picks for 2.066.1
  • Loading branch information
DmitryOlshansky committed Oct 13, 2014
2 parents 2eddb2f + 9e56b1f commit c8fccac
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion posix.mak
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ STD_MODULES = $(addprefix std/, algorithm array ascii base64 bigint \
bitmanip compiler complex concurrency conv \
cstream csv datetime demangle encoding exception \
file format functional getopt json math mathspecial \
mmfile numeric outbuffer parallelism path \
metastrings mmfile numeric outbuffer parallelism path \
process random range regex signals socket socketstream \
stdint stdio stdiobase stream string syserror system traits \
typecons typetuple uni uri utf uuid variant xml zip zlib)
Expand Down
3 changes: 3 additions & 0 deletions std/metastrings.d
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// Scheduled for removal in April 2014.
deprecated("Please use std.string.format, std.conv.to or std.conv.parse instead")
module std.metastrings;
4 changes: 2 additions & 2 deletions win32.mak
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ SRC_STD_2a_HEAVY= std\array.d std\functional.d std\path.d std\outbuffer.d std\ut
SRC_STD_3= std\csv.d std\math.d std\complex.d std\numeric.d std\bigint.d \
std\bitmanip.d std\typecons.d \
std\uni.d std\base64.d std\ascii.d \
std\demangle.d std\uri.d std\mmfile.d std\getopt.d
std\demangle.d std\uri.d std\metastrings.d std\mmfile.d std\getopt.d

SRC_STD_3a= std\signals.d std\typetuple.d std\traits.d \
std\encoding.d std\xml.d \
Expand Down Expand Up @@ -161,7 +161,7 @@ SRC_STD= std\zlib.d std\zip.d std\stdint.d std\conv.d std\utf.d std\uri.d \
std\math.d std\string.d std\path.d std\datetime.d \
std\csv.d std\file.d std\compiler.d std\system.d \
std\outbuffer.d std\base64.d \
std\mmfile.d \
std\metastrings.d std\mmfile.d \
std\syserror.d \
std\random.d std\stream.d std\process.d \
std\socket.d std\socketstream.d std\format.d \
Expand Down
4 changes: 2 additions & 2 deletions win64.mak
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ SRC_STD_3= std\csv.d std\complex.d std\numeric.d std\bigint.d
SRC_STD_3c= std\datetime.d std\bitmanip.d std\typecons.d

SRC_STD_3a= std\uni.d std\base64.d std\ascii.d \
std\demangle.d std\uri.d std\mmfile.d std\getopt.d
std\demangle.d std\uri.d std\metastrings.d std\mmfile.d std\getopt.d

SRC_STD_3b= std\signals.d std\typetuple.d std\traits.d \
std\encoding.d std\xml.d \
Expand Down Expand Up @@ -180,7 +180,7 @@ SRC_STD= std\zlib.d std\zip.d std\stdint.d std\conv.d std\utf.d std\uri.d \
std\math.d std\string.d std\path.d std\datetime.d \
std\csv.d std\file.d std\compiler.d std\system.d \
std\outbuffer.d std\base64.d \
std\mmfile.d \
std\metastrings.d std\mmfile.d \
std\syserror.d \
std\random.d std\stream.d std\process.d \
std\socket.d std\socketstream.d std\format.d \
Expand Down

0 comments on commit c8fccac

Please sign in to comment.