- 16 Mar, 2011 8 commits
-
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
(Ftranslate_region_internal, Fformat): Rename or remove local vars to avoid shadowing.
-
Paul Eggert authored
-
Paul Eggert authored
(Fuser_real_uid, Fuser_full_name): Remove unnecessary casts, some of which prompt warnings from gcc -Wbad-function-cast.
-
- 15 Mar, 2011 32 commits
-
-
Paul Eggert authored
avoid shadowing.
-
Paul Eggert authored
-
Paul Eggert authored
variables as initialized.
-
Paul Eggert authored
ENABLE_CHECKING is not defined.
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
gcc -Wbad-function-cast warning.
-
Paul Eggert authored
-
Paul Eggert authored
! defined SYSTEM_MALLOC && ! defined SYNC_INPUT, as they are not needed otherwise. (CHECK_ALLOCATED): Define only if GC_CHECK_MARKED_OBJECTS. (GC_STRING_CHARS): Remove; not used.
-
Paul Eggert authored
they're used.
-
Paul Eggert authored
Rename locals to avoid shadowing.
-
Paul Eggert authored
* lisp.h (check_cons_list): Declare if GC_CHECK_CONS_LIST; this avoids undefined behavior in theory.
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
the race-condition problem the old DOWNCASE.
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
(WORDCHAR_P): Likewise. This one is never needed, but is used only in a comment talking about a compiler bug, so put inside the #if 0 of that comment. (CHARSET_LOOKUP_BITMAP, FAIL_STACK_FULL, RESET_FAIL_STACK): (PUSH_FAILURE_ELT, BUF_PUSH_3, STOP_ADDR_VSTRING): Remove; unused.
-
Paul Eggert authored
-
Paul Eggert authored
which gcc can warn about.
-
Paul Eggert authored
-
Paul Eggert authored
Remove unused local vars.
-
Paul Eggert authored
Rename locals to avoid shadowing. (regex_compile, re_match_2_internal): Move locals to avoid shadowing.
-
Paul Eggert authored
* character.h (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise.
-
Paul Eggert authored
-
Paul Eggert authored
* lisp.h: ... to here, so that it can be checked. (struct re_registers): New forward decl.
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
All uses changed. (MULTIBYTE_BYTES_WIDTH, scan_for_column, compute_motion): Rename locals to avoid shadowing.
-
Paul Eggert authored
-
Paul Eggert authored
-