| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| * | auto upstream | Joakim Verona | 2012-12-08 | 7 | -118/+138 | |
| |\ | ||||||
| | * | Use putenv+unsetenv instead of modifying environ directly. | Paul Eggert | 2012-12-08 | 7 | -118/+138 | |
| * | | auto upstream | Joakim Verona | 2012-12-08 | 2 | -1/+5 | |
| |\ \ | |/ | ||||||
| | * | w32fns.c (emacs_abort): Don't do arithmetics on void pointers. | Fabrice Popineau | 2012-12-08 | 2 | -1/+5 | |
| * | | auto upstream | Joakim Verona | 2012-12-08 | 2 | -0/+48 | |
| |\ \ | |/ | ||||||
| | * | Provide unsetenv for MS-Windows and make putenv Posix-compatible. | Eli Zaretskii | 2012-12-08 | 2 | -0/+48 | |
| * | | auto upstream | Joakim Verona | 2012-12-08 | 2 | -3/+9 | |
| |\ \ | |/ | ||||||
| | * | * src/editfns.c (Finsert_char): Make the error message more informative. | Chong Yidong | 2012-12-08 | 2 | -3/+9 | |
| * | | auto upstream | Joakim Verona | 2012-12-08 | 2 | -60/+20 | |
| |\ \ | |/ | ||||||
| | * | Simplify get_lim_data. | Paul Eggert | 2012-12-07 | 2 | -60/+20 | |
| * | | auto upstream | Joakim Verona | 2012-12-08 | 7 | -173/+70 | |
| |\ \ | |/ | ||||||
| | * | Assume POSIX 1003.1-1988 or later for signal.h. | Paul Eggert | 2012-12-07 | 7 | -173/+70 | |
| * | | auto upstream | Joakim Verona | 2012-12-07 | 2 | -3/+12 | |
| |\ \ | |/ | ||||||
| | * | * sysdep.c (get_child_status): Abort on internal error (Bug#13086). | Paul Eggert | 2012-12-07 | 2 | -3/+12 | |
| * | | auto upstream | Joakim Verona | 2012-12-07 | 3 | -12/+14 | |
| |\ \ | |/ | ||||||
| | * | * frame.c (make_frame): Do not set window's buffer to t. | Dmitry Antipov | 2012-12-07 | 3 | -12/+14 | |
| * | | auto upstream | Joakim Verona | 2012-12-07 | 4 | -16/+30 | |
| |\ \ | |/ | ||||||
| | * | Convenient macro to check whether the buffer is hidden. | Dmitry Antipov | 2012-12-07 | 4 | -16/+30 | |
| * | | auto upstream | Joakim Verona | 2012-12-06 | 2 | -1/+16 | |
| |\ \ | |/ | ||||||
| | * | Avoid busy-waiting for child processes on Windows. (Bug#13086) | Eli Zaretskii | 2012-12-06 | 2 | -1/+16 | |
| * | | auto upstream | Joakim Verona | 2012-12-06 | 8 | -50/+18 | |
| |\ \ | |/ | ||||||
| | * | * frame.h (x_char_width, x_char_height): Remove prototypes. | Dmitry Antipov | 2012-12-06 | 8 | -50/+18 | |
| * | | auto upstream | Joakim Verona | 2012-12-06 | 4 | -29/+53 | |
| |\ \ | |/ | ||||||
| | * | Fix a recently-introduced delete-process race condition. | Paul Eggert | 2012-12-05 | 4 | -29/+53 | |
| | | | ||||||
| | \ | ||||||
| *-. \ | auto upstream | Joakim Verona | 2012-12-06 | 4 | -106/+110 | |
| |\ \ \ | | |/ | ||||||
| | | * | Avoid code duplication between prev_frame and next_frame. | Dmitry Antipov | 2012-12-06 | 2 | -100/+68 | |
| | |/ | ||||||
| | * | Merge from emacs-24; up to 2012-11-24T16:58:43Z!cyd@gnu.org | Glenn Morris | 2012-12-05 | 3 | -6/+42 | |
| | |\ | ||||||
| | | * | Don't pass un-encoded file name to mkstemp. | Eli Zaretskii | 2012-12-05 | 2 | -2/+5 | |
| | | * | Fix one part of bug #13079 with temporary files in call-process-region. | Eli Zaretskii | 2012-12-05 | 2 | -0/+14 | |
| | | * | Fix another instance of bug #12933 with non-ASCII file names on Windows. | Eli Zaretskii | 2012-12-04 | 2 | -4/+25 | |
| * | | | auto upstream | Joakim Verona | 2012-12-05 | 2 | -15/+19 | |
| |\ \ \ | |/ / | ||||||
| | * | | Minor call-process cleanups. | Paul Eggert | 2012-12-05 | 2 | -15/+19 | |
| | | | | ||||||
| | \ \ | ||||||
| *-. \ \ | auto upstream | Joakim Verona | 2012-12-04 | 2 | -1/+6 | |
| |\ \ \ \ | | |/ / | ||||||
| | | * | | * callproc.c (Fcall_process): Fix specpdl nesting for asynchronous | Andreas Schwab | 2012-12-04 | 2 | -1/+6 | |
| | |/ / | ||||||
| * | | | auto upstream | Joakim Verona | 2012-12-04 | 9 | -37/+26 | |
| |\ \ \ | |/ / | ||||||
| | * | | * lisp.h (Mouse_HLInfo): Remove set-but-unused mouse_face_image_state | Dmitry Antipov | 2012-12-04 | 9 | -37/+26 | |
| * | | | auto upstream | Joakim Verona | 2012-12-04 | 24 | -408/+535 | |
| |\ \ \ | |/ / | ||||||
| | * | | Don't let call-process be a zombie factory. | Paul Eggert | 2012-12-03 | 7 | -267/+296 | |
| | * | | * bytecode.c, lisp.h (Qbytecode): Remove. | Paul Eggert | 2012-12-03 | 3 | -5/+5 | |
| | * | | Fix bug #13055 with cursor positioning inside scroll-margin. | Eli Zaretskii | 2012-12-03 | 2 | -0/+34 | |
| | * | | * gtkutil.c (my_log_handler): New function. | Jan Djärv | 2012-12-03 | 2 | -0/+20 | |
| | * | | * lisp.h (modify_region): Rename to... | Dmitry Antipov | 2012-12-03 | 6 | -30/+42 | |
| | * | | * alloc.c (free_save_value): New function. | Dmitry Antipov | 2012-12-03 | 4 | -48/+61 | |
| | * | | Merge from emacs-24; up to 2012-11-23T06:23:28Z!cyd@gnu.org | Glenn Morris | 2012-12-02 | 6 | -7/+40 | |
| | |\ \ | | |/ | ||||||
| | | * | * fileio.c (Vauto_save_list_file_name): Minor doc fix. | Chong Yidong | 2012-12-01 | 2 | -1/+5 | |
| | | * | Fix compilation problems with 64-bit MSVC compiler. | Fabrice Popineau | 2012-11-30 | 4 | -4/+25 | |
| | | * | * src/data.c (Fboundp): Doc fix re lexical-binding. | Glenn Morris | 2012-11-27 | 2 | -2/+4 | |
| | | * | * src/data.c (Fsymbol_value): Doc fix re lexical-binding. | Glenn Morris | 2012-11-27 | 2 | -1/+7 | |
| | * | | Fix xpalloc confusion after memory is exhausted. | Paul Eggert | 2012-12-02 | 4 | -6/+22 | |
| | * | | Use execve to avoid need to munge environ. | Paul Eggert | 2012-12-02 | 3 | -30/+11 | |