aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (Fdefvar): Rename locals to avoid shadowing.Paul Eggert2011-03-162-16/+19
* * alloc.c (mark_backtrace): Move decl from here ...Paul Eggert2011-03-163-1/+4
* * eval.c (lisp_indirect_variable): Name an expression,Paul Eggert2011-03-162-1/+4
* * eval.c (Fdefvar): Rewrite so as not to use empty "else".Paul Eggert2011-03-162-4/+6
* * eval.c (call_debugger, do_debug_on_call, grow_specpdl): Now static.Paul Eggert2011-03-162-8/+9
* * callint.c: Use const pointer when appropriate.Paul Eggert2011-03-162-1/+2
* * callint.c (Fcall_interactively): Rename locals to avoid shadowing.Paul Eggert2011-03-162-11/+12
* * callint.c (quotify_arg, quotify_args): Now static.Paul Eggert2011-03-162-2/+4
* * editfns.c (Ftranslate_region_internal): Mark var as initialized.Paul Eggert2011-03-162-1/+2
* * editfns.c: (Fformat_time_string, Fencode_time, Finsert_char):Paul Eggert2011-03-162-18/+19
* Move editfns decls to lisp.h to check interfaces.Paul Eggert2011-03-155-6/+7
* * editfns.c (init_editfns, Fuser_login_name, Fuser_uid):Paul Eggert2011-03-152-13/+20
* * doc.c (Fdocumentation, Fsnarf_documentation): Move locals toPaul Eggert2011-03-152-15/+24
* * data.c (do_blv_forwarding, do_symval_forwarding): Remove; unused.Paul Eggert2011-03-152-11/+1
* * data.c (Fmake_variable_buffer_local, Fmake_local_variable): MarkPaul Eggert2011-03-152-4/+6
* * lisp.h (eassert): Check that the argument compiles, even ifPaul Eggert2011-03-152-1/+4
* * data.c (store_symval_forwarding): Rename local to avoid shadowing.Paul Eggert2011-03-152-4/+5
* * data.c (default_value, arithcompare, arith_driver, arith_error): Now static.Paul Eggert2011-03-152-4/+5
* * data.c (Findirect_variable): Name an expression, to avoidPaul Eggert2011-03-152-1/+7
* * alloc.c (Fmemory_limit): Cast sbrk's returned value to char *.Paul Eggert2011-03-152-1/+2
* * alloc.c (BLOCK_INPUT_ALLOC, UNBLOCK_INPUT_ALLOC): Define only ifPaul Eggert2011-03-152-8/+12
* * alloc.c (mark_stack): Move local variables into the #ifdef region wherePaul Eggert2011-03-152-6/+10
* * alloc.c: (Fmake_vector, Fvector, Fmake_byte_code, Fgarbage_collect):Paul Eggert2011-03-152-24/+27
* * alloc.c (check_cons_list): Do not define unless GC_CHECK_CONS_LIST.Paul Eggert2011-03-153-4/+9
* * character.h (PREV_CHAR_BOUNDARY): Rename local to avoid shadowing.Paul Eggert2011-03-152-5/+6
* * regex.c (IF_LINT): Add defn, for benefit of ../lib-src.Paul Eggert2011-03-152-0/+9
* Fix typo in ChangeLog.Paul Eggert2011-03-151-1/+1
* * editfns.c (Fchar_equal): Remove no-longer-needed workaround forPaul Eggert2011-03-152-6/+3
* Add ChangeLog entry for previous change.Paul Eggert2011-03-151-0/+9
* Use functions, not macros, for up- and down-casing.Paul Eggert2011-03-159-65/+49
* * regex.c (RETALLOC_IF): Define only if needed.Paul Eggert2011-03-152-43/+19
* * regex.c (regex_compile, re_match_2_internal): Mark locals as initialized.Paul Eggert2011-03-152-4/+5
* * regex.c (FREE_VAR): Rewrite so as not to use empty "else",Paul Eggert2011-03-152-1/+10
* * regex.c (re_match_2_internals): Fix one more "not".Paul Eggert2011-03-151-12/+15
* * regex.c: (regex_compile, re_search_2, re_match_2_internal):Paul Eggert2011-03-152-10/+5
* * regex.c (CHARSET_LOOKUP_RANGE_TABLE_RAW, POP_FAILURE_REG_OR_COUNT):Paul Eggert2011-03-152-67/+73
* * search.c (boyer_moore): Rename locals to avoid shadowing.Paul Eggert2011-03-153-11/+14
* * search.c (simple_search): Remove unused var.Paul Eggert2011-03-152-1/+2
* * dired.c (compile_pattern): Move decl from here ...Paul Eggert2011-03-153-5/+8
* * character.h (INC_POS, DEC_POS): Rename locals to avoid shadowing.Paul Eggert2011-03-152-7/+9
* * indent.c (Fvertical_motion): Mark locals as initialized.Paul Eggert2011-03-152-2/+3
* * indent.c (MULTIBYTE_BYTES_WIDTH): New args bytes, width.Paul Eggert2011-03-152-15/+20
* * casefiddle.c (casify_region): Mark local as initialized.Paul Eggert2011-03-152-1/+5
* * casefiddle.c (casify_object, casify_region): Now static.Paul Eggert2011-03-152-2/+4
* * cmds.c (internal_self_insert): Rename local to avoid shadowing.Paul Eggert2011-03-152-3/+5
* * lisp.h: New macros GCPRO2_VAR, GCPRO3_VAR, etc.Paul Eggert2011-03-154-116/+139
* * dired.c (directory_files_internal, file_name_completion):Paul Eggert2011-03-152-17/+20
* Fix a race condition diagnosed by gcc -Wsequence-point (Bug#8254).Paul Eggert2011-03-155-53/+67
* * dired.c (directory_files_internal_unwind): Now static.Paul Eggert2011-03-142-1/+3
* * fileio.c: (Fset_file_times, Finsert_file_contents, auto_save_error):Paul Eggert2011-03-142-19/+22