2011-04-19 |
Paul Eggert | * gnutls.c: Fix problems found by GCC 4.6.0 on Ubuntu...
|
commit | commitdiff | tree |
2011-04-19 |
Paul Eggert | * lread.c (openp): Don't stuff size_t into an 'int'.
|
commit | commitdiff | tree |
2011-04-19 |
Paul Eggert | * gtkutil.c: Fix problems found by GCC 4.6.0 on Ubuntu...
|
commit | commitdiff | tree |
2011-04-19 |
Paul Eggert | Avoid 0 flag with %p printf format.
|
commit | commitdiff | tree |
2011-04-19 |
Paul Eggert | Merge from mainline.
|
commit | commitdiff | tree |
2011-04-19 |
Paul Eggert | * process.c (Fnetwork_interface_info): Avoid left-shift...
|
commit | commitdiff | tree |
2011-04-19 |
Paul Eggert | * xfns.c (Fx_window_property): Simplify a bit,
|
commit | commitdiff | tree |
2011-04-19 |
Paul Eggert | Remove blank line.
|
commit | commitdiff | tree |
2011-04-19 |
Paul Eggert | * fns.c (internal_equal): Don't assume size_t fits...
|
commit | commitdiff | tree |
2011-04-19 |
Paul Eggert | * alloc.c (compact_small_strings): Tighten assertion...
|
commit | commitdiff | tree |
2011-04-19 |
Paul Eggert | Replace pEd with more-general pI, and fix some printf...
|
commit | commitdiff | tree |
2011-04-18 |
Paul Eggert | * frame.c (frame_name_fnn_p): Get rid of strtol, which...
|
commit | commitdiff | tree |
2011-04-18 |
Paul Eggert | * alloc.c (check_sblock, check_string_bytes, check_string_fr...
|
commit | commitdiff | tree |
2011-04-18 |
Paul Eggert | * alloc.c: Remove unportable assumptions about struct...
|
commit | commitdiff | tree |
2011-04-18 |
Paul Eggert | * alloc.c (allocate_buffer): Don't assume sizeof (struct...
|
commit | commitdiff | tree |
2011-04-18 |
Paul Eggert | * alloc.c (allocate_string_data) [GC_CHECK_STRING_OVERRUN...
|
commit | commitdiff | tree |
2011-04-18 |
Paul Eggert | * alloc.c (string_overrun_cookie): Now const. Use...
|
commit | commitdiff | tree |
2011-04-18 |
Paul Eggert | Fix typo in comment.
|
commit | commitdiff | tree |
2011-04-18 |
Paul Eggert | * alloc.c (BLOCK BYTES): Fix typo by changing "ablock...
|
commit | commitdiff | tree |
2011-04-18 |
Paul Eggert | Merge from gnulib.
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | Static checks with GCC 4.6.0 and non-default toolkits.
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * xdisp.c (x_produce_glyphs): Mark var as initialized...
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * pop.c: Undo previous change.
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | Merge from mainline.
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF):...
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * process.c (keyboard_bit_set): Define only if SIGIO.
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * s/usg5-4-common.h (SETUP_SLAVE_PTY): Don't pass extra...
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * eval.c: Include <stdio.h>, for vsnprintf on non-GNU...
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * data.c (arith_error): Mark with NO_RETURN if it doesn...
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * alloc.c (bytes_used_when_full, SPARE_MEMORY, BYTES_USED):
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * xterm.c (xembed_send_message): Likewise.
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * xfaces.c (USG, __TIMEVAL__): Likewise.
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * termhooks.h (struct terminal): Likewise.
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * sysdep.c (_FILE_OFFSET_BITS): Make this hack even...
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * dispextern.h (struct redisplay_interface): Rename...
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * lwlib-utils.c (XtCompositeChildren): Likewise.
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * lwlib-Xm.c (make_dialog): Rename local to avoid shadowing.
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * pop.c (socket_connection): Double-cast to avoid GCC...
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * movemail.c (mail_spool_name): Protoize.
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * fakemail.c (xmalloc, xreallc): Use standard C prototypes
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * emacsclient.c (main): Don't use uninitialized var.
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * insdel.c (make_gap_smaller): Define only if
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * keyboard.c (read_char): Make a var volatile so longjmp...
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * emacs.c (MAX_HEAP_BSS_DIFF, my_edata): Move to where...
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | Add bug#.
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * xfns.c (Fx_file_dialog): Rename local to avoid shadowing.
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * xdisp.c (x_produce_glyphs): Avoid possibly-uninitialized...
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * xterm.c (x_dispatch_event): More accurate ifdefs.
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * lwlib.c (first_child) [USE_MOTIF]: Protoize.
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * xfns.c (x_real_positions): Mark locals as initialized.
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * xmenu.c (xmenu_show): Don't use uninitialized vars.
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * xterm.c: Fix problems found by static analysis with...
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * xmenu.c (menu_help_callback): Pointer type fixes.
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * xfns.c (Fx_hide_tip): Move locals to avoid shadowing.
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * menu.c (push_submenu_start, push_submenu_end): Do...
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * keyboard.c (make_lispy_event): Remove unused local...
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * frame.c, frame.h (x_get_resource_string): Bring this...
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | Change bitmaps back to X11-compatible types.
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | Modernize to C89, for better static checking.
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * xgselect.c (xgselect_initialize): Check vs interface
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * xmenu.c (xmenu_show): Rename parm to avoid shadowing.
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * xrdb.c (x_load_resources): Omit unused local.
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * xterm.c (x_create_toolkit_scroll_bar): Use const...
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * fns.c (vector): Remove; this old hack is no longer...
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * xsmfns.c (gdk_x11_set_sm_client_id) [!USE_GTK]: Don...
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * xsmfns.c: Remove unused var.
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * xsmfns.c (create_client_leader_window): Rename shadowing...
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * xrdb.c (x_load_resources) [!USE_MOTIF]: Omit unused...
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * xfns.c (USG): Use the kludged USG macro, to pacify...
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * xfns.c (x_window): Rename locals to avoid shadowing.
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * xfns.c (free_frame_menubar, atof): Remove duplicate...
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * xterm.c (x_term_init): Remove local to avoid shadowing.
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * xterm.c (x_alloc_nearest_color_for_widget): Remove...
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * xfns.c, xterm.c (_XEditResCheckMessages): Protoize...
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * xdisp.c, dispextern.h (set_vertical_scroll_bar):...
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * lwlib.c (EXPLAIN, destroy_one_instance): Avoid "else;".
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * lwlib-utils.h, lwlib-utils.c (XtSafelyDestroyWidget...
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * xlwmenu.c (MINL): Define only if not emacs.
|
commit | commitdiff | tree |
2011-04-16 |
Paul Eggert | * xlwmenu.c (XlwMenuSetValues): Rename/ move locals...
|
commit | commitdiff | tree |
2011-04-15 |
Paul Eggert | * sysdep.c (emacs_read): Remove unnecessary check vs...
|
commit | commitdiff | tree |
2011-04-15 |
Paul Eggert | emacs_write: Accept and return EMACS_INT for sizes.
|
commit | commitdiff | tree |
2011-04-15 |
Paul Eggert | * sound.c: Use EMACS_INT rather than size_t.
|
commit | commitdiff | tree |
2011-04-15 |
Paul Eggert | * process.c (send_process): Change a size_t to EMACS_INT.
|
commit | commitdiff | tree |
2011-04-15 |
Paul Eggert | * process.c (send_process): Change another size_t to...
|
commit | commitdiff | tree |
2011-04-15 |
Paul Eggert | emacs_write: Accept and return EMACS_INT for sizes.
|
commit | commitdiff | tree |
2011-04-15 |
Paul Eggert | Merge from mainline.
|
commit | commitdiff | tree |
2011-04-14 |
Paul Eggert | Fix merge typo.
|
commit | commitdiff | tree |
2011-04-14 |
Paul Eggert | Merge from mainline.
|
commit | commitdiff | tree |
2011-04-14 |
Paul Eggert | * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu in
|
commit | commitdiff | tree |
2011-04-14 |
Paul Eggert | Fix typo in previous comment.
|
commit | commitdiff | tree |
2011-04-14 |
Paul Eggert | Don't publish debugger-only interfaces to other modules.
|
commit | commitdiff | tree |
2011-04-14 |
Paul Eggert | * fileio.c: Add FIXMES mentioning Bug#8496.
|
commit | commitdiff | tree |
2011-04-14 |
Paul Eggert | * sysdep.c (croak): Now static, if
|
commit | commitdiff | tree |
2011-04-14 |
Paul Eggert | 2011-04-14 Paul Eggert <eggert@cs.ucla.edu> 2011-04-14 Paul Eggert <eggert@cs.ucla.edu>
|
commit | commitdiff | tree |
2011-04-14 |
Paul Eggert | Undo the DEFUN->DEFUE change.
|
commit | commitdiff | tree |
2011-04-14 |
Paul Eggert | * xsettings.c, xsettings.h (xsettings_get_system_normal_font):
|
commit | commitdiff | tree |
2011-04-14 |
Paul Eggert | * xrdb.c (x_customization_string, x_rm_string): Now...
|
commit | commitdiff | tree |
2011-04-14 |
Paul Eggert | * xmenu.c (x_menu_wait_for_event): Export only if USE_MOTIF.
|
commit | commitdiff | tree |
2011-04-14 |
Paul Eggert | * xdisp.c (draw_row_with_mouse_face): Now static.
|
commit | commitdiff | tree |
2011-04-14 |
Paul Eggert | * window.h (check_all_windows): Mark externally visible.
|
commit | commitdiff | tree |