index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
coding.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add portable dumper
Daniel Colascione
2019-01-15
1
-0
/
+9
*
Use shortcuts for Flength
Paul Eggert
2019-01-09
1
-9
/
+5
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Assume ‘emacs’ is defined in Emacs-only code
Paul Eggert
2018-12-17
1
-10
/
+0
*
|
Remove CHECK_FIXNUM_CAR etc.
Paul Eggert
2018-12-09
1
-34
/
+7
*
|
Add make_vector and make_nil_vector
Paul Eggert
2018-12-09
1
-38
/
+27
*
|
Merge from origin/emacs-26
Glenn Morris
2018-11-16
1
-9
/
+9
|
\
|
|
*
* src/coding.c (Fcheck_coding_systems_region): Doc fix. (Bug#33372)
Eli Zaretskii
2018-11-14
1
-9
/
+9
|
*
Allow inserting non-BMP characters
Philipp Stephani
2018-06-17
1
-7
/
+0
*
|
Improve bignum support for system types
Paul Eggert
2018-08-27
1
-1
/
+1
*
|
More macro renamings for bignum
Tom Tromey
2018-08-07
1
-117
/
+117
*
|
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-07-12
1
-94
/
+94
*
|
unbind_to performance tuning
Paul Eggert
2018-06-29
1
-3
/
+1
*
|
Merge from origin/emacs-26
Glenn Morris
2018-06-18
1
-1
/
+4
|
\
|
|
*
Reject invalid 5-byte sequences when detecting UTF-8 encoding
Eli Zaretskii
2018-06-15
1
-1
/
+4
*
|
Merge from origin/emacs-26
Glenn Morris
2018-02-17
1
-2
/
+2
|
\
|
|
*
; Fix doc typos related to indefinite articles
Glenn Morris
2018-02-16
1
-1
/
+1
|
*
; Fix doc typos related to indefinite articles
Glenn Morris
2018-02-16
1
-1
/
+1
*
|
Merge from origin/emacs-26
Paul Eggert
2018-01-09
1
-3
/
+16
|
\
|
|
*
Fix Dired display and operations on file names with raw bytes
Eli Zaretskii
2018-01-06
1
-3
/
+16
*
|
Allow inserting non-BMP characters
Philipp Stephani
2018-01-07
1
-7
/
+0
*
|
Merge from origin/emacs-26
Paul Eggert
2018-01-01
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
|
Improve error reporting when serializing non-Unicode strings to JSON
Philipp Stephani
2017-12-30
1
-0
/
+22
*
|
Allow 'make-string' callers force creation of multibyte strings
Eli Zaretskii
2017-11-04
1
-1
/
+1
|
/
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Add an optional testfn parameter to assoc
Nicolas Petton
2017-07-11
1
-3
/
+3
*
Merge with gnulib, pacifying GCC 7
Paul Eggert
2017-05-16
1
-1
/
+3
*
Tighten recently-added UTF-8 check
Paul Eggert
2017-04-17
1
-1
/
+1
*
Merge from origin/emacs-25
Paul Eggert
2017-03-19
1
-2
/
+2
|
\
|
*
; * src/coding.c (Fencode_coding_region): Fix a typo in the doc string.
Eli Zaretskii
2017-02-05
1
-2
/
+2
*
|
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Pacify --enable-gcc-warnings
Paul Eggert
2016-12-22
1
-3
/
+3
*
|
Merge from origin/emacs-25
Paul Eggert
2016-11-19
1
-1
/
+1
|
\
|
|
*
Modernize usage of 'macOS' in doc and comments
Paul Eggert
2016-11-06
1
-1
/
+1
*
|
Avoid warnings about undo list while decoding
Eli Zaretskii
2016-07-30
1
-0
/
+21
*
|
‘signal’ no longer returns
Paul Eggert
2016-07-25
1
-3
/
+3
*
|
Fix 'insert-file-contents' when REPLACE is non-nil
Eli Zaretskii
2016-06-22
1
-4
/
+8
*
|
emacs_strerror cleanups
Paul Eggert
2016-06-11
1
-20
/
+0
*
|
Replace IF_LINT by NONVOLATILE and UNINIT
Paul Eggert
2016-06-08
1
-4
/
+5
*
|
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
K. Handa
2016-06-01
1
-4
/
+4
|
\
\
|
*
|
Omit IF_LINT code that no longer seems needed
Paul Eggert
2016-05-30
1
-4
/
+4
*
|
|
Fix incomplete handling of translation table in a coding system.
K. Handa
2016-06-01
1
-34
/
+27
|
/
/
*
|
Update allowable arguments for open-network-stream
Ken Brown
2016-05-24
1
-1
/
+2
*
|
; Fix typo in previous patch.
Paul Eggert
2016-04-04
1
-1
/
+1
*
|
New C macro AUTO_STRING_WITH_LEN
Paul Eggert
2016-04-04
1
-5
/
+4
*
|
Merge from origin/emacs-25
John Wiegley
2016-03-11
1
-4
/
+4
|
\
|
|
*
Rework C source files to avoid ^(
Paul Eggert
2016-03-10
1
-4
/
+4
[next]