summaryrefslogtreecommitdiff
path: root/src/charset.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Avoid ungetc when loading charset maps from filesPaul Eggert2017-07-071-41/+49
* Convert hex digits more systematicallyPaul Eggert2017-07-051-6/+6
* Use unlocked stdio more systematicallyPaul Eggert2017-06-221-5/+1
* Use getc_unlocked.Ken Raeburn2017-06-211-5/+9
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Pacify --enable-gcc-warningsPaul Eggert2016-12-221-1/+1
* | Limit <config.h>’s includesPaul Eggert2016-09-301-0/+1
* | Improve integer overflow handling a bitPaul Eggert2016-09-241-1/+1
* | Minor text-quoting-style fixesPaul Eggert2016-08-211-1/+1
* | ‘signal’ no longer returnsPaul Eggert2016-07-251-3/+3
* | Cleanup around mature character manipulation functionsDmitry Antipov2016-06-301-4/+4
* | Replace IF_LINT by NONVOLATILE and UNINITPaul Eggert2016-06-081-1/+2
* | Omit IF_LINT code that no longer seems neededPaul Eggert2016-05-301-1/+1
* | Merge from origin/emacs-25John Wiegley2016-03-111-2/+2
|\ \ | |/
| * Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* | Prefer memcpy and memset to doing it by handPaul Eggert2016-02-041-2/+2
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Include-file cleanup for src directoryPaul Eggert2015-10-201-1/+0
* Make add_to_log varargsPaul Eggert2015-08-131-1/+1
* Remove unused DEFSYMsPaul Eggert2015-05-311-4/+0
* Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert2015-02-211-2/+2
* Count MANY function args more reliablyPaul Eggert2015-01-251-10/+5
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-17/+3
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Fix typo in charset_ordered_list_tick patchPaul Eggert2014-12-201-1/+1
* Let charset tick grow past USHRT_MAXPaul Eggert2014-12-201-4/+3
* Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert2014-09-301-6/+4
* Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert2014-09-291-2/+1
* Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov2014-09-291-5/+2
* Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert2014-09-241-0/+3
* If USE_LOCAL_ALLOCATORS, allocate even more Lisp objects on stack.Dmitry Antipov2014-09-161-1/+2
* If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.Dmitry Antipov2014-09-151-2/+2
* Remove redundant GCPROs around Ffuncall and Fapply calls. ThisDmitry Antipov2014-09-111-6/+1
* * charset.c (Fget_unused_iso_final_char): Fix subscript error.Paul Eggert2014-09-101-40/+37
* Avoid extra calls to strlen in filesystem I/O routines.Dmitry Antipov2014-09-011-1/+1
* Simplify and cleanup character conversion stuff.Dmitry Antipov2014-06-231-3/+3
* Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.Paul Eggert2014-04-051-1/+1
* * src/charset.c (init_charset): When we cannot find the charsets directory,Glenn Morris2014-03-191-2/+4
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Minor fixes for recent openp changes.Paul Eggert2013-12-181-1/+1
* Add load-prefer-newer option, to load .el if newer than .elcGlenn Morris2013-12-171-9/+11
* * charset.c (syms_of_charset): Don't read past end of string.Paul Eggert2013-11-191-5/+5
* * lisp/subr.el (decode-char, encode-char): Use advertised-calling-conventionStefan Monnier2013-10-031-8/+2
* A simpler, centralized INLINE.Paul Eggert2013-09-201-2/+0
* * src/charset.c (char_charset): Document an exception for char-charset.Xue Fuqiao2013-09-121-0/+2
* * charset.c: Fix file descriptor leaks and errno issues.Paul Eggert2013-07-171-11/+19
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-7/+6