2011-05-31 |
Paul Eggert | * ccl.c (CCL_CODE_RANGE): Allow negative numbers. ...
|
commit | commitdiff | tree |
2011-05-30 |
Paul Eggert | * alloc.c (lisp_align_malloc): Omit unnecessary val...
|
commit | commitdiff | tree |
2011-05-30 |
Paul Eggert | * eval.c (Qdebug): Now static.
|
commit | commitdiff | tree |
2011-05-29 |
Paul Eggert | Adjust to recent gnulib change for @GUARD_PREFIX@.
|
commit | commitdiff | tree |
2011-05-29 |
Paul Eggert | Minor fixes prompted by GCC 4.6.0 warnings.
|
commit | commitdiff | tree |
2011-05-29 |
Paul Eggert | * emacs.c [HAVE_X_WINDOWS]: Include "xterm.h".
|
commit | commitdiff | tree |
2011-05-27 |
Paul Eggert | Fix order of ChangeLog entries after merge.
|
commit | commitdiff | tree |
2011-05-27 |
Paul Eggert | Merge from trunk.
|
commit | commitdiff | tree |
2011-05-27 |
Paul Eggert | * data.c (arith_driver): Omit unnecessary mask and...
|
commit | commitdiff | tree |
2011-05-27 |
Paul Eggert | Merge: Integer overflow fixes.
|
commit | commitdiff | tree |
2011-05-27 |
Paul Eggert | * xselect.c: Fix minor problems prompted by GCC 4.6...
|
commit | commitdiff | tree |
2011-05-27 |
Paul Eggert | * fns.c: Fix minor problems prompted by GCC 4.6.0 warnings.
|
commit | commitdiff | tree |
2011-05-27 |
Paul Eggert | * doc/misc/texinfo.tex, lib/getopt.c, lib/intprops...
|
commit | commitdiff | tree |
2011-05-24 |
Paul Eggert | * dbusbind.c (xd_invalid_serial): Remove. (Bug#8722)
|
commit | commitdiff | tree |
2011-05-24 |
Paul Eggert | Add Bug#.
|
commit | commitdiff | tree |
2011-05-24 |
Paul Eggert | * dbusbind.c: Serial number integer overflow fixes.
|
commit | commitdiff | tree |
2011-05-24 |
Paul Eggert | * dbusbind.c (xd_read_message_1): Don't assume dbus_uint32_t...
|
commit | commitdiff | tree |
2011-05-24 |
Paul Eggert | * dbusbind.c: Use XFASTINT rather than XUINT, and check...
|
commit | commitdiff | tree |
2011-05-24 |
Paul Eggert | * data.c (arith_driver, Flsh): Avoid unnecessary casts...
|
commit | commitdiff | tree |
2011-05-23 |
Paul Eggert | * lib/verify.h: Merge from gnulib.
|
commit | commitdiff | tree |
2011-05-23 |
Paul Eggert | * ccl.c (ccl_driver): Redo slightly to avoid the need...
|
commit | commitdiff | tree |
2011-05-23 |
Paul Eggert | Add bug#.
|
commit | commitdiff | tree |
2011-05-23 |
Paul Eggert | ccl: add integer overflow checks
|
commit | commitdiff | tree |
2011-05-23 |
Paul Eggert | * alloc.c (make_event_array): Use XINT, not XUINT.
|
commit | commitdiff | tree |
2011-05-23 |
Paul Eggert | * mem-limits.h (EXCEEDS_LISP_PTR) [!USE_LSB_TAG]: EMACS_UINT...
|
commit | commitdiff | tree |
2011-05-23 |
Paul Eggert | Merge from trunk.
|
commit | commitdiff | tree |
2011-05-23 |
Paul Eggert | * gnutls.c: Remove unused macros.
|
commit | commitdiff | tree |
2011-05-22 |
Paul Eggert | Merge from mainline.
|
commit | commitdiff | tree |
2011-05-22 |
Paul Eggert | * xselect.c (QSAVE_TARGETS): New static var, to fix...
|
commit | commitdiff | tree |
2011-05-22 |
Paul Eggert | Merge from gnulib.
|
commit | commitdiff | tree |
2011-05-22 |
Paul Eggert | Rework Fformat to avoid integer overflow issues.
|
commit | commitdiff | tree |
2011-05-22 |
Paul Eggert | * lisp.h (FIXNUM_OVERFLOW_P): Work even if arg is a...
|
commit | commitdiff | tree |
2011-05-21 |
Paul Eggert | * data.c: Avoid integer truncation in expressions involving...
|
commit | commitdiff | tree |
2011-05-21 |
Paul Eggert | merge count_size_as_multibyte, parse_str_to_multibyte
|
commit | commitdiff | tree |
2011-05-20 |
Paul Eggert | * systime.h (Time): Define only if emacs is defined.
|
commit | commitdiff | tree |
2011-05-18 |
Paul Eggert | Add header for integer overflow fixes.
|
commit | commitdiff | tree |
2011-05-18 |
Paul Eggert | Merge from mainline.
|
commit | commitdiff | tree |
2011-05-18 |
Paul Eggert | Merge from gnulib.
|
commit | commitdiff | tree |
2011-05-16 |
Paul Eggert | Merge from mainline.
|
commit | commitdiff | tree |
2011-05-16 |
Paul Eggert | * character.c: Minor spelling and indenting fixes.
|
commit | commitdiff | tree |
2011-05-16 |
Paul Eggert | * w32menu.c: Change 'unsigned long' to 'Time' in #if...
|
commit | commitdiff | tree |
2011-05-16 |
Paul Eggert | * insdel.c (count_size_as_multibyte): Check for string...
|
commit | commitdiff | tree |
2011-05-16 |
Paul Eggert | * character.c (lisp_string_width): Check for string...
|
commit | commitdiff | tree |
2011-05-16 |
Paul Eggert | * alloc.c (string_overflow): New function.
|
commit | commitdiff | tree |
2011-05-16 |
Paul Eggert | * vc/diff-mode.el (diff-fixup-modifs): Remove stray...
|
commit | commitdiff | tree |
2011-05-16 |
Paul Eggert | Merge from gnulib.
|
commit | commitdiff | tree |
2011-05-15 |
Paul Eggert | Merge: user-interface timestamps and other int overflow...
|
commit | commitdiff | tree |
2011-05-14 |
Paul Eggert | * msdos.c (mouse_get_pos): Likewise.
|
commit | commitdiff | tree |
2011-05-14 |
Paul Eggert | Fixups, following up to the user-interface timestamp...
|
commit | commitdiff | tree |
2011-05-13 |
Paul Eggert | * fns.c: Fix misspellings.
|
commit | commitdiff | tree |
2011-05-13 |
Paul Eggert | * editfns.c (Fformat): Fix several integer overflow...
|
commit | commitdiff | tree |
2011-05-13 |
Paul Eggert | Omit newline.
|
commit | commitdiff | tree |
2011-05-13 |
Paul Eggert | * dispextern.h (struct image): Don't assume time_t...
|
commit | commitdiff | tree |
2011-05-12 |
Paul Eggert | * term.c (term_mouse_position): Don't assume time_t...
|
commit | commitdiff | tree |
2011-05-12 |
Paul Eggert | Be more systematic about user-interface timestamps.
|
commit | commitdiff | tree |
2011-05-12 |
Paul Eggert | Add Bug#.
|
commit | commitdiff | tree |
2011-05-12 |
Paul Eggert | * keyboard.c (make_lispy_event): Fix problem in integer...
|
commit | commitdiff | tree |
2011-05-12 |
Paul Eggert | * xselect.c (x_own_selection): Remove needless cast...
|
commit | commitdiff | tree |
2011-05-12 |
Paul Eggert | * xselect.c (last_event_timestamp): Remove duplicate...
|
commit | commitdiff | tree |
2011-05-12 |
Paul Eggert | * frame.h (struct frame): Use int for menu_bar_items_used
|
commit | commitdiff | tree |
2011-05-12 |
Paul Eggert | * xmenu.c (set_frame_menubar): Use int, not EMACS_UINT...
|
commit | commitdiff | tree |
2011-05-12 |
Paul Eggert | * menu.c (grow_menu_items): Check for int overflow.
|
commit | commitdiff | tree |
2011-05-12 |
Paul Eggert | * xmenu.c (set_frame_menubar): Don't mishandle vectors...
|
commit | commitdiff | tree |
2011-05-11 |
Paul Eggert | * xterm.c: Use EMACS_INT for Emacs modifiers, and int...
|
commit | commitdiff | tree |
2011-05-11 |
Paul Eggert | * lisp.h (XINT) [USE_LISP_UNION_TYPE]: Cast to EMACS_INT.
|
commit | commitdiff | tree |
2011-05-11 |
Paul Eggert | * window.c (size_window): Avoid needless test at loop...
|
commit | commitdiff | tree |
2011-05-06 |
Paul Eggert | Do not assume EMACS_INT is the same width as a pointer.
|
commit | commitdiff | tree |
2011-05-06 |
Paul Eggert | Merge from mainline.
|
commit | commitdiff | tree |
2011-05-06 |
Paul Eggert | Merge from gnulib.
|
commit | commitdiff | tree |
2011-05-06 |
Paul Eggert | Temporarily disable wider-than-pointer EMACS_INT.
|
commit | commitdiff | tree |
2011-05-05 |
Paul Eggert | * image.c (Finit_image_library) [!HAVE_NTGUI]: Omit...
|
commit | commitdiff | tree |
2011-05-05 |
Paul Eggert | Revert to wraparound integer arithmetic, instead of...
|
commit | commitdiff | tree |
2011-05-05 |
Paul Eggert | Merge from mainline.
|
commit | commitdiff | tree |
2011-05-04 |
Paul Eggert | * term.c (vfatal): Remove stray call to va_end.
|
commit | commitdiff | tree |
2011-05-04 |
Paul Eggert | Use C99's va_copy to avoid undefined behavior on x86...
|
commit | commitdiff | tree |
2011-05-04 |
Paul Eggert | * eval.c (verror): OK to create a string of up to MOST_POSIT...
|
commit | commitdiff | tree |
2011-05-04 |
Paul Eggert | * term.c: Don't include <stdarg.h>, as <lisp.h> does...
|
commit | commitdiff | tree |
2011-05-04 |
Paul Eggert | Merge from mainline.
|
commit | commitdiff | tree |
2011-05-04 |
Paul Eggert | * Makefile.in (GNULIB_TOOL_FLAG): Add --conditional...
|
commit | commitdiff | tree |
2011-05-04 |
Paul Eggert | Merge from mainline.
|
commit | commitdiff | tree |
2011-05-03 |
Paul Eggert | Add Bug#.
|
commit | commitdiff | tree |
2011-05-03 |
Paul Eggert | [etc/ChangeLog]
|
commit | commitdiff | tree |
2011-05-03 |
Paul Eggert | * floatfns.c (Fexpt): Likewise.
|
commit | commitdiff | tree |
2011-05-03 |
Paul Eggert | Arithmetic overflows now return float rather than wrapping...
|
commit | commitdiff | tree |
2011-05-03 |
Paul Eggert | * numbers.texi (Integer Basics): Large integers are...
|
commit | commitdiff | tree |
2011-05-03 |
Paul Eggert | * callproc.c (Fcall_process): Use 'volatile' to avoid...
|
commit | commitdiff | tree |
2011-05-03 |
Paul Eggert | * process.c (Fformat_network_address): Fix typo: args2...
|
commit | commitdiff | tree |
2011-05-03 |
Paul Eggert | * xmenu.c (set_frame_menubar): Fix typo: int * -> int...
|
commit | commitdiff | tree |
2011-05-03 |
Paul Eggert | Merge from mainline.
|
commit | commitdiff | tree |
2011-05-03 |
Paul Eggert | Merge: Fixes for Bug#8600 and Bug#8601.
|
commit | commitdiff | tree |
2011-05-02 |
Paul Eggert | Add Bug#.
|
commit | commitdiff | tree |
2011-05-02 |
Paul Eggert | * lread.c (read_integer): Be more consistent with string...
|
commit | commitdiff | tree |
2011-05-01 |
Paul Eggert | * coding.c (detect_coding_charset): Fix typo: * 2 ...
|
commit | commitdiff | tree |
2011-05-01 |
Paul Eggert | Add Bug#.
|
commit | commitdiff | tree |
2011-05-01 |
Paul Eggert | * charset.h (struct charset.code_space): Now has 15...
|
commit | commitdiff | tree |
2011-04-30 |
Paul Eggert | * doprnt.c (doprnt): Support arbitrary pI values, such...
|
commit | commitdiff | tree |
2011-04-30 |
Paul Eggert | Merge from mainline.
|
commit | commitdiff | tree |
2011-04-30 |
Paul Eggert | * dispnew.c (scrolling_window): Return 1 if we scrolled,
|
commit | commitdiff | tree |
2011-04-30 |
Paul Eggert | * config.nt: Simplify test to 1400 <= _MSC_VER.
|
commit | commitdiff | tree |
2011-04-30 |
Paul Eggert | * config.nt: Configure 64-bit integers.
|
commit | commitdiff | tree |