| Commit message (Expand) | Author | Age | Files | Lines |
* | ; Add 2022 to copyright years. | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
* | Update copyright year to 2021 | Paul Eggert | 2021-01-01 | 1 | -1/+1 |
* | Inhibit buffer hooks in temporary buffers | Basil L. Contovounesios | 2020-12-20 | 1 | -3/+0 |
* | Use the full name of the null byte/character, not its abbreviation | Andreas Schwab | 2020-10-05 | 1 | -3/+3 |
* | Allow ENCODE_FILE and DECODE_FILE to use no-copy conversion | Mattias Engdegård | 2020-04-11 | 1 | -2/+2 |
* | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 1 | -1/+1 |
* | Fix and speed up en/decoding of UTF-8 strings | Eli Zaretskii | 2019-11-23 | 1 | -1/+2 |
* | Add Unicode-safe UTF-8 converter | K. Handa | 2019-08-04 | 1 | -0/+4 |
* | * src/coding.c (decode_coding_gap): Remove `chars` argument. | Stefan Monnier | 2019-07-02 | 1 | -2/+1 |
* | Fix names of functions in last commit | Eli Zaretskii | 2019-04-28 | 1 | -6/+5 |
* | Refactoring: move UTF-8 decoding functions into coding.h. | Philipp Stephani | 2019-04-28 | 1 | -0/+12 |
* | Don't run buffer-related hooks in " *code conversion work*" buffers | Eli Zaretskii | 2019-03-30 | 1 | -0/+2 |
* | Fix misuses of NULL when talking about the NUL character | Stefan Monnier | 2019-03-21 | 1 | -3/+3 |
* | Merge from origin/emacs-26 | Glenn Morris | 2019-02-08 | 1 | -1/+1 |
|\ |
|
| * | ; * src/coding.h (struct coding_system): Fix a typo in a comment. | Eli Zaretskii | 2019-02-06 | 1 | -1/+1 |
* | | 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 | -5/+0 |
* | | Merge from origin/emacs-26 | Glenn Morris | 2018-07-02 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | Avoid compiler warning using coding.h | Eli Zaretskii | 2018-06-27 | 1 | -0/+4 |
| * | Allow inserting non-BMP characters | Philipp Stephani | 2018-06-17 | 1 | -0/+24 |
* | | ; * src/coding.h (surrogates_to_codepoint): Add prototype. | Eli Zaretskii | 2018-01-15 | 1 | -12/+14 |
* | | Allow inserting non-BMP characters | Philipp Stephani | 2018-01-07 | 1 | -0/+24 |
* | | 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/+1 |
|/ |
|
* | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
* | Tighten recently-added UTF-8 check | Paul Eggert | 2017-04-17 | 1 | -0/+1 |
* | Remove unused coding enums | Paul Eggert | 2017-04-16 | 1 | -33/+0 |
* | 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 |
* | | emacs_strerror cleanups | Paul Eggert | 2016-06-11 | 1 | -2/+0 |
|/ |
|
* | Rework C source files to avoid ^( | Paul Eggert | 2016-03-10 | 1 | -2/+2 |
* | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | Make src headers idempotent and standalone | Paul Eggert | 2015-10-16 | 1 | -0/+2 |
* | Avoid aborts when keyboard-coding-system is raw-text (Bug#19532) | Eli Zaretskii | 2015-01-31 | 1 | -0/+1 |
* | Compute C decls for DEFSYMs automatically | Paul Eggert | 2015-01-05 | 1 | -19/+0 |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | * coding.h (struct coding_system): Remove 'error_positions' (unused) | Dmitry Antipov | 2014-07-10 | 1 | -33/+28 |
* | Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'. | Paul Eggert | 2014-04-05 | 1 | -1/+1 |
* | Fix bug#16286 by the different way than 2014-01-26T00:32:30Z!eggert@cs.ucla.e... | Kenichi Handa | 2014-01-29 | 1 | -1/+3 |
* | When decoding, prefer ptrdiff_t to int for buffer positions etc. | Paul Eggert | 2014-01-25 | 1 | -1/+1 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | Use bool for boolean, focusing on headers. | Paul Eggert | 2013-12-14 | 1 | -30/+31 |
* | Finished conversion routines; w32-unicode-filenames exposed to Lisp. | Eli Zaretskii | 2013-10-26 | 1 | -14/+4 |
* | Do not allocate huge temporary memory areas and objects while encoding | Dmitry Antipov | 2013-10-08 | 1 | -0/+4 |
* | Minor cleanup to avoid forward declarations. | Dmitry Antipov | 2013-08-30 | 1 | -2/+0 |
* | Fix minor problems found by static checking. | Paul Eggert | 2013-06-29 | 1 | -3/+9 |
* | coding.h (define_coding_undecided_arg_index): New enum. | Kenichi Handa | 2013-06-28 | 1 | -0/+20 |
* | Fix the setting of buffer-file-coding-system on, for instance, C-x RET c unix... | Kenichi Handa | 2013-05-22 | 1 | -0/+2 |