summaryrefslogtreecommitdiff
path: root/src/editfns.c
Commit message (Expand)AuthorAgeFilesLines
* Port --enable-gcc-warnings to clang.Paul Eggert2013-05-171-1/+1
* Prefer < to > in range checks such as 0 <= i && i < N.Paul Eggert2013-04-011-3/+3
* * window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov2013-03-281-3/+3
* * xdisp.c (with_echo_area_buffer_unwind_data): Save windowDmitry Antipov2013-03-281-1/+1
* Reorder conditions that are written backwardsAndreas Schwab2013-03-241-4/+4
* Use functions and constants to manipulate Lisp_Save_Value objects.Paul Eggert2013-03-211-2/+5
* * search.c (find_newline): Accept start and end byte positionsDmitry Antipov2013-03-081-2/+4
* * lisp.h (list2i, list3i): New functions.Dmitry Antipov2013-03-071-3/+1
* * search.c (find_newline): Return byte position in bytepos.Dmitry Antipov2013-02-201-2/+3
* Prefer `message1' over `message'.Stefan Monnier2013-02-171-2/+2
* Tune by using memchr and memrchr.Paul Eggert2013-02-111-3/+2
* * src/xdisp.c (message2, message2_nolog): Remove functions.Stefan Monnier2013-01-231-19/+3
* Fix crashes with lots of overlays.Eli Zaretskii2013-01-191-1/+4
* * lisp.h (toplevel): Add comment about using Lisp_Save_ValueDmitry Antipov2013-01-171-2/+2
* * src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extractionDmitry Antipov2013-01-151-1/+1
* Some convenient bits to deal with Lisp_Save_Values.Dmitry Antipov2013-01-151-35/+16
* Make Lisp_Save_Value more versatile storage for up to four objects.Dmitry Antipov2013-01-141-18/+33
* Fix bug with set-time-zone-rule and LOCALTIME_CACHE.Paul Eggert2013-01-111-0/+1
* Avoid unnecessary byte position calculation for the gap movement.Dmitry Antipov2013-01-111-5/+7
* * lisp.h (make_gap_1): New prototype.Dmitry Antipov2013-01-091-4/+2
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | Make read-char-by-name signal an error for invalid input.Chong Yidong2012-12-211-4/+3
* | Avoid calls to CHAR_TO_BYTE if byte position is known.Dmitry Antipov2012-12-201-2/+2
* | Fix compilation warnings in the Windows build.Eli Zaretskii2012-12-141-0/+1
* | Fix permissions bugs with setgid directories etc.Paul Eggert2012-12-141-0/+20
* | Merge from emacs-24; up to 2012-11-26T19:56:14Z!monnier@iro.umontreal.caGlenn Morris2012-12-091-4/+4
|\|
| * Reword doc-string of Fcompare_buffer_substrings.Martin Rudalics2012-12-071-4/+4
* | Use putenv+unsetenv instead of modifying environ directly.Paul Eggert2012-12-081-108/+96
* | * src/editfns.c (Finsert_char): Make the error message more informative.Chong Yidong2012-12-081-3/+4
* | * lisp.h (modify_region): Rename to...Dmitry Antipov2012-12-031-7/+7
* | * alloc.c (free_save_value): New function.Dmitry Antipov2012-12-031-42/+35
|/
* * src/editfns.c (Fmessage): Mention message-log-max. (Bug#12849)Glenn Morris2012-11-151-2/+2
* * editfns.c (get_system_name): Remove.Dmitry Antipov2012-10-161-9/+0
* * editfns.c (save_excursion_save): Use nil if mark points to nowhere.Dmitry Antipov2012-10-111-4/+13
* Simplify and avoid signal-handling races.Paul Eggert2012-09-231-24/+24
* Misc doc fixes.Chong Yidong2012-09-221-8/+10
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* Convenient macro to check whether the buffer is live.Dmitry Antipov2012-09-111-3/+3
* Remove redundant or unused things here and there.Dmitry Antipov2012-09-051-2/+2
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-3/+3
* * doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean.Paul Eggert2012-09-021-45/+46
* Always use set_buffer_if_live to restore original buffer at unwind.Dmitry Antipov2012-08-281-5/+2
* * alloc.c: Use bool for booleans.Paul Eggert2012-08-211-5/+5
* Rely on <unistd.h> to declare 'environ',Paul Eggert2012-08-191-4/+0
* * buffer.h (BSET): Remove.Paul Eggert2012-08-171-6/+8
* A few more naming-convention fixes for getters and setters.Paul Eggert2012-08-171-3/+3
* Use ASCII tests for character types.Paul Eggert2012-08-161-1/+0
* More doc fixes.Chong Yidong2012-08-151-2/+2
* Doc fixes.Chong Yidong2012-08-151-2/+6