| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | (Fvisited_file_modtime): Document `(-1 65535)' as a value for non-existent fi... | Lars Magne Ingebrigtsen | 2011-09-11 | 2 | -3/+9 |
| * | | Fix bug #9139 with revisiting non-existent files. | Eli Zaretskii | 2011-09-11 | 2 | -0/+9 |
| * | | * keymap.h (KEY_DESCRIPTION_SIZE, push_key_description): Move decls | Paul Eggert | 2011-09-10 | 3 | -12/+20 |
| * | | * buffer.h: Include <sys/types.h> instead of <time.h>. | Paul Eggert | 2011-09-10 | 2 | -1/+7 |
| * | | * xml.c (parse_region): Make the parsing work for non-comment-starting XML fi... | Lars Magne Ingebrigtsen | 2011-09-10 | 2 | -3/+14 |
| * | | * src/image.c (gif_load): Fix calculation of bottom and right corner. | Andreas Schwab | 2011-09-10 | 2 | -2/+9 |
| * | | Prevent sluggish bidi redisplay in small windows. | Eli Zaretskii | 2011-09-10 | 2 | -3/+8 |
| * | | src/frame.c (x_report_frame_params): Cast to avoid compiler warnings. | Eli Zaretskii | 2011-09-09 | 2 | -2/+10 |
| * | | Whitespace changes. | Juanma Barranquero | 2011-09-09 | 64 | -319/+324 |
| * | | Don't have previous and next buffers deal with internal windows. | Martin Rudalics | 2011-09-08 | 2 | -2/+7 |
| * | | src/emacs.c (my_heap_start): #ifdef to avoid warnings when unused. | Juanma Barranquero | 2011-09-08 | 2 | -0/+6 |
| * | | Fix a crash in vertical-motion. | Eli Zaretskii | 2011-09-07 | 2 | -1/+7 |
| * | | (xg_make_tool_item): Insert comment about eventbox. | Jan Djärv | 2011-09-07 | 2 | -0/+5 |
| * | | isnan: Fix porting problem to Solaris 10 with bundled gcc. | Paul Eggert | 2011-09-06 | 2 | -2/+19 |
| * | | Merge from trunk. | Paul Eggert | 2011-09-06 | 4 | -38/+93 |
| |\ \ |
|
| | * \ | Merge from trunk. | Paul Eggert | 2011-09-06 | 1 | -1/+1 |
| | |\ \ |
|
| | * \ \ | Merge from trunk. | Paul Eggert | 2011-09-05 | 34 | -367/+724 |
| | |\ \ \
| | |/ / |
|
| | | * | | * dbusbind.c (xd_signature_cat): Rename from signature_cat. | Michael Albinus | 2011-09-05 | 2 | -6/+10 |
| | * | | | Add Bug#. | Paul Eggert | 2011-09-02 | 1 | -1/+1 |
| | * | | | * fileio.c: Fix bugs with large file offsets. | Paul Eggert | 2011-09-02 | 3 | -31/+82 |
| * | | | | Merge from trunk. | Paul Eggert | 2011-09-04 | 33 | -369/+706 |
| |\ \ \ \
| | |/ /
| |/| | |
|
| | * | | | Merge from trunk. | Paul Eggert | 2011-09-04 | 8 | -33/+75 |
| | |\ \ \ |
|
| | | * \ \ | Integer overflow fixes for scrolling, etc. | Paul Eggert | 2011-09-04 | 6 | -31/+61 |
| | | |\ \ \ |
|
| | | | * | | | * xdisp.c: Integer overflow fix. | Paul Eggert | 2011-09-04 | 2 | -2/+5 |
| | | | * | | | * window.c: Integer overflow fixes. | Paul Eggert | 2011-09-04 | 2 | -17/+21 |
| | | | * | | | * search.c: Integer overflow fixes | Paul Eggert | 2011-09-04 | 2 | -5/+11 |
| | | | * | | | * print.c: Integer overflow fix. | Paul Eggert | 2011-09-04 | 2 | -1/+5 |
| | | | * | | | * indent.c: Integer overflow fixes. | Paul Eggert | 2011-09-04 | 2 | -6/+14 |
| | | |/ / / |
|
| | * | | | | * src/doprnt.c (esnprintf): Remove. All uses removed. | Paul Eggert | 2011-09-01 | 7 | -83/+115 |
| | * | | | | Add a stub for snprintf, for ancient hosts lacking it. | Paul Eggert | 2011-08-31 | 2 | -0/+41 |
| | * | | | | Merge from trunk. | Paul Eggert | 2011-08-31 | 2 | -12/+14 |
| | |\ \ \ \
| | | |/ /
| | |/| | |
|
| | * | | | | Avoid the use of snprintf. | Paul Eggert | 2011-08-30 | 3 | -36/+39 |
| | * | | | | Add Bug#. | Paul Eggert | 2011-08-30 | 1 | -1/+1 |
| | * | | | | Fix misworded comment. | Paul Eggert | 2011-08-30 | 1 | -1/+1 |
| | * | | | | Merge from trunk. | Paul Eggert | 2011-08-30 | 5 | -116/+100 |
| | |\ \ \ \ |
|
| | * | | | | | * dbusbind.c (signature_cat): New function. | Paul Eggert | 2011-08-30 | 2 | -7/+20 |
| | * | | | | | * font.c, gtkutil.c: Include <float.h>. | Paul Eggert | 2011-08-29 | 3 | -2/+6 |
| | * | | | | | Merge from trunk. | Paul Eggert | 2011-08-29 | 7 | -52/+97 |
| | |\ \ \ \ \ |
|
| | * | | | | | | * xterm.h (x_check_errors): Add ATTRIBUTE_FORMAT_PRINTF. | Paul Eggert | 2011-08-29 | 2 | -1/+4 |
| | * | | | | | | * xterm.c (x_io_error_quitter): Don't overrun sprintf buffer. | Paul Eggert | 2011-08-29 | 2 | -1/+4 |
| | * | | | | | | * 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 |