Move IF_LINT from lisp.h to conf_post.h
[bpt/emacs.git] / src / lisp.h
2012-08-10 Glenn MorrisMove IF_LINT from lisp.h to conf_post.h
2012-08-10 Dmitry AntipovDefine Qnone once for all platforms.
2012-08-10 Glenn MorrisMove DIRECTORY_SEP from lisp.h to config.h
2012-08-08 Stefan Monnier* src/xdisp.c (safe_eval_handler): Remove prototype...
2012-08-08 Dmitry AntipovInline functions to examine and change string intervals.
2012-08-07 Dmitry AntipovRevert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol...
2012-08-07 Dmitry AntipovDrop WGET and revert read access to Lisp_Objects slots...
2012-08-07 Chong YidongMerge from emacs-24; up to 2012-05-02T07:12:52Z!rgm...
2012-08-06 Dmitry AntipovSeparate read and write access to Lisp_Object slots...
2012-08-05 Dmitry AntipovGeneralize common compile-time constants.
2012-08-04 Paul EggertExport DEFAULT_REHASH_* to GDB.
2012-08-03 Paul EggertComment why gc_aset can be triggered during GC.
2012-08-03 Paul EggertRemove unnecessary casts involving pointers.
2012-08-03 Paul EggertImprove fix for macroexp crash with debugging.
2012-08-02 Paul EggertFix macroexp crash on Windows with debugging.
2012-08-02 Paul Eggert* lisp.h (VALMASK) [!USE_LSB_TAG]: Now a macro
2012-08-02 Paul EggertUse C99-style 'extern inline' if available.
2012-08-01 Paul EggertUse "ASET (a, i, v)" rather than "AREF (a, i) = v".
2012-08-01 Dmitry AntipovUse INTERNAL_FIELD for conses and overlays.
2012-08-01 Dmitry AntipovUse INTERNAL_FIELD for symbols.
2012-08-01 Dmitry AntipovUse INTERNAL_FIELD for windows.
2012-08-01 Glenn MorrisMove definitions of directory and device separators...
2012-07-31 Dmitry AntipovGeneralize INTERNAL_FIELD between buffers, keyboards...
2012-07-30 Paul Eggert* lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed.
2012-07-30 Paul EggertExport DIRECTORY_SEP, TYPEMASK, VALMASK to GDB.
2012-07-30 Paul Eggert* lisp.h (STRING_BYTES_BOUND): Cast entire result to...
2012-07-30 Dmitry AntipovConvert safe_call to use variable number of arguments.
2012-07-30 Paul EggertExport to GDB most of lisp.h's remaining object-like...
2012-07-29 Paul Eggert* lisp.h (LISP_INT_TAG, LISP_INT1_TAG, LISP_STRING_TAG...
2012-07-29 Dmitry AntipovRemove HIDE_LISP_IMPLEMENTATION and cleanup cons free...
2012-07-28 Paul EggertUse Gnulib stdalign and environ modules (Bug#9772,...
2012-07-28 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T18:47...
2012-07-27 Eli ZaretskiiFix failure to compile on Windows due to 2012-07-27T06...
2012-07-27 Dmitry AntipovRevert last save_excursion_save and save_excursion_rest...
2012-07-27 Paul EggertImprove GDB symbol export.
2012-07-27 Dmitry AntipovUtility function to make a list from specified amount...
2012-07-27 Dmitry AntipovFast save_excursion_save and save_excursion_restore.
2012-07-26 Paul EggertFix export of symbols to GDB.
2012-07-26 Paul EggertSpelling fix in comment.
2012-07-26 Paul EggertSimplify export of symbols to GDB; fix related .gdbinit...
2012-07-26 Stefan MonnierAutoload more carefully from Lisp. Follow aliases...
2012-07-25 Paul EggertUse typedef for EMACS_INT, EMACS_UINT.
2012-07-24 Dmitry AntipovSimplify copy_overlay.
2012-07-23 Dmitry AntipovCleanup miscellaneous objects allocation and initializa...
2012-07-21 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T10:20...
2012-07-20 Dmitry AntipovMake maybe_gc inline.
2012-07-20 Dmitry AntipovSimple wrapper for make_unibyte_string, adjust font_ope...
2012-07-20 Dmitry AntipovCleanup calls to Fgarbage_collect.
2012-07-19 Dmitry AntipovNew macro to iterate over all buffers, miscellaneous...
2012-07-18 Stefan Monnier* src/lisp.h (last_undo_boundary): Declare new var.
2012-07-18 Dmitry AntipovReturn more descriptive data from Fgarbage_collect.
2012-07-17 Stefan MonnierMerge from emacs-24
2012-07-16 Dmitry AntipovRemove empty and useless init functions.
2012-07-15 Dmitry AntipovCleanup basic allocation variables and functions.
2012-07-15 Dmitry AntipovUse zero_vector where appropriate.
2012-07-12 Glenn MorrisRename init_process rather than working around it on...
2012-07-11 Dmitry AntipovMinor adjustments to interning code.
2012-07-11 Dmitry AntipovAvoid call to strlen in fast_c_string_match_ignore_case.
2012-07-10 Dmitry AntipovOptimize pure C strings initialization.
2012-07-09 Paul EggertAdd GCC-style 'const' attribute to functions that can...
2012-07-09 Paul EggertMinor improvements to make_formatted_string.
2012-07-09 Dmitry AntipovUse make_formatted_string to avoid double length calcul...
2012-07-07 Andreas Schwab* lisp.h: Remove empty conditional.
2012-07-06 Dmitry AntipovIntroduce fast path for the widely used marker operation.
2012-07-06 Chong YidongMerge from emacs-24; up to 2012-05-01T00:16:02Z!rgm...
2012-07-05 Dmitry AntipovCleanup xmalloc.
2012-07-04 Stefan MonnierTurn VECTOR_FREE_LIST_FLAG into PVEC_FREE.
2012-07-03 Glenn Morris* src/lisp.h (Fread_file_name): Restore EXFUN
2012-07-03 Tom TromeyAuto-generate EXFUN using make-docfile
2012-07-03 Glenn MorrisSpeed up generate-new-buffer-name for invisible buffers...
2012-07-03 Stefan Monnier* src/alloc.c (mark_object): Revert part of last patch...
2012-06-30 Eli ZaretskiiAdapt the MS-DOS build to the latest changes.
2012-06-30 Andreas Schwab* lisp.h (CHECK_RANGED_INTEGER): Make value to check...
2012-06-29 Glenn MorrisMerge from emacs-24; up to 2012-04-30T11:57:47Z!sdl...
2012-06-26 Dmitry Antipov* src/alloc.c: Remove build_string.
2012-06-26 Paul EggertUse sprintf return value instead of invoking strlen...
2012-06-24 Paul EggertSwitch from NO_RETURN to C11's _Noreturn.
2012-06-24 Paul EggertFix bug when time_t is unsigned and as wide as intmax_t.
2012-06-22 Paul EggertSupport higher-resolution time stamps.
2012-06-21 Glenn MorrisMerge from emacs-24; up to 2012-04-26T03:04:36Z!cyd...
2012-06-17 Paul Eggert* lisp.h (eassert): Assume C89 or later.
2012-06-17 Chong YidongMerge changes from emacs-24; up to 2012-04-26T02:03...
2012-06-15 Fabián Ezequiel... Merge from trunk
2012-06-14 Paul EggertSimplify lisp.h in minor ways that should not affect...
2012-06-13 Andreas SchwabUse a simple struct to implement compile time checks...
2012-06-13 Paul EggertUSE_LISP_UNION_TYPE + USE_LSB_TAG cleanup (Bug#11604)
2012-06-11 Stefan MonnierDon't purify in Fmake_byte_code.
2012-06-10 Chong YidongMerge from emacs-24; up to 2012-04-25T15:23:19Z!sdl...
2012-06-08 Dmitry AntipovBlock-based vector allocation of small vectors.
2012-05-31 Chong YidongMerge from emacs-24; up to 2012-04-24T21:47:24Z!michael...
2012-05-30 Paul EggertClean up __executable_start, monstartup when --enable...
2012-05-30 Paul Eggert* alloc.c, lisp.h (make_pure_vector): Now static.
2012-05-30 Stefan Monnier* lisp/emacs-lisp/byte-run.el (defmacro, defun): Move...
2012-05-27 Paul Eggert* lisp.h [REL_ALLOC]: Omit duplicate prototypes.
2012-05-27 Glenn MorrisMerge from emacs-24; up to 2012-04-24T08:35:02Z!lekktu...
2012-05-25 Paul EggertMerge from trunk.
2012-05-25 Paul EggertMerge from trunk.
2012-05-25 Paul EggertMerge from trunk.
2012-05-23 Eli ZaretskiiFix bug #11519 with relocation of buffer text during...
2012-05-22 Paul EggertRemove src/m/*.
next