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