* composite.c: Integer overflow fixes.
[bpt/emacs.git] / src / ChangeLog
2011-07-28 Paul Eggert* composite.c: Integer overflow fixes.
2011-07-28 Paul Eggert* coding.c: Integer and memory overflow fixes.
2011-07-28 Paul Eggert* character.c (Fstring): Check for size-calculation...
2011-07-28 Paul Eggert* ccl.c: Integer and memory overflow fixes.
2011-07-28 Paul Eggert* callproc.c (child_setup): Don't assume strlen fits...
2011-07-28 Paul Eggert* buffer.c: Memory overflow fixes.
2011-07-28 Paul Eggert* bidi.c: Integer overflow fix.
2011-07-19 Paul EggertUse ptrdiff_t for composition IDs.
2011-07-19 Paul EggertMerge from intsign.
2011-07-19 Paul EggertMerge from trunk.
2011-07-19 Paul EggertPort to OpenBSD.
2011-07-19 Lars Magne Ingebri... * lread.c (syms_of_lread): Clarify when `lexical-bindin...
2011-07-19 Paul EggertMerge from trunk.
2011-07-19 Paul EggertUse ptrdiff_t for hash table indexes.
2011-07-19 Paul Eggert* charset.c (Fdefine_charset_internal): Check for integ...
2011-07-19 Paul EggertDon't assume that stated character widths fit in int.
2011-07-18 Paul EggertDon't assume that tab-width fits in int.
2011-07-18 Paul Eggert* fileio.c: Integer overflow issues with file modes.
2011-07-18 Paul Eggert* fileio.c (Fcopy_file) [!MSDOS]: Tighten created file...
2011-07-18 Paul Eggert* alloc.c (valid_pointer_p): Use pipe, not open.
2011-07-18 Paul Eggert* fileio.c (Fcopy_file): Adjust mode if fchown fails...
2011-07-18 Paul Eggert* charset.c (read_hex): New arg OVERFLOW. All uses...
2011-07-18 Stefan Monnier* src/xdisp.c (next_element_from_string, next_element_f...
2011-07-17 Paul Eggert* xterm.c: don't go over XClientMessageEvent limit
2011-07-17 Andreas SchwabMake read-symbol-positions-list more accurate
2011-07-17 Andreas Schwab* src/lread.c (read1): Read `#:' as empty uninterned...
2011-07-17 Paul Eggert* keyboard.c: Overflow, signedness and related fixes.
2011-07-17 Paul EggertMerge from trunk.
2011-07-17 Paul EggertMerge from trunk.
2011-07-17 Paul Eggert* fileio.c (Fcopy_file): Pacify gcc re fchown. (Bug...
2011-07-17 Paul EggertMerge from trunk.
2011-07-17 Paul EggertMerge from trunk.
2011-07-17 Paul EggertOverflow, signedness and related fixes for images.
2011-07-16 Juanma Barranquerosrc/makefile.w32-in (GLOBAL_SOURCES): Add gnutls.c...
2011-07-16 Lars Magne Ingebri... Move the defintion of `gnutls-log-level' to the C level...
2011-07-16 Paul Eggert* fileio.c (Fcopy_file): Don't diagnose fchown failures.
2011-07-16 Lars Magne Ingebri... Use the same condition for POLL_FOR_INPUT in both keybo...
2011-07-15 Lawrence MitchellAllow controlling how many prime bits to use during...
2011-07-15 Andreas Schwab* src/doc.c (Fsubstitute_command_keys): Revert last...
2011-07-15 Lars Magne Ingebri... Clarify that \= only quotes the next character
2011-07-15 Lars Magne Ingebri... `lexical-binding' doc clarification
2011-07-15 Eli ZaretskiiFix vertical cursor motion in Speedbar frames under...
2011-07-15 Paul Eggert* bidi.c (bidi_cache_ensure_space): Also check that...
2011-07-15 Glenn MorrisNo need for ChangeLog entry about quickly reverted...
2011-07-14 Paul Eggert* bidi.c: Integer size and overflow fixes.
2011-07-14 Paul EggertMerge from trunk.
2011-07-14 Paul EggertFix minor problems found by static checking.
2011-07-14 Paul Eggert* indent.c (Fvertical_motion): Mark locals as initialized.
2011-07-14 Paul Eggert* xdisp.c (reseat_to_string): Fix pointer signedness...
2011-07-14 Paul EggertMerge from trunk.
2011-07-14 Lars Magne Ingebri... * data.c (Fcdr, Fcar): Revert the last change, since...
2011-07-14 Lars Magne Ingebri... Mention `case-fold-search' in all the re_search_* functions
2011-07-14 Lars Magne Ingebri... * keyboard.c (Fopen_dribble_file): Document when the...
2011-07-14 Adam Sjøgren* data.c (car, cdr): add functionality hints to documen...
2011-07-14 Eli ZaretskiiFix format conversion in bidi.c.
2011-07-14 Eli ZaretskiiSupport bidi reordering of overlay and display strings.
2011-07-14 Eli ZaretskiiFix declarations of variables related to bidi cache...
2011-07-14 Paul Eggert* src/bidi.c: Hold off on these changes for now.
2011-07-14 Paul EggertMerge from trunk.
2011-07-14 Paul Eggert* alloc.c (__malloc_size_t): Remove.
2011-07-14 Lars Magne Ingebri... * editfns.c (Fdelete_region): Clarify the use of the...
2011-07-14 Martin RudalicsFix bugs in vertical-motion and display-buffer-normaliz...
2011-07-14 Paul EggertAdd Bug#.
2011-07-14 Paul EggertMerge from trunk.
2011-07-14 Paul Eggert* image.c: Improve checking for integer overflow.
2011-07-13 Lars Magne Ingebri... Fstring_to_char doc clarification
2011-07-13 Juanma Barranquerosrc/gnutls.c (init_gnutls_functions): Honor gnutls_log_...
2011-07-13 Paul Eggert* gtkutil.c: Omit integer casts.
2011-07-13 Eli Zaretskiisrc/buffer.c (mmap_find): Fix a typo.
2011-07-13 Paul EggertMerge from trunk.
2011-07-13 Paul Eggert* image.c (png_load): Don't assume height * row_bytes...
2011-07-13 Johan BockgårdFix execution of x selection hooks.
2011-07-13 Paul Eggert* buffer.c (Fget_buffer_create): Initialized inhibit_sh...
2011-07-13 Paul Eggert* alloc.c (gc_sweep): Don't read past end of array.
2011-07-12 Andreas Schwab* src/character.c (Fcharacterp): Don't advertise option...
2011-07-12 Lars Magne Ingebri... (syms_of_keymap): Clarify that "modifier" is "modifier...
2011-07-12 Lars Magne Ingebri... window.c doc fixes.
2011-07-12 Paul EggertMerge from trunk.
2011-07-12 Paul Eggert* bidi.c (bidi_dump_cached_states): Use pD to print...
2011-07-12 Paul Eggert* xfaces.c (Fbitmap_spec_p): Fix integer overflow bug.
2011-07-12 Paul EggertMerge: Fix minor new problems caught by GCC 4.6.1.
2011-07-12 Paul Eggert* xsettings.c (store_monospaced_changed): Define only...
2011-07-12 Paul Eggert* term.c (init_tty): Remove unused local.
2011-07-12 Chong Yidong* xdisp.c (Vresize_mini_windows): Incredibly minor...
2011-07-11 Paul EggertMerge from trunk.
2011-07-11 Paul Eggert* dispnew.c (init_display): Use *_RANGE_OVERFLOW macros.
2011-07-11 Lars Magne Ingebri... Make it explicit that the mini-windows are the mini...
2011-07-11 Lars Magne Ingebri... Remove support for supdup, c10 and perq terminals,...
2011-07-11 Paul EggertMerge from trunk.
2011-07-10 Johan Bockgård* src/xdisp.c (Ftool_bar_lines_needed): Fix WINDOWP...
2011-07-10 Jan Djärv* xmenu.c (menu_highlight_callback): Only pass frame...
2011-07-10 Andreas SchwabProtoize
2011-07-10 Andreas SchwabProtoize
2011-07-10 Paul EggertFix ChangeLog to reflect merge better.
2011-07-10 Paul EggertMerge from trunk.
2011-07-09 Eli Zaretskiisrc/bidi.c: Fix type of a variable revealed on x86_64.
2011-07-09 Juanma Barranquerosrc/chartab.c (uniprop_table_uncompress): Remove unused...
2011-07-09 Eli ZaretskiiFix various problems with cursor positioning around...
2011-07-09 Jan Djärv* gtkutil.c (qttip_cb): Remove code without function.
2011-07-09 Paul EggertMerge from trunk.
next