aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Get rid of some platform-specific functions examining windowDmitry Antipov2013-04-071-10/+0
* Consistently use platform-specific function to detect window system.Dmitry Antipov2013-04-051-1/+6
* Prefer < to > in range checks such as 0 <= i && i < N.Paul Eggert2013-04-011-2/+2
* * src/lisp.h (save_type, XSAVE_POINTER, set_save_pointer, XSAVE_INTEGER)Stefan Monnier2013-03-281-59/+54
* Reorder conditions that are written backwardsAndreas Schwab2013-03-241-2/+2
* Fix bug #14032 with restoring frame dimensions on MS-Windows.Eli Zaretskii2013-03-231-1/+1
* Use functions and constants to manipulate Lisp_Save_Value objects.Paul Eggert2013-03-211-44/+109
* * print.c (syms_of_print): Initialize debugging output not here...Dmitry Antipov2013-03-191-0/+1
* Optimize ASCII file reading with EOL format detection and decoding.Kenichi Handa2013-03-161-3/+1
* * insdel.c (adjust_after_replace): Use bool for boolean.Paul Eggert2013-03-101-4/+2
* On file insertion, skip decoding if all bytes are ASCII.Kenichi Handa2013-03-101-0/+4
* region-cache.c, scroll.c, search.c: Use bool for booleans.Paul Eggert2013-03-081-1/+1
* * search.c (find_newline): Accept start and end byte positionsDmitry Antipov2013-03-081-3/+4
* print.c, process.c: Use bool for booleans.Paul Eggert2013-03-071-4/+4
* * lisp.h (list2i, list3i): New functions.Dmitry Antipov2013-03-071-0/+22
* Rename find_next_newline to find_newline_no_quit.Eli Zaretskii2013-03-061-1/+1
* * lisp.h (find_next_newline_no_quit): Rename to find_next_newline.Dmitry Antipov2013-03-061-2/+1
* Merge from emacs-24; up to 2012-12-23T17:06:58Z!eliz@gnu.orgGlenn Morris2013-03-021-1/+1
|\
| * Fixes: debbugs:13734Andreas Schwab2013-03-021-1/+1
* | Revert last commit; fixed on emacs-24 branch instead.Eli Zaretskii2013-03-021-1/+1
* | Fix bug #13734 with errors in lisp.h macro expansion.Eli Zaretskii2013-03-021-1/+1
* | Qcall_interactively and Qexecute_kbd_macro are now static.Paul Eggert2013-02-261-2/+1
* | * search.c (find_newline): Return byte position in bytepos.Dmitry Antipov2013-02-201-3/+4
* | Spelling fixes.Paul Eggert2013-02-191-1/+1
* | * composite.c (fill_gstring_header): Remove useless prototype.Dmitry Antipov2013-02-151-2/+2
* | Merge from emacs-24; up to 2012-12-19T13:01:16Z!michael.albinus@gmx.dePaul Eggert2013-02-141-4/+0
|\ \ | |/
| * Fix AIX port.Paul Eggert2013-02-141-4/+0
* | Tune by using memchr and memrchr.Paul Eggert2013-02-111-2/+2
* | Minor hashing refactoring.Paul Eggert2013-02-091-1/+9
* | * lisp.h (make_uninit_vector): New function.Dmitry Antipov2013-02-081-0/+21
* | Use fdopendir, fstatat and readlinkat, for efficiency.Paul Eggert2013-01-311-2/+1
* | * insdel.c (insert_1): Remove.Dmitry Antipov2013-01-251-1/+0
* | * src/xdisp.c (message2, message2_nolog): Remove functions.Stefan Monnier2013-01-231-4/+2
* | * lisp.h (eabs): Define unconditionally.Paul Eggert2013-01-191-5/+4
* | Work around bug in CIFS and vboxsf file systems.Paul Eggert2013-01-181-0/+1
* | * lisp.h (toplevel): Add comment about using Lisp_Save_ValueDmitry Antipov2013-01-171-10/+53
* | * src/alloc.c (free_save_value): Now static.Paul Eggert2013-01-151-1/+0
* | * src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extractionDmitry Antipov2013-01-151-4/+10
* | Some convenient bits to deal with Lisp_Save_Values.Dmitry Antipov2013-01-151-1/+7
* | * lisp.h (toplevel): Fix typo in comment.Dmitry Antipov2013-01-141-1/+1
* | Make Lisp_Save_Value more versatile storage for up to four objects.Dmitry Antipov2013-01-141-9/+39
* | Enable conservative stack scanning for all architectures.Paul Eggert2013-01-111-1/+5
* | Avoid unnecessary byte position calculation for the gap movement.Dmitry Antipov2013-01-111-1/+0
* | emacsclient -t should not suspend Emacs serverPaul Eggert2013-01-101-0/+2
* | Omit buffer_slot_type_mismatch and use generic predicates to enforceDmitry Antipov2013-01-101-1/+2
* | * lisp.h (make_gap_1): New prototype.Dmitry Antipov2013-01-091-0/+1
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+2
|\ \ | |/
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+2
* | * lisp.h (toplevel): Add two notices to the comment aboutDmitry Antipov2012-12-261-0/+8
* | Avoid calls to CHAR_TO_BYTE if byte position is known.Dmitry Antipov2012-12-201-1/+0