Rework Fformat to avoid integer overflow issues.
[bpt/emacs.git] / src / ChangeLog
2011-05-22 Paul EggertRework Fformat to avoid integer overflow issues.
2011-05-22 Paul Eggert* lisp.h (FIXNUM_OVERFLOW_P): Work even if arg is a...
2011-05-21 Paul Eggert* data.c: Avoid integer truncation in expressions invol...
2011-05-21 Paul Eggertmerge count_size_as_multibyte, parse_str_to_multibyte
2011-05-20 Eli ZaretskiiFix the MSDOS build as follows from 2011-05-19T06:04...
2011-05-20 Paul Eggert* systime.h (Time): Define only if emacs is defined.
2011-05-20 Kenichi Handamerge trunk
2011-05-20 Kenichi Handacomposite.c (find_automatic_composition): Fix previous...
2011-05-20 Glenn MorrisRemove $shortlisp from src/Makefile.in.
2011-05-19 Glenn MorrisRemove the SOME_MACHINE_LISP distinction in src/Makefil...
2011-05-19 Kenichi Handamerge trunk
2011-05-18 Kenichi HandaMake find_automatic_composition more efficient.
2011-05-18 Juanma Barranquerosrc/makefile.w32-in: Update dependencies.
2011-05-18 Christoph Scholtes* menu.c: Include limits.h (fixes the MS-Windows build...
2011-05-18 Paul EggertAdd header for integer overflow fixes.
2011-05-18 Paul EggertMerge from mainline.
2011-05-18 Paul EggertMerge from gnulib.
2011-05-18 Courtney Bane* src/term.c (Fresume_tty): Restore hooks before reinit...
2011-05-17 Glenn MorrisMerge from emacs-23; up to 2010-06-11T14:39:54Z!cyd...
2011-05-16 Paul EggertMerge from mainline.
2011-05-16 Paul Eggert* insdel.c (count_size_as_multibyte): Check for string...
2011-05-16 Paul Eggert* character.c (lisp_string_width): Check for string...
2011-05-16 Paul Eggert* alloc.c (string_overflow): New function.
2011-05-15 Paul EggertMerge: user-interface timestamps and other int overflow...
2011-05-14 Paul Eggert* msdos.c (mouse_get_pos): Likewise.
2011-05-14 Paul EggertFixups, following up to the user-interface timestamp...
2011-05-13 Paul Eggert* editfns.c (Fformat): Fix several integer overflow...
2011-05-13 Paul EggertOmit newline.
2011-05-13 Paul Eggert* dispextern.h (struct image): Don't assume time_t...
2011-05-12 Paul Eggert* term.c (term_mouse_position): Don't assume time_t...
2011-05-12 Paul EggertBe more systematic about user-interface timestamps.
2011-05-12 Paul EggertAdd Bug#.
2011-05-12 Paul Eggert* keyboard.c (make_lispy_event): Fix problem in integer...
2011-05-12 Paul Eggert* xselect.c (x_own_selection): Remove needless cast...
2011-05-12 Paul Eggert* xselect.c (last_event_timestamp): Remove duplicate...
2011-05-12 Glenn MorrisPut ChangeLog entries in the correct files.
2011-05-12 Paul Eggert* frame.h (struct frame): Use int for menu_bar_items_used
2011-05-12 Paul Eggert* xmenu.c (set_frame_menubar): Use int, not EMACS_UINT...
2011-05-12 Glenn MorrisMerge from emacs-23; up to 2010-06-10T12:56:11Z!michael...
2011-05-12 Paul Eggert* menu.c (grow_menu_items): Check for int overflow.
2011-05-12 Paul Eggert* xmenu.c (set_frame_menubar): Don't mishandle vectors...
2011-05-11 Paul Eggert* xterm.c: Use EMACS_INT for Emacs modifiers, and int...
2011-05-11 Paul Eggert* lisp.h (XINT) [USE_LISP_UNION_TYPE]: Cast to EMACS_INT.
2011-05-11 Drew Adamssrc/textprop.c (Fprevious_single_char_property_change...
2011-05-11 Paul Eggert* window.c (size_window): Avoid needless test at loop...
2011-05-11 YAMAMOTO MitsuharuTake account of fringe background extension in scroll_r...
2011-05-10 Juanma Barranquerosrc/image.c (Finit_image_library): Return t for built...
2011-05-09 Andreas Schwab* w32menu.c (set_frame_menubar): Fix submenu allocation.
2011-05-09 Andreas Schwab* xmenu.c (set_frame_menubar): Fix submenu loops.
2011-05-09 Eli ZaretskiiBackport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla...
2011-05-07 Eli ZaretskiiFix bug #8597 with setting frame background mode on...
2011-05-07 Eli ZaretskiiAdapt the MS-DOS build to latest changes.
2011-05-07 Eli ZaretskiiFix changes in 2011-05-01T00:04:17Z!larsi@gnus.org...
2011-05-07 Ben Key* nt/configure.bat: Renamed the fusercflags variable...
2011-05-06 Michael Albinus* dbusbind.c (QCdbus_type_unix_fd): Declare static.
2011-05-06 Juanma Barranquerosrc/makefile.w32-in: Update dependencies.
2011-05-06 Eli ZaretskiiFix the MS-Windows build broken by 2011-05-06T07:13...
2011-05-06 Paul EggertDo not assume EMACS_INT is the same width as a pointer.
2011-05-06 Paul EggertMerge from mainline.
2011-05-06 Paul EggertTemporarily disable wider-than-pointer EMACS_INT.
2011-05-06 Juanma Barranquerosrc/gnutls.c, src/image.c: Make function pointers static.
2011-05-05 Andreas Schwab* src/lread.c (lisp_file_lexically_bound_p): Stop scann...
2011-05-05 Paul Eggert* image.c (Finit_image_library) [!HAVE_NTGUI]: Omit...
2011-05-05 Paul EggertRevert to wraparound integer arithmetic, instead of...
2011-05-05 Paul EggertMerge from mainline.
2011-05-05 Glenn MorrisMerge from emacs-23; up to 2010-06-10T05:17:21Z!rgm...
2011-05-05 Ted ZlatanovAdd fn_NAME alias for `gnutls_certificate_set_x509_key_...
2011-05-05 Juanma Barranquerosrc/makefile.w32-in: Update dependencies.
2011-05-04 Juanma Barranquerosrc/gnutls.c: Remove unused parameter `fildes'.
2011-05-04 Juanma BarranqueroFix previous change: the library cache is defined in...
2011-05-04 Juanma BarranqueroImplement dynamic loading of GnuTLS on Windows.
2011-05-04 Paul Eggert* term.c (vfatal): Remove stray call to va_end.
2011-05-04 Paul EggertUse C99's va_copy to avoid undefined behavior on x86...
2011-05-04 Paul Eggert* eval.c (verror): OK to create a string of up to MOST_...
2011-05-04 Paul Eggert* term.c: Don't include <stdarg.h>, as <lisp.h> does...
2011-05-04 Paul EggertMerge from mainline.
2011-05-04 Ted ZlatanovSupport :keylist and :crlfiles options to `gnutls-boot...
2011-05-04 Paul EggertMerge from mainline.
2011-05-03 Paul EggertAdd Bug#.
2011-05-03 Jan Djärv* xterm.c (x_set_frame_alpha): Do not set property...
2011-05-03 Paul Eggert* floatfns.c (Fexpt): Likewise.
2011-05-03 Paul EggertArithmetic overflows now return float rather than wrapp...
2011-05-03 Paul Eggert* callproc.c (Fcall_process): Use 'volatile' to avoid...
2011-05-03 Paul Eggert* process.c (Fformat_network_address): Fix typo: args2...
2011-05-03 Paul Eggert* xmenu.c (set_frame_menubar): Fix typo: int * -> int...
2011-05-03 Paul EggertMerge from mainline.
2011-05-03 Paul EggertMerge: Fixes for Bug#8600 and Bug#8601.
2011-05-02 Juanma Barranquerosrc/sysdep.c (get_tty_size) [WINDOWSNT]: Implement.
2011-05-02 Paul EggertAdd Bug#.
2011-05-02 Paul Eggert* lread.c (read_integer): Be more consistent with strin...
2011-05-02 Juanma Barranquerosrc/gnutls.c: Make static a bunch of variables.
2011-05-01 Paul Eggert* coding.c (detect_coding_charset): Fix typo: * 2 ...
2011-05-01 Paul EggertAdd Bug#.
2011-05-01 Paul Eggert* charset.h (struct charset.code_space): Now has 15...
2011-05-01 Andreas Schwab* src/callproc.c: Indentation fixup.
2011-05-01 Andreas Schwab* src/sysdep.c (wait_for_termination_1): Make static.
2011-05-01 Lars Magne Ingebri... Extend `call-process' to take the `(:file "file")'...
2011-04-30 Paul Eggert* doprnt.c (doprnt): Support arbitrary pI values, such...
2011-04-30 Paul EggertMerge from mainline.
2011-04-30 Paul Eggert* dispnew.c (scrolling_window): Return 1 if we scrolled,
next