summaryrefslogtreecommitdiff
path: root/src/lisp.h
Commit message (Expand)AuthorAgeFilesLines
* Port to C89.Paul Eggert2013-07-101-6/+11
* Handle errno and exit status a bit more carefully.Paul Eggert2013-07-091-0/+3
* Space between "defined" and "(".Paul Eggert2013-07-081-1/+1
* Make file descriptors close-on-exec when possible.Paul Eggert2013-07-071-2/+0
* * fileio.c (Qfile_notify_error): New error symbol.Michael Albinus2013-07-041-0/+1
* Don't convert function pointers to void * and back.Paul Eggert2013-07-011-11/+21
* Use C99-style flexible array members if available.Paul Eggert2013-06-211-6/+10
* * alloc.c (die): Move "assertion failed" string here ...Paul Eggert2013-06-201-2/+2
* Spelling fixes.Paul Eggert2013-06-181-1/+1
* Porting fixes for merged specpdl and backtrace stacks.Paul Eggert2013-06-181-23/+23
* Use functions, not macros, for XINT etc.Paul Eggert2013-06-161-693/+1029
* * emacs.c (main) [HAVE_GFILENOTIFY]: Call globals_of_gfilenotify.Michael Albinus2013-06-051-0/+1
* * configure.ac (file-notification): New option, replaces inotify option.Michael Albinus2013-06-031-3/+8
* Merge the specpdl and backtrace stacks. Make the structure of theStefan Monnier2013-06-031-22/+83
* * src/process.c: Export default filters and sentinels to Elisp.Stefan Monnier2013-05-151-2/+4
* Port better to AIX.Paul Eggert2013-04-261-3/+3
* 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