Jump to page: 1 2 3
Thread overview
DMD 0.69 release
Aug 12, 2003
Walter
Aug 12, 2003
Ant
Aug 12, 2003
Ant
Aug 12, 2003
Walter
Aug 12, 2003
j anderson
Aug 12, 2003
Walter
Aug 12, 2003
QUS
Aug 12, 2003
Walter
Aug 13, 2003
Derek Parnell
Aug 13, 2003
Walter
Aug 13, 2003
QUS
Aug 13, 2003
Derek Parnell
Aug 13, 2003
Walter
Aug 12, 2003
John Reimer
Aug 12, 2003
Sean L. Palmer
Aug 12, 2003
Russ Lewis
Aug 12, 2003
Walter
Aug 12, 2003
Mike Wynn
Aug 12, 2003
Walter
Aug 13, 2003
Walter
Aug 13, 2003
Walter
Aug 14, 2003
Walter
August 12, 2003
Many bugs fixed. Several requested syntax changes, some will break existing code, but the fixes are quick & easy.

http://www.digitalmars.com/d/changelog.html




August 12, 2003
Great!
Just compiled DUI with 0.69;

I realy like the -op option (didn't test yet)

you forgot to update the Linux -o options
(or maybe not - just didn't have to time)

Ant

In article <bh9pj6$2t30$1@digitaldaemon.com>, Walter says...
>
>Many bugs fixed. Several requested syntax changes, some will break existing code, but the fixes are quick & easy.
>
>http://www.digitalmars.com/d/changelog.html
>
>
>
>


August 12, 2003
(where is my Re:Re:? here it goes again...)

>you forgot to update the Linux -o options

I mean on the web page.

Ant


August 12, 2003
wysiwyg strings are not r"string", not 'string'.?

Did you mean...

r"string" and 'string' are both not wysiwyg strings.

J Anderson.

"Walter" <walter@digitalmars.com> wrote in message news:bh9pj6$2t30$1@digitaldaemon.com...
> Many bugs fixed. Several requested syntax changes, some will break
existing
> code, but the fixes are quick & easy.
>
> http://www.digitalmars.com/d/changelog.html
>
>
>
>


August 12, 2003
Fixed. Thanks, -Walter

"Ant" <Ant_member@pathlink.com> wrote in message news:bh9tfm$319g$1@digitaldaemon.com...
> (where is my Re:Re:? here it goes again...)
>
> >you forgot to update the Linux -o options
>
> I mean on the web page.
>
> Ant
>
>


August 12, 2003
r"string" is a wysiwyg string
'string' is a character literal

"j anderson" <anderson@badmama.com.au.REMOVE> wrote in message news:bh9voo$29e$1@digitaldaemon.com...
> wysiwyg strings are not r"string", not 'string'.?
>
> Did you mean...
>
> r"string" and 'string' are both not wysiwyg strings.
>
> J Anderson.
>
> "Walter" <walter@digitalmars.com> wrote in message news:bh9pj6$2t30$1@digitaldaemon.com...
> > Many bugs fixed. Several requested syntax changes, some will break
> existing
> > code, but the fixes are quick & easy.
> >
> > http://www.digitalmars.com/d/changelog.html
> >
> >
> >
> >
>
>


August 12, 2003
>
> http://www.digitalmars.com/d/changelog.html
>

Cite (from the page)
    * wysiwyg strings are not r"string", not 'string'. *
A bit confusing :-) But I guess it should be:  * wysiwyg strings are noW
r"string", not 'string'. *

    * 0b... numeric literals now work under Linux. *
Geee! The 0b was even mentioned in the PDF manual, and I came here and
requested it. I feel so stupid now :-)

    * Integer and floating point literals can now have embedded _ for
formatting purposes. *
Wow! So many quick fixes and addition. I am really happy to see all this!
:-)

Can you also explain me what exactly are the outstanding bugs:

a.. Array op= operations are not implemented.
a.. Property gettor/settor not implemented.

Cheers,

QUS


August 12, 2003
Walter wrote:
> Many bugs fixed. Several requested syntax changes, some will break existing
> code, but the fixes are quick & easy.
> 
> http://www.digitalmars.com/d/changelog.html
> 
> 
> 
> 

Wow! A bit of a compromise with wysiwyg strings:

   `string` (backquotes) are also wysiwyg strings.

Thanks!

Later,

John

August 12, 2003
You are the man!  Lots of goodies in this one.  ;)

Sean

"Walter" <walter@digitalmars.com> wrote in message news:bh9pj6$2t30$1@digitaldaemon.com...
> Many bugs fixed. Several requested syntax changes, some will break
existing
> code, but the fixes are quick & easy.
>
> http://www.digitalmars.com/d/changelog.html


August 12, 2003
This code no longer works:
	char c = \n;

Walter wrote:
> Many bugs fixed. Several requested syntax changes, some will break existing
> code, but the fixes are quick & easy.
> 
> http://www.digitalmars.com/d/changelog.html

« First   ‹ Prev
1 2 3