index
:
~alexl/cairo
device-scale
device-scale2
ickle-device-scale
master
Unnamed repository; edit this file 'description' to name the repository.
alexl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-lzw.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-27
Update FSF address
Andrea Canciani
1
-1
/
+1
2010-01-22
Move _cairo_error() to a standalone header
Chris Wilson
1
-0
/
+1
2008-11-29
Mark allocation failures as unlikely.
Chris Wilson
1
-2
/
+2
2008-11-29
Mark if(status) as being unlikely.
Chris Wilson
1
-2
/
+2
2008-05-09
[src/check-doc-syntax.sh] Fix some bugs in the check and fix errors found
Behdad Esfahbod
1
-1
/
+1
2008-01-28
[doc] Replace 'NOTE' by 'Note' and add it to test
Behdad Esfahbod
1
-2
/
+2
2008-01-28
[doc] Make sure all macro names in docs are prefixed by %
Behdad Esfahbod
1
-7
/
+7
2007-10-04
[cairo-error] Clean up all the warnings and missing _cairo_error() calls.
Chris Wilson
1
-4
/
+2
2007-10-04
[malloc/error] Fixup _cairo_error (CAIRO_STATUS_SUCCESS)!
Chris Wilson
1
-2
/
+2
2007-10-04
[malloc/error] Add call to _cairo_error() after a failed malloc.
Chris Wilson
1
-0
/
+2
2007-10-04
[malloc] Check for integer overflow when realloc'ing.
Chris Wilson
1
-1
/
+5
2007-01-07
Spell check the docs
Behdad Esfahbod
1
-1
/
+1
2006-08-08
Fix few remaining compiler warnings, revealed by -O3
Behdad Esfahbod
1
-6
/
+5
2006-06-06
Remove extraneous whitespace from "blank" lines.
Carl Worth
1
-1
/
+1
2006-05-28
Remove cairo_public from _cairo_lzw_compress() definition.
Kristian Høgsberg
1
-1
/
+1
2006-05-03
Quiet some 'may be used uninitialized' warnings.
Carl Worth
1
-2
/
+2
2006-03-23
_cairo_lzw_compress: Remove unused code which we had for testing
Carl Worth
1
-13
/
+0
2006-03-23
Optimize the implementation of _cairo_lzw_compress.
Carl Worth
1
-160
/
+217
2006-03-23
cairo-lzw: Replace LZW code from libtiff with an original implementation.
Carl Worth
1
-426
/
+283
2006-03-23
Rename _cairo_compress_lzw to _cairo_lzw_compress and tighten the parameter l...
Carl Worth
1
-4
/
+4
2006-03-15
Add LZW image compression and ASCII85 encoding for PostScript image output.
Alexander Larsson
1
-0
/
+499