Jump to page: 1 2 3
Thread overview
Tango 0.99.3 Triller released
Nov 14, 2007
Lars Ivar Igesund
Nov 14, 2007
Daniel Keep
Nov 14, 2007
Clay Smith
Nov 14, 2007
Sean Kelly
Nov 14, 2007
Lutger
Nov 14, 2007
Chad J
Nov 15, 2007
BCS
Nov 15, 2007
Kris
Nov 15, 2007
BCS
Nov 18, 2007
Lars Noschinski
Nov 18, 2007
Kris
Nov 18, 2007
Lars Noschinski
Nov 19, 2007
Daniel Keep
Nov 15, 2007
Adil
Nov 15, 2007
Kris
Nov 15, 2007
Bruno Medeiros
Nov 16, 2007
Kris
Nov 16, 2007
redsea
Nov 17, 2007
Kris
Nov 16, 2007
Denton Cockburn
Nov 17, 2007
Kris
Nov 17, 2007
yidabu
Nov 18, 2007
Daniel Keep
Nov 18, 2007
Kris
Nov 18, 2007
Brian Hay
Nov 18, 2007
Kris
Nov 19, 2007
BLS
November 14, 2007
Dear D community

The most recent version of Tango is now available for download. Named after Peter Triller for his robust Unicode classification & transformation contribution (toUpper, toLower, toTitle, isX, etc), this release contains several other notable additions and improvements:

 * DMD builds no longer generate libphobos.a/phobos.lib, but instead utilize
the -defaultlib switch. This enables phobos to install side-by-side with
Tango
 * full-featured tango.util.time.ISO8601 from Deewiant
 * tango.text.Unicode, courtesy of Peter Triller
 * new tango.io.stream KISS package, exposing various convenience wrappers
and filters
 * VFS (1) is functional and awaiting Zip support. Are you interested in
writing a webDav or FTP driver?
 * Preserve GC block attributes across reallocations, resolving some issues
with void[] resizing
 * Formatting with Layout now works on X86_64, thanks to David Brown
 * Support for DMD 1.023

Also note that there is an experimental D2.0 branch in our repositories now.

For a complete list of changes please see http://www.dsource.org/projects/tango/wiki/0_99_3_Changelog. We welcome all feedback and testing.

We are always looking for new participants, so feel free to contact us via the page linked below. In particular, we are looking for someone to help drive the online presence via our Trac pages, and for additional VFS adapters.

Tango.Scrapple at DSource is functioning as a place for Tango compatible code, and as a staging ground for future inclusion in Tango.

(1) http://www.dsource.org/projects/tango/wiki/ChapterVFS

The Tango homepage can be found at http://www.dsource.org/projects/tango

Downloads: http://www.dsource.org/projects/tango/wiki/Download

See http://www.dsource.org/projects/tango/wiki/TopicInstallTango for more detailed installation instructions for your system.

Contact:
http://www.dsource.org/projects/tango/wiki/Contact

Signed,

The Tango Team

http://www.dsource.org/projects/tango/wiki/Contributors

----

Tango is a D library providing a cohesive runtime and library for the D programming language. A feature list can be found on http://www.dsource.org/projects/tango/wiki/Features
November 14, 2007

Lars Ivar Igesund wrote:
> Dear D community
> 
> The most recent version of Tango is now available for download. Named after Peter Triller for his robust Unicode classification & transformation contribution (toUpper, toLower, toTitle, isX, etc), this release contains several other notable additions and improvements:

Grats to Peter; welcome to the "people who've had a Tango release named after them" club.  *raises glass*

>  * DMD builds no longer generate libphobos.a/phobos.lib, but instead utilize
> the -defaultlib switch. This enables phobos to install side-by-side with
> Tango

Haaaa-le-lu-ja!  I can *finally* get rid of my insane side-by-side setup!  That's pretty much my whole history with D: find some crazy way of doing something, then have it obsoleted... :P

Ok, back to study :'(

	-- Daniel
November 14, 2007
"Lars Ivar Igesund" <larsivar@igesund.net> wrote in message news:fhed5u$abm$1@digitalmars.com...
> Dear D community
>
> The most recent version of Tango is now available for download. Named
> after
> Peter Triller for his robust Unicode classification & transformation
> contribution (toUpper, toLower, toTitle, isX, etc), this release contains
> several other notable additions and improvements:
>
> * DMD builds no longer generate libphobos.a/phobos.lib, but instead
> utilize
> the -defaultlib switch. This enables phobos to install side-by-side with
> Tango
> * full-featured tango.util.time.ISO8601 from Deewiant
> * tango.text.Unicode, courtesy of Peter Triller
> * new tango.io.stream KISS package, exposing various convenience wrappers
> and filters
> * VFS (1) is functional and awaiting Zip support. Are you interested in
> writing a webDav or FTP driver?
> * Preserve GC block attributes across reallocations, resolving some issues
> with void[] resizing
> * Formatting with Layout now works on X86_64, thanks to David Brown
> * Support for DMD 1.023
>

Yaaaay!


