* dispextern.h (struct face.stipple):
[bpt/emacs.git] / src / lisp.h
2011-06-22 Paul Eggert* dispextern.h (struct face.stipple):
2011-06-21 Paul EggertMerge from trunk.
2011-06-19 Paul Eggert* lisp.h (make_fixnum_or_float): Remove unnecessary...
2011-06-19 Paul Eggert* lisp.h (LIST_END_P): Remove unused macro and its...
2011-06-19 Paul Eggert* lisp.h (DEFUN): Remove bogus use of sizeof (struct...
2011-06-18 Paul Eggert* lisp.h (XSET) [USE_LISP_UNION_TYPE]: Use uintptr_t...
2011-06-18 Paul Eggert* lisp.h (struct Lisp_Bool_Vector.size): EMACS_INT...
2011-06-18 Paul Eggert* lisp.h (union Lisp_Object.i): EMACS_INT, not EMACS_UINT.
2011-06-18 Paul Eggert* lisp.h (lint_assume): New macro.
2011-06-16 Paul Eggert* lisp.h: Include <limits.h>, for INT_MAX, LONG_MAX...
2011-06-16 Paul EggertImprove buffer-overflow checking (Bug#8873).
2011-06-16 Paul EggertMerge from trunk.
2011-06-16 Paul Eggert* insdel.c, lisp.h (buffer_overflow): New function.
2011-06-15 Paul EggertInteger overflow and signedness fixes (Bug#8873).
2011-06-15 Paul EggertMerge from trunk.
2011-06-15 Paul EggertMerge from trunk.
2011-06-14 Paul EggertMerge from trunk.
2011-06-14 Paul EggertVariadic C functions now count arguments with ptrdiff_t.
2011-06-14 Paul EggertMerge from trunk.
2011-06-13 Paul EggertMerge from trunk.
2011-06-13 Paul Eggert* lisp.h (CHAR_TABLE_SET): Omit now-redundant test.
2011-06-13 Paul Eggert* character.h (CHAR_VALID_P): Remove unused parameter.
2011-06-12 Paul Eggert* lisp.h (UNSIGNED_CMP): New macro.
2011-06-12 Paul EggertFix minor problems found by GCC 4.6.0 static checking.
2011-06-12 Paul EggertMerge from trunk.
2011-06-11 Paul EggertMerge from trunk.
2011-06-11 Paul Eggert* buffer.c (Qclone_number): Remove for now, as it's...
2011-06-11 Martin RudalicsMove/add window-buffer-related functions to window.el.
2011-06-11 Paul EggertMerge from trunk.
2011-06-11 Paul EggertMerge from trunk.
2011-06-10 Paul EggertMerge from trunk.
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: Catch some string size overflows that we...
2011-06-06 Paul EggertMerge: Document wide integers better.
2011-06-06 Paul EggertMerge: Cons<->int and similar integer overflow fixes.
2011-06-06 Paul EggertMerge from trunk.
2011-06-06 Martin RudalicsMove some window-related functions from frame.c to...
2011-06-06 Paul EggertCheck for overflow when converting integer to cons...
2011-06-06 Paul EggertCheck for buffer and string overflow more precisely.
2011-06-04 Glenn MorrisMerge from emacs-23; up to 2010-06-12T17:12:15Z!cyd...
2011-06-04 Eli ZaretskiiSupport bidi reordering of text covered by display...
2011-06-04 Paul EggertCheck for buffer and string overflow more precisely.
2011-06-03 Paul EggertCheck for overflow when converting integer to cons...
2011-06-03 Paul Eggert* lisp.h (WIDE_EMACS_INT): Now defaults to 1.
2011-06-03 Paul Eggert* fileio.c (Fverify_visited_file_modtime): Avoid time...
2011-06-03 Paul Eggert* dired.c (Ffile_attributes): Don't assume EMACS_INT...
2011-06-03 Paul Eggert* lisp.h: Include <intprops.h>, as it'll useful in...
2011-06-03 Paul EggertDon't assume time_t can fit into int.
2011-06-03 Paul EggertMinor fixes for signed vs unsigned integers.
2011-06-02 Paul EggertMerge: memory_full, gnutls improvements
2011-06-02 Paul EggertMerge from trunk.
2011-06-02 Paul EggertMerge: Remove arbitrary limit of 2**31 entries in hash...
2011-06-02 Paul EggertMerge from trunk.
2011-06-02 Paul Eggert* lisp.h (WIDE_EMACS_INT): Now defaults to 1.
2011-06-02 Paul Eggert* lisp.h: Include <intprops.h>, as it'll useful in...
2011-05-31 Paul EggertRemove arbitrary limit of 2**31 entries in hash tables.
2011-05-31 Paul EggertMerge from trunk.
2011-05-31 Paul EggertUse 'inline', not 'INLINE'.
2011-05-31 Paul EggertMerge from trunk.
2011-05-31 Paul EggertMerge from trunk.
2011-05-30 Paul Eggert[ChangeLog]
2011-05-30 Paul Eggert* eval.c (Qdebug): Now static.
2011-05-30 Paul EggertMerge from trunk.
2011-05-29 Glenn MorrisMerge from emacs-23; up to 2010-06-12T11:17:12Z!eliz...
2011-05-28 Paul Eggert[ChangeLog]
2011-05-27 Toby Cubitt* lisp/emacs-lisp/avl-tree.el: New avl-tree-stack datat...
2011-05-27 Paul EggertMerge from trunk.
2011-05-27 Paul EggertMerge: Integer overflow fixes.
2011-05-27 Glenn MorrisMerge from emacs-23; up to 2010-06-12T10:58:54Z!romain...
2011-05-25 Glenn MorrisMerge from emacs-23; up to 2010-06-12T08:59:37Z!albinus...
2011-05-24 Glenn MorrisMerge from emacs-23; up to 2010-06-11T21:26:13Z!lekktu...
2011-05-23 Paul EggertMerge from trunk.
2011-05-22 Paul Eggert* lisp.h (FIXNUM_OVERFLOW_P): Work even if arg is a...
2011-05-21 Paul Eggertmerge count_size_as_multibyte, parse_str_to_multibyte
2011-05-21 Glenn MorrisMerge from emacs-23; up to 2010-06-11T18:51:00Z!juri...
2011-05-19 Kenichi Handamerge trunk
2011-05-18 Paul EggertMerge from mainline.
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* alloc.c (string_overflow): New function.
2011-05-15 Paul EggertMerge: user-interface timestamps and other int overflow...
2011-05-12 Glenn MorrisMerge from emacs-23; up to 2010-06-10T12:56:11Z!michael...
2011-05-11 Paul Eggert* lisp.h (XINT) [USE_LISP_UNION_TYPE]: Cast to EMACS_INT.
2011-05-09 Eli ZaretskiiBackport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla...
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-05 Paul EggertMerge from mainline.
2011-05-05 Glenn MorrisMerge from emacs-23; up to 2010-06-10T05:17:21Z!rgm...
2011-05-04 Paul EggertMerge from mainline.
2011-05-04 Paul EggertMerge from mainline.
2011-05-03 Paul EggertMerge from mainline.
2011-05-03 Paul EggertMerge: Fixes for Bug#8600 and Bug#8601.
2011-05-01 Lars Magne Ingebri... Extend `call-process' to take the `(:file "file")'...
2011-04-30 Paul EggertMerge from mainline.
2011-04-30 Paul Eggert* lisp.h (EMACS_INT, EMACS_UINT, BITS_PER_EMACS_INT...
2011-04-29 Paul Eggert* lisp.h (EMACS_INTPTR): Remove. All uses changed...
2011-04-29 Paul Eggert* lisp.h: Prefer 64-bit EMACS_INT if available.
2011-04-29 Paul EggertPrefer intptr_t/uintptr_t for integers the same widths...
next