summaryrefslogtreecommitdiff
path: root/src/image.c
AgeCommit message (Expand)Author
2012-11-08* image.c (xpm_make_color_table_h): Fix compiler error becauseJan Djärv
2012-10-14* image.c (init_tiff_functions, init_imagemagick_functions)Daniel Colascione
2012-10-12Fix some stat-related races.Paul Eggert
2012-10-08Minor tweaks to recently-changed code.Paul Eggert
2012-10-08Improve fix for jpeglib build breakDaniel Colascione
2012-10-08Remove CHECK_LIB_AVAILABLE from image.c, mistakenly reintroduced by cygw32.Eli Zaretskii
2012-10-08Temporary fix for changes in 2012-10-08T08:23:13Z!dancol@dancol.org.Eli Zaretskii
2012-10-07Merge from trunkDaniel Colascione
2012-09-30Support x64 build on MS-Windows with MSVC.Fabrice Popineau
2012-09-25Move Vlibrary_cache to emacs.c and reset before dumping.Juanma Barranquero
2012-09-24image.c, indent.c: Use bool for booleans.Paul Eggert
2012-09-23Really fix last change.Chong Yidong
2012-09-23Fix last change.Chong Yidong
2012-09-23Remove LIBRARIES arg from w32_delayed_load and friends.Chong Yidong
2012-09-23Simplify and avoid signal-handling races.Paul Eggert
2012-09-22Refactor image-type loading.Chong Yidong
2012-09-21Fix list duplication error in define_image_type.Chong Yidong
2012-09-17Merge from trunkDaniel Colascione
2012-09-17Implement cygw32Daniel Colascione
2012-09-15Port _setjmp fix to POSIXish hosts as well as Microsoft.Paul Eggert
2012-09-15Fix MS-Windows build broken by 2012-09-15T07:06:56Z!eggert@cs.ucla.edu, compl...Eli Zaretskii
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert
2012-09-12Work around GCC and GNOME bugs when --enable-gcc-warnings.Paul Eggert
2012-09-12More fixes for 'volatile' and setjmp/longjmp.Paul Eggert
2012-09-12* image.c (jpeg_memory_src): Don't assume string len fits in unsigned.Paul Eggert
2012-09-11Prefer assignment to memcpy when either will do.Paul Eggert
2012-09-09Assume C89 or later for math functions.Paul Eggert
2012-09-04Simplify redefinition of 'abort' (Bug#12316).Paul Eggert
2012-09-03Be more systematic about _setjmp vs setjmp.Paul Eggert
2012-09-02Clean up some extern decls.Paul Eggert
2012-09-01Fix last changes related to w32 and Cygwin.Eli Zaretskii
2012-08-31Refactor window-system configurationDaniel Colascione
2012-08-16Use ASCII tests for character types.Paul Eggert
2012-07-16Remove empty and useless init functions.Dmitry Antipov
2012-07-13* image.c (Fimagemagick_types): Initialize ex with GetExceptionInfoJan Djärv
2012-07-10EMACS_TIME simplification (Bug#11875).Paul Eggert
2012-07-09Use make_formatted_string to avoid double length calculation.Dmitry Antipov
2012-07-07Improve static checking when configured --with-ns.Paul Eggert
2012-07-05More xmalloc and related cleanup.Paul Eggert
2012-07-05Cleanup xmalloc.Dmitry Antipov
2012-07-03Auto-generate EXFUN using make-docfileTom Tromey
2012-06-28* configure.in: Add glyphs category to --enable-checking option.Dmitry Antipov
2012-06-28Generalize run-time debugging checks.Dmitry Antipov
2012-06-26* src/alloc.c: Remove build_string.Dmitry Antipov
2012-06-24Switch from NO_RETURN to C11's _Noreturn.Paul Eggert
2012-06-22Support higher-resolution time stamps.Paul Eggert
2012-06-19* alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:Dmitry Antipov
2012-06-12Handle availability of MagickMergeImageLayers and MagickExportImagePixelsChong Yidong
2012-06-11* image.c (imagemagick_load_image): Remove unused label.Paul Eggert
2012-06-11Support transparency for ImageMagick images.Chong Yidong