November 14, 2007
Lars Ivar Igesund wrote:
> Dear D community
> 
> The most recent version of Tango is now available for download. Named after
> Peter Triller for his robust Unicode classification & transformation
> contribution (toUpper, toLower, toTitle, isX, etc), this release contains
> several other notable additions and improvements:
> 
>  * DMD builds no longer generate libphobos.a/phobos.lib, but instead utilize
> the -defaultlib switch. This enables phobos to install side-by-side with
> Tango
>  * full-featured tango.util.time.ISO8601 from Deewiant
>  * tango.text.Unicode, courtesy of Peter Triller
>  * new tango.io.stream KISS package, exposing various convenience wrappers
> and filters
>  * VFS (1) is functional and awaiting Zip support. Are you interested in
> writing a webDav or FTP driver?
>  * Preserve GC block attributes across reallocations, resolving some issues
> with void[] resizing
>  * Formatting with Layout now works on X86_64, thanks to David Brown
>  * Support for DMD 1.023
> 
> Also note that there is an experimental D2.0 branch in our repositories now.
> 
> For a complete list of changes please see
> http://www.dsource.org/projects/tango/wiki/0_99_3_Changelog. We welcome all
> feedback and testing.
> 
> We are always looking for new participants, so feel free to contact us via
> the page linked below. In particular, we are looking for someone to help
> drive the online presence via our Trac pages, and for additional VFS
> adapters.
> 
> Tango.Scrapple at DSource is functioning as a place for Tango compatible
> code, and as a staging ground for future inclusion in Tango.
> 
> (1) http://www.dsource.org/projects/tango/wiki/ChapterVFS
> 
> The Tango homepage can be found at http://www.dsource.org/projects/tango
> 
> Downloads:
> http://www.dsource.org/projects/tango/wiki/Download
> 
> See http://www.dsource.org/projects/tango/wiki/TopicInstallTango for more
> detailed installation instructions for your system.
> 
> Contact:
> http://www.dsource.org/projects/tango/wiki/Contact
> 
> Signed,
> 
> The Tango Team
> 
> http://www.dsource.org/projects/tango/wiki/Contributors
> 
> ----
> 
> Tango is a D library providing a cohesive runtime and library for the D
> programming language. A feature list can be found on
> http://www.dsource.org/projects/tango/wiki/Features

Yay! However I'm having trouble with the Windows DSSS net install... I get

----------------

Installing tango core...
tango.core.Exception.IOException: .\tango-win32-dmd.lib :: The system cannot find the file specified

tango

Installing tangocore

Installing tango

---------------

And my tango program fails to build.
November 14, 2007
Great!

The new IO docs are nice.
November 14, 2007
Clay Smith wrote:
> 
> Yay! However I'm having trouble with the Windows DSSS net install... I get
> 
> ----------------
> 
> Installing tango core...
> tango.core.Exception.IOException: .\tango-win32-dmd.lib :: The system cannot find the file specified
> 
> tango
> 
> Installing tangocore
> 
> Installing tango
> 
> ---------------
> 
> And my tango program fails to build.

Perhaps Gregor can answer this one.  I've checked lib/install-dmd.exe and it works as intended, so this must be something on the DSSS/Rebuild side.


Sean
November 14, 2007
Lutger wrote:
> Great!
> 
> The new IO docs are nice.

No kidding.  I had to take a look when I read this, and I have to agree.  Well done.
November 15, 2007
Reply to Chad,

> Lutger wrote:
> 
>> Great!
>> 
>> The new IO docs are nice.
>> 
> No kidding.  I had to take a look when I read this, and I have to
> agree.
> Well done.

YeeGads I think you've got it!!! That (after about 32 second of scrolling) looks a lot better than I remember the last times I looked.

Ok now I need to come up with another pet peeve.... Um, how do I download the docs? Running Wget on the root, doesn't work to well. My first though is to get a second copy of the wiky running on the same content but with page templates that skip all but the navigation links. wget would cover the rest. I'm interested in this because most of my dev time is spent with little or no Internet connection.


November 15, 2007
Boorad has been messing with some software to convert the Wiki into pdf format ...

- Kris


"BCS" <ao@pathlink.com> wrote in message news:ce0a334325c1c8c9f5295fcfdc6c@news.digitalmars.com...
> Reply to Chad,
>
>> Lutger wrote:
>>
>>> Great!
>>>
>>> The new IO docs are nice.
>>>
>> No kidding.  I had to take a look when I read this, and I have to
>> agree.
>> Well done.
>
> YeeGads I think you've got it!!! That (after about 32 second of scrolling) looks a lot better than I remember the last times I looked.
>
> Ok now I need to come up with another pet peeve.... Um, how do I download the docs? Running Wget on the root, doesn't work to well. My first though is to get a second copy of the wiky running on the same content but with page templates that skip all but the navigation links. wget would cover the rest. I'm interested in this because most of my dev time is spent with little or no Internet connection.
>
> 


November 15, 2007
Keinfarbton is the one responsible for that. A whole lot better, I'd say


"Lutger" <lutger.blijdestijn@gmail.com> wrote in message news:fhf85s$2697$1@digitalmars.com...
> Great!
>
> The new IO docs are nice.


« First   ‹ Prev
1 2 3