* lread.c (Fload): Don't compare a possibly-garbage time_t value.
[bpt/emacs.git] / src / ChangeLog
2011-06-13 Paul Eggert* lread.c (Fload): Don't compare a possibly-garbage...
2011-06-13 Paul EggertGLYPH_CODE_FACE returns EMACS_INT, not int.
2011-06-13 Paul Eggert* character.h (CHAR_VALID_P): Remove unused parameter.
2011-06-13 Paul Eggert* editfns.c (Ftranslate_region_internal): Omit redundan...
2011-06-13 Paul Eggert* fns.c (concat): Minor tuning based on overflow analysis.
2011-06-13 Paul Eggert* floatfns.c (Fexpt): Omit unnecessary cast to unsigned.
2011-06-13 Paul Eggert* fileio.c (make_temp_name): Omit unnecessary cast...
2011-06-13 Paul Eggert* editfns.c (Ftranslate_region_internal): Use int,...
2011-06-13 Paul Eggert* doc.c (get_doc_string): Omit (unsigned)c that mishand...
2011-06-13 Paul Eggert* data.c (Faset): If ARRAY is a string, check that...
2011-06-13 Paul Eggert* chartab.c (Fchar_table_range): Use CHARACTERP to...
2011-06-13 Paul Eggert* composite.c: Use int, not EMACS_INT, for characters.
2011-06-13 Paul EggertMake sure a 64-bit char is never passed to ENCODE_CHAR.
2011-06-13 Paul Eggert* character.c (char_string): Remove unnecessary casts.
2011-06-13 Paul EggertMake sure a 64-bit char is never passed to CHAR_STRING.
2011-06-12 Paul EggertRemove incorrect casts to 'unsigned' that lose info...
2011-06-12 Paul Eggert* lisp.h (UNSIGNED_CMP): New macro.
2011-06-11 Paul EggertMerge from trunk.
2011-06-11 Paul EggertMerge from trunk.
2011-06-11 Chong YidongCruft removal in struct image.
2011-06-10 Paul Eggert* buffer.h: Include <time.h>, for time_t.
2011-06-10 Paul EggertMerge: Fix minor problems found by static checking.
2011-06-10 Paul Eggert* image.c (PixelGetMagickColor): Declare if ImageMagick...
2011-06-10 Paul EggertMake identifiers static if they are not used in other...
2011-06-10 Paul Eggert* image.c (imagemagick_load_image): Don't use garbage...
2011-06-10 Paul Eggert* window.c: Fix minor problems reported by GCC 4.6.0.
2011-06-10 Paul Eggert* image.c: Fix minor problems reported by GCC 4.6.0.
2011-06-10 Paul Eggert* ftfont.c (ftfont_get_metrics, ftfont_drive_otf):...
2011-06-10 Paul EggertMerge from trunk.
2011-06-10 Chong Yidong* image.c (gif_load): Fix omitted cast error introduced...
2011-06-10 Martin RudalicsSome more window.h fixes missing in 2011-06-10T06:55...
2011-06-10 Eli ZaretskiiAvoid compiler warnings about missing prototypes of...
2011-06-10 Martin RudalicsMove window resize code from window.c to window.el.
2011-06-09 Paul Eggert* buffer.h (PTR_BYTE_POS, BUF_PTR_BYTE_POS): Remove...
2011-06-09 Martin RudalicsFinal preparations for new window resize code.
2011-06-09 Paul Eggert* xmenu.c (dialog_selection_callback) [!USE_GTK]: Cast...
2011-06-09 Paul Eggert* xfns.c (x_set_scroll_bar_default_width): Remove unuse...
2011-06-09 Paul Eggert* buffer.h (PTR_BYTE_POS): Don't assume a byte count...
2011-06-09 Paul Eggert* buffer.c (advance_to_char_boundary): Return EMACS_INT...
2011-06-09 Paul Eggert* buffer.c (Fgenerate_new_buffer_name): Use EMACS_INT...
2011-06-09 Paul Eggert* data.c (Qcompiled_function): Now static.
2011-06-08 Paul Eggert* window.c (window_body_lines): Now static.
2011-06-08 Paul Eggert* image.c (gif_load): Rename local to avoid shadowing.
2011-06-08 Paul EggertMerge from trunk.
2011-06-08 Paul Eggert* lisp.h (SAFE_ALLOCA_LISP): Check for integer overflow.
2011-06-08 Paul Eggert* alloc.c (allocate_pseudovector): Don't use EMACS_INT...
2011-06-08 Paul Eggert* alloc.c (inhibit_garbage_collection): Set gc_cons_thr...
2011-06-08 Paul Eggert* alloc.c (nzombies, ngcs, max_live, max_zombies):...
2011-06-08 Paul Eggert* alloc.c: (n_interval_blocks, n_string_blocks, n_float...
2011-06-08 Paul Eggert* alloc.c: Use EMACS_INT, not int, to count objects.
2011-06-08 Paul Eggert* alloc.c (mark_vectorlike, mark_char_table, mark_objec...
2011-06-08 Paul Eggert* alloc.c (allocate_vectorlike): Check for ptrdiff_t...
2011-06-08 Paul Eggert* alloc.c (Fmake_bool_vector): Don't assume vector...
2011-06-08 Paul Eggert* alloc.c: Catch some string size overflows that we...
2011-06-08 Martin RudalicsNew symbols in window.c.
2011-06-08 Martin RudalicsAdd some new members to window structure in window.h.
2011-06-08 Martin Rudalicswindow-height, window-width, and window-full-width...
2011-06-07 Eli ZaretskiiFix the MS-DOS build broken by STRING_BYTES_MAX.
2011-06-07 Martin RudalicsMove get-lru-window and get-largest-window to window.el.
2011-06-07 Martin RudalicsMake delete_all_subwindows argument a Lisp_Object.
2011-06-07 Martin RudalicsInstall some window-size related functions and window...
2011-06-07 Paul Eggert* character.c (string_escape_byte8): Fix nbytes/nchars...
2011-06-07 Paul Eggert* alloc.c (Fmake_string): Check for out-of-range init.
2011-06-07 Daniel Colascione* fns.c (Fputhash): Document return value.
2011-06-06 Chong Yidong* src/image.c (gif_load): Implement gif89a spec "no...
2011-06-06 Paul EggertMerge: Document wide integers better.
2011-06-06 Paul EggertAdd Bug#8794 to ChangeLog entry.
2011-06-06 Paul EggertMerge: Cons<->int and similar integer overflow fixes.
2011-06-06 Paul EggertMerge from trunk.
2011-06-06 Stefan Monnier* src/window.h (Fwindow_frame): Declare.
2011-06-06 Paul Eggert* alloc.c: Simplify handling of large-request failures...
2011-06-06 Martin RudalicsMove some window-related functions from frame.c to...
2011-06-06 Martin RudalicsExpose window-tree functions in Elisp.
2011-06-06 Paul EggertCheck for overflow when converting integer to cons...
2011-06-06 Martin RudalicsPrepare for exposing window-tree functions in Elisp.
2011-06-06 Paul EggertCheck for buffer and string overflow more precisely.
2011-06-06 Paul Eggert* image.c: Use ptrdiff_t, not int, for sizes.
2011-06-06 Paul Eggert* fileio.c (Fverify_visited_file_modtime): Avoid time...
2011-06-06 Paul Eggert* dired.c (Ffile_attributes): Don't assume EMACS_INT...
2011-06-06 Paul EggertDon't assume time_t can fit into int.
2011-06-06 Paul EggertMinor fixes for signed vs unsigned integers.
2011-06-06 Paul Eggert* alloc.c (memory_full) [SYSTEM_MALLOC]: Port to MacO).
2011-06-05 Andreas SchwabFixes: debbugs:8806
2011-06-05 Andreas Schwab* src/gtkutil.c (xg_get_default_scrollbar_width): Avoid...
2011-06-05 Andreas Schwab* src/xfns.c (x_set_scroll_bar_default_width): Move...
2011-06-05 Jan DjärvHandle scroll bar width larger than 16 for GTK3.
2011-06-05 Juanma Barranquerosrc/xdisp.c (single_display_spec_intangible_p): Remove...
2011-06-04 Chong Yidong* src/xselect.c (x_get_foreign_selection): Reduce scope...
2011-06-04 Chong YidongHandle errors when saving to clipboard manager (Bug...
2011-06-04 Glenn MorrisMerge from emacs-23; up to 2010-06-12T17:12:15Z!cyd...
2011-06-04 Eli Zaretskiisrc/bidi.c (bidi_level_of_next_char): Fix last change.
2011-06-04 Eli ZaretskiiSupport bidi reordering of text covered by display...
2011-06-04 Paul Eggert* image.c (svg_load): Omit needless test.
2011-06-04 Paul EggertCheck for buffer and string overflow more precisely.
2011-06-04 Paul EggertUse ptrdiff_t, not int, for sizes.
2011-06-03 Paul Eggert* xselect.c: Include <limits.h>.
2011-06-03 Paul EggertCheck for overflow when converting integer to cons...
2011-06-03 Paul EggertFix doc for machines with wider system times such as...
2011-06-03 Paul Eggert* lisp.h (WIDE_EMACS_INT): Now defaults to 1.
2011-06-03 Paul Eggert* xselect.c: Use 'unsigned' more consistently.
next