index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
editfns.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Port --enable-gcc-warnings to clang.
Paul Eggert
2013-05-17
1
-1
/
+1
*
Prefer < to > in range checks such as 0 <= i && i < N.
Paul Eggert
2013-04-01
1
-3
/
+3
*
* window.h (struct window): Replace hchild, vchild and buffer slots
Dmitry Antipov
2013-03-28
1
-3
/
+3
*
* xdisp.c (with_echo_area_buffer_unwind_data): Save window
Dmitry Antipov
2013-03-28
1
-1
/
+1
*
Reorder conditions that are written backwards
Andreas Schwab
2013-03-24
1
-4
/
+4
*
Use functions and constants to manipulate Lisp_Save_Value objects.
Paul Eggert
2013-03-21
1
-2
/
+5
*
* search.c (find_newline): Accept start and end byte positions
Dmitry Antipov
2013-03-08
1
-2
/
+4
*
* lisp.h (list2i, list3i): New functions.
Dmitry Antipov
2013-03-07
1
-3
/
+1
*
* search.c (find_newline): Return byte position in bytepos.
Dmitry Antipov
2013-02-20
1
-2
/
+3
*
Prefer `message1' over `message'.
Stefan Monnier
2013-02-17
1
-2
/
+2
*
Tune by using memchr and memrchr.
Paul Eggert
2013-02-11
1
-3
/
+2
*
* src/xdisp.c (message2, message2_nolog): Remove functions.
Stefan Monnier
2013-01-23
1
-19
/
+3
*
Fix crashes with lots of overlays.
Eli Zaretskii
2013-01-19
1
-1
/
+4
*
* lisp.h (toplevel): Add comment about using Lisp_Save_Value
Dmitry Antipov
2013-01-17
1
-2
/
+2
*
* src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extraction
Dmitry Antipov
2013-01-15
1
-1
/
+1
*
Some convenient bits to deal with Lisp_Save_Values.
Dmitry Antipov
2013-01-15
1
-35
/
+16
*
Make Lisp_Save_Value more versatile storage for up to four objects.
Dmitry Antipov
2013-01-14
1
-18
/
+33
*
Fix bug with set-time-zone-rule and LOCALTIME_CACHE.
Paul Eggert
2013-01-11
1
-0
/
+1
*
Avoid unnecessary byte position calculation for the gap movement.
Dmitry Antipov
2013-01-11
1
-5
/
+7
*
* lisp.h (make_gap_1): New prototype.
Dmitry Antipov
2013-01-09
1
-4
/
+2
*
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-02
1
-1
/
+1
|
\
|
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+1
*
|
Make read-char-by-name signal an error for invalid input.
Chong Yidong
2012-12-21
1
-4
/
+3
*
|
Avoid calls to CHAR_TO_BYTE if byte position is known.
Dmitry Antipov
2012-12-20
1
-2
/
+2
*
|
Fix compilation warnings in the Windows build.
Eli Zaretskii
2012-12-14
1
-0
/
+1
*
|
Fix permissions bugs with setgid directories etc.
Paul Eggert
2012-12-14
1
-0
/
+20
*
|
Merge from emacs-24; up to 2012-11-26T19:56:14Z!monnier@iro.umontreal.ca
Glenn Morris
2012-12-09
1
-4
/
+4
|
\
|
|
*
Reword doc-string of Fcompare_buffer_substrings.
Martin Rudalics
2012-12-07
1
-4
/
+4
*
|
Use putenv+unsetenv instead of modifying environ directly.
Paul Eggert
2012-12-08
1
-108
/
+96
*
|
* src/editfns.c (Finsert_char): Make the error message more informative.
Chong Yidong
2012-12-08
1
-3
/
+4
*
|
* lisp.h (modify_region): Rename to...
Dmitry Antipov
2012-12-03
1
-7
/
+7
*
|
* alloc.c (free_save_value): New function.
Dmitry Antipov
2012-12-03
1
-42
/
+35
|
/
*
* src/editfns.c (Fmessage): Mention message-log-max. (Bug#12849)
Glenn Morris
2012-11-15
1
-2
/
+2
*
* editfns.c (get_system_name): Remove.
Dmitry Antipov
2012-10-16
1
-9
/
+0
*
* editfns.c (save_excursion_save): Use nil if mark points to nowhere.
Dmitry Antipov
2012-10-11
1
-4
/
+13
*
Simplify and avoid signal-handling races.
Paul Eggert
2012-09-23
1
-24
/
+24
*
Misc doc fixes.
Chong Yidong
2012-09-22
1
-8
/
+10
*
Port better to POSIX hosts lacking _setjmp.
Paul Eggert
2012-09-15
1
-1
/
+0
*
Convenient macro to check whether the buffer is live.
Dmitry Antipov
2012-09-11
1
-3
/
+3
*
Remove redundant or unused things here and there.
Dmitry Antipov
2012-09-05
1
-2
/
+2
*
Simplify redefinition of 'abort' (Bug#12316).
Paul Eggert
2012-09-04
1
-3
/
+3
*
* doc.c, editfns.c, insdel.c, intervals.c: Use bool for boolean.
Paul Eggert
2012-09-02
1
-45
/
+46
*
Always use set_buffer_if_live to restore original buffer at unwind.
Dmitry Antipov
2012-08-28
1
-5
/
+2
*
* alloc.c: Use bool for booleans.
Paul Eggert
2012-08-21
1
-5
/
+5
*
Rely on <unistd.h> to declare 'environ',
Paul Eggert
2012-08-19
1
-4
/
+0
*
* buffer.h (BSET): Remove.
Paul Eggert
2012-08-17
1
-6
/
+8
*
A few more naming-convention fixes for getters and setters.
Paul Eggert
2012-08-17
1
-3
/
+3
*
Use ASCII tests for character types.
Paul Eggert
2012-08-16
1
-1
/
+0
*
More doc fixes.
Chong Yidong
2012-08-15
1
-2
/
+2
*
Doc fixes.
Chong Yidong
2012-08-15
1
-2
/
+6
[next]