summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2011-03-16* alloc.c (mark_backtrace): Move decl from here ...Paul Eggert
2011-03-16* eval.c (lisp_indirect_variable): Name an expression,Paul Eggert
2011-03-16* eval.c (Fdefvar): Rewrite so as not to use empty "else".Paul Eggert
2011-03-16* eval.c (call_debugger, do_debug_on_call, grow_specpdl): Now static.Paul Eggert
2011-03-16* callint.c: Use const pointer when appropriate.Paul Eggert
2011-03-16* callint.c (Fcall_interactively): Rename locals to avoid shadowing.Paul Eggert
2011-03-16* callint.c (quotify_arg, quotify_args): Now static.Paul Eggert
2011-03-16* editfns.c (Ftranslate_region_internal): Mark var as initialized.Paul Eggert
2011-03-16* editfns.c: (Fformat_time_string, Fencode_time, Finsert_char):Paul Eggert
2011-03-16src/emacs.c (USAGE3): Doc fixes.Juanma Barranquero
2011-03-15Move editfns decls to lisp.h to check interfaces.Paul Eggert
2011-03-15* editfns.c (init_editfns, Fuser_login_name, Fuser_uid):Paul Eggert
2011-03-15* doc.c (Fdocumentation, Fsnarf_documentation): Move locals toPaul Eggert
2011-03-15* data.c (do_blv_forwarding, do_symval_forwarding): Remove; unused.Paul Eggert
2011-03-15* data.c (Fmake_variable_buffer_local, Fmake_local_variable): MarkPaul Eggert
2011-03-15* lisp.h (eassert): Check that the argument compiles, even ifPaul Eggert
2011-03-15* data.c (store_symval_forwarding): Rename local to avoid shadowing.Paul Eggert
2011-03-15* data.c (default_value, arithcompare, arith_driver, arith_error): Now static.Paul Eggert
2011-03-15* data.c (Findirect_variable): Name an expression, to avoidPaul Eggert
2011-03-15* alloc.c (Fmemory_limit): Cast sbrk's returned value to char *.Paul Eggert
2011-03-15* alloc.c (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Define only ifPaul Eggert
2011-03-15* alloc.c (mark_stack): Move local variables into the #ifdef region wherePaul Eggert
2011-03-15* alloc.c: (Fmake_vector, Fvector, Fmake_byte_code, Fgarbage_collect):Paul Eggert
2011-03-15* alloc.c (check_cons_list): Do not define unless GC_CHECK_CONS_LIST.Paul Eggert
2011-03-15* character.h (PREV_CHAR_BOUNDARY): Rename local to avoid shadowing.Paul Eggert
2011-03-15* regex.c (IF_LINT): Add defn, for benefit of ../lib-src.Paul Eggert
2011-03-15Fix typo in ChangeLog.Paul Eggert
2011-03-15* editfns.c (Fchar_equal): Remove no-longer-needed workaround forPaul Eggert
2011-03-15Add ChangeLog entry for previous change.Paul Eggert
2011-03-15* regex.c (RETALLOC_IF): Define only if needed.Paul Eggert
2011-03-15* regex.c (regex_compile, re_match_2_internal): Mark locals as initialized.Paul Eggert
2011-03-15* regex.c (FREE_VAR): Rewrite so as not to use empty "else",Paul Eggert
2011-03-15* src/coding.c (detect_coding_iso_2022): Reorganize code to clarifyAndreas Schwab
2011-03-15* regex.c: (regex_compile, re_search_2, re_match_2_internal):Paul Eggert
2011-03-15* regex.c (CHARSET_LOOKUP_RANGE_TABLE_RAW, POP_FAILURE_REG_OR_COUNT):Paul Eggert
2011-03-15* search.c (boyer_moore): Rename locals to avoid shadowing.Paul Eggert
2011-03-15* search.c (simple_search): Remove unused var.Paul Eggert
2011-03-15* dired.c (compile_pattern): Move decl from here ...Paul Eggert
2011-03-15* character.h (INC_POS, DEC_POS): Rename locals to avoid shadowing.Paul Eggert
2011-03-15* indent.c (Fvertical_motion): Mark locals as initialized.Paul Eggert
2011-03-15* indent.c (MULTIBYTE_BYTES_WIDTH): New args bytes, width.Paul Eggert
2011-03-15* casefiddle.c (casify_region): Mark local as initialized.Paul Eggert
2011-03-15* casefiddle.c (casify_object, casify_region): Now static.Paul Eggert
2011-03-15* cmds.c (internal_self_insert): Rename local to avoid shadowing.Paul Eggert
2011-03-15* lisp.h: New macros GCPRO2_VAR, GCPRO3_VAR, etc.Paul Eggert
2011-03-15* dired.c (directory_files_internal, file_name_completion):Paul Eggert
2011-03-15Fix a race condition diagnosed by gcc -Wsequence-point (Bug#8254).Paul Eggert
2011-03-14* dired.c (directory_files_internal_unwind): Now static.Paul Eggert
2011-03-14* fileio.c: (Fset_file_times, Finsert_file_contents, auto_save_error):Paul Eggert
2011-03-14* fileio.c (Ffile_selinux_context, Fset_file_selinux_context): Fix pointerPaul Eggert