[dmd-internals] [D-Programming-Language/dmd] 0e255a: Use printf instead of echo
GitHub
noreply at github.com
Thu Mar 21 08:17:04 PDT 2013
Branch: refs/heads/dmd-1.x
Home: https://github.com/D-Programming-Language/dmd
Commit: 0e255aa59c4afea74dc39ae78bab0df06c2504ca
https://github.com/D-Programming-Language/dmd/commit/0e255aa59c4afea74dc39ae78bab0df06c2504ca
Author: Leandro Lucarella <leandro.lucarella at sociomantic.com>
Date: 2013-03-21 (Thu, 21 Mar 2013)
Changed paths:
M src/posix.mak
Log Message:
-----------
Use printf instead of echo
printf is just more portable, see
a058963931be5b309781dbdc3681a6812b1a6622 for a similar commit for D2.
Commit: eb156f963f1b94236a2ebcea04a1a7db32743683
https://github.com/D-Programming-Language/dmd/commit/eb156f963f1b94236a2ebcea04a1a7db32743683
Author: Leandro Lucarella <leandro.lucarella at sociomantic.com>
Date: 2013-03-21 (Thu, 21 Mar 2013)
Changed paths:
M src/posix.mak
Log Message:
-----------
Include -devel-HASH(-dirty) in the version string
When not compiled with `make RELEASE=1`, the version string will include
a suffix with the exact version information based on the git hash. Also,
if the current working tree is dirty (it have uncommitted changed) an
extra suffix will be added (-dirty).
When using `make RELEASE=1` only the version information present in the
VERSION file will be used.
Commit: 19e6ba3a4485d13e12f65dded2ff0e1cc145f50d
https://github.com/D-Programming-Language/dmd/commit/19e6ba3a4485d13e12f65dded2ff0e1cc145f50d
Author: Don Clugston <dclugston at googlemail.com>
Date: 2013-03-21 (Thu, 21 Mar 2013)
Changed paths:
M src/posix.mak
Log Message:
-----------
Merge pull request #1780 from leandro-lucarella-sociomantic/devel-version-d1
[D1] Include -devel-HASH(-dirty) in the version string
Compare: https://github.com/D-Programming-Language/dmd/compare/c1de95340ab0...19e6ba3a4485
More information about the dmd-internals
mailing list