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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Fix process leak with make-network-process
...
Paul Eggert
2016-08-11
2
-35
/
+23
*
|
Avoid annoying re-scroll when buffer has many overlay strings
...
Eli Zaretskii
2016-08-11
1
-0
/
+28
*
|
Omit unnecessary process initialization
...
Paul Eggert
2016-08-10
1
-16
/
+18
*
|
Simplify exec_byte_code via moving decls etc.
...
Paul Eggert
2016-08-09
1
-302
/
+136
*
|
Remove interpreter’s byte stack
...
Paul Eggert
2016-08-09
5
-169
/
+52
*
|
Remove arbitrary limit on bytecode maxdepth
...
Paul Eggert
2016-08-09
1
-5
/
+6
*
|
Tune bytecode quitting
...
Paul Eggert
2016-08-09
1
-10
/
+4
*
|
Simplify BYTE_CODE_SAFE checking
...
Paul Eggert
2016-08-09
1
-58
/
+21
*
|
Get BYTE_CODE_METER working again
...
Paul Eggert
2016-08-09
1
-1
/
+2
*
|
Fix cursor position under scroll-conservatively and overlay strings
...
Eli Zaretskii
2016-08-08
1
-0
/
+34
*
|
Tune interpretation of integer arglist descriptor
...
Paul Eggert
2016-08-07
2
-40
/
+17
*
|
Fix debugging of string-match-p errors
...
Noam Postavsky
2016-08-07
2
-0
/
+6
*
|
Merge from origin/emacs-25
...
Paul Eggert
2016-08-05
4
-8
/
+6
|
\
|
|
*
; Spelling fix
Paul Eggert
2016-08-03
1
-2
/
+2
|
*
Post AppDefined events from the main thread ONLY (bug#23934)
...
Alan Third
2016-08-03
2
-5
/
+2
|
*
Fix doc string of 'minibuffer-message-timeout'
...
Eli Zaretskii
2016-08-01
1
-1
/
+2
*
|
Merge from origin/emacs-25
...
Paul Eggert
2016-08-05
5
-31
/
+47
|
\
|
|
*
Adjust match data before calling after-change-funs
...
Noam Postavsky
2016-07-22
5
-31
/
+47
|
*
Port to glibc 2.24 (pre-release) + ppc64
...
Paul Eggert
2016-07-21
1
-2
/
+22
*
|
Merge from origin/emacs-25
...
Paul Eggert
2016-08-05
2
-9
/
+12
|
\
|
|
*
Expand FIXME near definition of fboundp
...
Robert Cochran
2016-07-16
1
-1
/
+6
|
*
Avoid assertion violations in nhexl-mode
...
Eli Zaretskii
2016-07-16
1
-8
/
+6
|
*
Use memmove instead of memcpy on overlapping regions
...
Fredrik Bergroth
2016-07-14
1
-1
/
+1
*
|
Merge from origin/emacs-25
...
Paul Eggert
2016-08-05
5
-33
/
+68
|
\
|
|
*
Document buffer-swap-text+save-excursion interaction
...
Noam Postavsky
2016-07-14
1
-1
/
+3
|
*
Improve documentation of search functions
...
Stephen Berman
2016-07-12
1
-26
/
+59
|
*
Fix 'vertical-motion' in non-interactive sessions
...
Eli Zaretskii
2016-07-10
1
-0
/
+1
|
*
Fix memory leak in imagemagick-types
...
Andreas Schwab
2016-07-10
1
-4
/
+4
|
*
Un-confuse doc string of 'string-collate-equalp'
...
Eli Zaretskii
2016-07-08
1
-2
/
+1
|
*
Fix missing undo-boundary on revert-buffer.
...
Phillip Lord
2016-07-06
1
-0
/
+5
|
*
Fix open-network-stream responsiveness
...
Paul Eggert
2016-07-06
1
-8
/
+14
*
|
Merge from origin/emacs-25
...
Paul Eggert
2016-08-05
2
-26
/
+43
|
\
|
|
*
Fix missing point information in undo
...
Phillip Lord
2016-07-05
1
-26
/
+30
|
*
Avoid crashes when buffer modification hooks clobber match data
...
Eli Zaretskii
2016-07-04
1
-0
/
+13
*
|
Merge from origin/emacs-25
...
Paul Eggert
2016-08-05
2
-5
/
+9
|
\
|
|
*
Avoid assertion violations when rendering some fonts
...
Eli Zaretskii
2016-06-29
1
-1
/
+2
|
*
Fixup warning message regarding HOME a bit more
...
Noam Postavsky
2016-06-27
1
-3
/
+3
|
*
; Fix typo in commit before last
Noam Postavsky
2016-06-27
1
-2
/
+2
|
*
Give more helpful warning about setting HOME
...
Noam Postavsky
2016-06-26
1
-4
/
+7
*
|
Spelling and minor grammar fixes
...
Paul Eggert
2016-08-05
2
-3
/
+3
*
|
Fix GnuTLS includes
...
Paul Eggert
2016-08-03
2
-2
/
+1
*
|
Simplify by assuming GnuTLS 2.12.2 or later
...
Paul Eggert
2016-08-03
2
-4
/
+1
*
|
Port to systems lacking GNUTLS_NONBLOCK
...
Paul Eggert
2016-08-03
1
-2
/
+6
*
|
Fix non-blocking GnuTLS with slow connection
...
Paul Eggert
2016-08-03
1
-1
/
+30
*
|
Require GnuTLS 2.12.2 or later
...
Paul Eggert
2016-08-03
1
-23
/
+0
*
|
* src/window.c (sanitize_window_sizes): Remove unused arg `frame'
...
Stefan Monnier
2016-08-02
4
-7
/
+8
*
|
Fix (mapcar F S) crash when F alters S’s length
...
Paul Eggert
2016-08-02
1
-47
/
+30
*
|
Port window changes to --enable-gcc-warnings
...
Paul Eggert
2016-08-02
2
-3
/
+3
*
|
* src/window.c: Fix bootstrap failure due to window.el changes
...
Stefan Monnier
2016-08-02
1
-12
/
+2
*
|
Port regex changes to strict ISO C
...
Paul Eggert
2016-08-02
1
-2
/
+2
[prev]
[next]