summaryrefslogtreecommitdiff
path: root/src/charset.c
Commit message (Expand)AuthorAge
* Update copyright year to 2015Paul Eggert2015-01-01
* * src/charset.c (init_charset): When we cannot find the charsets directory,Glenn Morris2014-03-19
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Minor fixes for recent openp changes.Paul Eggert2013-12-18
* Add load-prefer-newer option, to load .el if newer than .elcGlenn Morris2013-12-17
* * charset.c (syms_of_charset): Don't read past end of string.Paul Eggert2013-11-19
* * lisp/subr.el (decode-char, encode-char): Use advertised-calling-conventionStefan Monnier2013-10-03
* A simpler, centralized INLINE.Paul Eggert2013-09-20
* * src/charset.c (char_charset): Document an exception for char-charset.Xue Fuqiao2013-09-12
* * charset.c: Fix file descriptor leaks and errno issues.Paul Eggert2013-07-17
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-15
* * lisp.h (make_uninit_vector): New function.Dmitry Antipov2013-02-08
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-02
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-01
* | Fix xpalloc confusion after memory is exhausted.Paul Eggert2012-12-02
* | Use faccessat, not access, when checking file permissions.Paul Eggert2012-11-13
|/
* Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-30
* * character.h (MAYBE_UNIFY_CHAR): Remove.Paul Eggert2012-09-26
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-04
* * character.c, charset.c, chartab.c: Use bool for booleans.Paul Eggert2012-08-26
* Inline setter functions for hash table members.Dmitry Antipov2012-08-20
* Use ASCII tests for character types.Paul Eggert2012-08-16
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-03
* Use C99-style 'extern inline' if available.Paul Eggert2012-08-02
* Use "ASET (a, i, v)" rather than "AREF (a, i) = v".Paul Eggert2012-08-01
* Fix failure to compile on Windows due to 2012-07-27T06:04:35Z!dmantipov@yande...Eli Zaretskii2012-07-27
* Utility function to make a list from specified amount of objects.Dmitry Antipov2012-07-27
* More xmalloc and related cleanup.Paul Eggert2012-07-05
* Cleanup xmalloc.Dmitry Antipov2012-07-05
* * lisp.h (CHECK_RANGED_INTEGER): Make value to check the firstAndreas Schwab2012-06-30
* Merge from emacs-24; up to 2012-04-30T11:57:47Z!sdl.web@gmail.comGlenn Morris2012-06-28
|\
| * CommentGlenn Morris2012-06-21
| * * src/charset.c (init_charset): Make lack of etc/charsets fatal.Glenn Morris2012-06-21
* | Merge from emacs-24; up to 2012-04-24T21:47:24Z!michael.albinus@gmx.deChong Yidong2012-05-31
|\|
| * Avoid buffer text relocations in calls to STRING_CHAR_* macros.Eli Zaretskii2012-05-28
* | Merge from trunk.Paul Eggert2012-04-09
|\ \
| * | Remove * characters from the front of variable docstrings.Chong Yidong2012-04-09
| |/
* | Merge from trunk.Paul Eggert2012-01-09
|\|
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
| * Spelling fixes.Paul Eggert2011-12-14
* | Merge from trunk.Paul Eggert2011-12-10
|\|
| * Spelling fixes.Paul Eggert2011-11-26
| * Fix typos.Juanma Barranquero2011-11-20
* | Merge from trunk.Paul Eggert2011-11-18
|\|
| * Fix typos.Juanma Barranquero2011-11-14
* | * charset.c (encode_char): Remove unnecessary difference from trunk.Paul Eggert2011-10-09
* | Merge from trunk.Paul Eggert2011-09-30
|\|
| * Remove dependency on glibc malloc internals.Paul Eggert2011-09-30
| * Port --enable-checking=all to Fedora 14 x86-64.Paul Eggert2011-09-30