| Commit message (Expand) | Author | Age | Files | Lines |
| * | * fns.c (internal_equal): Don't assume size_t fits in int. | Paul Eggert | 2011-04-18 | 1 | -0/+2 |
| * | * alloc.c (compact_small_strings): Tighten assertion a little. | Paul Eggert | 2011-04-18 | 1 | -0/+2 |
| * | Replace pEd with more-general pI, and fix some printf arg casts. | Paul Eggert | 2011-04-18 | 1 | -1/+30 |
| * | * frame.c (frame_name_fnn_p): Get rid of strtol, which isn't right | Paul Eggert | 2011-04-18 | 1 | -0/+5 |
| * | * alloc.c (check_sblock, check_string_bytes, check_string_free_list): Protoize. | Paul Eggert | 2011-04-17 | 1 | -0/+1 |
| * | * alloc.c: Remove unportable assumptions about struct layout. | Paul Eggert | 2011-04-17 | 1 | -0/+9 |
| * | * alloc.c (allocate_buffer): Don't assume sizeof (struct buffer) is a | Paul Eggert | 2011-04-17 | 1 | -0/+3 |
| * | * alloc.c (allocate_string_data) [GC_CHECK_STRING_OVERRUN]: Fix typo that | Paul Eggert | 2011-04-17 | 1 | -0/+2 |
| * | * alloc.c (string_overrun_cookie): Now const. Use initializers that | Paul Eggert | 2011-04-17 | 1 | -0/+2 |
| * | * alloc.c (BLOCK BYTES): Fix typo by changing "ablock" to "ablocks". | Paul Eggert | 2011-04-17 | 1 | -0/+5 |
| * | Minor redisplay cleanups. | Chong Yidong | 2011-04-17 | 1 | -0/+9 |
| * | ChangeLog fix. | Glenn Morris | 2011-04-16 | 1 | -1/+1 |
| * | Static checks with GCC 4.6.0 and non-default toolkits. | Paul Eggert | 2011-04-16 | 1 | -0/+104 |
| |\ |
|
| | * | * xdisp.c (x_produce_glyphs): Mark var as initialized (Bug#8512). | Paul Eggert | 2011-04-16 | 1 | -2/+1 |
| | * | Merge from mainline. | Paul Eggert | 2011-04-16 | 1 | -4/+50 |
| | |\
| |/
|/| |
|
| * | | Fix argument to `error' in `gnutls-boot'. | Eli Zaretskii | 2011-04-16 | 1 | -0/+2 |
| * | | Fix regex.c, syntax.c and friends for buffers > 2GB. | Eli Zaretskii | 2011-04-16 | 1 | -0/+34 |
| * | | lisp/ChangeLog, src/ChangeLog: Fix typos. | Juanma Barranquero | 2011-04-16 | 1 | -4/+4 |
| * | | Fixed bugs in ns_get_family and ns_descriptor_to_entity that were caused by u... | Ben Key | 2011-04-15 | 1 | -0/+10 |
| | * | * s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF): Protoize decl. | Paul Eggert | 2011-04-16 | 1 | -0/+2 |
| | * | * process.c (keyboard_bit_set): Define only if SIGIO. | Paul Eggert | 2011-04-16 | 1 | -0/+4 |
| | * | * s/usg5-4-common.h (SETUP_SLAVE_PTY): Don't pass extra arg to 'fatal'. | Paul Eggert | 2011-04-16 | 1 | -0/+2 |
| | * | * eval.c: Include <stdio.h>, for vsnprintf on non-GNU/Linux hosts. | Paul Eggert | 2011-04-16 | 1 | -0/+2 |
| | * | * data.c (arith_error): Mark with NO_RETURN if it doesn't return. | Paul Eggert | 2011-04-16 | 1 | -0/+2 |
| | * | * alloc.c (bytes_used_when_full, SPARE_MEMORY, BYTES_USED): | Paul Eggert | 2011-04-16 | 1 | -0/+3 |
| | * | * xterm.c (xembed_send_message): Likewise. | Paul Eggert | 2011-04-16 | 1 | -0/+1 |
| | * | * xfaces.c (USG, __TIMEVAL__): Likewise. | Paul Eggert | 2011-04-16 | 1 | -0/+1 |
| | * | * termhooks.h (struct terminal): Likewise. | Paul Eggert | 2011-04-16 | 1 | -0/+1 |
| | * | * sysdep.c (_FILE_OFFSET_BITS): Make this hack even uglier | Paul Eggert | 2011-04-16 | 1 | -0/+3 |
| | * | * dispextern.h (struct redisplay_interface): Rename param | Paul Eggert | 2011-04-16 | 1 | -0/+3 |
| | * | * insdel.c (make_gap_smaller): Define only if | Paul Eggert | 2011-04-16 | 1 | -0/+3 |
| | * | * keyboard.c (read_char): Make a var volatile so longjmp won't clobber | Paul Eggert | 2011-04-16 | 1 | -0/+3 |
| | * | * emacs.c (MAX_HEAP_BSS_DIFF, my_edata): Move to where they're used, | Paul Eggert | 2011-04-16 | 1 | -0/+3 |
| | * | Add bug#. | Paul Eggert | 2011-04-16 | 1 | -1/+2 |
| | * | * xfns.c (Fx_file_dialog): Rename local to avoid shadowing. | Paul Eggert | 2011-04-16 | 1 | -0/+2 |
| | * | * xdisp.c (x_produce_glyphs): Avoid possibly-uninitialized var. | Paul Eggert | 2011-04-16 | 1 | -0/+2 |
| | * | * xterm.c (x_dispatch_event): More accurate ifdefs. | Paul Eggert | 2011-04-16 | 1 | -5/+3 |
| | * | * xfns.c (x_real_positions): Mark locals as initialized. | Paul Eggert | 2011-04-16 | 1 | -0/+2 |
| | * | * xmenu.c (xmenu_show): Don't use uninitialized vars. | Paul Eggert | 2011-04-16 | 1 | -0/+2 |
| | * | * xterm.c: Fix problems found by static analysis with other toolkits. | Paul Eggert | 2011-04-16 | 1 | -0/+11 |
| | * | * xmenu.c (menu_help_callback): Pointer type fixes. | Paul Eggert | 2011-04-16 | 1 | -0/+6 |
| | * | * xfns.c (Fx_hide_tip): Move locals to avoid shadowing. | Paul Eggert | 2011-04-16 | 1 | -0/+2 |
| | * | * menu.c (push_submenu_start, push_submenu_end): Do not define unless | Paul Eggert | 2011-04-16 | 1 | -0/+4 |
| | * | * keyboard.c (make_lispy_event): Remove unused local var. | Paul Eggert | 2011-04-16 | 1 | -0/+2 |
| | * | * frame.c, frame.h (x_get_resource_string): Bring this back, but | Paul Eggert | 2011-04-16 | 1 | -0/+3 |
| | * | Change bitmaps back to X11-compatible types. | Paul Eggert | 2011-04-16 | 1 | -0/+5 |
| | * | * xgselect.c (xgselect_initialize): Check vs interface | Paul Eggert | 2011-04-16 | 1 | -0/+3 |
| | * | * xmenu.c (xmenu_show): Rename parm to avoid shadowing. | Paul Eggert | 2011-04-15 | 1 | -0/+2 |
| | * | * xrdb.c (x_load_resources): Omit unused local. | Paul Eggert | 2011-04-15 | 1 | -1/+1 |
| | * | * xterm.c (x_create_toolkit_scroll_bar): Use const * for pointers | Paul Eggert | 2011-04-15 | 1 | -0/+3 |