| Commit message (Expand) | Author | Age | Files | Lines |
| * | condition variables | Tom Tromey | 2012-08-19 | 1 | -1/+8 |
| * | declare unbind_for_thread_switch and rebind_for_thread_switch in lisp.h | Tom Tromey | 2012-08-17 | 1 | -0/+2 |
| * | This supplies the mutex implementation for Emacs Lisp. | Tom Tromey | 2012-08-15 | 1 | -1/+8 |
| * | This adds most of the thread features visible to emacs lisp. | Tom Tromey | 2012-08-15 | 1 | -0/+5 |
| * | This turns thread_state into a pseudovector and updates various bits | Tom Tromey | 2012-08-15 | 1 | -0/+3 |
| * | This introduces some new functions to handle the specpdl. The basic | Tom Tromey | 2012-08-15 | 1 | -1/+3 |
| * | This introduces the low-level system threading support. It also adds | Tom Tromey | 2012-08-15 | 1 | -0/+2 |
| * | This parameterizes the GC a bit to make it thread-ready. | Tom Tromey | 2012-08-15 | 1 | -5/+13 |
| * | This introduces a thread-state object and moves various C globals | Tom Tromey | 2012-08-15 | 1 | -20/+3 |
| * | Use bool for Emacs Lisp booleans. | Paul Eggert | 2012-08-14 | 1 | -2/+3 |
| * | * src/keyboard.c (access_keymap_keyremap): Accept anonymous functions. | Barry O'Reilly | 2012-08-14 | 1 | -1/+1 |
| * | Move IF_LINT from lisp.h to conf_post.h | Glenn Morris | 2012-08-10 | 1 | -15/+0 |
| * | Define Qnone once for all platforms. | Dmitry Antipov | 2012-08-10 | 1 | -1/+1 |
| * | Move DIRECTORY_SEP from lisp.h to config.h | Glenn Morris | 2012-08-09 | 1 | -2/+0 |
| * | * src/xdisp.c (safe_eval_handler): Remove prototype. Receive args describing | Stefan Monnier | 2012-08-08 | 1 | -1/+3 |
| * | Inline functions to examine and change string intervals. | Dmitry Antipov | 2012-08-08 | 1 | -6/+16 |
| * | Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things. | Dmitry Antipov | 2012-08-07 | 1 | -51/+65 |
| * | Drop WGET and revert read access to Lisp_Objects slots of struct window. | Dmitry Antipov | 2012-08-07 | 1 | -1/+1 |
| * | Separate read and write access to Lisp_Object slots of struct window. | Dmitry Antipov | 2012-08-06 | 1 | -1/+1 |
| * | Generalize common compile-time constants. | Dmitry Antipov | 2012-08-05 | 1 | -34/+46 |
| * | Export DEFAULT_REHASH_* to GDB. | Paul Eggert | 2012-08-03 | 1 | -2/+2 |
| * | Comment why gc_aset can be triggered during GC. | Paul Eggert | 2012-08-03 | 1 | -1/+2 |
| * | Remove unnecessary casts involving pointers. | Paul Eggert | 2012-08-03 | 1 | -13/+5 |
| * | Improve fix for macroexp crash with debugging. | Paul Eggert | 2012-08-03 | 1 | -6/+14 |
| * | Fix macroexp crash on Windows with debugging. | Paul Eggert | 2012-08-02 | 1 | -2/+4 |
| * | * lisp.h (VALMASK) [!USE_LSB_TAG]: Now a macro | Paul Eggert | 2012-08-02 | 1 | -1/+3 |
| * | Use C99-style 'extern inline' if available. | Paul Eggert | 2012-08-02 | 1 | -16/+25 |
| * | Use "ASET (a, i, v)" rather than "AREF (a, i) = v". | Paul Eggert | 2012-08-01 | 1 | -1/+39 |
| * | Use INTERNAL_FIELD for conses and overlays. | Dmitry Antipov | 2012-08-01 | 1 | -10/+21 |
| * | Use INTERNAL_FIELD for symbols. | Dmitry Antipov | 2012-08-01 | 1 | -7/+12 |
| * | Use INTERNAL_FIELD for windows. | Dmitry Antipov | 2012-08-01 | 1 | -1/+2 |
| * | Move definitions of directory and device separators to configure | Glenn Morris | 2012-07-31 | 1 | -17/+0 |
| * | Generalize INTERNAL_FIELD between buffers, keyboards and frames. | Dmitry Antipov | 2012-07-31 | 1 | -1/+6 |
| * | * lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed. | Paul Eggert | 2012-07-30 | 1 | -2/+0 |
| * | Export DIRECTORY_SEP, TYPEMASK, VALMASK to GDB. | Paul Eggert | 2012-07-30 | 1 | -3/+6 |
| * | * lisp.h (STRING_BYTES_BOUND): Cast entire result to ptrdiff_t. | Paul Eggert | 2012-07-30 | 1 | -4/+4 |
| * | Convert safe_call to use variable number of arguments. | Dmitry Antipov | 2012-07-30 | 1 | -1/+1 |
| * | Export to GDB most of lisp.h's remaining object-like macros. | Paul Eggert | 2012-07-29 | 1 | -57/+77 |
| * | * lisp.h (LISP_INT_TAG, LISP_INT1_TAG, LISP_STRING_TAG): Remove. | Paul Eggert | 2012-07-29 | 1 | -6/+3 |
| * | Remove HIDE_LISP_IMPLEMENTATION and cleanup cons free list check. | Dmitry Antipov | 2012-07-29 | 1 | -40/+7 |
| * | Use Gnulib stdalign and environ modules (Bug#9772, Bug#9960). | Paul Eggert | 2012-07-28 | 1 | -29/+17 |
| * | Fix failure to compile on Windows due to 2012-07-27T06:04:35Z!dmantipov@yande... | Eli Zaretskii | 2012-07-27 | 1 | -1/+1 |
| * | Revert last save_excursion_save and save_excursion_restore changes. | Dmitry Antipov | 2012-07-27 | 1 | -43/+4 |
| * | Improve GDB symbol export. | Paul Eggert | 2012-07-26 | 1 | -48/+41 |
| * | Utility function to make a list from specified amount of objects. | Dmitry Antipov | 2012-07-27 | 1 | -0/+2 |
| * | Fast save_excursion_save and save_excursion_restore. | Dmitry Antipov | 2012-07-27 | 1 | -4/+43 |
| * | Fix export of symbols to GDB. | Paul Eggert | 2012-07-26 | 1 | -6/+34 |
| * | Spelling fix in comment. | Paul Eggert | 2012-07-26 | 1 | -1/+1 |
| * | Simplify export of symbols to GDB; fix related .gdbinit bugs. | Paul Eggert | 2012-07-26 | 1 | -8/+22 |
| * | Autoload more carefully from Lisp. Follow aliases for function properties. | Stefan Monnier | 2012-07-25 | 1 | -4/+3 |