aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix more problems found by GCC 4.6.0's static checks.Paul Eggert2011-04-101-0/+83
|\
| * Keep doprnt.c around for now, as we might revamp and reuse it.Paul Eggert2011-04-101-2/+3
| * Merge from mainline.Paul Eggert2011-04-101-1/+11
| |\ | |/ |/|
* | use ssize_t and size_t for read- and write-like emacs_gnutls_* functionsJim Meyering2011-04-101-0/+10
| * Merge from mainline.Paul Eggert2011-04-091-0/+4
| |\ | |/ |/|
* | Cleanups to the ImageMagick code and docstrings.Chong Yidong2011-04-091-0/+4
| * * xdisp.c (vmessage): Use a better test for character truncation.Paul Eggert2011-04-091-0/+2
| * * syntax.c (skip_chars): Likewise.Paul Eggert2011-04-091-0/+1
| * * editfns.c (Fformat): Likewise.Paul Eggert2011-04-091-0/+1
| * Mention potential integer overflow problems.Paul Eggert2011-04-091-1/+2
| * * casetab.c (set_identity, shuffle): Likewise.Paul Eggert2011-04-091-0/+1
| * * chartab.c (sub_char_table_set_range, char_table_set_range): Likewise.Paul Eggert2011-04-091-0/+1
| * * charset.c (load_charset_map): <, not <=, for optimization.Paul Eggert2011-04-091-0/+2
| * * xmenu.c (set_frame_menubar): Allocate smaller local vectors.Paul Eggert2011-04-091-0/+3
| * * callint.c (Fcall_interactively): <, not <=, for optimization.Paul Eggert2011-04-091-0/+5
| * * ftfont.c: Distingish more carefully between FcChar8 and char.Paul Eggert2011-04-091-0/+8
| * * keyboard.c (read_char): Remove unused var.Paul Eggert2011-04-091-0/+2
| * Merge from mainline.Paul Eggert2011-04-091-5/+80
| |\ | |/ |/|
* | Merge from emacs-23; up to 2010-06-08T03:06:47Z!dann@ics.uci.edu.Glenn Morris2011-04-091-1/+11
|\ \
| * | Fix ChangeLog attribution.Glenn Morris2011-04-091-1/+1
| * | Fix more GCC strict-aliasing warnings.Chong Yidong2011-04-081-2/+7
| * | * xterm.c (handle_one_xevent): Avoid type-punned derefencing of X events.Chong Yidong2011-04-081-0/+5
* | | Replace some uses of `int' with EMACS_INT.Eli Zaretskii2011-04-091-0/+41
* | | Merge changes from emacs-23 branchChong Yidong2011-04-081-0/+8
|\ \ \ | |/ /
| * | * term.c (init_tty): Fix incorrect ifdef placement (Bug#8450).Svante Signell2011-04-081-0/+4
| * | * process.c (Fformat_network_address): Doc fix.Christoph Scholtes2011-03-191-0/+4
* | | * src/xml.c (parse_region): Avoid creating spurious whiespace nodes.T.V. Raman2011-04-081-0/+4
* | | * keyboard.c (syms_of_keyboard): Use DEFSYM macro.Chong Yidong2011-04-081-0/+1
* | | Remove internal_with_output_to_temp_buffer, replacing sole user with Lisp.Chong Yidong2011-04-081-0/+10
* | | Remove list-processes C function; misc fixes to last change.Chong Yidong2011-04-061-0/+5
| | * * eval.c: Port to Windows vsnprintf (Bug#8435).Paul Eggert2011-04-081-0/+11
| | * * eval.c (verror): Initial buffer size is 4000 (not 200) bytes.Paul Eggert2011-04-061-0/+2
| | * Remove the doprnt implementation, as Emacs now uses vsnprintf.Paul Eggert2011-04-061-0/+6
| | * error: Print 32- and 64-bit integers portably (Bug#8435).Paul Eggert2011-04-061-0/+22
| | * * eval.c (internal_lisp_condition_case): Don't pass spurious arg.Paul Eggert2011-04-061-0/+2
| | * * keyboard.c (access_keymap_keyremap): Print func name, not garbage.Paul Eggert2011-04-061-0/+4
| | * * coding.c (Fdecode_sjis_char): Don't assume CODE fits in int.Paul Eggert2011-04-061-0/+2
| | * * xterm.c (x_catch_errors): Remove duplicate declaration.Paul Eggert2011-04-061-0/+2
| | * * term.c (maybe_fatal): Mark its 3rd arg as a printf format, too.Paul Eggert2011-04-061-0/+2
| | * * xdisp.c, lisp.h (message_nolog): Remove; unused.Paul Eggert2011-04-061-0/+4
| |/ |/|
* | Adapt the MS-DOS build to changes in gnulib.Eli Zaretskii2011-04-061-0/+2
* | Don't call gnulib's careadlinkat on Windows.Eli Zaretskii2011-04-061-0/+4
* | Update and split ChangeLogs.Juanma Barranquero2011-04-061-31378/+3
* | Fix more problems found by GCC 4.6.0's static checks.Paul Eggert2011-04-051-0/+164
|\ \
| * | doprnt, error, and verror are not printf-compatible.Paul Eggert2011-04-051-2/+1
| * | Undo Fstring_to_unibyte change.Paul Eggert2011-04-051-4/+1
| * | * xmenu.c (Fx_popup_dialog): Don't assume string is free of formats.Paul Eggert2011-04-051-0/+2
| * | * menu.c (Fx_popup_menu): Don't assume error_name lacks printf formats.Paul Eggert2011-04-051-0/+2
| * | * fns.c (Fstring_to_unibyte): Don't rely on undefined behaviorPaul Eggert2011-04-051-0/+3
| * | * lisp.h (message, message_nolog, doprint, error, verror, fatal):Paul Eggert2011-04-051-0/+3