Skip to content

Commit

Permalink
Imported upstream version 1.9.81
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Naewe <stefan.naewe@atlas-elektronik.com>
  • Loading branch information
Stefan Naewe committed May 29, 2009
1 parent 221bb54 commit c84d6b9
Show file tree
Hide file tree
Showing 10 changed files with 264 additions and 187 deletions.
3 changes: 2 additions & 1 deletion AUTHORS.txt
Expand Up @@ -2,7 +2,7 @@
STLSoft - Authors

; Created: 29th March 2002
; Updated: 6th March 2009
; Updated: 7th May 2009

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

Expand Down Expand Up @@ -54,6 +54,7 @@ Bug reports, fixes and suggestions (for which we are very grateful):
Maciej Kaniewski
Manfred Ehrhart
Marc Kamradt
markitus82
Martin J Moene
Mateusz Loskot
Mikael Pahmp
Expand Down
26 changes: 25 additions & 1 deletion CHANGES.txt
Expand Up @@ -2,7 +2,7 @@
STLSoft - Changes

; Created: 29th March 2002
; Updated: 6th May 2009
; Updated: 7th May 2009

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

Expand All @@ -20,6 +20,30 @@ STLSoft - Changes

Changes for 1.9.80 (6th May 2009)

Summary:
========

* now recognises __func__, provided by Sun Pro, via STLSOFT_CF_func_SYMBOL_SUPPORT
* abstracts __FUNCTION__ support to STLSOFT_FUNCTION_SYMBOL

Changes:
========

STLSoft:
========

~ include/stlsoft/internal/cccap/obsolete.h:
~ include/stlsoft/internal/cccap/sunpro.h:
+ added __func__ support detection

~ include/stlsoft/stlsoft.h:
+ added __func__ support detection, via STLSOFT_CF_func_SYMBOL_SUPPORT
+ added symbol for __FUNCTION__ or equivalent: STLSOFT_FUNCTION_SYMBOL

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

Changes for 1.9.80 (6th May 2009)

Summary:
========

Expand Down
9 changes: 8 additions & 1 deletion HISTORY.txt
Expand Up @@ -2,11 +2,18 @@
STLSoft - History

; Created: 29th March 2002
; Updated: 6th May 2009
; Updated: 7th May 2009

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


7th May 2009 - 1.9.81 released
------------------------------

* now recognises __func__, provided by Sun Pro, via STLSOFT_CF_func_SYMBOL_SUPPORT
* abstracts __FUNCTION__ support to STLSOFT_FUNCTION_SYMBOL


6th May 2009 - 1.9.80 released
------------------------------

Expand Down
6 changes: 3 additions & 3 deletions INSTALL.txt
Expand Up @@ -2,15 +2,15 @@
STLSoft - Install

; Created: 29th March 2002
; Updated: 6th May 2009
; Updated: 7th May 2009

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

STLSoft is a 100% header-only library, and so requires no building.

It is recommended that you define an STLSOFT environment variable. For
example, if you install to /usr/local/stlsoft/stlsoft-1.9.80, then you
should set STLSOFT to /usr/local/stlsoft/stlsoft-1.9.80. In that case,
example, if you install to /usr/local/stlsoft/stlsoft-1.9.81, then you
should set STLSOFT to /usr/local/stlsoft/stlsoft-1.9.81. In that case,
the file stlsoft/stlsoft.h will be located in
$STLSOFT/include/stlsoft/stlsoft.h

Expand Down
6 changes: 3 additions & 3 deletions KNOWN_ISSUES.txt
Expand Up @@ -2,7 +2,7 @@
STLSoft - Known Issues:

; Created: 29th March 2002
; Updated: 4th January 2009
; Updated: 7th May 2009

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

Expand All @@ -19,8 +19,8 @@ STLSoft 1.9 Known Issues:
* The GCC atomic integer APIs are not yet used. This is planned for the
future.

* The documentation is still hopeless. This will be addressed in the next
few months.
* The documentation is still hopeless. This will be addressed in the
release of 1.10.

STLSoft 1.9 Suspected Issues:
-----------------------------
Expand Down

0 comments on commit c84d6b9

Please sign in to comment.