| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | | | | | | | | | | | * xfns.c (x_window): Make sprintf buffer a bit bigger | Paul Eggert | 2011-08-29 | 2 | -1/+4 |
| | * | | | | | | | | | | | * xfaces.c (x_update_menu_appearance): Don't overrun buffer | Paul Eggert | 2011-08-29 | 2 | -14/+24 |
| | * | | | | | | | | | | | * term.c (produce_glyphless_glyph): Make sprintf buffer a bit bigger | Paul Eggert | 2011-08-29 | 2 | -1/+4 |
| | * | | | | | | | | | | | * process.c (make_process): Use printmax_t, not int, to format | Paul Eggert | 2011-08-29 | 2 | -3/+6 |
| | * | | | | | | | | | | | * print.c (float_to_string): Detect width overflow more reliably. | Paul Eggert | 2011-08-29 | 2 | -16/+27 |
| | * | | | | | | | | | | | * nsterm.m ((NSSize)windowWillResize): Use esprintf, not sprintf, | Paul Eggert | 2011-08-29 | 2 | -1/+4 |
| | * | | | | | | | | | | | * macros.c (executing_kbd_macro_iterations): Now EMACS_INT, not int. | Paul Eggert | 2011-08-29 | 3 | -8/+13 |
| | * | | | | | | | | | | | * lread.c (dir_warning): Don't blindly alloca buffer; use SAFE_ALLOCA. | Paul Eggert | 2011-08-29 | 2 | -5/+14 |
| | * | | | | | | | | | | | * gtkutil.c (xg_check_special_colors, xg_set_geometry): | Paul Eggert | 2011-08-29 | 2 | -2/+5 |
| | * | | | | | | | | | | | * frame.c (tty_frame_count): Now printmax_t, not int. | Paul Eggert | 2011-08-29 | 2 | -18/+38 |
| | * | | | | | | | | | | | * fontset.c (num_auto_fontsets): Now printmax_t, not int. | Paul Eggert | 2011-08-29 | 2 | -3/+6 |
| | * | | | | | | | | | | | * font.c (font_unparse_xlfd): Don't blindly alloca long strings. | Paul Eggert | 2011-08-29 | 2 | -106/+77 |
| | * | | | | | | | | | | | * filelock.c (lock_file_1, lock_file): Don't blindly alloca long name; | Paul Eggert | 2011-08-29 | 2 | -14/+24 |
| | * | | | | | | | | | | | * eval.c (verror): Simplify by rewriting in terms of evxprintf, | Paul Eggert | 2011-08-29 | 2 | -25/+4 |
| | * | | | | | | | | | | | * emacs.c (main) [NS_IMPL_COCOA]: Don't overrun buffer | Paul Eggert | 2011-08-29 | 2 | -3/+8 |
| | * | | | | | | | | | | | * editfns.c (Fcurrent_time_zone): Don't overrun buffer | Paul Eggert | 2011-08-29 | 2 | -2/+7 |
| | * | | | | | | | | | | | * dispnew.c (add_window_display_history): Don't overrun buffer. | Paul Eggert | 2011-08-29 | 2 | -9/+13 |
| | * | | | | | | | | | | | * dbusbind.c (xd_signature, Fdbus_register_signal): | Paul Eggert | 2011-08-29 | 2 | -19/+25 |
| | * | | | | | | | | | | | sprintf-related integer and memory overflow issues. | Paul Eggert | 2011-08-29 | 7 | -85/+252 |
| * | | | | | | | | | | | | upstream | Joakim Verona | 2011-08-31 | 6 | -116/+110 |
| |\ \ \ \ \ \ \ \ \ \ \ \
| | |_|_|/ / / / / / / /
| |/| | | | | | | | | | |
|
| | * | | | | | | | | | | | Merge changes from emacs-23 branch | Chong Yidong | 2011-08-30 | 2 | -0/+10 |
| | |\ \ \ \ \ \ \ \ \ \ \
| | |_|_|/ / / / / / / /
| |/| | | | | | | | | /
| | | |_|_|_|_|_|_|_|/
| | |/| | | | | | | | |
|
| | | * | | | | | | | | | Fix syntax scanning bug causing fontification crashes. | Chong Yidong | 2011-08-30 | 2 | -0/+10 |
| | | * | | | | | | | | | Fix implicit declaration of kbd_on_hold_p | Andreas Schwab | 2011-08-19 | 2 | -0/+5 |
| | * | | | | | | | | | | src/image.c (x_bitmap_pixmap): Cast to int to avoid compiler warnings. | Eli Zaretskii | 2011-08-30 | 2 | -1/+4 |
| | * | | | | | | | | | | Fix bug #9402 with :align-to on TTY frames. | Eli Zaretskii | 2011-08-30 | 4 | -115/+96 |
| | | |_|/ / / / / / /
| |/| | | | | | | | |
|
| * | | | | | | | | | | upstream | Joakim Verona | 2011-08-30 | 4 | -23/+66 |
| |\ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / |
|
| | * | | | | | | | | | * image.c (parse_image_spec): Check for nonnegative, not for positive, | Paul Eggert | 2011-08-28 | 2 | -15/+23 |
| | * | | | | | | | | | * src/term.c (init_tty) [HAVE_GPM]: Move mouse settings after set_tty_hooks. | Johan Bockgård | 2011-08-28 | 2 | -5/+10 |
| | * | | | | | | | | | Fix vertical cursor motion from start of R2L lines in L2R paragraphs. | Eli Zaretskii | 2011-08-27 | 2 | -3/+33 |
| * | | | | | | | | | | upstream | Joakim Verona | 2011-08-27 | 63 | -1089/+1803 |
| |\ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / |
|
| | * | | | | | | | | | src/bidi.c: Rearrange commentary to bidi_fetch_char. | Eli Zaretskii | 2011-08-27 | 1 | -7/+6 |
| | * | | | | | | | | | * ccl.c: Improve and simplify overflow checking (Bug#9196). | Paul Eggert | 2011-08-27 | 2 | -22/+20 |
| | * | | | | | | | | | src/makefile.w32-in ($(BLD)/alloc.$(O)): Depend on lib/verify.h. | Juanma Barranquero | 2011-08-27 | 2 | -0/+5 |
| | | |/ / / / / / /
| |/| | | | | | | |
|
| | * | | | | | | | | Merge from trunk. | Paul Eggert | 2011-08-26 | 2 | -2/+15 |
| | |\ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | Fix bug #9324 with unwarranted repositioning of point. | Eli Zaretskii | 2011-08-26 | 2 | -1/+14 |
| | * | | | | | | | | | Merge from trunk. | Paul Eggert | 2011-08-25 | 5 | -81/+158 |
| | |\ \ \ \ \ \ \ \ \
| | |/ / / / / / / / |
|
| | | * | | | | | | | | Fix last change for text terminals. | Eli Zaretskii | 2011-08-25 | 2 | -1/+4 |
| | | * | | | | | | | | Fix cursor motion with long continued lines near window bottom. | Eli Zaretskii | 2011-08-25 | 2 | -5/+27 |
| | | * | | | | | | | | Handle `(space ...)' display spec as paragraph separator. | Eli Zaretskii | 2011-08-25 | 4 | -53/+111 |
| | * | | | | | | | | | Merge from trunk. | Paul Eggert | 2011-08-24 | 10 | -56/+165 |
| | |\ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ | Merge from trunk. | Paul Eggert | 2011-08-19 | 3 | -9/+36 |
| | |\ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | * bidi.c (bidi_cache_shrink): update size after realloc | Paul Eggert | 2011-08-18 | 2 | -2/+3 |
| | * | | | | | | | | | | | Fix comment. | Paul Eggert | 2011-08-18 | 1 | -1/+1 |
| | * | | | | | | | | | | | Merge from trunk. | Paul Eggert | 2011-08-18 | 2 | -1/+7 |
| | |\ \ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ \ \ | Merge from trunk. | Paul Eggert | 2011-08-18 | 3 | -22/+32 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ \ \ \ | Merge from trunk. | Paul Eggert | 2011-08-18 | 4 | -33/+48 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | * doc.c (get_doc_string): Rework so that | Paul Eggert | 2011-08-18 | 2 | -3/+8 |
| | * | | | | | | | | | | | | | | Merge from trunk. | Paul Eggert | 2011-08-16 | 4 | -6/+89 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | | Simplify previous changes. | Paul Eggert | 2011-08-16 | 3 | -35/+12 |
| | * | | | | | | | | | | | | | | | * buffer.c (overlay_str_len): Now ptrdiff_t, not EMACS_INT, | Paul Eggert | 2011-08-15 | 2 | -1/+4 |