summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * filelock.c (lock_file): Don't access freed storage.Paul Eggert2013-03-022-27/+23
* The lock for FILE is now .#FILE or .#-FILE.Paul Eggert2013-03-022-51/+71
* Merge from emacs-24; up to 2012-12-23T17:06:58Z!eliz@gnu.orgGlenn Morris2013-03-022-1/+5
|\
| * Fixes: debbugs:13734Andreas Schwab2013-03-022-1/+5
* | * textprop.c: Use bool for booleans.Paul Eggert2013-03-023-5/+12
* | Protect against changes of interval tree when adding/removing text props.Eli Zaretskii2013-03-022-4/+49
* | Revert last commit; fixed on emacs-24 branch instead.Eli Zaretskii2013-03-022-5/+1
* | Fix bug #13734 with errors in lisp.h macro expansion.Eli Zaretskii2013-03-022-1/+5
* | Merge from emacs-24; up to 2012-12-23T02:41:17Z!rgm@gnu.orgGlenn Morris2013-02-272-2/+5
|\ \ | |/
| * w32.c (sys_open): Don't reset the flags for FD in fd_info[].Eli Zaretskii2013-02-272-2/+5
* | Fix race conditions with MS-Windows lock files by using _sopen.Eli Zaretskii2013-02-272-4/+17
* | Qcall_interactively and Qexecute_kbd_macro are now static.Paul Eggert2013-02-264-4/+9
* | * window.c (Frecenter): Tiny docstring enhancement.Bastien Guerry2013-02-262-1/+5
* | Minor textprop integer cleanup.Paul Eggert2013-02-253-81/+97
* | Implement CLASH_DETECTION for MS-Windows.Eli Zaretskii2013-02-255-21/+164
* | Fix bug #13743 with crashes due to recursive add-text-properties.Eli Zaretskii2013-02-252-59/+75
* | * src/callint.c (Fcall_interactively): Use the right lexical environmentStefan Monnier2013-02-253-3/+9
* | Simplify data_start configuration.Paul Eggert2013-02-2411-164/+95
* | Merge from emacs-24; up to 2012-12-22T19:09:52Z!rgm@gnu.orgGlenn Morris2013-02-243-1/+16
|\ \ | |/
| * Fixes: debbugs:13797Andreas Schwab2013-02-242-0/+6
| * Fix regression introduced by July 10 filelock.c patch.Paul Eggert2013-02-232-1/+10
* | Assume C89 or better.Paul Eggert2013-02-223-107/+109
* | Don't call 'select' from emacs_gnutls_pull.Claudio Bley2013-02-222-31/+15
* | * src/sheap.c (report_sheap_usage): Fix arguments of message1_no_log.Ken Brown2013-02-202-1/+5
* | * src/sheap.c (report_sheap_usage): Prefer message1_nolog.Stefan Monnier2013-02-202-3/+4
* | * lisp/simple.el (command-execute): Move from C. Add obsolete check.Stefan Monnier2013-02-202-98/+16
* | * sheap.c (report_sheap_usage): Use message, not message1, soDaniel Colascione2013-02-192-2/+8
|\ \
| * | 2013-02-19 Daniel Colascione <dancol@dancol.org>Daniel Colascione2013-02-192-1/+10
* | | * search.c (find_newline): Return byte position in bytepos.Dmitry Antipov2013-02-207-61/+82
|/ /
* | Spelling fixes.Paul Eggert2013-02-193-3/+3
* | Merge from emacs-24; up to 2012-12-20T16:09:05Z!dmantipov@yandex.ruGlenn Morris2013-02-183-1/+12
|\ \ | |/
| * Avoid leaking handles on MS-Windows.Eli Zaretskii2013-02-182-0/+11
| * Fix a typo in a comment.Eli Zaretskii2013-02-181-1/+1
* | Merge from emacs-24; up to 2012-12-20T05:05:41Z!dmantipov@yandex.ruGlenn Morris2013-02-172-2/+11
|\ \ | |/
| * Fix bug #13735 with network streams on MS-Windows.Eli Zaretskii2013-02-172-65/+17
| * Fix bug #13723 with redrawing vertical border in GUI sessions.Eli Zaretskii2013-02-172-2/+11
* | Prefer `message1' over `message'.Stefan Monnier2013-02-1711-19/+31
* | Move scroll-bar-adjust-thumb-portion.Jan Djärv2013-02-173-10/+16
* | Remove functions and macros unused on MS-Windows.Eli Zaretskii2013-02-162-8/+2
* | Don't use __STDC__ on MS-Windows unless necessary (Bug #9066).Eli Zaretskii2013-02-162-4/+3
* | Don't set h_errno on MS-Windows except in gethostbyname.Eli Zaretskii2013-02-162-59/+81
* | Remove unneeded bits of commit 2013-02-15T09:41:31Z!eliz@gnu.org merged from ...Eli Zaretskii2013-02-152-27/+2
* | * process.c (h_errno) [!HAVE_H_ERRNO]: Remove unused decl.Paul Eggert2013-02-152-5/+5
* | Fix bug #13720 with auto-save-timeout less than 4 seconds.Eli Zaretskii2013-02-152-3/+7
* | Merge from emacs-24; up to 2012-12-19T19:51:40Z!monnier@iro.umontreal.caGlenn Morris2013-02-153-36/+106
|\ \ | |/
| * Fix commit 2013-02-15T09:41:31Z!eliz@gnu.org for bug #13546.Eli Zaretskii2013-02-151-5/+7
| * Allow deleted processes to be reaped by SIGCHLD handler on MS-Windows.Eli Zaretskii2013-02-152-6/+48
| * Improve error reporting as part of solving bug #13546 on MS-Windows.Eli Zaretskii2013-02-152-30/+56
* | * composite.c (fill_gstring_header): Remove useless prototype.Dmitry Antipov2013-02-157-30/+44
* | Merge from emacs-24; up to 2012-12-19T13:01:16Z!michael.albinus@gmx.dePaul Eggert2013-02-144-8/+64
|\ \ | |/