Thread overview
STLSoft 1.9.26 released
Mar 15, 2008
Matthew Wilson
Mar 20, 2008
Austin Ziegler
Mar 20, 2008
Matthew Wilson
May 06, 2009
Matthew Wilson
March 15, 2008
Download from http://stlsoft.org/

============================================================================

Changes for 1.9.26 (15th March 2008)

Summary:
==========

 * definition, where appropriate, of STLSOFT_CF_FUNCTION_SYMBOL_SUPPORT, denoting that a particular compiler supports the
__FUNCTION__ pre-processor symbol

Changes:
========

 STLSoft:
 --------

   ~ stlsoft/internal/cccap/borland.h
   ~ stlsoft/internal/cccap/como.h
   ~ stlsoft/internal/cccap/dmc.h
   ~ stlsoft/internal/cccap/gcc.h
   ~ stlsoft/internal/cccap/intel.h
   ~ stlsoft/internal/cccap/msvc.h
   ~ stlsoft/internal/cccap/mwerks.h
   ~ stlsoft/internal/cccap/unknown.h
   ~ stlsoft/internal/cccap/vectorc.h
   ~ stlsoft/internal/cccap/watcom.h

============================================================================


March 20, 2008
"Matthew Wilson" <matthew@hat.stlsoft.dot.org> wrote in message news:frfs7h$2lsu$1@digitalmars.com...
> * definition, where appropriate, of STLSOFT_CF_FUNCTION_SYMBOL_SUPPORT,
> denoting that a particular compiler supports the
> __FUNCTION__ pre-processor symbol

Sun Studio can support this as:

#define __FUNCTION__ __func__

-austin


March 20, 2008
"Austin Ziegler" <austin.ziegler@evault.com> wrote in message news:frufj1$ko1$1@digitalmars.com...
> "Matthew Wilson" <matthew@hat.stlsoft.dot.org> wrote in message news:frfs7h$2lsu$1@digitalmars.com...
> > * definition, where appropriate, of STLSOFT_CF_FUNCTION_SYMBOL_SUPPORT,
> > denoting that a particular compiler supports the
> > __FUNCTION__ pre-processor symbol
>
> Sun Studio can support this as:
>
> #define __FUNCTION__ __func__
>
> -austin

Thanks. Good to know!

btw, your registry stuff's not been forgotten. I (semi-)confidently predict a release that will cover a heap of revisions to the
Registry library (including your MULTI_SZ stuff) within the next two weeks. ;-)



May 06, 2009
> "Austin Ziegler" <austin.ziegler@evault.com> wrote in message
news:frufj1$ko1$1@digitalmars.com...
> > "Matthew Wilson" <matthew@hat.stlsoft.dot.org> wrote in message news:frfs7h$2lsu$1@digitalmars.com...
> > > * definition, where appropriate, of
STLSOFT_CF_FUNCTION_SYMBOL_SUPPORT,
> > > denoting that a particular compiler supports the __FUNCTION__ pre-processor symbol
> >
> > Sun Studio can support this as:
> >
> > #define __FUNCTION__ __func__
> >
> > -austin
>
> Thanks. Good to know!

As of 1.9.81 - next couple of days - this'll be in, via the detecting symbol STLSOFT_CF_func_SYMBOL_SUPPORT, and the abstracting symbol STLSOFT_FUNCTION_SYMBOL

> btw, your registry stuff's not been forgotten. I (semi-)confidently
predict a release that will cover a heap of revisions to the
> Registry library (including your MULTI_SZ stuff) within the next two
weeks. ;-)

I have to confess, I've forgotten what this was about. Did I add the requested features???

Matt