aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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:47Z!dann@ics.uci.edu.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
* | | * coding.c (Fdecode_sjis_char): Don't assume CODE fits in int.Paul Eggert2011-04-062-2/+5
* | | * xterm.c (x_catch_errors): Remove duplicate declaration.Paul Eggert2011-04-062-2/+2
* | | * term.c (maybe_fatal): Mark its 3rd arg as a printf format, too.Paul Eggert2011-04-062-1/+3
* | | * xdisp.c, lisp.h (message_nolog): Remove; unused.Paul Eggert2011-04-063-17/+4
|/ /
* | Adapt the MS-DOS build to changes in gnulib.Eli Zaretskii2011-04-062-0/+40
* | Don't call gnulib's careadlinkat on Windows.Eli Zaretskii2011-04-062-2/+27
* | Update and split ChangeLogs.Juanma Barranquero2011-04-062-31378/+31404
* | Fix more problems found by GCC 4.6.0's static checks.Paul Eggert2011-04-0540-375/+453
|\ \
| * | doprnt, error, and verror are not printf-compatible.Paul Eggert2011-04-053-8/+5
| * | Undo Fstring_to_unibyte change.Paul Eggert2011-04-052-8/+2
| * | * xmenu.c (Fx_popup_dialog): Don't assume string is free of formats.Paul Eggert2011-04-052-1/+3
| * | * menu.c (Fx_popup_menu): Don't assume error_name lacks printf formats.Paul Eggert2011-04-052-1/+3
| * | * fns.c (Fstring_to_unibyte): Don't rely on undefined behaviorPaul Eggert2011-04-052-1/+7
| * | * lisp.h (message, message_nolog, doprint, error, verror, fatal):Paul Eggert2011-04-052-7/+13
| * | * xdisp.c (vmessage): Mark as a printf-like function.Paul Eggert2011-04-052-0/+3
| * | * term.c (vfatal, maybe_fatal): Mark as printf-like functions.Paul Eggert2011-04-052-2/+6
| * | * sound.c (sound_warning): Don't crash if arg contains a printf format.Paul Eggert2011-04-052-1/+3
| * | * image.c (tiff_error_handler, tiff_warning_handler): Mark asPaul Eggert2011-04-052-2/+11
| * | * eval.c (Fsignal): Remove excess argument to 'fatal'.Paul Eggert2011-04-052-1/+3
| * | Merge from mainline.Paul Eggert2011-04-046-38/+72
| |\ \ | |/ / |/| |
| * | * coding.c (DECODE_COMPOSITION_RULE): If the rule is invalid, goto invalid_codePaul Eggert2011-04-043-10/+18
| * | * coding.c (EMIT_ONE_BYTE, EMIT_TWO_BYTES): Use unsigned, not int.Paul Eggert2011-04-042-2/+5