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
*
Rework C source files to avoid ^(
Paul Eggert
2016-03-10
1
-4
/
+4
*
Fix decoding DOS EOL in a unibyte buffer
Eli Zaretskii
2016-02-17
1
-3
/
+3
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Use INT_ADD_WRAPV etc. to check integer overflow
Paul Eggert
2015-11-08
1
-11
/
+10
*
Include-file cleanup for src directory
Paul Eggert
2015-10-20
1
-2
/
+0
*
* src/coding.c (complement_process_encoding_system): Revert last
Andreas Schwab
2015-10-03
1
-1
/
+0
*
More validatation of coding systems
Andreas Schwab
2015-10-03
1
-1
/
+3
*
Avoid crashes in coding_inherit_eol_type
Eli Zaretskii
2015-10-03
1
-0
/
+2
*
Omit unnecessary \ before paren in C docstrings
Paul Eggert
2015-09-16
1
-2
/
+2
*
Add -Wswitch to --enable-gcc-warnings
Paul Eggert
2015-09-16
1
-0
/
+5
*
Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS
Paul Eggert
2015-08-26
1
-16
/
+2
*
Fix uninitalized value in encode_coding_object
Paul Eggert
2015-07-27
1
-1
/
+5
*
Remove the obsolete leading "*" from some C doc strings.
Glenn Morris
2015-06-07
1
-6
/
+6
*
Treat batch stdout/stderr like standard display
Paul Eggert
2015-05-31
1
-1
/
+2
*
Remove unused DEFSYMs
Paul Eggert
2015-05-31
1
-11
/
+0
*
Prefer 'Qfoo' to 'intern ("foo")'
Paul Eggert
2015-02-21
1
-4
/
+4
*
Avoid aborts when keyboard-coding-system is raw-text (Bug#19532)
Eli Zaretskii
2015-01-31
1
-0
/
+9
*
Merge from origin/emacs-24
Fabián Ezequiel Gallina
2015-01-28
1
-1
/
+2
|
\
|
*
Fix coding.c subscript error
Paul Eggert
2015-01-21
1
-1
/
+2
|
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
|
*
Fix bug #18610 with crashes when visiting files with ESC and 8-bit bytes.
Kenichi Handa
2014-10-08
1
-8
/
+26
*
|
Count MANY function args more reliably
Paul Eggert
2015-01-25
1
-56
/
+50
*
|
Better isolate code that assumes NIL_IS_ZERO
Paul Eggert
2015-01-21
1
-1
/
+1
*
|
Port to hypothetical case where Qnil is nonzero
Paul Eggert
2015-01-19
1
-2
/
+2
*
|
Prefer memset to repeatedly assigning Qnil
Paul Eggert
2015-01-19
1
-6
/
+3
*
|
* coding.c (Fcoding_system_plist): Use common style for docstring.
Dmitry Antipov
2015-01-11
1
-1
/
+1
*
|
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-05
1
-45
/
+6
*
|
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
|
Cleanup terminal handling code.
Dmitry Antipov
2014-10-14
1
-4
/
+4
*
|
coding.c (detect_coding_iso_2022): Fix previous change.
Kenichi Handa
2014-10-05
1
-2
/
+2
*
|
coding.c (detect_coding_iso_2022): Set coding->rejected correctly when an inv...
Kenichi Handa
2014-10-05
1
-6
/
+24
*
|
Consistently use min and max macros from lisp.h.
Dmitry Antipov
2014-10-03
1
-9
/
+0
*
|
Fix bug uncovered by changing alloca to auto buffer.
Paul Eggert
2014-09-07
1
-2
/
+18
*
|
Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.
Paul Eggert
2014-09-07
1
-3
/
+10
*
|
Merge from emacs-24; up to 2014-06-28T23:35:17Z!rgm@gnu.org
Glenn Morris
2014-08-10
1
-3
/
+3
|
\
|
|
*
src/coding.c: Fix typos in comments and doc strings.
Eli Zaretskii
2014-08-06
1
-3
/
+3
*
|
* coding.h (struct coding_system): Remove 'error_positions' (unused)
Dmitry Antipov
2014-07-10
1
-10
/
+0
*
|
* coding.c (ALLOC_CONVERSION_WORK_AREA): Prefer ptrdiff_t to int and
Dmitry Antipov
2014-07-09
1
-7
/
+4
*
|
merge trunk
Kenichi Handa
2014-07-02
1
-1
/
+1
|
\
\
|
*
|
Fix bug #17881 with infloop in decoding emacs-mule encoded text.
Eli Zaretskii
2014-06-30
1
-1
/
+2
|
*
|
Merge from emacs-24; up to 2014-06-12T14:55:48Z!monnier@iro.umontreal.ca
Glenn Morris
2014-06-28
1
-1
/
+1
|
|
\
|
|
|
*
Fixes: debbugs:17865
Andreas Schwab
2014-06-28
1
-1
/
+1
*
|
|
* coding.c (MIN_CHARBUF_SIZE): Delete it.
Kenichi Handa
2014-07-02
1
-4
/
+8
|
/
/
*
|
* coding.c (MAX_CHARBUF_SIZE): Renamed from CHARBUF_SIZE.
Kenichi Handa
2014-06-28
1
-8
/
+11
*
|
Consistently use validate_subarray to verify substring.
Dmitry Antipov
2014-06-25
1
-10
/
+5
*
|
Simplify and cleanup character conversion stuff.
Dmitry Antipov
2014-06-23
1
-18
/
+18
*
|
Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.
Paul Eggert
2014-04-05
1
-2
/
+2
|
/
*
Fix bug#16286 by the different way than 2014-01-26T00:32:30Z!eggert@cs.ucla.e...
Kenichi Handa
2014-01-29
1
-2
/
+4
*
When decoding, prefer ptrdiff_t to int for buffer positions etc.
Paul Eggert
2014-01-25
1
-8
/
+8
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
[next]