| Commit message (Expand) | Author | Age | Files | Lines |
| * | * lisp.h (circular_list_error, FOREACH): Remove; unused. | Paul Eggert | 2011-04-11 | 1 | -0/+5 |
| * | * commands.h (last_point_position, last_point_position_buffer): | Paul Eggert | 2011-04-11 | 1 | -0/+4 |
| * | * coding.h (coding, code_convert_region, encode_coding_gap): Remove | Paul Eggert | 2011-04-10 | 1 | -0/+6 |
| * | * chartab.c (chartab_chars, chartab_bits): Now static. | Paul Eggert | 2011-04-10 | 1 | -0/+2 |
| * | * charset.h (charset_iso_8859_1): Remove decl. | Paul Eggert | 2011-04-10 | 1 | -0/+4 |
| * | * ccl.h (check_ccl_update, Vccl_program_table): Remove decls. | Paul Eggert | 2011-04-10 | 1 | -0/+4 |
| * | * category.c (SET_CATEGORY_SET, set_category_set): Move here. | Paul Eggert | 2011-04-10 | 1 | -0/+4 |
| * | * casetab.c (Vascii_upcase_table, Vascii_eqv_table): Now static. | Paul Eggert | 2011-04-10 | 1 | -0/+3 |
| * | * buffer.c (buffer_count): Remove unused var. | Paul Eggert | 2011-04-10 | 1 | -0/+2 |
| * | * bidi.c (bidi_dump_cached_states): Mark as externally visible, | Paul Eggert | 2011-04-10 | 1 | -0/+6 |
| * | * atimer.c (alarm_signal_handler, run_all_atimers): Now static. | Paul Eggert | 2011-04-10 | 1 | -0/+3 |
| * | font.c: Make copy_font_spec and merge_font_spec ordinary C functions. | Paul Eggert | 2011-04-10 | 1 | -0/+6 |
| * | alloc.c: Import and export fewer symbols, and remove unused items. | Paul Eggert | 2011-04-10 | 1 | -0/+20 |
| * | Declare Lisp_Object Q* variables to be 'static' if not exproted. | Paul Eggert | 2011-04-10 | 1 | -0/+16 |
| * | * lisp.h (DEFINE_FUNC): Make sname 'static'. | Paul Eggert | 2011-04-10 | 1 | -0/+3 |
| * | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert | 2011-04-10 | 1 | -0/+59 |
| * | * editfns.c (Fformat): Remove unreachable code. | Paul Eggert | 2011-04-10 | 1 | -0/+4 |
| * | Fix more problems found by GCC 4.6.0's static checks. | Paul Eggert | 2011-04-10 | 1 | -0/+83 |
| |\ |
|
| | * | Keep doprnt.c around for now, as we might revamp and reuse it. | Paul Eggert | 2011-04-10 | 1 | -2/+3 |
| | * | Merge from mainline. | Paul Eggert | 2011-04-10 | 1 | -1/+11 |
| | |\
| |/
|/| |
|
| * | | use ssize_t and size_t for read- and write-like emacs_gnutls_* functions | Jim Meyering | 2011-04-10 | 1 | -0/+10 |
| | * | Merge from mainline. | Paul Eggert | 2011-04-09 | 1 | -0/+4 |
| | |\
| |/
|/| |
|
| * | | Cleanups to the ImageMagick code and docstrings. | Chong Yidong | 2011-04-09 | 1 | -0/+4 |
| | * | * xdisp.c (vmessage): Use a better test for character truncation. | Paul Eggert | 2011-04-09 | 1 | -0/+2 |
| | * | * syntax.c (skip_chars): Likewise. | Paul Eggert | 2011-04-09 | 1 | -0/+1 |
| | * | * editfns.c (Fformat): Likewise. | Paul Eggert | 2011-04-09 | 1 | -0/+1 |
| | * | Mention potential integer overflow problems. | Paul Eggert | 2011-04-09 | 1 | -1/+2 |
| | * | * casetab.c (set_identity, shuffle): Likewise. | Paul Eggert | 2011-04-09 | 1 | -0/+1 |
| | * | * chartab.c (sub_char_table_set_range, char_table_set_range): Likewise. | Paul Eggert | 2011-04-09 | 1 | -0/+1 |
| | * | * charset.c (load_charset_map): <, not <=, for optimization. | Paul Eggert | 2011-04-09 | 1 | -0/+2 |
| | * | * xmenu.c (set_frame_menubar): Allocate smaller local vectors. | Paul Eggert | 2011-04-09 | 1 | -0/+3 |
| | * | * callint.c (Fcall_interactively): <, not <=, for optimization. | Paul Eggert | 2011-04-09 | 1 | -0/+5 |
| | * | * ftfont.c: Distingish more carefully between FcChar8 and char. | Paul Eggert | 2011-04-09 | 1 | -0/+8 |
| | * | * keyboard.c (read_char): Remove unused var. | Paul Eggert | 2011-04-09 | 1 | -0/+2 |
| | * | Merge from mainline. | Paul Eggert | 2011-04-09 | 1 | -5/+80 |
| | |\
| |/
|/| |
|
| * | | Merge from emacs-23; up to 2010-06-08T03:06:47Z!dann@ics.uci.edu. | Glenn Morris | 2011-04-09 | 1 | -1/+11 |
| |\ \ |
|
| | * | | Fix ChangeLog attribution. | Glenn Morris | 2011-04-09 | 1 | -1/+1 |
| | * | | Fix more GCC strict-aliasing warnings. | Chong Yidong | 2011-04-08 | 1 | -2/+7 |
| | * | | * xterm.c (handle_one_xevent): Avoid type-punned derefencing of X events. | Chong Yidong | 2011-04-08 | 1 | -0/+5 |
| * | | | Replace some uses of `int' with EMACS_INT. | Eli Zaretskii | 2011-04-09 | 1 | -0/+41 |
| * | | | Merge changes from emacs-23 branch | Chong Yidong | 2011-04-08 | 1 | -0/+8 |
| |\ \ \
| |/ / |
|
| | * | | * term.c (init_tty): Fix incorrect ifdef placement (Bug#8450). | Svante Signell | 2011-04-08 | 1 | -0/+4 |
| | * | | * process.c (Fformat_network_address): Doc fix. | Christoph Scholtes | 2011-03-19 | 1 | -0/+4 |
| * | | | * src/xml.c (parse_region): Avoid creating spurious whiespace nodes. | T.V. Raman | 2011-04-08 | 1 | -0/+4 |
| * | | | * keyboard.c (syms_of_keyboard): Use DEFSYM macro. | Chong Yidong | 2011-04-08 | 1 | -0/+1 |
| * | | | Remove internal_with_output_to_temp_buffer, replacing sole user with Lisp. | Chong Yidong | 2011-04-08 | 1 | -0/+10 |
| * | | | Remove list-processes C function; misc fixes to last change. | Chong Yidong | 2011-04-06 | 1 | -0/+5 |
| | | * | * eval.c: Port to Windows vsnprintf (Bug#8435). | Paul Eggert | 2011-04-08 | 1 | -0/+11 |
| | | * | * eval.c (verror): Initial buffer size is 4000 (not 200) bytes. | Paul Eggert | 2011-04-06 | 1 | -0/+2 |
| | | * | Remove the doprnt implementation, as Emacs now uses vsnprintf. | Paul Eggert | 2011-04-06 | 1 | -0/+6 |