| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | | | * xdisp.c, lisp.h (message_nolog): Remove; unused. | Paul Eggert | 2011-04-06 | 3 | -17/+4 |
| |/ / |
|
| * | | Adapt the MS-DOS build to changes in gnulib. | Eli Zaretskii | 2011-04-06 | 2 | -0/+40 |
| * | | Don't call gnulib's careadlinkat on Windows. | Eli Zaretskii | 2011-04-06 | 2 | -2/+27 |
| * | | Update and split ChangeLogs. | Juanma Barranquero | 2011-04-06 | 2 | -31378/+31404 |
| * | | Fix more problems found by GCC 4.6.0's static checks. | Paul Eggert | 2011-04-05 | 40 | -375/+453 |
| |\ \ |
|
| | * | | doprnt, error, and verror are not printf-compatible. | Paul Eggert | 2011-04-05 | 3 | -8/+5 |
| | * | | Undo Fstring_to_unibyte change. | Paul Eggert | 2011-04-05 | 2 | -8/+2 |
| | * | | * xmenu.c (Fx_popup_dialog): Don't assume string is free of formats. | Paul Eggert | 2011-04-05 | 2 | -1/+3 |
| | * | | * menu.c (Fx_popup_menu): Don't assume error_name lacks printf formats. | Paul Eggert | 2011-04-05 | 2 | -1/+3 |
| | * | | * fns.c (Fstring_to_unibyte): Don't rely on undefined behavior | Paul Eggert | 2011-04-05 | 2 | -1/+7 |
| | * | | * lisp.h (message, message_nolog, doprint, error, verror, fatal): | Paul Eggert | 2011-04-05 | 2 | -7/+13 |
| | * | | * xdisp.c (vmessage): Mark as a printf-like function. | Paul Eggert | 2011-04-05 | 2 | -0/+3 |
| | * | | * term.c (vfatal, maybe_fatal): Mark as printf-like functions. | Paul Eggert | 2011-04-05 | 2 | -2/+6 |
| | * | | * sound.c (sound_warning): Don't crash if arg contains a printf format. | Paul Eggert | 2011-04-05 | 2 | -1/+3 |
| | * | | * image.c (tiff_error_handler, tiff_warning_handler): Mark as | Paul Eggert | 2011-04-05 | 2 | -2/+11 |
| | * | | * eval.c (Fsignal): Remove excess argument to 'fatal'. | Paul Eggert | 2011-04-05 | 2 | -1/+3 |
| | * | | Merge from mainline. | Paul Eggert | 2011-04-04 | 6 | -38/+72 |
| | |\ \
| |/ /
|/| | |
|
| | * | | * coding.c (DECODE_COMPOSITION_RULE): If the rule is invalid, goto invalid_code | Paul Eggert | 2011-04-04 | 3 | -10/+18 |
| | * | | * coding.c (EMIT_ONE_BYTE, EMIT_TWO_BYTES): Use unsigned, not int. | Paul Eggert | 2011-04-04 | 2 | -2/+5 |