Check for overflow when converting integer to cons and back.
[bpt/emacs.git] / src / lisp.h
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-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-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...
2011-04-28 Paul EggertMerge from mainline.
2011-04-28 Paul EggertMerge from mainline.
2011-04-28 Paul Eggert* sysdep.c (get_random): Don't assume EMACS_INT is...
2011-04-26 Paul Eggert* lisp.h: Add comments about struct vectorlike_header.
2011-04-26 Paul EggertMerge from mainline.
2011-04-26 Daniel ColascioneImplement debug-on-event
2011-04-26 Paul EggertMerge from mainline.
2011-04-25 Paul Eggert* lisp.h (XVECTORLIKE_HEADER_SIZE): Remove. The only...
2011-04-25 Paul Eggert* lisp.h: (XVECTOR_SIZE): Remove. All uses replaced...
2011-04-25 Paul Eggert* lisp.h: Say "vectorlike header" rather than "vector...
2011-04-25 Paul Eggertlisp.h: Fix a problem with aliasing and vector headers.
2011-04-23 Eli ZaretskiiFix doprnt so it could be used safely in `verror'....
2011-04-23 Glenn MorrisMerge from emacs-23; up to 2010-06-09T17:54:28Z!albinus...
2011-04-21 Paul EggertTreat large integers as floats in the Lisp reader and...
2011-04-20 Paul EggertMerge from mainline.
2011-04-20 Paul EggertMerge: Make the Lisp reader and string-to-float more...
2011-04-20 Paul EggertMake the Lisp reader and string-to-float more consistent.
2011-04-19 Paul EggertMerge from mainline.
2011-04-19 Paul EggertMerge from mainline.
2011-04-19 Paul EggertReplace pEd with more-general pI, and fix some printf...
2011-04-15 Paul Eggertemacs_write: Accept and return EMACS_INT for sizes.
2011-04-15 Paul Eggertemacs_write: Accept and return EMACS_INT for sizes.
2011-04-15 Paul EggertMerge from mainline.
2011-04-15 Stefan Monnier* src/process.c (Qprocessp): Don't declare static.
2011-04-14 Paul EggertMerge from mainline.
2011-04-14 Paul Eggert* lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu in
2011-04-14 Paul EggertDon't publish debugger-only interfaces to other modules.
2011-04-14 Paul Eggert2011-04-14 Paul Eggert <eggert@cs.ucla.edu>
2011-04-14 Paul EggertUndo the DEFUN->DEFUE change.
2011-04-14 Paul Eggert* process.c: Make symbols static if they're not exported.
2011-04-14 Paul Eggert* print.c: Make symbols static if they're not exported.
2011-04-14 Paul Eggert* minibuf.c: Make symbols static if they're not exported.
2011-04-14 Paul Eggert* lisp.h (verify_bytepos, count_markers): Mark as exter...
2011-04-14 Paul Eggert* lread.c: Make symbols static if they're not exported.
2011-04-14 Paul Eggert* keyboard.c: Make symbols static if they're not exported.
2011-04-14 Paul Eggert* insdel.c (signal_before_change): Now static.
2011-04-14 Paul Eggert* insdel.c: Make symbols static if they're not exported.
2011-04-13 Paul Eggert* frame.c: Make symbols static if they're not exported.
2011-04-13 Paul Eggert* eval.c: Make symbols static if they're not exported.
2011-04-13 Paul Eggert* emacs.c: Make symbols static if they're not exported.
2011-04-13 Paul Eggert* editfns.c: Move a (normally-unused) function to its...
2011-04-13 Eli ZaretskiiFix bug #8487 with invisible text at EOB under bidi.
2011-04-13 Paul Eggertemacs_write: Return size_t, not ssize_t, to avoid overf...
2011-04-12 Paul Eggert* sysdep.c (emacs_read, emacs_write): Check for negativ...
2011-04-12 Paul Eggert* xdisp.c: Make symbols static if they're not exported.
2011-04-12 Paul Eggert* lisp.h (circular_list_error, FOREACH): Remove; unused.
next