bpt/emacs.git
2011-03-16 Paul EggertNew file unexec.h, the (simple) interface for unexec.
2011-03-16 Paul Eggert* syntax.c (back_comment, skip_chars): Mark vars as...
2011-03-16 Paul Eggert* syntax.c (Fforward_comment, scan_lists): Rename local...
2011-03-16 Paul Eggert* lread.c (Fload, readevalloop, read1): Rename locals...
2011-03-16 Paul Eggert* character.h (FETCH_STRING_CHAR_ADVANCE_NO_CHECK,...
2011-03-16 Paul Eggert* lread.c (read1): Rewrite so as not to use empty ...
2011-03-16 Paul Eggert* print.c (Fredirect_debugging_output): Fix pointer...
2011-03-16 Paul Eggert* lisp.h (debug_output_compilation_hack): Add decl...
2011-03-16 Paul Eggert* font.c (font_sort_entities): Mark var as initialized.
2011-03-16 Paul Eggert* font.c (font_unparse_fcname): Abort in an "impossible...
2011-03-16 Paul Eggert* font.c: (font_style_to_value, font_prop_validate_styl...
2011-03-16 Paul Eggert* character.h (FETCH_CHAR_ADVANCE): Rename locals to...
2011-03-16 Paul Eggert* font.c (font_get_spec): Remove; unused.
2011-03-16 Paul Eggert* font.c (font_delete_unmatched): Now static.
2011-03-16 Paul Eggert* font.c (font_parse_fcname): Remove unused vars.
2011-03-16 Paul Eggert* font.c (font_unparse_xlfd): Don't mix pointers to...
2011-03-16 Paul Eggert* fns.c (Ffillarray): Rename locals to avoid shadowing.
2011-03-16 Paul Eggert* fns.c (require_nesting_list, require_unwind): Now...
2011-03-16 Paul Eggert* floatfns.c (Ffrexp, Fldexp): Rename locals to avoid...
2011-03-16 Paul Eggert* floatfns.c (domain_error2): Define only if needed.
2011-03-16 Paul Eggert* eval.c (Fdefvar): Rename locals to avoid shadowing.
2011-03-16 Paul Eggert* alloc.c (mark_backtrace): Move decl from here ...
2011-03-16 Paul Eggert* eval.c (lisp_indirect_variable): Name an expression,
2011-03-16 Paul Eggert* eval.c (Fdefvar): Rewrite so as not to use empty...
2011-03-16 Paul Eggert* eval.c (call_debugger, do_debug_on_call, grow_specpdl...
2011-03-16 Paul Eggert* callint.c: Use const pointer when appropriate.
2011-03-16 Paul Eggert* callint.c (Fcall_interactively): Rename locals to...
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 EggertUse functions, not macros, for up- and down-casing.
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 (re_match_2_internals): Fix one more "not".
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...
next