aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | * 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
* | | | | | | | | | | | upstreamJoakim Verona2011-08-316-116/+110
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge changes from emacs-23 branchChong Yidong2011-08-302-0/+10
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / | |/| | | | | | | | | / | | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| | * | | | | | | | | Fix syntax scanning bug causing fontification crashes.Chong Yidong2011-08-302-0/+10
| | * | | | | | | | | Fix implicit declaration of kbd_on_hold_pAndreas Schwab2011-08-192-0/+5
| * | | | | | | | | | src/image.c (x_bitmap_pixmap): Cast to int to avoid compiler warnings.Eli Zaretskii2011-08-302-1/+4
| * | | | | | | | | | Fix bug #9402 with :align-to on TTY frames.Eli Zaretskii2011-08-304-115/+96
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | upstreamJoakim Verona2011-08-304-23/+66
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | * 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
* | | | | | | | | | upstreamJoakim Verona2011-08-2763-1089/+1803
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | 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
| | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | 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
| * | | | | | | | | Merge from trunk.Paul Eggert2011-08-2410-56/+165
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge from trunk.Paul Eggert2011-08-193-9/+36
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | * bidi.c (bidi_cache_shrink): update size after reallocPaul Eggert2011-08-182-2/+3
| * | | | | | | | | | | Fix comment.Paul Eggert2011-08-181-1/+1
| * | | | | | | | | | | Merge from trunk.Paul Eggert2011-08-182-1/+7
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge from trunk.Paul Eggert2011-08-183-22/+32
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge from trunk.Paul Eggert2011-08-184-33/+48
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | * doc.c (get_doc_string): Rework so thatPaul Eggert2011-08-182-3/+8
| * | | | | | | | | | | | | | Merge from trunk.Paul Eggert2011-08-164-6/+89
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Simplify previous changes.Paul Eggert2011-08-163-35/+12
| * | | | | | | | | | | | | | | * buffer.c (overlay_str_len): Now ptrdiff_t, not EMACS_INT,Paul Eggert2011-08-152-1/+4