summaryrefslogtreecommitdiff
path: root/src/charset.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * lisp.h (make_uninit_vector): New function.Dmitry Antipov2013-02-081-2/+2
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul 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:47Z!sdl.web@gmail.comGlenn 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:24Z!michael.albinus@gmx.deChong 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
| |/