aboutsummaryrefslogtreecommitdiffstats
path: root/src/charset.c
Commit message (Expand)AuthorAgeFilesLines
* charset map entries are pointerlessBT Templeton2015-04-191-3/+4
* use dynwind_begin and dynwind_endBT Templeton2015-04-181-4/+4
* use dynwind_begin and dynwind_endBT Templeton2015-04-181-10/+13
* record_unwind_protect error handlingBT Templeton2015-04-181-4/+3
* SAFE_ALLOCA updatedBT Templeton2015-04-181-4/+4
* use guile-snarf for subr definitionBT Templeton2015-04-181-24/+2
* use xmalloc_atomic for many pointerless objectsRobin Templeton2015-04-181-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
* * lisp.h (make_uninit_vector): New function.Dmitry Antipov2013-02-081-2/+2
* Merge from emacs-24; up to 2012-12-06T01:39:[email protected]Paul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | Fix xpalloc confusion after memory is exhausted.Paul Eggert2012-12-021-1/+3
* | Use faccessat, not access, when checking file permissions.Paul Eggert2012-11-131-1/+1
|/
* Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-301-1/+1
* * character.h (MAYBE_UNIFY_CHAR): Remove.Paul Eggert2012-09-261-3/+7
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-3/+3
* * character.c, charset.c, chartab.c: Use bool for booleans.Paul Eggert2012-08-261-16/+16
* Inline setter functions for hash table members.Dmitry Antipov2012-08-201-1/+1
* Use ASCII tests for character types.Paul Eggert2012-08-161-2/+2
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-031-8/+4
* Use C99-style 'extern inline' if available.Paul Eggert2012-08-021-0/+2
* Use "ASET (a, i, v)" rather than "AREF (a, i) = v".Paul Eggert2012-08-011-9/+9
* Fix failure to compile on Windows due to 2012-07-27T06:04:35Z!dmantipov@yande...Eli Zaretskii2012-07-271-1/+1
* Utility function to make a list from specified amount of objects.Dmitry Antipov2012-07-271-17/+16
* More xmalloc and related cleanup.Paul Eggert2012-07-051-1/+1
* Cleanup xmalloc.Dmitry Antipov2012-07-051-2/+1
* * lisp.h (CHECK_RANGED_INTEGER): Make value to check the firstAndreas Schwab2012-06-301-4/+4
* Merge from emacs-24; up to 2012-04-30T11:57:[email protected]Glenn Morris2012-06-281-3/+7
|\
| * CommentGlenn Morris2012-06-211-1/+1
| * * src/charset.c (init_charset): Make lack of etc/charsets fatal.Glenn Morris2012-06-211-3/+7
* | Merge from emacs-24; up to 2012-04-24T21:47:[email protected]Chong Yidong2012-05-311-0/+9
|\|
| * Avoid buffer text relocations in calls to STRING_CHAR_* macros.Eli Zaretskii2012-05-281-0/+9
* | Merge from trunk.Paul Eggert2012-04-091-1/+1
|\ \
| * | Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-1/+1
| |/
* | Merge from trunk.Paul Eggert2012-01-091-2/+2
|\|
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
| * Spelling fixes.Paul Eggert2011-12-141-1/+1
* | Merge from trunk.Paul Eggert2011-12-101-3/+3
|\|