| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | | Merge: Integer overflow and signedness fixes (Bug#8873). | Paul Eggert | 2011-06-22 | 42 | -453/+624 |
| |\ \ \ |
|
| | * \ \ | Merge from trunk. | Paul Eggert | 2011-06-22 | 7 | -66/+125 |
| | |\ \ \
| |/ / /
|/| | | |
|
| * | | | | don't leak an XBM-image-sized buffer | Jim Meyering | 2011-06-22 | 2 | -0/+6 |
| * | | | | Port to Sun C. | Paul Eggert | 2011-06-21 | 4 | -5/+24 |
| * | | | | New primitive secure-hash supporting md5, sha-1 and sha-2 | Leo Liu | 2011-06-21 | 4 | -60/+96 |
| | * | | | * font.c (font_score): Use EMACS_INT, not int, to store XINT value. | Paul Eggert | 2011-06-21 | 2 | -2/+4 |
| | * | | | * dispextern.h (struct face.stipple): | Paul Eggert | 2011-06-21 | 9 | -45/+69 |
| | * | | | * buffer.c (OVERLAY_COUNT_MAX): New macro. | Paul Eggert | 2011-06-21 | 2 | -20/+24 |
| | * | | | Use ptrdiff_t, not int, for overlay counts. | Paul Eggert | 2011-06-21 | 7 | -34/+44 |
| | * | | | * xterm.c (xim_initialize, same_x_server): Strlen may not fit in int. | Paul Eggert | 2011-06-21 | 2 | -3/+5 |
| | * | | | * xsmfns.c (smc_save_yourself_CB, x_session_initialize): Avoid strlen. | Paul Eggert | 2011-06-21 | 2 | -6/+9 |
| | * | | | * xsettings.c (Ffont_get_system_normal_font, Ffont_get_system_font): Avoid ne... | Paul Eggert | 2011-06-21 | 2 | -6/+3 |
| | * | | | * xsettings.c (apply_xft_settings): Fix potential buffer overrun. | Paul Eggert | 2011-06-21 | 2 | -15/+24 |
| | * | | | * font.c (font_intern_prop): Don't use string_to_number, since the string isn... | Paul Eggert | 2011-06-20 | 1 | -6/+14 |
| | * | | | * xselect.c (Fx_get_atom_name): Avoid need for strlen. | Paul Eggert | 2011-06-20 | 2 | -1/+3 |
| | * | | | * xrdb.c: Don't assume strlen fits in int; avoid some strlens. | Paul Eggert | 2011-06-20 | 2 | -33/+25 |
| | * | | | * xfont.c (xfont_match): Avoid need for strlen. | Paul Eggert | 2011-06-20 | 2 | -3/+3 |
| | * | | | * xfns.c: Don't assume strlen fits in int. | Paul Eggert | 2011-06-20 | 2 | -6/+10 |
| | * | | | * xdisp.c (display_mode_element): Don't assume strlen fits in int. | Paul Eggert | 2011-06-20 | 2 | -2/+2 |
| | * | | | * xdisp.c (message_log_check_duplicate): Return intmax_t, | Paul Eggert | 2011-06-20 | 2 | -7/+13 |
| | * | | | * callproc.c (egetenv): Adjust to getenv_internal API change. | Paul Eggert | 2011-06-20 | 1 | -1/+1 |
| | * | | | Merge from trunk. | Paul Eggert | 2011-06-20 | 7 | -65/+54 |
| | |\ \ \
| |/ / /
|/| | | |
|
| * | | | | * src/process.c (Fset_process_buffer): Clarify return value in docstring. | Deniz Dogan | 2011-06-20 | 2 | -1/+7 |
| * | | | | Fixes for GLYPH_DEBUG. | Chong Yidong | 2011-06-18 | 5 | -51/+37 |
| * | | | | * src/fns.c (Fsafe_length): Yet another int/Lisp_Object mixup. | Stefan Monnier | 2011-06-17 | 2 | -1/+5 |
| | * | | | * termcap.c: Don't assume sizes fit in int and never overflow. | Paul Eggert | 2011-06-20 | 2 | -4/+9 |
| | * | | | * minibuf.c (Fread_buffer): Don't assume strlen fits in int. | Paul Eggert | 2011-06-19 | 2 | -2/+3 |
| | * | | | * lread.c (intern, intern_c_string): Don't assume strlen fits in int. | Paul Eggert | 2011-06-19 | 2 | -2/+3 |
| | * | | | * keyboard.c (parse_tool_bar_item): Avoid need for strlen. | Paul Eggert | 2011-06-19 | 2 | -2/+3 |
| | * | | | * image.c (xpm_scan) [HAVE_NS && !HAVE_XPM]: | Paul Eggert | 2011-06-19 | 2 | -13/+6 |
| | * | | | * gtkutil.c (style_changed_cb): Avoid need for strlen. | Paul Eggert | 2011-06-19 | 2 | -2/+4 |
| | * | | | * font.c (font_intern_prop): Don't assume string length fits in int. | Paul Eggert | 2011-06-19 | 3 | -4/+13 |
| | * | | | * font.c: Don't assume string length fits in int. | Paul Eggert | 2011-06-19 | 2 | -5/+10 |
| | * | | | * filelock.c: Fix some buffer overrun and integer overflow issues. | Paul Eggert | 2011-06-19 | 2 | -42/+62 |
| | * | | | * fileio.c: Fix some integer overflow issues. | Paul Eggert | 2011-06-19 | 2 | -18/+24 |
| | * | | | * data.c (Fsubr_name): Rewrite to avoid a strlen call. | Paul Eggert | 2011-06-19 | 2 | -1/+3 |
| | * | | | * coding.c (make_subsidiaries): Don't assume string length fits in int. | Paul Eggert | 2011-06-19 | 2 | -2/+4 |
| | * | | | * callproc.c (child_setup): Rewrite to avoid two strlen calls. | Paul Eggert | 2011-06-19 | 2 | -2/+3 |
| | * | | | * process.c (Fformat_network_address): Use EMACS_INT, not EMACS_UINT. | Paul Eggert | 2011-06-19 | 2 | -1/+4 |
| | * | | | * emacs.c: Don't assume string length fits in 'int'. | Paul Eggert | 2011-06-19 | 2 | -8/+11 |
| | * | | | * dbusbind.c (XD_ERROR): Don't arbitrarily truncate string. | Paul Eggert | 2011-06-19 | 2 | -7/+9 |
| | * | | | * callproc.c: Don't assume string length fits in 'int.' | Paul Eggert | 2011-06-19 | 2 | -5/+7 |
| | * | | | * buffer.c (init_buffer): Don't assume string length fits in 'int'. | Paul Eggert | 2011-06-19 | 2 | -1/+3 |
| | * | | | * lread.c (string_to_number): Simplify the 2011-04-26 change by invoking xsig... | Paul Eggert | 2011-06-18 | 2 | -1/+2 |
| | * | | | * lread.c (invalid_syntax): Omit length argument. | Paul Eggert | 2011-06-18 | 2 | -18/+21 |
| | * | | | * lisp.h (make_fixnum_or_float): Remove unnecessary cast to EMACS_INT. | Paul Eggert | 2011-06-18 | 2 | -3/+2 |
| | * | | | * lisp.h (LIST_END_P): Remove unused macro and its bogus comment. | Paul Eggert | 2011-06-18 | 2 | -18/+1 |
| | * | | | * lisp.h (DEFUN): Remove bogus use of sizeof (struct Lisp_Subr). | Paul Eggert | 2011-06-18 | 2 | -1/+8 |
| | * | | | * lisp.h (XSET) [USE_LISP_UNION_TYPE]: Use uintptr_t and intptr_t, | Paul Eggert | 2011-06-18 | 2 | -3/+6 |
| | * | | | * lisp.h (struct Lisp_Bool_Vector.size): EMACS_INT, not EMACS_UINT. | Paul Eggert | 2011-06-18 | 2 | -1/+4 |