index
:
software/emacs-mirror
rekado-webkit
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
insdel.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Cleanup intervals.
...
Dmitry Antipov
2012-08-08
1
-7
/
+7
*
Drop WGET and revert read access to Lisp_Objects slots of struct window.
...
Dmitry Antipov
2012-08-07
1
-1
/
+1
*
Separate read and write access to Lisp_Object slots of struct window.
...
Dmitry Antipov
2012-08-06
1
-1
/
+1
*
Use INTERNAL_FIELD for windows.
...
Dmitry Antipov
2012-08-01
1
-1
/
+1
*
Generalize marker debugging code under MARKER_DEBUG and use eassert.
...
Dmitry Antipov
2012-07-29
1
-48
/
+34
*
Auto-generate EXFUN using make-docfile
...
Tom Tromey
2012-07-03
1
-2
/
+0
*
* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.
...
Andreas Schwab
2012-06-16
1
-1
/
+1
*
Merge from trunk.
Paul Eggert
2012-05-25
1
-4
/
+0
|
\
|
*
Assume C89 or later.
...
Paul Eggert
2012-05-21
1
-4
/
+0
*
|
Merge from trunk.
Paul Eggert
2012-01-09
1
-1
/
+1
|
\
|
|
*
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2012-01-05
1
-1
/
+1
*
|
Merge from trunk.
Paul Eggert
2011-11-18
1
-1
/
+1
|
\
|
|
*
* src/intervals.c: Fix grafting over the whole buffer.
...
Stefan Monnier
2011-11-18
1
-1
/
+1
*
|
* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):
...
Paul Eggert
2011-09-21
1
-127
/
+127
|
/
*
Whitespace changes.
Juanma Barranquero
2011-09-09
1
-2
/
+2
*
Move DEFSYM to lisp.h and use everywhere.
Juanma Barranquero
2011-06-24
1
-2
/
+1
*
* insdel.c: Omit unnecessary forward decls, to simplify future changes.
Paul Eggert
2011-06-18
1
-6
/
+0
*
Improve buffer-overflow checking.
...
Paul Eggert
2011-06-16
1
-26
/
+8
*
* insdel.c (replace_range): Fix buf overflow when insbytes < outgoing.
Paul Eggert
2011-06-15
1
-4
/
+4
*
* insdel.c, lisp.h (buffer_overflow): New function.
...
Paul Eggert
2011-06-15
1
-4
/
+10
*
merge count_size_as_multibyte, parse_str_to_multibyte
...
Paul Eggert
2011-05-20
1
-31
/
+0
*
* insdel.c (count_size_as_multibyte): Check for string overflow.
Paul Eggert
2011-05-15
1
-2
/
+10
*
Support buffers > 2GB on 64-bit hosts.
...
Eli Zaretskii
2011-04-19
1
-5
/
+1
*
* insdel.c (make_gap_smaller): Define only if
...
Paul Eggert
2011-04-16
1
-0
/
+3
*
* lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu in
...
Paul Eggert
2011-04-14
1
-1
/
+1
*
* insdel.c (signal_before_change): Now static.
Paul Eggert
2011-04-13
1
-1
/
+3
*
* insdel.c: Make symbols static if they're not exported.
...
Paul Eggert
2011-04-13
1
-55
/
+3
*
Make Emacs functions such as Fatom 'static' by default.
...
Paul Eggert
2011-04-10
1
-1
/
+1
*
src/*.h: Remove unused parameters and functions.
...
Juanma Barranquero
2011-03-26
1
-69
/
+3
*
Use Frun_hooks rather than calling Vrun_hooks manually
Julien Danjou
2011-03-23
1
-4
/
+4
*
* insdel.c (copy_text): Remove unused local var.
Paul Eggert
2011-03-14
1
-1
/
+0
*
* insdel.c (CHECK_MARKERS): Redo to avoid gcc -Wempty-body diagnostic.
Paul Eggert
2011-03-14
1
-3
/
+6
*
* insdel.c (check_markers, make_gap_larger, make_gap_smaller):
...
Paul Eggert
2011-03-14
1
-5
/
+5
*
Fix BUF_* macros to handle indirect buffers properly (Bug#8219).
...
Chong Yidong
2011-03-13
1
-3
/
+1
*
Change B_ to BVAR
...
Tom Tromey
2011-02-16
1
-31
/
+31
*
Fix the MS-Windows build due to introduction of B_.
...
Eli Zaretskii
2011-02-14
1
-3
/
+3
*
Hide implementation of `struct buffer'
...
Tom Tromey
2011-02-14
1
-28
/
+28
*
* insdel.c: conform to C89 pointer rules
Paul Eggert
2011-02-06
1
-14
/
+13
*
Convert consecutive FSF copyright years to ranges.
Glenn Morris
2011-01-24
1
-2
/
+1
*
Move all DEFVAR'd globals into a structure -- threading infrastructure
...
Tom Tromey
2011-01-18
1
-11
/
+3
*
Merge from emacs-23
Stefan Monnier
2011-01-14
1
-1
/
+1
|
\
|
*
Add 2011 to FSF/AIST copyright years.
Glenn Morris
2011-01-02
1
-1
/
+1
*
|
Move declarations from .c files to .h files.
...
Dan Nicolaescu
2010-11-18
1
-5
/
+0
*
|
* insdel.c (prepare_to_modify_buffer): Don't set
...
Chong Yidong
2010-10-21
1
-0
/
+1
*
|
* src/insdel.c (prepare_to_modify_buffer): Ensure the mark marker is alive
...
Chong Yidong
2010-09-25
1
-1
/
+2
*
|
Fix some uses of int instead of EMACS_INT.
...
Eli Zaretskii
2010-09-22
1
-2
/
+2
*
|
Let all active regions set the primary selection.
...
Chong Yidong
2010-08-15
1
-5
/
+7
*
|
Avoid restrictions when copying window selection.
...
Chong Yidong
2010-08-07
1
-7
/
+6
*
|
Change `select-active-region' mechanics.
...
Chong Yidong
2010-08-07
1
-0
/
+17
*
|
Constify functions taking char *
...
Andreas Schwab
2010-07-11
1
-1
/
+1
[prev]
[next]