summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-09-07 16:57:59 +0000
committerCarl Worth <cworth@cworth.org>2005-09-07 16:57:59 +0000
commit0b9c0efc3a939c2078f0200e9bfaa14651fd7529 (patch)
tree0e1281704827ab6e06b6494a39c3e2d635e6734b /AUTHORS
parent63c208d83d4a6e66ee2b15af8e1cd92ed67626b9 (diff)
downloadcairo-0b9c0efc3a939c2078f0200e9bfaa14651fd7529.tar.gz
Put win32 mutex locking on the 1.2.0 roadmap.
Portability improvements for win32 thanks to Hans Breuer <hans@breuer.org>: Defined sized-integer types when under the influence of _MSC_VER and without stdint.h. Use #error which is more portable than #warning, (and more indicative of where we want to be before the next release).
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 9642dd845..e6f0863c3 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -4,6 +4,7 @@ Olivier Andrieu <oliv__a@users.sourceforge.net> PNG backend
Peter Dennis Bartok <peter@novonyx.com> Bug fix for clipping
Dave Beckett <dajobe@debian.org> Build fixes, Debian packaging
Billy Biggs <vektor@dumbterm.net> Pixman code merge. Optimization. Fixes for subtle rendering bugs.
+Hans Breuer <hans@breuer.org> win32 bug fixes, build fixes, and improvements
Damien Carbery <damien.carbery@sun.com> Build fixes
Andrew Chant <andrew.chant@utoronto.ca> Adding const where needed
Steve Chaplin <stevech1097@yahoo.com.au> Bug fixes for PNG reading