index
:
cairo
1.0
1.10
1.12
1.14
1.16
1.2
1.4
1.6
1.8
carlosgc/polygon-intersect-crash
master
wip/otte/xlib-overflow
cairo's central repository (mirrored from https://gitlab.freedesktop.org/cairo/cairo)
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-output-stream.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-12
Introduce a new compositor architecture
Chris Wilson
1
-0
/
+2
2010-07-10
Convert mime data length to use unsigned long
Chris Wilson
1
-1
/
+1
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
2009-10-29
Provide a builtin implementation of isspace() and isdigit()
Adrian Johnson
1
-4
/
+3
2008-11-29
Mark allocation failures as unlikely.
Chris Wilson
1
-7
/
+7
2008-11-29
Mark if(status) as being unlikely.
Chris Wilson
1
-1
/
+1
2008-11-13
Add CairoScript backend.
Chris Wilson
1
-6
/
+37
2008-11-05
[png] Attach the png representation to cairo_surface_create_from_png().
Chris Wilson
1
-1
/
+27
2008-10-19
[output-stream] Protect against NULL write_func.
Chris Wilson
1
-0
/
+3
2008-10-19
[output-stream] Accept a NULL filename
Chris Wilson
1
-0
/
+3
2008-09-11
Add null output stream
Adrian Johnson
1
-0
/
+23
2008-08-26
[ps] Mark the hex data as unsigned char.
Chris Wilson
1
-1
/
+1
2008-08-17
[cairo-output-stream] Dead store.
Chris Wilson
1
-1
/
+0
2008-05-09
[src/check-doc-syntax.sh] Fix some bugs in the check and fix errors found
Behdad Esfahbod
1
-2
/
+4
2008-03-20
Add %g conversion specifer to output-stream for limited precision
Adrian Johnson
1
-31
/
+56
2008-03-20
Make _cairo_dtostr() static
Adrian Johnson
1
-1
/
+1
2008-03-12
Define _BSD_SOURCE to enable prototypes for strdup, snprintf.
Chris Wilson
1
-0
/
+1
2008-02-28
Fix PDF ouput when cross-compiling with mingw
Jody Goldberg
1
-4
/
+1
2008-01-28
[doc] Make sure all function names in docs are followed by ()
Behdad Esfahbod
1
-2
/
+1
2008-01-16
[cairo-output-stream] Introduce _cairo_output_stream_create_in_error()
Chris Wilson
1
-2
/
+24
2008-01-05
Check errno for appropriate error return.
Chris Wilson
1
-2
/
+10
2007-11-01
Round floats in output-stream to 6 significant digits after decimal
Adrian Johnson
1
-2
/
+39
2007-10-31
[cairo-output-stream] Write out floats to 18 digits after decimal point
Behdad Esfahbod
1
-1
/
+1
2007-10-04
[cairo-output-stream] Guard against destroying the nil streams.
Chris Wilson
1
-0
/
+6
2007-10-04
[cairo-output-stream] Propagate error status when copying streams.
Chris Wilson
1
-2
/
+10
2007-10-04
[cairo-error] Clean up all the warnings and missing _cairo_error() calls.
Chris Wilson
1
-9
/
+9
2007-10-04
[malloc/error] Add call to _cairo_error() after a failed malloc.
Chris Wilson
1
-5
/
+16
2007-04-20
Make cairo-output-stream.c accept variable width printf fields
Adrian Johnson
1
-4
/
+23
2007-04-10
Change _cairo_dtostr to have a void return type
Carl Worth
1
-4
/
+1
2007-04-10
_cairo_output_stream_vprintf: Add assertion to detect internal inconsitency
Carl Worth
1
-3
/
+11
2007-04-10
Fix mis-indented _cairo_dtostr
Carl Worth
1
-32
/
+32
2007-04-03
[src] Make sure all source files #include "cairoint.h" as their first include
Behdad Esfahbod
1
-3
/
+4
2007-04-03
Make sure all nil objects start with _cairo_
Behdad Esfahbod
1
-10
/
+10
2007-03-21
[cairo-output-stream] Remove use of strtol
Jeff Smith
1
-5
/
+3
2007-02-13
output-stream: coding style fix
Adrian Johnson
1
-2
/
+2
2007-02-11
Output-stream: Omit the minus sign from negative zero
Adrian Johnson
1
-0
/
+4
2006-09-07
Make _cairo_output_stream_destroy return the stream's status as a last gasp.
Carl Worth
1
-10
/
+16
2006-08-07
Merge branch 'warnings-cleanup' into cairo
Carl Worth
1
-1
/
+1
2006-08-07
Fix file handle leak in failure path (bug 7616)
Carl Worth
1
-1
/
+3
2006-07-28
Add -Wsign-compare compiler flag and fix all warnings
Carl Worth
1
-1
/
+1
2006-06-20
output-stream: Support %X in addition to %x
Carl Worth
1
-1
/
+3
2006-06-20
Add 'x' case to printf switch so we actually implement %02x.
Kristian Høgsberg
1
-0
/
+2
2006-06-19
Implement 0-padding and field width for _cairo_output_stream_printf().
Kristian Høgsberg
1
-16
/
+30
2006-06-14
Only call close function for output streams if it's non-NULL.
Kristian Høgsberg
1
-1
/
+4
2006-06-12
Add an in-memory output-stream implementation.
Kristian Høgsberg
1
-0
/
+59
2006-06-12
Convert the stdio output stream to use the new output stream interface.
Kristian Høgsberg
1
-13
/
+37
2006-06-12
Make cairo_output_stream_t an embeddable type.
Kristian Høgsberg
1
-20
/
+56
2006-06-06
Remove initial, final, and duplicate blank lines.
Carl Worth
1
-2
/
+0
2006-06-06
Remove trailing whitespace from lines that look like comments.
Carl Worth
1
-1
/
+1
[next]