index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
buffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-16
/
+16
*
* lisp/eshell/em-unix.el (eshell/sudo): Explicitly drop return value.
Stefan Monnier
2012-09-09
1
-5
/
+5
*
Explicitly mark buffer_defaults and buffer_local_symbols.
Dmitry Antipov
2012-09-06
1
-19
/
+3
*
Simplify redefinition of 'abort' (Bug#12316).
Paul Eggert
2012-09-04
1
-6
/
+6
*
Fix minor problems found by static checking.
Paul Eggert
2012-09-03
1
-0
/
+1
*
New macro with-temp-buffer-window and related fixes.
Martin Rudalics
2012-09-03
1
-0
/
+20
*
Do not allow to set major mode for a dead buffer.
Dmitry Antipov
2012-08-28
1
-4
/
+4
*
Always use set_buffer_if_live to restore original buffer at unwind.
Dmitry Antipov
2012-08-28
1
-1
/
+1
*
Fix usage of set_buffer_internal.
Dmitry Antipov
2012-08-28
1
-17
/
+1
*
* buffer.c, buffer.h: Use bool for boolean.
Paul Eggert
2012-08-23
1
-65
/
+53
*
Inline getter and setter functions for per-buffer values.
Dmitry Antipov
2012-08-20
1
-5
/
+5
*
* buffer.h (BSET): Remove.
Paul Eggert
2012-08-17
1
-138
/
+364
*
* frame.h (FSET): Remove (Bug#12215).
Paul Eggert
2012-08-17
1
-5
/
+5
*
A few more naming-convention fixes for getters and setters.
Paul Eggert
2012-08-17
1
-29
/
+42
*
Revert and cleanup some recent overlay changes.
Dmitry Antipov
2012-08-14
1
-65
/
+57
*
Use BSET for write access to Lisp_Object members of struct buffer.
Dmitry Antipov
2012-08-13
1
-135
/
+138
*
Inline functions to examine and change buffer overlays.
Dmitry Antipov
2012-08-08
1
-59
/
+73
*
Inline functions to examine and change buffer intervals.
Dmitry Antipov
2012-08-08
1
-4
/
+4
*
Inline functions to examine and change string intervals.
Dmitry Antipov
2012-08-08
1
-2
/
+2
*
Cleanup intervals.
Dmitry Antipov
2012-08-08
1
-6
/
+6
*
Revert and cleanup Lisp_Cons, Lisp_Misc and Lisp_Symbol things.
Dmitry Antipov
2012-08-07
1
-15
/
+15
*
Drop WGET and revert read access to Lisp_Objects slots of struct window.
Dmitry Antipov
2012-08-07
1
-9
/
+9
*
Drop FGET and revert read access to Lisp_Objects slots of struct frame.
Dmitry Antipov
2012-08-07
1
-7
/
+7
*
Separate read and write access to Lisp_Object slots of struct window.
Dmitry Antipov
2012-08-06
1
-9
/
+9
*
Separate read and write access to Lisp_Object slots of struct frame.
Dmitry Antipov
2012-08-06
1
-8
/
+8
*
Generalize common compile-time constants.
Dmitry Antipov
2012-08-05
1
-5
/
+4
*
Use C99-style 'extern inline' if available.
Paul Eggert
2012-08-02
1
-0
/
+2
*
Use INTERNAL_FIELD for conses and overlays.
Dmitry Antipov
2012-08-01
1
-14
/
+15
*
Use INTERNAL_FIELD for windows.
Dmitry Antipov
2012-08-01
1
-9
/
+10
*
Generalize INTERNAL_FIELD between buffers, keyboards and frames.
Dmitry Antipov
2012-07-31
1
-9
/
+10
*
* lisp.h (LISP_INT_TAG, LISP_INT1_TAG, LISP_STRING_TAG): Remove.
Paul Eggert
2012-07-29
1
-4
/
+4
*
Use Gnulib stdalign and environ modules (Bug#9772, Bug#9960).
Paul Eggert
2012-07-28
1
-2
/
+2
*
Fix failure to compile on Windows due to 2012-07-27T06:04:35Z!dmantipov@yande...
Eli Zaretskii
2012-07-27
1
-1
/
+1
*
Utility function to make a list from specified amount of objects.
Dmitry Antipov
2012-07-27
1
-1
/
+1
*
Adjust buffer text indirection counters at the end of Fkill_buffer.
Dmitry Antipov
2012-07-25
1
-9
/
+12
*
Simplify copy_overlay.
Dmitry Antipov
2012-07-24
1
-19
/
+11
*
Cleanup miscellaneous objects allocation and initialization.
Dmitry Antipov
2012-07-23
1
-12
/
+3
*
Swap buffer text indirection counters in Fbuffer_swap_text.
Dmitry Antipov
2012-07-23
1
-0
/
+1
*
Add indirection counting to speed up Fkill_buffer.
Dmitry Antipov
2012-07-20
1
-3
/
+29
*
Extend the value returned by Fgarbage_collect with heap statistics.
Dmitry Antipov
2012-07-20
1
-14
/
+0
*
* buffer.h (FOR_EACH_BUFFER): Rename from 'for_each_buffer'.
Paul Eggert
2012-07-19
1
-9
/
+9
*
Compact buffers when idle.
Dmitry Antipov
2012-07-19
1
-8
/
+53
*
New macro to iterate over all buffers, miscellaneous cleanups.
Dmitry Antipov
2012-07-19
1
-7
/
+5
*
Merge from emacs-24
Stefan Monnier
2012-07-17
1
-6
/
+8
|
\
|
*
Fixes: debbugs:11917
Andreas Schwab
2012-07-12
1
-6
/
+8
|
*
Fix bug #11519 with relocation of buffer text during regex search.
Eli Zaretskii
2012-05-23
1
-11
/
+0
*
|
Cleanup overlays checking.
Dmitry Antipov
2012-07-17
1
-39
/
+7
*
|
EMACS_TIME simplification (Bug#11875).
Paul Eggert
2012-07-10
1
-1
/
+1
*
|
Optimize pure C strings initialization.
Dmitry Antipov
2012-07-10
1
-5
/
+5
[next]