Port to stricter C99 platforms.
[bpt/emacs.git] / src / lisp.h
2013-11-04 Paul EggertPort to stricter C99 platforms.
2013-10-29 Dmitry AntipovPrefer 'unsigned long' to 'long unsigned int' and ...
2013-10-17 Paul EggertMake some functions static in non-Microsoft builds.
2013-10-17 Paul EggertMake VALMASK visible to GDB even if clang is used.
2013-10-14 Paul Eggert* lisp.h (bool_vector_size): New function.
2013-10-11 Paul Eggert* lisp.h (eassume): New macro.
2013-10-09 Paul Eggert* lisp.h (eassert): Don't use 'assume'.
2013-10-08 Paul EggertFix minor problems found by static checking.
2013-10-08 Eli ZaretskiiSupport menus on text-mode terminals.
2013-10-08 Paul Eggert* lisp.h (bits_word, BITS_WORD_MAX): New type and macro.
2013-10-07 Paul EggertImprove support for popcount and counting trailing...
2013-10-07 Paul Eggertemacs_read and emacs_write now use void *, not char *.
2013-10-04 Paul EggertUse hardware support for byteswapping on glibc x86...
2013-10-03 Paul Eggert* lisp.h (eassert): Assume that COND is true when optim...
2013-10-03 Paul Eggert* xdisp.c (Qglyphless_char): Now static.
2013-10-03 Paul EggertMerge from gnulib.
2013-10-03 Stefan MonnierIntroduce new bytecodes for efficient catch/condition...
2013-09-26 Eli ZaretskiiMerge from trunk.
2013-09-24 Dmitry AntipovUse union for the payload of struct Lisp_Vector.
2013-09-24 Paul EggertSome minor cleanups of recently-added bool vector code.
2013-09-23 Dmitry Antipov* xdisp.c (noninteractive_need_newline, message_log_nee...
2013-09-23 Dmitry Antipov* dispnew.c (frame_garbaged, selected_frame, last_nonmi...
2013-09-22 Daniel ColascioneAdd set operations for bool-vector.
2013-09-20 Paul EggertA simpler, centralized INLINE.
2013-09-17 Glenn MorrisMerge from emacs-24; up to 2013-01-03T02:31:36Z!rgm...
2013-09-12 Kenichi Handamerge trunk
2013-09-11 Barry O'ReillyChange comparison functions =, <, >, <=, >= to take...
2013-09-08 Kenichi Handamerge trunk
2013-09-06 Dmitry Antipov* lisp.h (last_glyphless_glyph_frame, last_glyphless_gl...
2013-09-05 Eli ZaretskiiMerge from trunk after a lot of time.
2013-09-04 Paul Eggert* alloc.c (make_event_array): First arg is now ptrdiff_...
2013-09-04 Xue FuqiaoMerge from mainline.
2013-09-03 Stefan Monnier* lisp/finder.el (finder-compile-keywords): Don't mess...
2013-08-29 Dmitry Antipov* lisp.h (XSETMARKER): Remove unused macro (it doesn...
2013-08-29 Dmitry AntipovHook scanning and indentation functions to find_newline...
2013-08-27 Glenn MorrisMerge from emacs-24; up to 2013-01-03T01:56:56Z!rgm...
2013-08-27 Dmitry Antipov* lisp.h (Mouse_HLInfo): Move from here...
2013-08-26 Dmitry Antipov* lisp.h (Mouse_HLInfo): Drop set-but-unused members
2013-08-22 Paul Eggert* process.c (flush_pending_output): Remove stub.
2013-08-15 Dmitry Antipov* lisp.h (FOR_EACH_ALIST_VALUE): New macro
2013-08-14 Dmitry AntipovUtility function and macro to copy Lisp string to C...
2013-08-13 Glenn MorrisMerge from emacs-24; up to 2013-01-02T16:37:04Z!eggert...
2013-08-12 Paul EggertFix some fd issues when running subprocesses.
2013-08-12 Glenn MorrisMerge from emacs-24; up to 2013-01-02T10:15:31Z!michael...
2013-08-11 Lars Magne Ingebri... Add zlib support via the `decompress-gzipped-region...
2013-08-06 Dmitry AntipovInvalidate region caches only if buffer text is going...
2013-08-05 Dmitry AntipovNew macro to iterate over live buffers similar to frames.
2013-08-04 Xue FuqiaoMerge from mainline.
2013-08-01 Paul Eggert* fileio.c, fns.c (merge): Move extern decl from here ...
2013-07-25 Glenn MorrisMerge from emacs-24; up to 2013-01-01T11:02:14Z!rudalic...
2013-07-20 Glenn MorrisMerge from emacs-24; up to 2012-12-31T11:35:13Z!rudalic...
2013-07-20 Kenichi Handamerge trunk
2013-07-19 Paul EggertFix obscure porting bug with varargs functions.
2013-07-18 Paul Eggert* charset.c: Fix file descriptor leaks and errno issues.
2013-07-17 Paul Eggert* lread.c: Fix file descriptor leaks and errno issues.
2013-07-16 Paul EggertFix bug where insert-file-contents closes a file twice.
2013-07-16 Paul EggertNew unwind-protect flavors to better type-check C callb...
2013-07-16 Paul EggertFix porting bug to older POSIXish platforms.
2013-07-12 Paul EggertClean up errno reporting and fix some errno-reporting...
2013-07-10 Paul EggertPort to C89.
2013-07-09 Paul EggertHandle errno and exit status a bit more carefully.
2013-07-09 Paul EggertSpace between "defined" and "(".
2013-07-07 Paul EggertMake file descriptors close-on-exec when possible.
2013-07-06 Glenn MorrisMerge from emacs-24; up to 2012-12-30T19:34:25Z!jan...
2013-07-04 Michael Albinus* fileio.c (Qfile_notify_error): New error symbol.
2013-07-03 Glenn MorrisMerge from emacs-24; up to 2012-12-29T12:57:49Z!fgallin...
2013-07-02 Paul EggertDon't convert function pointers to void * and back.
2013-06-24 Glenn MorrisMerge from emacs-24; up to 2012-12-29T06:14:00Z!cyd...
2013-06-21 Stephen BermanMerge from trunk.
2013-06-21 Paul EggertUse C99-style flexible array members if available.
2013-06-21 Stephen BermanMerge from trunk.
2013-06-20 Paul Eggert* alloc.c (die): Move "assertion failed" string here ...
2013-06-18 Paul EggertSpelling fixes.
2013-06-18 Kenichi Handamerge emacs
2013-06-18 Paul EggertPorting fixes for merged specpdl and backtrace stacks.
2013-06-17 Paul EggertUse functions, not macros, for XINT etc.
2013-06-14 Stephen BermanMerge from trunk.
2013-06-05 Michael Albinus* emacs.c (main) [HAVE_GFILENOTIFY]: Call globals_of_gf...
2013-06-03 Xue FuqiaoMerge from mainline.
2013-06-03 Michael Albinus* configure.ac (file-notification): New option, replace...
2013-06-03 Stefan MonnierMerge the specpdl and backtrace stacks. Make the struc...
2013-06-01 Glenn MorrisMerge from emacs-24; up to 2012-12-27T20:09:45Z!juri...
2013-05-22 Kenichi Handamerge trunk
2013-05-16 Eli ZaretskiiMerge from trunk.
2013-05-15 Stefan Monnier* src/process.c: Export default filters and sentinels...
2013-05-09 Glenn MorrisMerge from emacs-24; up to 2012-12-27T17:59:21Z!rgm...
2013-05-01 Eli ZaretskiiMerge from trunk.
2013-04-27 Kenichi Handamerge trunk
2013-04-26 Paul EggertPort better to AIX.
2013-04-26 Glenn MorrisMerge from emacs-24; up to 2012-12-27T08:21:08Z!rgm...
2013-04-20 Glenn MorrisMerge from emacs-24; up to 2012-12-26T22:30:58Z!yamaoka...
2013-04-14 Eli ZaretskiiMerge from trunk, resolve conflicts.
2013-04-07 Dmitry AntipovGet rid of some platform-specific functions examining...
2013-04-05 Kenichi Handamerge trunk
2013-04-05 Dmitry AntipovConsistently use platform-specific function to detect...
2013-04-05 Eli ZaretskiiMerge from trunk.
2013-04-02 Paul EggertPrefer < to > in range checks such as 0 <= i && i < N.
2013-03-30 Glenn MorrisMerge from emacs-24; up to 2012-12-26T16:22:18Z!michael...
2013-03-30 Eli ZaretskiiMerge from trunk.
2013-03-28 Eli ZaretskiiMerge from trunk and resolve conflicts.
next