| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * buffer.c (buffer_count): Remove unused var. | Paul Eggert | 2011-04-10 | 2 | -3/+2 |
* | * bidi.c (bidi_dump_cached_states): Mark as externally visible, | Paul Eggert | 2011-04-10 | 3 | -1/+8 |
* | * atimer.c (alarm_signal_handler, run_all_atimers): Now static. | Paul Eggert | 2011-04-10 | 3 | -5/+6 |
* | font.c: Make copy_font_spec and merge_font_spec ordinary C functions. | Paul Eggert | 2011-04-10 | 6 | -23/+29 |
* | alloc.c: Import and export fewer symbols, and remove unused items. | Paul Eggert | 2011-04-10 | 5 | -29/+65 |
* | Declare Lisp_Object Q* variables to be 'static' if not exproted. | Paul Eggert | 2011-04-10 | 54 | -398/+441 |
* | * lisp.h (DEFINE_FUNC): Make sname 'static'. | Paul Eggert | 2011-04-10 | 2 | -1/+4 |
* | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert | 2011-04-10 | 57 | -411/+471 |
* | * editfns.c (Fformat): Remove unreachable code. | Paul Eggert | 2011-04-10 | 2 | -7/+5 |
* | Fix more problems found by GCC 4.6.0's static checks. | Paul Eggert | 2011-04-10 | 29 | -141/+278 |
|\ |
|
| * | Keep doprnt.c around for now, as we might revamp and reuse it. | Paul Eggert | 2011-04-10 | 2 | -2/+282 |
| * | Merge from mainline. | Paul Eggert | 2011-04-10 | 4 | -16/+27 |
| |\
| |/
|/| |
|
* | | use ssize_t and size_t for read- and write-like emacs_gnutls_* functions | Jim Meyering | 2011-04-10 | 4 | -15/+26 |
| * | Merge from mainline. | Paul Eggert | 2011-04-09 | 2 | -37/+31 |
| |\
| |/
|/| |
|
* | | Cleanups to the ImageMagick code and docstrings. | Chong Yidong | 2011-04-09 | 2 | -37/+31 |
| * | * xdisp.c (message_nolog): Bring this back, inside "#if 0". | Paul Eggert | 2011-04-09 | 1 | -0/+18 |
| * | * xdisp.c (vmessage): Use a better test for character truncation. | Paul Eggert | 2011-04-09 | 2 | -6/+9 |
| * | * syntax.c (skip_chars): Likewise. | Paul Eggert | 2011-04-09 | 2 | -4/+7 |
| * | * editfns.c (Fformat): Likewise. | Paul Eggert | 2011-04-09 | 2 | -1/+2 |
| * | Mention potential integer overflow problems. | Paul Eggert | 2011-04-09 | 1 | -1/+2 |
| * | * chartab.c: Use similar style as for other recent patches. | Paul Eggert | 2011-04-09 | 1 | -2/+1 |
| * | * casetab.c (set_identity, shuffle): Likewise. | Paul Eggert | 2011-04-09 | 2 | -4/+7 |
| * | * chartab.c (sub_char_table_set_range, char_table_set_range): Likewise. | Paul Eggert | 2011-04-09 | 2 | -7/+10 |
| * | * charset.c (load_charset_map): <, not <=, for optimization. | Paul Eggert | 2011-04-09 | 2 | -7/+10 |
| * | * xmenu.c (set_frame_menubar): Allocate smaller local vectors. | Paul Eggert | 2011-04-09 | 2 | -10/+14 |
| * | * callint.c (Fcall_interactively): <, not <=, for optimization. | Paul Eggert | 2011-04-09 | 2 | -18/+22 |
| * | * ftfont.c: Distingish more carefully between FcChar8 and char. | Paul Eggert | 2011-04-09 | 2 | -10/+27 |
| * | * keyboard.c (read_char): Remove unused var. | Paul Eggert | 2011-04-09 | 2 | -1/+2 |
| * | Merge from mainline. | Paul Eggert | 2011-04-09 | 19 | -564/+302 |
| |\
| |/
|/| |
|
* | | Merge from emacs-23; up to 2010-06-08T03:06:47Z!dann@ics.uci.edu. | Glenn Morris | 2011-04-09 | 5 | -61/+72 |
|\ \ |
|
| * | | Fix ChangeLog attribution. | Glenn Morris | 2011-04-09 | 1 | -1/+1 |
| * | | Fix more GCC strict-aliasing warnings. | Chong Yidong | 2011-04-08 | 4 | -58/+65 |
| * | | * xterm.c (handle_one_xevent): Avoid type-punned derefencing of X events. | Chong Yidong | 2011-04-08 | 2 | -4/+8 |
* | | | Replace some uses of `int' with EMACS_INT. | Eli Zaretskii | 2011-04-09 | 9 | -79/+125 |
* | | | Merge changes from emacs-23 branch | Chong Yidong | 2011-04-08 | 3 | -5/+12 |
|\ \ \
| |/ / |
|
| * | | * term.c (init_tty): Fix incorrect ifdef placement (Bug#8450). | Svante Signell | 2011-04-08 | 2 | -2/+5 |
| * | | * process.c (Fformat_network_address): Doc fix. | Christoph Scholtes | 2011-03-19 | 2 | -3/+7 |
* | | | * src/xml.c (parse_region): Avoid creating spurious whiespace nodes. | T.V. Raman | 2011-04-08 | 2 | -1/+5 |
* | | | * keyboard.c (syms_of_keyboard): Use DEFSYM macro. | Chong Yidong | 2011-04-08 | 2 | -148/+72 |
* | | | Remove internal_with_output_to_temp_buffer, replacing sole user with Lisp. | Chong Yidong | 2011-04-08 | 5 | -32/+16 |
* | | | Remove list-processes C function; misc fixes to last change. | Chong Yidong | 2011-04-06 | 2 | -239/+5 |
| | * | * eval.c: Port to Windows vsnprintf (Bug#8435). | Paul Eggert | 2011-04-08 | 2 | -17/+34 |
| | * | * eval.c (verror): Initial buffer size is 4000 (not 200) bytes. | Paul Eggert | 2011-04-06 | 2 | -1/+3 |
| | * | Remove the doprnt implementation, as Emacs now uses vsnprintf. | Paul Eggert | 2011-04-06 | 5 | -284/+8 |
| | * | error: Print 32- and 64-bit integers portably (Bug#8435). | Paul Eggert | 2011-04-06 | 17 | -60/+117 |
| | * | * eval.c (internal_lisp_condition_case): Don't pass spurious arg. | Paul Eggert | 2011-04-06 | 2 | -1/+3 |
| | * | * keyboard.c (access_keymap_keyremap): Print func name, not garbage. | Paul Eggert | 2011-04-06 | 2 | -1/+6 |
| | * | * coding.c (Fdecode_sjis_char): Don't assume CODE fits in int. | Paul Eggert | 2011-04-06 | 2 | -2/+5 |
| | * | * xterm.c (x_catch_errors): Remove duplicate declaration. | Paul Eggert | 2011-04-06 | 2 | -2/+2 |
| | * | * term.c (maybe_fatal): Mark its 3rd arg as a printf format, too. | Paul Eggert | 2011-04-06 | 2 | -1/+3 |