| Commit message (Expand) | Author | Age | Files | Lines |
| * | Simplify and avoid signal-handling races. | Paul Eggert | 2012-09-23 | 1 | -24/+24 |
| * | Misc doc fixes. | Chong Yidong | 2012-09-22 | 1 | -8/+10 |
| * | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -1/+0 |
| * | Convenient macro to check whether the buffer is live. | Dmitry Antipov | 2012-09-11 | 1 | -3/+3 |
| * | Remove redundant or unused things here and there. | Dmitry Antipov | 2012-09-05 | 1 | -2/+2 |
| * | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert | 2012-09-04 | 1 | -3/+3 |
| * | * doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean. | Paul Eggert | 2012-09-02 | 1 | -45/+46 |
| * | Always use set_buffer_if_live to restore original buffer at unwind. | Dmitry Antipov | 2012-08-28 | 1 | -5/+2 |
| * | * alloc.c: Use bool for booleans. | Paul Eggert | 2012-08-21 | 1 | -5/+5 |
| * | Rely on <unistd.h> to declare 'environ', | Paul Eggert | 2012-08-19 | 1 | -4/+0 |
| * | * buffer.h (BSET): Remove. | Paul Eggert | 2012-08-17 | 1 | -6/+8 |
| * | A few more naming-convention fixes for getters and setters. | Paul Eggert | 2012-08-17 | 1 | -3/+3 |
| * | Use ASCII tests for character types. | Paul Eggert | 2012-08-16 | 1 | -1/+0 |
| * | More doc fixes. | Chong Yidong | 2012-08-15 | 1 | -2/+2 |
| * | Doc fixes. | Chong Yidong | 2012-08-15 | 1 | -2/+6 |
| * | Revert and cleanup some recent overlay changes. | Dmitry Antipov | 2012-08-14 | 1 | -2/+2 |
| * | Use BSET for write access to Lisp_Object members of struct buffer. | Dmitry Antipov | 2012-08-13 | 1 | -6/+6 |
| * | Inline functions to examine and change buffer overlays. | Dmitry Antipov | 2012-08-08 | 1 | -2/+2 |
| * | Inline functions to examine and change buffer intervals. | Dmitry Antipov | 2012-08-08 | 1 | -1/+1 |
| * | Inline functions to examine and change string intervals. | Dmitry Antipov | 2012-08-08 | 1 | -2/+2 |
| * | Cleanup intervals. | Dmitry Antipov | 2012-08-08 | 1 | -5/+5 |
| * | Drop WGET and revert read access to Lisp_Objects slots of struct window. | Dmitry Antipov | 2012-08-07 | 1 | -4/+4 |
| * | Separate read and write access to Lisp_Object slots of struct window. | Dmitry Antipov | 2012-08-06 | 1 | -4/+4 |
| * | Remove unnecessary casts involving pointers. | Paul Eggert | 2012-08-03 | 1 | -8/+8 |
| * | Use INTERNAL_FIELD for windows. | Dmitry Antipov | 2012-08-01 | 1 | -4/+4 |
| * | * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME): Move here from src. | Glenn Morris | 2012-07-31 | 1 | -4/+0 |
| * | Revert last save_excursion_save and save_excursion_restore changes. | Dmitry Antipov | 2012-07-27 | 1 | -87/+87 |
| * | Fast save_excursion_save and save_excursion_restore. | Dmitry Antipov | 2012-07-27 | 1 | -87/+87 |
| * | Explicitly free restriction data that are not needed anymore. | Dmitry Antipov | 2012-07-26 | 1 | -0/+4 |
| * | Document insert-char changes. | Chong Yidong | 2012-07-17 | 1 | -15/+22 |
| * | Make insert-char interactive, and ucs-insert an obsolete alias for it. | René Kyllingstad | 2012-07-17 | 1 | -2/+21 |
| * | EMACS_TIME simplification (Bug#11875). | Paul Eggert | 2012-07-10 | 1 | -15/+9 |
| * | Use XCAR and XCDR instead of Fcar and Fcdr where possible. | Dmitry Antipov | 2012-07-10 | 1 | -1/+1 |
| * | Use make_formatted_string to avoid double length calculation. | Dmitry Antipov | 2012-07-09 | 1 | -2/+3 |
| * | Do not require float-time's arg to fit in time_t (Bug#11825). | Paul Eggert | 2012-07-06 | 1 | -27/+52 |
| * | Introduce fast path for the widely used marker operation. | Dmitry Antipov | 2012-07-06 | 1 | -14/+5 |
| * | More xmalloc and related cleanup. | Paul Eggert | 2012-07-05 | 1 | -11/+7 |
| * | * editfns.c (region_limit): Simplify by using clip_to_bounds. | Paul Eggert | 2012-07-05 | 1 | -7/+4 |
| * | Cleanup xmalloc. | Dmitry Antipov | 2012-07-05 | 1 | -3/+3 |
| * | Auto-generate EXFUN using make-docfile | Tom Tromey | 2012-07-03 | 1 | -1/+0 |
| * | * editfns.c (region_limit): Fix type mismatch. | Dmitry Antipov | 2012-06-29 | 1 | -1/+1 |
| * | * src/editfns.c (region_limit): Clip to narrowing. | Stefan Monnier | 2012-06-28 | 1 | -2/+6 |
| * | Support higher-resolution time stamps. | Paul Eggert | 2012-06-22 | 1 | -121/+169 |
| * | * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. | Andreas Schwab | 2012-06-16 | 1 | -1/+1 |
| * | Merge recent dbus changes better. | Paul Eggert | 2012-05-25 | 1 | -1/+1 |
| * | Merge from trunk. | Paul Eggert | 2012-05-25 | 1 | -78/+90 |
| |\ |
|
| | * | Assume C89 or later. | Paul Eggert | 2012-05-21 | 1 | -4/+0 |
| | * | Do not limit current-time-string to years 1000..9999. | Paul Eggert | 2012-05-03 | 1 | -19/+20 |
| | * | Fix race conditions involving setenv, gmtime, localtime, asctime. | Paul Eggert | 2012-05-02 | 1 | -64/+79 |
| * | | Merge from trunk. | Paul Eggert | 2012-04-09 | 1 | -3/+4 |
| |\ \
| |/ |
|