- 18 Apr, 2011 2 commits
-
-
Paul Eggert authored
This doesn't fix a bug but makes the code clearer.
-
Paul Eggert authored
-
- 17 Apr, 2011 3 commits
-
-
Chong Yidong authored
* src/dispextern.h (FACE_SUITABLE_FOR_ASCII_CHAR_P): Add missing definition for no-X builds. * src/termhooks.h (FRAME_WINDOW_P): Remove duplicated definitions. * src/xdisp.c (get_next_display_element): Remove unnecessary ifdefs.
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/calendar/diary-lib.el (diary-sexp-entry): * lisp/calendar/holidays.el (holiday-sexp): Set debug-on-error rather than the removed stack-trace-on-error.
-
- 16 Apr, 2011 35 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
* lisp/progmodes/f90.el: Use lexical-binding. Use utf-8 coding. (f90-get-correct-indent): Remove unnecessary local variable `cont'.
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
(send_process_trap): Mark it with NO_RETURN if it doesn't return. (send_process): Repair possible setjmp clobbering.
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
Define only if needed.
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
by pacifying GCC about it. Maybe it's time to retire it?
-
Paul Eggert authored
to avoid shadowing.
-
Paul Eggert authored
-
Paul Eggert authored
(make_menu_in_widget): Add cast to avoid warning.
-
Paul Eggert authored
about alignment.
-
Paul Eggert authored
(main): Remove unused var. Mark var as initialized. Move locals to avoid shadowing, and use time_t for times.
-
Paul Eggert authored
with void *. This avoids warnings about pointer casts.
-
Paul Eggert authored
(IS_ANY_SEP): Remove; unused. (get_current_dir_name): Add an extern decl.
-
Paul Eggert authored
USE_MMAP_FOR_BUFFERS || REL_ALLOC || DOUG_LEA_MALLOC.
-
Paul Eggert authored
it.
-
Paul Eggert authored
so that we aren't warned about unused symbols.
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
-
Eli Zaretskii authored
src/gnutls.c (Fgnutls_boot): Don't pass Lisp_Object to `error'.
-
Eli Zaretskii authored
src/syntax.h (struct gl_state_s): Declare character position members EMACS_INT. src/syntax.c (update_syntax_table): Declare 2nd argument EMACS_INT. src/textprop.c (verify_interval_modification, interval_of): Declare arguments EMACS_INT. src/intervals.c (adjust_intervals_for_insertion): Declare arguments EMACS_INT. src/intervals.h (CHECK_TOTAL_LENGTH): Cast to EMACS_INT, not `int'. src/indent.c (Fvertical_motion): Local variable it_start is now EMACS_INT. src/regex.c (re_match, re_match_2, re_match_2_internal) (bcmp_translate, regcomp, regexec, print_double_string) (group_in_compile_stack, re_search, re_search_2, regex_compile) (re_compile_pattern, re_exec): Declare arguments and local variables `size_t' and `ssize_t' and return values `regoff_t', as appropriate. (POP_FAILURE_REG_OR_COUNT) <pfreg>: Declare `long'. (CHECK_INFINITE_LOOP) <failure>: Declare `ssize_t'. <compile_stack_type>: `size' and `avail' are now `size_t'. src/regex.h <regoff_t>: Use ssize_t, not int. (re_search, re_search_2, re_match, re_match_2): Arguments that specify buffer/string position and length are now ssize_t and size_t. Return type is regoff_t.
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
-
Paul Eggert authored
-