* composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans.
[bpt/emacs.git] / src / lisp.h
2012-08-27 Paul Eggert* composite.c, data.c, dbusbind.c, dired.c: Use bool...
2012-08-27 Paul Eggert* cmds.c, coding.c: Use bool for booleans.
2012-08-26 Paul EggertRemove unused external symbols.
2012-08-26 Paul Eggert* lisp.h (ASET): Remove attempt to detect side effects.
2012-08-26 Barry O'Reilly* src/lisp.h (functionp): New function (extracted from...
2012-08-25 Paul Eggert* bytecode.c, callint.c, callproc.c: Use bool for boolean.
2012-08-24 Paul Eggert* buffer.c, buffer.h: Use bool for boolean.
2012-08-21 Paul Eggert* alloc.c: Use bool for booleans.
2012-08-21 Paul Eggert* lisp.h (vcopy): Use memcpy rather than our own loop.
2012-08-21 Dmitry AntipovAvoid direct writes to contents member of struct Lisp_V...
2012-08-20 Dmitry AntipovInline setter functions for hash table members.
2012-08-18 Paul Eggertport new setting code to Sun C 5.8 2005/10/13
2012-08-17 Paul EggertA few more naming-convention fixes for getters and...
2012-08-17 Paul Eggert* lisp.h (set_char_table_extras): Rename from char_tabl...
2012-08-17 Paul Eggert* lisp.h (CSET): Remove.
2012-08-17 Dmitry AntipovFunctions to get and set Lisp_Object fields of buffer...
2012-08-17 Paul Eggert* lisp.h (duration_to_sec_usec): Remove unused decl.
2012-08-16 Martin RudalicsConsistently check windows for validity/liveness (Bug...
2012-08-16 Dmitry AntipovFix previous char table change.
2012-08-16 Dmitry AntipovSimple interface to set Lisp_Object fields of chararcte...
2012-08-14 Paul EggertUse bool for Emacs Lisp booleans.
2012-08-14 Barry O'Reilly* src/keyboard.c (access_keymap_keyremap): Accept anony...
2012-08-11 Chong YidongMerge from emacs-24; up to 2012-05-02T11:38:01Z!lekktu...
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.
next