aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix doprnt so it could be used safely in `verror'. (Bug#8435)Eli Zaretskii2011-04-2313-83/+165
* Merge from emacs-23; up to 2010-06-09T17:54:28Z!albinus@detlef.Glenn Morris2011-04-228-4/+47
|\
| * Fix a bug in time functions when timezone is changed on Windows.Eli Zaretskii2011-04-183-0/+30
| * * xdisp.c (init_xdisp): Initialize echo_area_window (Bug#6451).Chong Yidong2011-04-132-0/+5
| * Fix typos.Juanma Barranquero2011-04-132-3/+3
| * Fix wait_for_termination on GNU Hurd (Bug#8467)Samuel Thibault2011-04-102-1/+6
| * * src/buffer.c (syms_of_buffer): Doc fix (Bug#6902).Chong Yidong2011-04-102-1/+6
* | Support buffers > 2GB on 64-bit hosts.Eli Zaretskii2011-04-193-8/+13
* | Allow glyphless-char-display to distinguish between X and text terminals.Chong Yidong2011-04-183-14/+42
* | Minor redisplay cleanups.Chong Yidong2011-04-175-18/+12
* | ChangeLog fix.Glenn Morris2011-04-161-1/+1
* | Static checks with GCC 4.6.0 and non-default toolkits.Paul Eggert2011-04-1640-177/+336
|\ \
| * | * xdisp.c (x_produce_glyphs): Mark var as initialized (Bug#8512).Paul Eggert2011-04-162-3/+2
| * | Merge from mainline.Paul Eggert2011-04-1611-115/+178
| |\ \ | |/ / |/| |
* | | Fix argument to `error' in `gnutls-boot'.Eli Zaretskii2011-04-162-2/+4
* | | Fix regex.c, syntax.c and friends for buffers > 2GB.Eli Zaretskii2011-04-169-107/+158
* | | lisp/ChangeLog, src/ChangeLog: Fix typos.Juanma Barranquero2011-04-161-4/+4
* | | Fixed bugs in ns_get_family and ns_descriptor_to_entity that were caused by u...Ben Key2011-04-152-2/+12
| * | * s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF): Protoize decl.Paul Eggert2011-04-163-3/+4
| * | * process.c (keyboard_bit_set): Define only if SIGIO.Paul Eggert2011-04-162-0/+15
| * | * s/usg5-4-common.h (SETUP_SLAVE_PTY): Don't pass extra arg to 'fatal'.Paul Eggert2011-04-162-3/+5
| * | * eval.c: Include <stdio.h>, for vsnprintf on non-GNU/Linux hosts.Paul Eggert2011-04-162-0/+3
| * | * data.c (arith_error): Mark with NO_RETURN if it doesn't return.Paul Eggert2011-04-162-0/+6
| * | * alloc.c (bytes_used_when_full, SPARE_MEMORY, BYTES_USED):Paul Eggert2011-04-162-12/+16
| * | * xterm.c (xembed_send_message): Likewise.Paul Eggert2011-04-162-2/+3
| * | * xfaces.c (USG, __TIMEVAL__): Likewise.Paul Eggert2011-04-162-0/+3
| * | * termhooks.h (struct terminal): Likewise.Paul Eggert2011-04-162-4/+5
| * | * sysdep.c (_FILE_OFFSET_BITS): Make this hack even uglierPaul Eggert2011-04-162-0/+5
| * | * dispextern.h (struct redisplay_interface): Rename paramPaul Eggert2011-04-162-2/+5
| * | * insdel.c (make_gap_smaller): Define only ifPaul Eggert2011-04-162-0/+6
| * | * keyboard.c (read_char): Make a var volatile so longjmp won't clobberPaul Eggert2011-04-162-1/+4
| * | * emacs.c (MAX_HEAP_BSS_DIFF, my_edata): Move to where they're used,Paul Eggert2011-04-162-6/+11
| * | Add bug#.Paul Eggert2011-04-161-1/+2
| * | * xfns.c (Fx_file_dialog): Rename local to avoid shadowing.Paul Eggert2011-04-162-4/+6
| * | * xdisp.c (x_produce_glyphs): Avoid possibly-uninitialized var.Paul Eggert2011-04-162-1/+3
| * | * xterm.c (x_dispatch_event): More accurate ifdefs.Paul Eggert2011-04-163-8/+6
| * | * xfns.c (x_real_positions): Mark locals as initialized.Paul Eggert2011-04-162-1/+3
| * | * xmenu.c (xmenu_show): Don't use uninitialized vars.Paul Eggert2011-04-162-8/+10
| * | * xterm.c: Fix problems found by static analysis with other toolkits.Paul Eggert2011-04-163-8/+30
| * | * xmenu.c (menu_help_callback): Pointer type fixes.Paul Eggert2011-04-162-14/+14
| * | * xfns.c (Fx_hide_tip): Move locals to avoid shadowing.Paul Eggert2011-04-162-7/+10
| * | * menu.c (push_submenu_start, push_submenu_end): Do not define unlessPaul Eggert2011-04-162-9/+18
| * | * keyboard.c (make_lispy_event): Remove unused local var.Paul Eggert2011-04-162-1/+2
| * | * frame.c, frame.h (x_get_resource_string): Bring this back, butPaul Eggert2011-04-163-0/+32
| * | Change bitmaps back to X11-compatible types.Paul Eggert2011-04-1614-43/+48
| * | * xgselect.c (xgselect_initialize): Check vs interfacePaul Eggert2011-04-162-1/+7
| * | * xmenu.c (xmenu_show): Rename parm to avoid shadowing.Paul Eggert2011-04-152-7/+9
| * | * xrdb.c (x_load_resources): Omit unused local.Paul Eggert2011-04-152-2/+5
| * | * xterm.c (x_create_toolkit_scroll_bar): Use const * for pointersPaul Eggert2011-04-152-3/+6
| * | * fns.c (vector): Remove; this old hack is no longer needed.Paul Eggert2011-04-152-5/+2