aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * font.c, gtkutil.c: Include <float.h>.Paul Eggert2011-08-293-2/+6
* Merge from trunk.Paul Eggert2011-08-297-52/+97
|\
| * * image.c (parse_image_spec): Check for nonnegative, not for positive,Paul Eggert2011-08-282-15/+23
| * * src/term.c (init_tty) [HAVE_GPM]: Move mouse settings after set_tty_hooks.Johan Bockgård2011-08-282-5/+10
| * Fix vertical cursor motion from start of R2L lines in L2R paragraphs.Eli Zaretskii2011-08-272-3/+33
| * src/bidi.c: Rearrange commentary to bidi_fetch_char.Eli Zaretskii2011-08-271-7/+6
| * * ccl.c: Improve and simplify overflow checking (Bug#9196).Paul Eggert2011-08-272-22/+20
| * src/makefile.w32-in ($(BLD)/alloc.$(O)): Depend on lib/verify.h.Juanma Barranquero2011-08-272-0/+5
* | * xterm.h (x_check_errors): Add ATTRIBUTE_FORMAT_PRINTF.Paul Eggert2011-08-292-1/+4
* | * xterm.c (x_io_error_quitter): Don't overrun sprintf buffer.Paul Eggert2011-08-292-1/+4
* | * xfns.c (x_window): Make sprintf buffer a bit biggerPaul Eggert2011-08-292-1/+4
* | * xfaces.c (x_update_menu_appearance): Don't overrun bufferPaul Eggert2011-08-292-14/+24
* | * term.c (produce_glyphless_glyph): Make sprintf buffer a bit biggerPaul Eggert2011-08-292-1/+4
* | * process.c (make_process): Use printmax_t, not int, to formatPaul Eggert2011-08-292-3/+6
* | * print.c (float_to_string): Detect width overflow more reliably.Paul Eggert2011-08-292-16/+27
* | * nsterm.m ((NSSize)windowWillResize): Use esprintf, not sprintf,Paul Eggert2011-08-292-1/+4
* | * macros.c (executing_kbd_macro_iterations): Now EMACS_INT, not int.Paul Eggert2011-08-293-8/+13
* | * lread.c (dir_warning): Don't blindly alloca buffer; use SAFE_ALLOCA.Paul Eggert2011-08-292-5/+14
* | * gtkutil.c (xg_check_special_colors, xg_set_geometry):Paul Eggert2011-08-292-2/+5
* | * frame.c (tty_frame_count): Now printmax_t, not int.Paul Eggert2011-08-292-18/+38
* | * fontset.c (num_auto_fontsets): Now printmax_t, not int.Paul Eggert2011-08-292-3/+6
* | * font.c (font_unparse_xlfd): Don't blindly alloca long strings.Paul Eggert2011-08-292-106/+77
* | * filelock.c (lock_file_1, lock_file): Don't blindly alloca long name;Paul Eggert2011-08-292-14/+24
* | * eval.c (verror): Simplify by rewriting in terms of evxprintf,Paul Eggert2011-08-292-25/+4
* | * emacs.c (main) [NS_IMPL_COCOA]: Don't overrun bufferPaul Eggert2011-08-292-3/+8
* | * editfns.c (Fcurrent_time_zone): Don't overrun bufferPaul Eggert2011-08-292-2/+7
* | * dispnew.c (add_window_display_history): Don't overrun buffer.Paul Eggert2011-08-292-9/+13
* | * dbusbind.c (xd_signature, Fdbus_register_signal):Paul Eggert2011-08-292-19/+25
* | sprintf-related integer and memory overflow issues.Paul Eggert2011-08-297-85/+252
|/
* Merge from trunk.Paul Eggert2011-08-262-2/+15
|\
| * Fix bug #9324 with unwarranted repositioning of point.Eli Zaretskii2011-08-262-1/+14
* | Merge from trunk.Paul Eggert2011-08-255-81/+158
|\ \ | |/
| * Fix last change for text terminals.Eli Zaretskii2011-08-252-1/+4
| * Fix cursor motion with long continued lines near window bottom.Eli Zaretskii2011-08-252-5/+27
| * Handle `(space ...)' display spec as paragraph separator.Eli Zaretskii2011-08-254-53/+111
| * Delete record-buffer, and rename unrecord-buffer to bury-buffer-internal.Chong Yidong2011-08-242-22/+16
* | Merge from trunk.Paul Eggert2011-08-2410-56/+165
|\ \ | |/
| * Fix cursor movement in R2L text within L2R paragraphs.Eli Zaretskii2011-08-242-6/+28
| * Fix current-bidi-paragraph-direction and its doc.Eli Zaretskii2011-08-242-1/+5
| * Minor changes in bidi.c.Eli Zaretskii2011-08-242-3/+10
| * * lisp/mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signalsStefan Monnier2011-08-231-0/+3
| * Followup for character properties in 2011-08-23T11:48:07Z!handa@m17n.org.Eli Zaretskii2011-08-232-2/+11
| * * src/nsfont.m (ns_otf_to_script): Fix typo.Chong Yidong2011-08-232-1/+5
| * merge trunkKenichi Handa2011-08-236-40/+97
| |\
| | * Fix bug #8874 with recentering and header line under scroll-conservatively.Eli Zaretskii2011-08-232-1/+5
| | * Fix crashes with completion and composed characters.Eli Zaretskii2011-08-232-1/+7
| | * Fix pos-visible-in-window-p for zero-column composed character.Eli Zaretskii2011-08-232-0/+8
| | * * src/cmds.c (Fself_insert_command): Mention post-self-insert-hook.Stefan Monnier2011-08-222-10/+15
| | * Fix vertical cursor motion under bidi on auto-composed characters.Eli Zaretskii2011-08-222-1/+12
| | * Fix animated gif segfault and frame clearing bug.Chong Yidong2011-08-212-25/+35