index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
coding.c
Age
Commit message (
Expand
)
Author
2016-06-08
Replace IF_LINT by NONVOLATILE and UNINIT
Paul Eggert
2016-06-01
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
K. Handa
2016-06-01
Fix incomplete handling of translation table in a coding system.
K. Handa
2016-05-30
Omit IF_LINT code that no longer seems needed
Paul Eggert
2016-05-24
Update allowable arguments for open-network-stream
Ken Brown
2016-04-04
; Fix typo in previous patch.
Paul Eggert
2016-04-04
New C macro AUTO_STRING_WITH_LEN
Paul Eggert
2016-03-11
Merge from origin/emacs-25
John Wiegley
2016-03-10
Rework C source files to avoid ^(
Paul Eggert
2016-02-27
Remove unused code in coding.c
Eli Zaretskii
2016-02-17
Fix decoding DOS EOL in a unibyte buffer
Eli Zaretskii
2016-01-01
Update copyright year to 2016
Paul Eggert
2015-11-08
Use INT_ADD_WRAPV etc. to check integer overflow
Paul Eggert
2015-10-20
Include-file cleanup for src directory
Paul Eggert
2015-10-03
* src/coding.c (complement_process_encoding_system): Revert last
Andreas Schwab
2015-10-03
More validatation of coding systems
Andreas Schwab
2015-10-03
Avoid crashes in coding_inherit_eol_type
Eli Zaretskii
2015-09-16
Omit unnecessary \ before paren in C docstrings
Paul Eggert
2015-09-16
Add -Wswitch to --enable-gcc-warnings
Paul Eggert
2015-08-26
Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS
Paul Eggert
2015-07-27
Fix uninitalized value in encode_coding_object
Paul Eggert
2015-06-07
Remove the obsolete leading "*" from some C doc strings.
Glenn Morris
2015-05-31
Treat batch stdout/stderr like standard display
Paul Eggert
2015-05-31
Remove unused DEFSYMs
Paul Eggert
2015-02-21
Prefer 'Qfoo' to 'intern ("foo")'
Paul Eggert
2015-01-31
Avoid aborts when keyboard-coding-system is raw-text (Bug#19532)
Eli Zaretskii
2015-01-28
Merge from origin/emacs-24
Fabián Ezequiel Gallina
2015-01-25
Count MANY function args more reliably
Paul Eggert
2015-01-21
Better isolate code that assumes NIL_IS_ZERO
Paul Eggert
2015-01-21
Fix coding.c subscript error
Paul Eggert
2015-01-19
Port to hypothetical case where Qnil is nonzero
Paul Eggert
2015-01-19
Prefer memset to repeatedly assigning Qnil
Paul Eggert
2015-01-11
* coding.c (Fcoding_system_plist): Use common style for docstring.
Dmitry Antipov
2015-01-05
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-01
Update copyright year to 2015
Paul Eggert
2015-01-01
Update copyright year to 2015
Paul Eggert
2014-10-14
Cleanup terminal handling code.
Dmitry Antipov
2014-10-08
Fix bug #18610 with crashes when visiting files with ESC and 8-bit bytes.
Kenichi Handa
2014-10-05
coding.c (detect_coding_iso_2022): Fix previous change.
Kenichi Handa
2014-10-05
coding.c (detect_coding_iso_2022): Set coding->rejected correctly when an inv...
Kenichi Handa
2014-10-03
Consistently use min and max macros from lisp.h.
Dmitry Antipov
2014-09-07
Fix bug uncovered by changing alloca to auto buffer.
Paul Eggert
2014-09-07
Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.
Paul Eggert
2014-08-10
Merge from emacs-24; up to 2014-06-28T23:35:17Z!rgm@gnu.org
Glenn Morris
2014-08-06
src/coding.c: Fix typos in comments and doc strings.
Eli Zaretskii
2014-07-10
* coding.h (struct coding_system): Remove 'error_positions' (unused)
Dmitry Antipov
2014-07-09
* coding.c (ALLOC_CONVERSION_WORK_AREA): Prefer ptrdiff_t to int and
Dmitry Antipov
2014-07-02
merge trunk
Kenichi Handa
2014-07-02
* coding.c (MIN_CHARBUF_SIZE): Delete it.
Kenichi Handa
2014-06-30
Fix bug #17881 with infloop in decoding emacs-mule encoded text.
Eli Zaretskii
[prev]
[next]