aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * ccl.h (check_ccl_update, Vccl_program_table): Remove decls.Paul Eggert2011-04-103-31/+5
* * category.c (SET_CATEGORY_SET, set_category_set): Move here.Paul Eggert2011-04-103-10/+12
* * casetab.c (Vascii_upcase_table, Vascii_eqv_table): Now static.Paul Eggert2011-04-103-4/+9
* * buffer.c (buffer_count): Remove unused var.Paul Eggert2011-04-102-3/+2
* * bidi.c (bidi_dump_cached_states): Mark as externally visible,Paul Eggert2011-04-103-1/+8
* * atimer.c (alarm_signal_handler, run_all_atimers): Now static.Paul Eggert2011-04-103-5/+6
* font.c: Make copy_font_spec and merge_font_spec ordinary C functions.Paul Eggert2011-04-106-23/+29
* alloc.c: Import and export fewer symbols, and remove unused items.Paul Eggert2011-04-105-29/+65
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-1054-398/+441
* * lisp.h (DEFINE_FUNC): Make sname 'static'.Paul Eggert2011-04-102-1/+4
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-1057-411/+471
* * editfns.c (Fformat): Remove unreachable code.Paul Eggert2011-04-102-7/+5
* Fix more problems found by GCC 4.6.0's static checks.Paul Eggert2011-04-1029-141/+278
|\
| * Keep doprnt.c around for now, as we might revamp and reuse it.Paul Eggert2011-04-102-2/+282
| * Merge from mainline.Paul Eggert2011-04-104-16/+27
| |\ | |/ |/|
* | use ssize_t and size_t for read- and write-like emacs_gnutls_* functionsJim Meyering2011-04-104-15/+26
| * Merge from mainline.Paul Eggert2011-04-092-37/+31
| |\ | |/ |/|
* | Cleanups to the ImageMagick code and docstrings.Chong Yidong2011-04-092-37/+31
| * * xdisp.c (message_nolog): Bring this back, inside "#if 0".Paul Eggert2011-04-091-0/+18
| * * xdisp.c (vmessage): Use a better test for character truncation.Paul Eggert2011-04-092-6/+9
| * * syntax.c (skip_chars): Likewise.Paul Eggert2011-04-092-4/+7
| * * editfns.c (Fformat): Likewise.Paul Eggert2011-04-092-1/+2
| * Mention potential integer overflow problems.Paul Eggert2011-04-091-1/+2
| * * chartab.c: Use similar style as for other recent patches.Paul Eggert2011-04-091-2/+1
| * * casetab.c (set_identity, shuffle): Likewise.Paul Eggert2011-04-092-4/+7
| * * chartab.c (sub_char_table_set_range, char_table_set_range): Likewise.Paul Eggert2011-04-092-7/+10
| * * charset.c (load_charset_map): <, not <=, for optimization.Paul Eggert2011-04-092-7/+10
| * * xmenu.c (set_frame_menubar): Allocate smaller local vectors.Paul Eggert2011-04-092-10/+14
| * * callint.c (Fcall_interactively): <, not <=, for optimization.Paul Eggert2011-04-092-18/+22
| * * ftfont.c: Distingish more carefully between FcChar8 and char.Paul Eggert2011-04-092-10/+27
| * * keyboard.c (read_char): Remove unused var.Paul Eggert2011-04-092-1/+2
| * Merge from mainline.Paul Eggert2011-04-0919-564/+302
| |\ | |/ |/|
* | Merge from emacs-23; up to 2010-06-08T03:06:[email protected].Glenn Morris2011-04-095-61/+72
|\ \
| * | Fix ChangeLog attribution.Glenn Morris2011-04-091-1/+1
| * | Fix more GCC strict-aliasing warnings.Chong Yidong2011-04-084-58/+65
| * | * xterm.c (handle_one_xevent): Avoid type-punned derefencing of X events.Chong Yidong2011-04-082-4/+8
* | | Replace some uses of `int' with EMACS_INT.Eli Zaretskii2011-04-099-79/+125
* | | Merge changes from emacs-23 branchChong Yidong2011-04-083-5/+12
|\| |
| * | * term.c (init_tty): Fix incorrect ifdef placement (Bug#8450).Svante Signell2011-04-082-2/+5
| * | * process.c (Fformat_network_address): Doc fix.Christoph Scholtes2011-03-192-3/+7
* | | * src/xml.c (parse_region): Avoid creating spurious whiespace nodes.T.V. Raman2011-04-082-1/+5
* | | * keyboard.c (syms_of_keyboard): Use DEFSYM macro.Chong Yidong2011-04-082-148/+72
* | | Remove internal_with_output_to_temp_buffer, replacing sole user with Lisp.Chong Yidong2011-04-085-32/+16
* | | Remove list-processes C function; misc fixes to last change.Chong Yidong2011-04-062-239/+5
| | * * eval.c: Port to Windows vsnprintf (Bug#8435).Paul Eggert2011-04-082-17/+34
| | * * eval.c (verror): Initial buffer size is 4000 (not 200) bytes.Paul Eggert2011-04-062-1/+3
| | * Remove the doprnt implementation, as Emacs now uses vsnprintf.Paul Eggert2011-04-065-284/+8
| | * error: Print 32- and 64-bit integers portably (Bug#8435).Paul Eggert2011-04-0617-60/+117
| | * * eval.c (internal_lisp_condition_case): Don't pass spurious arg.Paul Eggert2011-04-062-1/+3
| | * * keyboard.c (access_keymap_keyremap): Print func name, not garbage.Paul Eggert2011-04-062-1/+6