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