aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* auto upstreamJoakim Verona2012-12-087-118/+138
|\
| * Use putenv+unsetenv instead of modifying environ directly.Paul Eggert2012-12-087-118/+138
* | auto upstreamJoakim Verona2012-12-082-1/+5
|\ \ | |/
| * w32fns.c (emacs_abort): Don't do arithmetics on void pointers.Fabrice Popineau2012-12-082-1/+5
* | auto upstreamJoakim Verona2012-12-082-0/+48
|\ \ | |/
| * Provide unsetenv for MS-Windows and make putenv Posix-compatible.Eli Zaretskii2012-12-082-0/+48
* | auto upstreamJoakim Verona2012-12-082-3/+9
|\ \ | |/
| * * src/editfns.c (Finsert_char): Make the error message more informative.Chong Yidong2012-12-082-3/+9
* | auto upstreamJoakim Verona2012-12-082-60/+20
|\ \ | |/
| * Simplify get_lim_data.Paul Eggert2012-12-072-60/+20
* | auto upstreamJoakim Verona2012-12-087-173/+70
|\ \ | |/
| * Assume POSIX 1003.1-1988 or later for signal.h.Paul Eggert2012-12-077-173/+70
* | auto upstreamJoakim Verona2012-12-072-3/+12
|\ \ | |/
| * * sysdep.c (get_child_status): Abort on internal error (Bug#13086).Paul Eggert2012-12-072-3/+12
* | auto upstreamJoakim Verona2012-12-073-12/+14
|\ \ | |/
| * * frame.c (make_frame): Do not set window's buffer to t.Dmitry Antipov2012-12-073-12/+14
* | auto upstreamJoakim Verona2012-12-074-16/+30
|\ \ | |/
| * Convenient macro to check whether the buffer is hidden.Dmitry Antipov2012-12-074-16/+30
* | auto upstreamJoakim Verona2012-12-062-1/+16
|\ \ | |/
| * Avoid busy-waiting for child processes on Windows. (Bug#13086)Eli Zaretskii2012-12-062-1/+16
* | auto upstreamJoakim Verona2012-12-068-50/+18
|\ \ | |/
| * * frame.h (x_char_width, x_char_height): Remove prototypes.Dmitry Antipov2012-12-068-50/+18
* | auto upstreamJoakim Verona2012-12-064-29/+53
|\ \ | |/
| * Fix a recently-introduced delete-process race condition.Paul Eggert2012-12-054-29/+53
| |
| \
*-. \ auto upstreamJoakim Verona2012-12-064-106/+110
|\ \ \ | | |/
| | * Avoid code duplication between prev_frame and next_frame.Dmitry Antipov2012-12-062-100/+68
| |/
| * Merge from emacs-24; up to 2012-11-24T16:58:43Z!cyd@gnu.orgGlenn Morris2012-12-053-6/+42
| |\
| | * Don't pass un-encoded file name to mkstemp.Eli Zaretskii2012-12-052-2/+5
| | * Fix one part of bug #13079 with temporary files in call-process-region.Eli Zaretskii2012-12-052-0/+14
| | * Fix another instance of bug #12933 with non-ASCII file names on Windows.Eli Zaretskii2012-12-042-4/+25
* | | auto upstreamJoakim Verona2012-12-052-15/+19
|\ \ \ | |/ /
| * | Minor call-process cleanups.Paul Eggert2012-12-052-15/+19
| | |
| \ \
*-. \ \ auto upstreamJoakim Verona2012-12-042-1/+6
|\ \ \ \ | | |/ /
| | * | * callproc.c (Fcall_process): Fix specpdl nesting for asynchronousAndreas Schwab2012-12-042-1/+6
| |/ /
* | | auto upstreamJoakim Verona2012-12-049-37/+26
|\ \ \ | |/ /
| * | * lisp.h (Mouse_HLInfo): Remove set-but-unused mouse_face_image_stateDmitry Antipov2012-12-049-37/+26
* | | auto upstreamJoakim Verona2012-12-0424-408/+535
|\ \ \ | |/ /
| * | Don't let call-process be a zombie factory.Paul Eggert2012-12-037-267/+296
| * | * bytecode.c, lisp.h (Qbytecode): Remove.Paul Eggert2012-12-033-5/+5
| * | Fix bug #13055 with cursor positioning inside scroll-margin.Eli Zaretskii2012-12-032-0/+34
| * | * gtkutil.c (my_log_handler): New function.Jan Djärv2012-12-032-0/+20
| * | * lisp.h (modify_region): Rename to...Dmitry Antipov2012-12-036-30/+42
| * | * alloc.c (free_save_value): New function.Dmitry Antipov2012-12-034-48/+61
| * | Merge from emacs-24; up to 2012-11-23T06:23:28Z!cyd@gnu.orgGlenn Morris2012-12-026-7/+40
| |\ \ | | |/
| | * * fileio.c (Vauto_save_list_file_name): Minor doc fix.Chong Yidong2012-12-012-1/+5
| | * Fix compilation problems with 64-bit MSVC compiler.Fabrice Popineau2012-11-304-4/+25
| | * * src/data.c (Fboundp): Doc fix re lexical-binding.Glenn Morris2012-11-272-2/+4
| | * * src/data.c (Fsymbol_value): Doc fix re lexical-binding.Glenn Morris2012-11-272-1/+7
| * | Fix xpalloc confusion after memory is exhausted.Paul Eggert2012-12-024-6/+22
| * | Use execve to avoid need to munge environ.Paul Eggert2012-12-023-30/+11