diff options
| author | Markus Schwarzenberg <schwarzenberg@users.sourceforge.net> | 2007-03-01 09:43:25 +0000 |
|---|---|---|
| committer | schwarzenberg <schwarzenberg@users.sourceforge.net> | 2007-03-01 09:43:25 +0000 |
| commit | ad8869da712554d4ba090e1998f22d6c7afca4b2 (patch) | |
| tree | 9796bfbc1f2c072acf41f41bdc3238022d2db7ab /ChangeLog | |
| parent | r14651@tres: ted | 2007-02-28 23:23:41 -0800 (diff) | |
| download | inkscape-ad8869da712554d4ba090e1998f22d6c7afca4b2.tar.gz inkscape-ad8869da712554d4ba090e1998f22d6c7afca4b2.zip | |
commited Solaris 2.8 / gcc-3.2.3 fixes
(bzr r2485)
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -1,3 +1,33 @@ +2007-03-01 Markus Schwarzenberg <Markus.Schwarzenberg@ipms.fraunhofer.de> + + Solaris 8 / gcc-3.2.3 fixes (selectively effecting only this special + + * src/display/nr-filter-gaussian.cpp: + + * include compatibility header "isnormal.h" + * template calcTriggsSdikaInitialization<PC> needs to be + specified explicitely for gcc 3.2.3 + + * src/display/pixblock-transform.cpp, src/display/nr-filter.cpp, + src/display/nr-filter.cpp + + * include compatibility header "round.h" + * using Inkscape::round + + * src/extension/internal/ps.cpp, src/print.cpp + + include <unistd.h> on SOLARIS_2_8 for open, unlink + + * src/libcola/gradient_projection.cpp + + include and use compatibility headers "isnan.h" "isinf.h" + + * removed obsolete src/libvpsc/isnan.h + + * added src/isinf.h + + * configure.ac: Added Detection of solaris2.8 --> CXXFLAGS += -DSOLARIS_2_8 + 2006-08-05 John Bintz <jcoswell@coswellproductions.org> * node-context.cpp, nodepath.cpp: |
