2011-05-27 |
Paul Eggert | * doc/misc/texinfo.tex, lib/getopt.c, lib/intprops...
|
commit | commitdiff | tree |
2011-05-23 |
Paul Eggert | * lib/verify.h: Merge from gnulib.
|
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-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 |
2011-04-30 |
Paul Eggert | * lisp.h (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT...
|
commit | commitdiff | tree |
2011-04-30 |
Paul Eggert | * dbusbind.c: Do not use XPNTR on a value that may...
|
commit | commitdiff | tree |
2011-04-29 |
Paul Eggert | * lisp.h (EMACS_INTPTR): Remove. All uses changed...
|
commit | commitdiff | tree |
2011-04-29 |
Paul Eggert | * lisp.h: Prefer 64-bit EMACS_INT if available.
|
commit | commitdiff | tree |
2011-04-29 |
Paul Eggert | * configure.in (BITS_PER_LONG_LONG): New macro.
|
commit | commitdiff | tree |
2011-04-29 |
Paul Eggert | * lread.c, process.c: Do not include <inttypes.h>;...
|
commit | commitdiff | tree |
2011-04-29 |
Paul Eggert | Prefer intptr_t/uintptr_t for integers the same widths...
|
commit | commitdiff | tree |
2011-04-28 |
Paul Eggert | Merge from mainline.
|
commit | commitdiff | tree |
2011-04-28 |
Paul Eggert | Merge: doprnt: Omit useless test; int overflow check...
|
commit | commitdiff | tree |
2011-04-28 |
Paul Eggert | Document doprnt's behavior a bit better.
|
commit | commitdiff | tree |
2011-04-28 |
Paul Eggert | Remove confusing word from comment.
|
commit | commitdiff | tree |
2011-04-28 |
Paul Eggert | Improve comment.
|
commit | commitdiff | tree |
2011-04-28 |
Paul Eggert | * doprnt.c (SIZE_MAX): Move defn after all includes...
|
commit | commitdiff | tree |
2011-04-28 |
Paul Eggert | * doprnt.c (doprnt): Omit useless test; int overflow...
|
commit | commitdiff | tree |
2011-04-28 |
Paul Eggert | Merge from mainline.
|
commit | commitdiff | tree |
2011-04-28 |
Paul Eggert | * sysdep.c (get_random): Don't assume EMACS_INT is...
|
commit | commitdiff | tree |
2011-04-28 |
Paul Eggert | * lread.c (hash_string): Use size_t, not int, for hash...
|
commit | commitdiff | tree |
2011-04-28 |
Paul Eggert | * dbusbind.c: Don't possibly lose pointer info when...
|
commit | commitdiff | tree |
2011-04-28 |
Paul Eggert | * eval.c (Fautoload): Don't double-shift a pointer.
|
commit | commitdiff | tree |
2011-04-28 |
Paul Eggert | * fns.c (Frandom): Let EMACS_UINT be wider than unsigned...
|
commit | commitdiff | tree |
2011-04-27 |
Paul Eggert | Merge: * doprnt.c (doprnt): Support "ll" length modifier...
|
commit | commitdiff | tree |
2011-04-27 |
Paul Eggert | Fix comments.
|
commit | commitdiff | tree |
2011-04-27 |
Paul Eggert | * doprnt.c (doprnt): Fix two typos for long long.
|
commit | commitdiff | tree |
2011-04-27 |
Paul Eggert | Merge from mainline.
|
commit | commitdiff | tree |
2011-04-27 |
Paul Eggert | Add FIXME comment.
|
commit | commitdiff | tree |
2011-04-27 |
Paul Eggert | * doprnt.c (doprnt): Support "ll" length modifier,...
|
commit | commitdiff | tree |
2011-04-27 |
Paul Eggert | * buffer.c (init_buffer) [USE_MMAP_FOR_BUFFERS]: Adjust...
|
commit | commitdiff | tree |
2011-04-27 |
Paul Eggert | Merge: nsmenu.m: Replace all uses of XVECTOR with ASIZE...
|
commit | commitdiff | tree |