aboutsummaryrefslogtreecommitdiffstats
path: root/src/charset.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Spelling fixes.Paul Eggert2011-11-261-2/+2
| * Fix typos.Juanma Barranquero2011-11-201-1/+1
* | Merge from trunk.Paul Eggert2011-11-181-2/+2
|\|
| * Fix typos.Juanma Barranquero2011-11-141-2/+2
* | * charset.c (encode_char): Remove unnecessary difference from trunk.Paul Eggert2011-10-091-2/+3
* | Merge from trunk.Paul Eggert2011-09-301-18/+18
|\|
| * Remove dependency on glibc malloc internals.Paul Eggert2011-09-301-20/+18
| * Port --enable-checking=all to Fedora 14 x86-64.Paul Eggert2011-09-301-1/+3
| * Port --enable-checking=all to Fedora 14 x86.Paul Eggert2011-09-291-1/+1
* | * charset.c: Integer overflow fixes.Paul Eggert2011-09-241-30/+31
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-31/+21
|/
* Adjust in response to jan.h.d's comments.Paul Eggert2011-08-041-27/+39
* * charset.c (Fdefine_charset_internal): Check for integer overflow.Paul Eggert2011-07-181-3/+17
* * charset.c (read_hex): New arg OVERFLOW. All uses changed.Paul Eggert2011-07-171-15/+20
* Variadic C functions now count arguments with ptrdiff_t.Paul Eggert2011-06-141-3/+3
* Make sure a 64-bit char is never passed to ENCODE_CHAR.Paul Eggert2011-06-121-3/+4
* Check for overflow when converting integer to cons and back.Paul Eggert2011-06-061-34/+4
* Minor fixes for signed vs unsigned integers.Paul Eggert2011-06-031-2/+2
|\
| * Minor fixes for signed vs unsigned integers.Paul Eggert2011-05-311-2/+2
* | Remove arbitrary limit of 2**31 entries in hash tables.Paul Eggert2011-05-301-1/+1
|/
* [ChangeLog]Paul Eggert2011-05-281-1/+1
* * charset.h (struct charset.code_space): Now has 15 elements, not 16.Paul Eggert2011-05-011-3/+5
* Merge from mainline.Paul Eggert2011-04-251-7/+3
|\
| * Fix doprnt so it could be used safely in `verror'. (Bug#8435)Eli Zaretskii2011-04-231-7/+3
* | Replace pEd with more-general pI, and fix some printf arg casts.Paul Eggert2011-04-181-4/+4
|/
* Merge from mainline.Paul Eggert2011-04-141-1/+1
|\