| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix handling of pending signals in wait_reading_process_output (Bug#8869). | Chong Yidong | 2011-06-25 | 1 | -1/+7 |
| * | ChangeLog fix. | Glenn Morris | 2011-06-25 | 1 | -1/+1 |
| * | Merge from trunk. | Paul Eggert | 2011-06-25 | 1 | -0/+5 |
| |\ |
|
| | * | Merge from emacs-23; up to 2010-06-15T03:34:12Z!rgm@gnu.org. | Glenn Morris | 2011-06-25 | 1 | -0/+5 |
| | |\ |
|
| | | * | * dispnew.c (scrolling_window): Before scrolling, turn off a mouse-highlight ... | YAMAMOTO Mitsuharu | 2011-06-18 | 1 | -0/+5 |
| | | * | Fix ChangeLog entry (no need to merge to trunk) | Glenn Morris | 2011-06-16 | 1 | -5/+4 |
| | | * | Merge: nsmenu.m: Replace all uses of XVECTOR with ASIZE and AREF. | Paul Eggert | 2011-06-16 | 1 | -0/+5 |
| * | | | Use gnulib's dup2 module instead of rolling our own. | Paul Eggert | 2011-06-25 | 1 | -0/+5 |
| |/ / |
|
| * | | Move DEFSYM to lisp.h and use everywhere. | Juanma Barranquero | 2011-06-24 | 1 | -2/+57 |
| * | | * gnutls.c (syms_of_gnutls): Use the DEFSYM macro from character.h. | Ted Zlatanov | 2011-06-24 | 1 | -0/+5 |
| * | | Merge from trunk. | Paul Eggert | 2011-06-23 | 1 | -2/+9 |
| |\ \ |
|
| | * | | Move completing-read-function and completing-read-default to elisp | Leo Liu | 2011-06-23 | 1 | -0/+5 |
| * | | | * print.c (printchar, strout): Check for string overflow. | Paul Eggert | 2011-06-23 | 1 | -0/+4 |
| * | | | * minibuf.c (read_minibuf_noninteractive): Use ptrdiff_t, not int, | Paul Eggert | 2011-06-22 | 1 | -0/+4 |
| * | | | * macros.c: Integer and buffer overflow fixes. | Paul Eggert | 2011-06-22 | 1 | -0/+8 |
| * | | | * lread.c (read1): Check for size overflow. | Paul Eggert | 2011-06-22 | 1 | -0/+1 |
| * | | | * lisp.h (DEFVAR_KBOARD): Use offsetof instead of char * finagling. | Paul Eggert | 2011-06-22 | 1 | -0/+2 |
| * | | | * lread.c (read_escape): Avoid int overflow. | Paul Eggert | 2011-06-22 | 1 | -0/+5 |
| * | | | * lread.c: Integer overflow fixes. | Paul Eggert | 2011-06-22 | 1 | -0/+7 |
| * | | | * image.c (cache_image): Check for size arithmetic overflow. | Paul Eggert | 2011-06-22 | 1 | -0/+4 |
| * | | | * lread.c (read_escape): Check for hex character overflow. | Paul Eggert | 2011-06-22 | 1 | -0/+1 |
| * | | | * lread.c: Integer overflow issues. | Paul Eggert | 2011-06-22 | 1 | -0/+8 |
| |/ / |
|
| * | | Merge: Fixes for GLYPH_DEBUG found by GCC 4.6.0 static checking. | Paul Eggert | 2011-06-22 | 1 | -0/+28 |
| |\ \ |
|
| | * | | GLYPH_DEBUG fixes | Paul Eggert | 2011-06-22 | 1 | -0/+28 |
| |/ / |
|
| * | | Merge: Integer overflow and signedness fixes (Bug#8873). | Paul Eggert | 2011-06-22 | 1 | -0/+202 |
| |\ \ |
|
| | * \ | Merge from trunk. | Paul Eggert | 2011-06-22 | 1 | -2/+25 |
| | |\ \
| |/ /
|/| | |
|
| * | | | don't leak an XBM-image-sized buffer | Jim Meyering | 2011-06-22 | 1 | -0/+5 |
| * | | | Port to Sun C. | Paul Eggert | 2011-06-21 | 1 | -0/+9 |
| * | | | New primitive secure-hash supporting md5, sha-1 and sha-2 | Leo Liu | 2011-06-21 | 1 | -0/+11 |
| | * | | * font.c (font_score): Use EMACS_INT, not int, to store XINT value. | Paul Eggert | 2011-06-21 | 1 | -0/+2 |
| | * | | * dispextern.h (struct face.stipple): | Paul Eggert | 2011-06-21 | 1 | -0/+19 |
| | * | | * buffer.c (OVERLAY_COUNT_MAX): New macro. | Paul Eggert | 2011-06-21 | 1 | -3/+5 |
| | * | | Use ptrdiff_t, not int, for overlay counts. | Paul Eggert | 2011-06-21 | 1 | -0/+11 |
| | * | | * xterm.c (xim_initialize, same_x_server): Strlen may not fit in int. | Paul Eggert | 2011-06-21 | 1 | -0/+2 |
| | * | | * xsmfns.c (smc_save_yourself_CB, x_session_initialize): Avoid strlen. | Paul Eggert | 2011-06-21 | 1 | -0/+3 |
| | * | | * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font): Avoid ne... | Paul Eggert | 2011-06-21 | 1 | -0/+1 |
| | * | | * xsettings.c (apply_xft_settings): Fix potential buffer overrun. | Paul Eggert | 2011-06-21 | 1 | -0/+3 |
| | * | | * xselect.c (Fx_get_atom_name): Avoid need for strlen. | Paul Eggert | 2011-06-20 | 1 | -0/+2 |
| | * | | * xrdb.c: Don't assume strlen fits in int; avoid some strlens. | Paul Eggert | 2011-06-20 | 1 | -0/+5 |
| | * | | * xfont.c (xfont_match): Avoid need for strlen. | Paul Eggert | 2011-06-20 | 1 | -0/+2 |
| | * | | * xfns.c: Don't assume strlen fits in int. | Paul Eggert | 2011-06-20 | 1 | -0/+3 |
| | * | | * xdisp.c (display_mode_element): Don't assume strlen fits in int. | Paul Eggert | 2011-06-20 | 1 | -0/+1 |
| | * | | * xdisp.c (message_log_check_duplicate): Return intmax_t, | Paul Eggert | 2011-06-20 | 1 | -0/+5 |
| | * | | Merge from trunk. | Paul Eggert | 2011-06-20 | 1 | -13/+29 |
| | |\ \
| |/ /
|/| | |
|
| * | | | * src/process.c (Fset_process_buffer): Clarify return value in docstring. | Deniz Dogan | 2011-06-20 | 1 | -0/+5 |
| * | | | Fixes for GLYPH_DEBUG. | Chong Yidong | 2011-06-18 | 1 | -1/+15 |
| * | | | * src/fns.c (Fsafe_length): Yet another int/Lisp_Object mixup. | Stefan Monnier | 2011-06-17 | 1 | -0/+4 |
| | * | | * termcap.c: Don't assume sizes fit in int and never overflow. | Paul Eggert | 2011-06-20 | 1 | -0/+4 |
| | * | | * minibuf.c (Fread_buffer): Don't assume strlen fits in int. | Paul Eggert | 2011-06-19 | 1 | -0/+1 |
| | * | | * lread.c (intern, intern_c_string): Don't assume strlen fits in int. | Paul Eggert | 2011-06-19 | 1 | -0/+1 |