aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | FILE's lock is now always .#FILE and may be a regular file.Paul Eggert2013-03-054-190/+321
* | | Don't sync charpos and bytepos in bidi_resolve_explicit_1.Eli Zaretskii2013-03-052-5/+16
* | | Remove stray character from license URL.Paul Eggert2013-03-041-1/+1
* | | Merge from emacs-24; up to 2012-12-24T15:56:17Z!eliz@gnu.orgGlenn Morris2013-03-042-0/+18
|\ \ \ | |/ /
| * | Also port to MirBSD.Paul Eggert2013-03-042-5/+7
| * | Fix a build failure on OpenBSD 4.x.Paul Eggert2013-03-042-0/+16
* | | * composite.c (get_composition_id, fill_gstring_header):Dmitry Antipov2013-03-054-6/+16
* | | Fix misuse of ImageMagick that caused core dump.Paul Eggert2013-03-042-5/+11
* | | * font.c (Ffont_get_glyphs): Use convenient LGLYPH_NEW.Dmitry Antipov2013-03-044-3/+10
* | | * 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