* callint.c (quotify_arg, quotify_args): Now static.
[bpt/emacs.git] / src / ChangeLog
2011-03-16 Paul Eggert* callint.c (quotify_arg, quotify_args): Now static.
2011-03-16 Paul Eggert* editfns.c (Ftranslate_region_internal): Mark var...
2011-03-16 Paul Eggert* editfns.c: (Fformat_time_string, Fencode_time, Finser...
2011-03-16 Paul EggertMove editfns decls to lisp.h to check interfaces.
2011-03-16 Paul Eggert* editfns.c (init_editfns, Fuser_login_name, Fuser_uid):
2011-03-15 Paul Eggert* doc.c (Fdocumentation, Fsnarf_documentation): Move...
2011-03-15 Paul Eggert* data.c (do_blv_forwarding, do_symval_forwarding)...
2011-03-15 Paul Eggert* data.c (Fmake_variable_buffer_local, Fmake_local_vari...
2011-03-15 Paul Eggert* lisp.h (eassert): Check that the argument compiles...
2011-03-15 Paul Eggert* data.c (store_symval_forwarding): Rename local to...
2011-03-15 Paul Eggert* data.c (default_value, arithcompare, arith_driver...
2011-03-15 Paul Eggert* data.c (Findirect_variable): Name an expression,...
2011-03-15 Paul Eggert* alloc.c (Fmemory_limit): Cast sbrk's returned value...
2011-03-15 Paul Eggert* alloc.c (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC)...
2011-03-15 Paul Eggert* alloc.c (mark_stack): Move local variables into the...
2011-03-15 Paul Eggert* alloc.c: (Fmake_vector, Fvector, Fmake_byte_code...
2011-03-15 Paul Eggert* alloc.c (check_cons_list): Do not define unless GC_CH...
2011-03-15 Paul Eggert* character.h (PREV_CHAR_BOUNDARY): Rename local to...
2011-03-15 Paul Eggert* regex.c (IF_LINT): Add defn, for benefit of ../lib...
2011-03-15 Paul EggertFix typo in ChangeLog.
2011-03-15 Paul Eggert* editfns.c (Fchar_equal): Remove no-longer-needed...
2011-03-15 Paul EggertAdd ChangeLog entry for previous change.
2011-03-15 Paul Eggert* regex.c (RETALLOC_IF): Define only if needed.
2011-03-15 Paul Eggert* regex.c (regex_compile, re_match_2_internal): Mark...
2011-03-15 Paul Eggert* regex.c (FREE_VAR): Rewrite so as not to use empty...
2011-03-15 Paul Eggert* regex.c: (regex_compile, re_search_2, re_match_2_inte...
2011-03-15 Paul Eggert* regex.c (CHARSET_LOOKUP_RANGE_TABLE_RAW, POP_FAILURE_...
2011-03-15 Paul Eggert* search.c (boyer_moore): Rename locals to avoid shadowing.
2011-03-15 Paul Eggert* search.c (simple_search): Remove unused var.
2011-03-15 Paul Eggert* dired.c (compile_pattern): Move decl from here ...
2011-03-15 Paul Eggert* character.h (INC_POS, DEC_POS): Rename locals to...
2011-03-15 Paul Eggert* indent.c (Fvertical_motion): Mark locals as initialized.
2011-03-15 Paul Eggert* indent.c (MULTIBYTE_BYTES_WIDTH): New args bytes...
2011-03-15 Paul Eggert* casefiddle.c (casify_region): Mark local as initialized.
2011-03-15 Paul Eggert* casefiddle.c (casify_object, casify_region): Now...
2011-03-15 Paul Eggert* cmds.c (internal_self_insert): Rename local to avoid...
2011-03-15 Paul Eggert* lisp.h: New macros GCPRO2_VAR, GCPRO3_VAR, etc.
2011-03-15 Paul Eggert* dired.c (directory_files_internal, file_name_completion):
2011-03-15 Paul EggertFix a race condition diagnosed by gcc -Wsequence-point...
2011-03-15 Paul Eggert* dired.c (directory_files_internal_unwind): Now static.
2011-03-15 Paul Eggert* fileio.c: (Fset_file_times, Finsert_file_contents...
2011-03-15 Paul Eggert* fileio.c (Ffile_selinux_context, Fset_file_selinux_co...
2011-03-15 Paul Eggert* fileio.c (Fmake_directory_internal, Fread_file_name...
2011-03-15 Paul Eggert* fileio.c (file_name_as_directory): Use const pointers...
2011-03-15 Paul Eggert* fileio.c (file_name_as_directory, directory_file_name):
2011-03-15 Paul Eggert* minibuf.c (Ftry_completion, Fall_completions): Rename...
2011-03-15 Paul Eggert* minibuf.c (choose_minibuf_frame_1): Now static.
2011-03-15 Paul Eggert* marker.c (bytepos_to_charpos): Remove; unused.
2011-03-15 Paul Eggert* lisp.h (verify_bytepos, count_markers): New decls,
2011-03-15 Paul Eggert* insdel.c (copy_text): Remove unused local var.
2011-03-15 Paul Eggert* insdel.c (CHECK_MARKERS): Redo to avoid gcc -Wempty...
2011-03-15 Paul Eggert* insdel.c (check_markers, make_gap_larger, make_gap_sm...
2011-03-15 Paul Eggert* filelock.c (lock_file_1): Rename local to avoid shado...
2011-03-15 Paul Eggert* filelock.c (within_one_second): Now static.
2011-03-15 Paul Eggert* buffer.c (fix_overlays_before): Mark locals as initia...
2011-03-14 Paul Eggert* buffer.c: (Fkill_buffer, record_buffer, Fbury_buffer...
2011-03-14 Paul Eggert* buffer.c (switch_to_buffer_1): Now static.
2011-03-14 Paul Eggert* sysdep.c (MAXPATHLEN): Define only if needed.
2011-03-14 Paul Eggert* sysdep.c (sys_subshell): Mark local as volatile if...
2011-03-14 Paul Eggert* sysdep.c: Fix pointer signedness issue.
2011-03-14 Paul Eggert* sysdep.c (system_process_attributes): Rename vars...
2011-03-14 Paul Eggert* process.c (serial_open, serial_configure): Move decls...
2011-03-14 Paul Eggert* fns.c (get_random, seed_random): Move extern decls...
2011-03-14 Paul Eggert* sysdep.c (wait_for_termination_signal): Remove; unused.
2011-03-14 Paul Eggert* sysdep.c (reset_io): Now static.
2011-03-14 Paul Eggert* keymap.c: (get_keymap, access_keymap, Fdefine_key...
2011-03-14 Paul Eggert* keymap.c (DENSE_TABLE_SIZE): Remove; unused.
2011-03-14 Paul Eggert* keymap.c (Fwhere_is_internal): Don't test CONSP ...
2011-03-14 Paul Eggert* keymap.c (keymap_parent, keymap_memberp, map_keymap_i...
2011-03-14 Paul Eggert* keyboard.c (read_char): Mark local as initialized.
2011-03-14 Paul Eggert* keyboard.c (Fexit_recursive_edit, Fabort_recursive_ed...
2011-03-14 Paul Eggert* keyboard.c (read_key_sequence): Mark locals as initia...
2011-03-14 Paul Eggert* keyboard.c: (read_char, kbd_buffer_get_event, make_li...
2011-03-14 Paul Eggert* keyboard.h (mark_kboards): Move decl here ...
2011-03-14 Paul Eggert* keyboard.c: Declare functions static if they are...
2011-03-14 Paul Eggert* keyboard.h (make_ctrl_char): New decl.
2011-03-14 Paul Eggert* lisp.h (force_auto_save_soon): New decl.
2011-03-14 Paul Eggert* emacs.c (main): Add casts to avoid warnings
2011-03-14 Paul Eggert* emacs.c (DEFINE_DUMMY_FUNCTION): New macro.
2011-03-14 Paul Eggert* emacs.c (init_cmdargs): Rename local to avoid shadowing.
2011-03-14 Paul Eggert* lisp.h (fatal_error_signal): Add decl, since it's...
2011-03-14 Paul Eggert* dbusbind.c (Fdbus_register_service, Fdbus_register_me...
2011-03-14 Paul Eggert* dbusbind.c (Fdbus_init_bus): Add cast to avoid warning
2011-03-14 Paul Eggert* dbusbind.c: Pointer signedness fixes.
2011-03-13 Chong YidongFix BUF_* macros to handle indirect buffers properly...
2011-03-13 Eli ZaretskiiMS-Windows followup for 2011-03-13T06:43:00Z!eggert...
2011-03-13 Paul EggertMerge from mainline.
2011-03-13 Paul Eggert* gtkutil.c (gdk_window_get_screen): Make it clear...
2011-03-13 Paul Eggert* gtkutil.c: (get_utf8_string, xg_get_file_with_chooser):
2011-03-13 Paul Eggert* gtkutil.c (int_gtk_range_get_value): New function...
2011-03-13 Paul Eggert* gtkutil.c (xg_free_frame_widgets): Make it clear...
2011-03-13 Paul Eggert* gtkutil.c (xg_get_pixbuf_from_pixmap): Add cast from...
2011-03-13 Paul Eggert* xgselect.c (xg_select): Remove unused var.
2011-03-13 Paul Eggert* image.c (my_png_error, my_error_exit): Mark with...
2011-03-13 Paul Eggert* image.c (four_corners_best): Mark locals as initialized.
2011-03-13 Paul EggertImprove quality of tests for time stamp overflow.
2011-03-13 Paul Eggert* editfns.c (lisp_time_argument): Check for time stamp...
2011-03-12 Glenn MorrisMerge from emacs-23; up to 2010-06-03T22:16:02Z!dann...
2011-03-12 Eli Zaretskiisrc/ChangeLog: Fix last entry for deps.mk.
2011-03-12 Eli ZaretskiiMake termcap.c implementations consistent with tparam...
next