Fix bug #9221 with memory leak in bidi display.
[bpt/emacs.git] / src / lisp.h
2011-08-05 Eli ZaretskiiFix bug #9221 with memory leak in bidi display.
2011-08-02 Kenichi HandaMake uniprop_table non-static.
2011-07-28 Paul EggertMerge: Integer signedness and overflow and related...
2011-07-28 Paul EggertMerge from trunk.
2011-07-25 Eli ZaretskiiFix logic of caching display string positions for bidi...
2011-07-23 Eli ZaretskiiFix pos-visible-in-window-p under bidi redisplay.
2011-07-23 Eli ZaretskiiSpeed up keyboard auto-repeat cursor motion under bidi...
2011-07-20 Paul EggertMerge from trunk.
2011-07-19 Paul EggertMerge from trunk.
2011-07-17 Paul EggertMerge from trunk.
2011-07-17 Paul EggertMerge from trunk.
2011-07-14 Paul EggertMerge from trunk.
2011-07-14 Paul EggertMerge from trunk.
2011-07-14 Eli ZaretskiiSupport bidi reordering of overlay and display strings.
2011-07-14 Paul EggertMerge from trunk.
2011-07-14 Paul EggertMerge from trunk.
2011-07-13 Paul EggertMerge from trunk.
2011-07-12 Paul EggertMerge from trunk.
2011-07-11 Paul EggertMerge from trunk.
2011-07-11 Paul EggertMerge from trunk.
2011-07-09 Paul EggertMerge from trunk.
2011-07-08 Paul EggertImprove hashing quality when configured --with-wide...
2011-07-07 Paul Eggert* editfns.c (pWIDE, pWIDElen, signed_wide, unsigned_wide):
2011-07-07 Chong YidongMerge from emacs-23 branch
2011-07-07 Paul Eggert* doprnt.c: Prefer signed to unsigned when either works.
2011-07-06 Paul EggertMerge from trunk.
2011-07-06 Kenichi Handamerge trunk
2011-07-06 Glenn MorrisMerge from emacs-23; up to 2010-06-16T23:27:20Z!jay...
2011-07-05 Paul Eggert[ChangeLog]
2011-07-05 Paul Eggert* lisp.h (struct vectorlike_header, struct Lisp_Subr...
2011-06-25 Glenn MorrisMerge from emacs-23; up to 2010-06-15T03:34:12Z!rgm...
2011-06-24 Juanma BarranqueroMove DEFSYM to lisp.h and use everywhere.
2011-06-23 Paul EggertMerge from trunk.
2011-06-23 Paul Eggert* lisp.h (DEFVAR_KBOARD): Use offsetof instead of char...
2011-06-22 Paul EggertMerge from trunk.
2011-06-22 Paul EggertMerge: Integer overflow and signedness fixes (Bug#8873).
2011-06-22 Paul EggertMerge from trunk.
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.
next