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