Prefer intptr_t/uintptr_t for integers the same widths as pointers.
[bpt/emacs.git] / src / lisp.h
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.
2011-04-11 Eli ZaretskiiFix bug #8468 with redisplay and scroll-margin > 0.
2011-04-11 Paul Eggert* casetab.c (Vascii_upcase_table, Vascii_eqv_table...
2011-04-11 Paul Eggertalloc.c: Import and export fewer symbols, and remove...
2011-04-11 Paul EggertDeclare Lisp_Object Q* variables to be 'static' if...
2011-04-11 Paul Eggert* lisp.h (DEFINE_FUNC): Make sname 'static'.
2011-04-11 Paul EggertMake Emacs functions such as Fatom 'static' by default.
2011-04-10 Eli ZaretskiiFix write-region and its subroutines for buffers >...
2011-04-10 Paul EggertFix more problems found by GCC 4.6.0's static checks.
2011-04-10 Paul EggertMerge from mainline.
2011-04-10 Paul EggertMerge from mainline.
2011-04-09 Paul EggertMerge from mainline.
2011-04-09 Glenn MorrisMerge from emacs-23; up to 2010-06-08T03:06:47Z!dann...
2011-04-09 Eli ZaretskiiReplace some uses of `int' with EMACS_INT.
2011-04-08 Chong YidongMerge changes from emacs-23 branch
2011-04-08 Chong YidongRemove internal_with_output_to_temp_buffer, replacing...
2011-04-07 Paul EggertRemove the doprnt implementation, as Emacs now uses...
2011-04-07 Paul Eggerterror: Print 32- and 64-bit integers portably (Bug...
2011-04-06 Paul Eggert* xdisp.c, lisp.h (message_nolog): Remove; unused.
2011-04-06 Paul EggertFix more problems found by GCC 4.6.0's static checks.
2011-04-06 Paul Eggertdoprnt, error, and verror are not printf-compatible.
2011-04-06 Paul EggertMerge from mainline.
2011-04-05 Paul Eggert* lisp.h (message, message_nolog, doprint, error, verro...
2011-04-05 Paul EggertMerge from mainline.
2011-04-01 Paul EggertMerge from mainline.
2011-04-01 Stefan MonnierMerge from lexical-binding branch.
2011-04-01 Stefan MonnierMiscellanous cleanups in preparation for the merge.
2011-04-01 Paul EggertReplace two copies of readlink code with single gnulib...
2011-03-31 Eli ZaretskiiFix bug #6671 with recentering and other scrolling...
2011-03-31 Stefan MonnierMerge from trunk
2011-03-30 Paul EggertFix more problems found by GCC 4.6.0's static checks.
2011-03-29 Paul EggertMerge from mainline.
2011-03-28 Juanma Barranquerosrc/*.c: Remove some additional unused parameters.
2011-03-28 Stefan MonnierDon't reset post-command-hook to nil upon error.
2011-03-27 Paul EggertMerge from atest branch.
2011-03-27 Paul EggertMerge from mainline.
2011-03-27 Glenn MorrisRemove (RET)SIGTYPE; it is identical to void on all...
2011-03-27 Paul EggertVariadic C functions now count arguments with size_t...
2011-03-23 Paul EggertFix more problems found by GCC 4.5.2's static checks.
2011-03-23 Paul EggertMerge from mainline.
2011-03-22 Paul EggertMerge from mainline.
2011-03-22 Paul Eggert* lisp.h (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Avoid 'int...
2011-03-21 Stefan MonnierMerge from trunk
2011-03-21 Paul EggertMerge from trunk and from gnulib stdio.
2011-03-20 Paul EggertMerge: Use socklen_t, not int, for socket lengths.
2011-03-19 Chong YidongMerge changes from emacs-23 branch
2011-03-18 Paul Eggert* lisp.h (child_setup): Now NO_RETURN unless DOS_NT.
2011-03-17 Paul EggertMerge: Fix more problems found by GCC 4.5.2's static...
2011-03-17 Paul EggertMerge from mainline.
2011-03-16 Paul Eggert* lisp.h (debug_output_compilation_hack): Add decl...
2011-03-16 Stefan MonnierRemove bytecomp- prefix, plus misc changes.
2011-03-16 Paul Eggert* alloc.c (mark_backtrace): Move decl from here ...
2011-03-16 Paul EggertMove editfns decls to lisp.h to check interfaces.
2011-03-15 Paul Eggert* lisp.h (eassert): Check that the argument compiles...
next