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