DMDScript - DMDScript 1.04
- "Walter" <newshound digitalmars.com> Mar 02 2005
- "Carlos Santander B." <csantander619 gmail.com> Mar 02 2005
- "Walter" <newshound digitalmars.com> Mar 02 2005
- =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= <afb algonet.se> Mar 04 2005
Minor change to work with DMD 0.114 www.digitalmars.com/dscript/changelog.html
Mar 02 2005
Walter wrote:Minor change to work with DMD 0.114 www.digitalmars.com/dscript/changelog.html
Thanks. There's an error in that page, though: it says "What's New for D 1.03", instead of "What's New for DMDScript 1.04", and the link is for version 1.03. Also, it should say DMD 0.114 instead of 0.116. _______________________ Carlos Santander Bernal
Mar 02 2005
Walter wrote:Minor change to work with DMD 0.114 www.digitalmars.com/dscript/changelog.html
Also changed: (since DMDScript 1.03) 1) The "dmdscript" directory was removed, now it dumps all sources in current dir (which also means that -I.. doesn't work) 2) readme.txt, suite.ds and sieve.ds files are now missing from the dmdscript distribution ? Added features: a) Linux manpage was missing, can be found here: http://www.algonet.se/~afb/d/d-manpages/ds.1 b) I added a small sample script, just in order to have *some* simple "test.ds" to play with:print("Hello, World!\n"); print("The date and time is " + Date() + "\n");
Here's an update source RPM that fixes it: http://www.algonet.se/~afb/d/dmdscript.spec http://www.algonet.se/~afb/d/dmdscript-1.04-4.nosrc.rpm Builds these: (requires dmd >= 0.114 to build)168K dmdscript-1.04-4.i686.rpm 296K dmdscript-devel-1.04-4.i686.rpm
Please be more careful, next release... ;-) --anders
Mar 04 2005









"Walter" <newshound digitalmars.com> 