| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove incorrect casts to 'unsigned' that lose info on 64-bit hosts. | Paul Eggert | 2011-06-12 | 1 | -0/+5 |
| * | * lisp.h (UNSIGNED_CMP): New macro. | Paul Eggert | 2011-06-12 | 1 | -0/+12 |
| * | Merge from trunk. | Paul Eggert | 2011-06-10 | 1 | -0/+10 |
| |\ |
|
| | * | Cruft removal in struct image. | Chong Yidong | 2011-06-10 | 1 | -0/+10 |
| * | | Merge from trunk. | Paul Eggert | 2011-06-10 | 1 | -1/+37 |
| |\ \
| |/ |
|
| | * | * buffer.h: Include <time.h>, for time_t. | Paul Eggert | 2011-06-10 | 1 | -0/+3 |
| | * | Merge: Fix minor problems found by static checking. | Paul Eggert | 2011-06-10 | 1 | -0/+33 |
| | |\ |
|
| | | * | * image.c (PixelGetMagickColor): Declare if ImageMagick headers don't. | Paul Eggert | 2011-06-10 | 1 | -0/+2 |
| | | * | Make identifiers static if they are not used in other modules. | Paul Eggert | 2011-06-10 | 1 | -0/+7 |
| | | * | * image.c (imagemagick_load_image): Don't use garbage pointer image_wand. | Paul Eggert | 2011-06-10 | 1 | -0/+1 |
| | | * | * window.c: Fix minor problems reported by GCC 4.6.0. | Paul Eggert | 2011-06-10 | 1 | -0/+9 |
| | | * | * image.c: Fix minor problems reported by GCC 4.6.0. | Paul Eggert | 2011-06-10 | 1 | -0/+9 |
| | | * | * ftfont.c (ftfont_get_metrics, ftfont_drive_otf): Remove unused locals. | Paul Eggert | 2011-06-10 | 1 | -0/+4 |
| | |/ |
|
| * | | Merge from trunk. | Paul Eggert | 2011-06-10 | 1 | -3/+106 |
| |\ \
| |/ |
|
| | * | * image.c (gif_load): Fix omitted cast error introduced by 2011-06-06 change. | Chong Yidong | 2011-06-10 | 1 | -0/+5 |
| | * | Some more window.h fixes missing in 2011-06-10T06:55:18Z!rudalics@gmx.at. | Martin Rudalics | 2011-06-10 | 1 | -0/+8 |
| | * | Avoid compiler warnings about missing prototypes of window.c functions. | Eli Zaretskii | 2011-06-10 | 1 | -0/+9 |
| | * | Move window resize code from window.c to window.el. | Martin Rudalics | 2011-06-10 | 1 | -0/+64 |
| | * | Final preparations for new window resize code. | Martin Rudalics | 2011-06-09 | 1 | -0/+19 |
| * | | * buffer.h (PTR_BYTE_POS, BUF_PTR_BYTE_POS): Remove harmful cast. | Paul Eggert | 2011-06-09 | 1 | -1/+3 |
| * | | * xmenu.c (dialog_selection_callback) [!USE_GTK]: Cast to intptr_t, | Paul Eggert | 2011-06-08 | 1 | -0/+3 |
| * | | * xfns.c (x_set_scroll_bar_default_width): Remove unused 'int' locals. | Paul Eggert | 2011-06-08 | 1 | -0/+2 |
| * | | * buffer.h (PTR_BYTE_POS): Don't assume a byte count fits in 'unsigned'. | Paul Eggert | 2011-06-08 | 1 | -0/+2 |
| * | | * buffer.c (advance_to_char_boundary): Return EMACS_INT, not int. | Paul Eggert | 2011-06-08 | 1 | -0/+1 |
| * | | * buffer.c (Fgenerate_new_buffer_name): Use EMACS_INT for count, not int. | Paul Eggert | 2011-06-08 | 1 | -0/+2 |
| * | | * data.c (Qcompiled_function): Now static. | Paul Eggert | 2011-06-08 | 1 | -0/+4 |
| * | | * window.c (window_body_lines): Now static. | Paul Eggert | 2011-06-08 | 1 | -0/+2 |
| * | | * image.c (gif_load): Rename local to avoid shadowing. | Paul Eggert | 2011-06-08 | 1 | -0/+2 |
| * | | Merge from trunk. | Paul Eggert | 2011-06-08 | 1 | -2/+64 |
| |\ \
| |/ |
|
| | * | New symbols in window.c. | Martin Rudalics | 2011-06-08 | 1 | -2/+8 |
| | * | Add some new members to window structure in window.h. | Martin Rudalics | 2011-06-08 | 1 | -0/+27 |
| | * | window-height, window-width, and window-full-width-p are now in window.el. | Martin Rudalics | 2011-06-08 | 1 | -0/+5 |
| | * | Move get-lru-window and get-largest-window to window.el. | Martin Rudalics | 2011-06-07 | 1 | -0/+3 |
| | * | Make delete_all_subwindows argument a Lisp_Object. | Martin Rudalics | 2011-06-07 | 1 | -1/+9 |
| | * | Install some window-size related functions and window-list-1. | Martin Rudalics | 2011-06-07 | 1 | -0/+15 |
| * | | * lisp.h (SAFE_ALLOCA_LISP): Check for integer overflow. | Paul Eggert | 2011-06-08 | 1 | -0/+8 |
| * | | * alloc.c (allocate_pseudovector): Don't use EMACS_INT when int would do. | Paul Eggert | 2011-06-08 | 1 | -0/+1 |
| * | | * alloc.c (inhibit_garbage_collection): Set gc_cons_threshold to max value. | Paul Eggert | 2011-06-08 | 1 | -0/+3 |
| * | | * alloc.c (nzombies, ngcs, max_live, max_zombies): Now EMACS_INT, not 'int'. | Paul Eggert | 2011-06-08 | 1 | -0/+1 |
| * | | * alloc.c: (n_interval_blocks, n_string_blocks, n_float_blocks, n_cons_blocks) | Paul Eggert | 2011-06-08 | 1 | -0/+4 |
| * | | * alloc.c: Use EMACS_INT, not int, to count objects. | Paul Eggert | 2011-06-08 | 1 | -0/+10 |
| * | | * alloc.c (mark_vectorlike, mark_char_table, mark_object): Avoid EMACS_UINT | Paul Eggert | 2011-06-08 | 1 | -0/+3 |
| * | | * alloc.c (allocate_vectorlike): Check for ptrdiff_t overflow. | Paul Eggert | 2011-06-08 | 1 | -0/+1 |
| * | | * alloc.c (Fmake_bool_vector): Don't assume vector size fits in int. | Paul Eggert | 2011-06-08 | 1 | -0/+3 |
| * | | * alloc.c: Catch some string size overflows that we were missing. | Paul Eggert | 2011-06-08 | 1 | -0/+16 |
| * | | * character.c (string_escape_byte8): Fix nbytes/nchars typo. | Paul Eggert | 2011-06-06 | 1 | -0/+2 |
| * | | * alloc.c (Fmake_string): Check for out-of-range init. | Paul Eggert | 2011-06-06 | 1 | -0/+4 |
| |/ |
|
| * | * fns.c (Fputhash): Document return value. | Daniel Colascione | 2011-06-06 | 1 | -0/+4 |
| * | * src/image.c (gif_load): Implement gif89a spec "no disposal" method. | Chong Yidong | 2011-06-06 | 1 | -0/+4 |
| * | Add Bug#8794 to ChangeLog entry. | Paul Eggert | 2011-06-06 | 1 | -1/+1 |