| Commit message (Expand) | Author | Age | Files | Lines |
* | Always use set_buffer_if_live to restore original buffer at unwind. | Dmitry Antipov | 2012-08-28 | 1 | -1/+1 |
* | Fix usage of set_buffer_internal. | Dmitry Antipov | 2012-08-28 | 1 | -2/+1 |
* | * cmds.c, coding.c: Use bool for booleans. | Paul Eggert | 2012-08-27 | 1 | -1/+2 |
* | * alloc.c: Use bool for booleans. | Paul Eggert | 2012-08-21 | 1 | -3/+3 |
* | * buffer.h (BSET): Remove. | Paul Eggert | 2012-08-17 | 1 | -17/+17 |
* | A few more naming-convention fixes for getters and setters. | Paul Eggert | 2012-08-17 | 1 | -1/+1 |
* | Use ASCII tests for character types. | Paul Eggert | 2012-08-16 | 1 | -8/+9 |
* | 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 | -17/+17 |
* | 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 |
* | Cleanup intervals. | Dmitry Antipov | 2012-08-08 | 1 | -1/+1 |
* | Drop WGET and revert read access to Lisp_Objects slots of struct window. | Dmitry Antipov | 2012-08-07 | 1 | -2/+2 |
* | Separate read and write access to Lisp_Object slots of struct window. | Dmitry Antipov | 2012-08-06 | 1 | -2/+2 |
* | Remove unnecessary casts involving pointers. | Paul Eggert | 2012-08-03 | 1 | -1/+1 |
* | Use INTERNAL_FIELD for windows. | Dmitry Antipov | 2012-08-01 | 1 | -2/+2 |
* | Simple wrapper for make_unibyte_string, adjust font_open_by_name. | Dmitry Antipov | 2012-07-20 | 1 | -3/+2 |
* | Merge from emacs-24 | Stefan Monnier | 2012-07-17 | 1 | -6/+0 |
|\ |
|
| * | Don't use FILE_SYSTEM_CASE in MS-DOS, or anywhere else. | Eli Zaretskii | 2012-07-14 | 1 | -6/+0 |
* | | EMACS_TIME simplification (Bug#11875). | Paul Eggert | 2012-07-10 | 1 | -15/+11 |
* | | Simplify by avoiding confusing use of strncpy etc. | Paul Eggert | 2012-07-10 | 1 | -5/+5 |
* | | Optimize pure C strings initialization. | Dmitry Antipov | 2012-07-10 | 1 | -3/+3 |
* | | Avoid calls to strlen in path processing functions. | Dmitry Antipov | 2012-07-10 | 1 | -45/+47 |
* | | Do not require float-time's arg to fit in time_t (Bug#11825). | Paul Eggert | 2012-07-06 | 1 | -2/+2 |
* | | More xmalloc and related cleanup. | Paul Eggert | 2012-07-05 | 1 | -13/+13 |
* | | * fileio.c (time_error_value): Check the right error number. | Paul Eggert | 2012-07-04 | 1 | -1/+1 |
* | | * fileio.c (time_error_value): Rename from special_mtime. | Paul Eggert | 2012-07-04 | 1 | -4/+4 |
* | | Fix bugs in file timestamp newness comparisons. | Paul Eggert | 2012-07-03 | 1 | -7/+5 |
* | | * fileio.c: Improve handling of file time marker. (Bug#11852) | Paul Eggert | 2012-07-03 | 1 | -19/+24 |
* | | * fileio.c (Finsert_file_contents): Properly handle st_mtime | Andreas Schwab | 2012-07-04 | 1 | -1/+4 |
* | | Auto-generate EXFUN using make-docfile | Tom Tromey | 2012-07-03 | 1 | -1/+0 |
* | | Support higher-resolution time stamps. | Paul Eggert | 2012-06-22 | 1 | -42/+37 |
* | | * fileio.c (Fdefault_file_modes): Block input while fiddling with umask. | Paul Eggert | 2012-06-20 | 1 | -0/+2 |
* | | * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline. | Andreas Schwab | 2012-06-16 | 1 | -1/+1 |
* | | For a 'struct window', replace some Lisp_Object fields to | Dmitry Antipov | 2012-06-01 | 1 | -2/+2 |
* | | Merge from trunk. | Paul Eggert | 2012-05-25 | 1 | -43/+45 |
|\ \ |
|
| * | | * src/fileio.c, src/character.h: Minor style tweaks. | Stefan Monnier | 2012-05-25 | 1 | -33/+33 |
| * | | Add new error and function `user-error'. | Stefan Monnier | 2012-05-04 | 1 | -5/+5 |
| * | | Merge changes from emacs-24 branch | Chong Yidong | 2012-04-27 | 1 | -5/+7 |
| |\ \
| | |/ |
|
| | * | fileio.c fix for bug#11245 | Glenn Morris | 2012-04-20 | 1 | -5/+7 |
* | | | Merge from trunk. | Paul Eggert | 2012-04-09 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Remove * characters from the front of variable docstrings. | Chong Yidong | 2012-04-09 | 1 | -2/+2 |
| |/ |
|
* | | Merge from trunk. | Paul Eggert | 2012-03-01 | 1 | -6/+13 |
|\ \
| |/ |
|
| * | Document SELinux support functions in Lisp manual. | Chong Yidong | 2012-02-25 | 1 | -6/+13 |
* | | Merge from trunk. | Paul Eggert | 2012-02-24 | 1 | -22/+80 |
|\ \
| |/ |
|
| * | Update Files chapter in Lisp manual. | Chong Yidong | 2012-02-21 | 1 | -12/+19 |
| * | Protect fileio.c primitives against invalid file handler return values. | Chong Yidong | 2012-02-19 | 1 | -10/+61 |
* | | Merge from trunk. | Paul Eggert | 2012-01-09 | 1 | -10/+27 |
|\ \
| |/ |
|
| * | Merge from trunk. | Paul Eggert | 2012-01-07 | 1 | -1/+1 |
| |\ |
|
| | * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |