summaryrefslogtreecommitdiff
path: root/src/character.c
AgeCommit message (Expand)Author
2018-08-09Fix up for bignums after merge from trunkTom Tromey
2018-08-09Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey
2018-08-07More macro renamings for bignumTom Tromey
2018-07-29Merge from origin/emacs-26Paul Eggert
2018-07-29Fix last change in 'char_width'Eli Zaretskii
2018-07-28Merge from origin/emacs-26Glenn Morris
2018-07-27* src/character.c (char_width): Support glyphs with faces. (Bug#32276)Eli Zaretskii
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-02-17Merge from origin/emacs-26Glenn Morris
2018-02-16; Fix doc typos related to indefinite articlesGlenn Morris
2018-01-28Fix round tripping of read->print for symbols with strange quotesNoam Postavsky
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-07-05Convert hex digits more systematicallyPaul Eggert
2017-01-08Remove unnecessary blankp codePaul Eggert
2017-01-06Add support for Unicode whitespace in [:blank:]Philipp Stephani
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-09-13Port to ISO/IEC TS 18661-1:2014Paul Eggert
2016-09-09Replace decimalnump with alphanumericpMichal Nazarewicz
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-11-08Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert
2015-10-20Include-file cleanup for src directoryPaul Eggert
2015-04-24Port --enable-gcc-warnings to GCC 5.1 x86-64Paul Eggert
2015-04-15'[:graph:]' now excludes whitespace, not just ' 'Paul Eggert
2015-04-15Make [:graph:] act like [:print:] sans spacePaul Eggert
2015-04-14Make [:print:] support non-ASCII characters correctlyEli Zaretskii
2015-02-28* character.c (alphabeticp, decimalnump): Avoid undefined behaviorPaul Eggert
2015-02-28Improve [:alpha:] and [:alnum:] for multibyte characters (Bug#19878)Eli Zaretskii
2015-01-13Support const and noreturn DEFUN attributes.Dmitry Antipov
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-06-23Simplify and cleanup character conversion stuff.Dmitry Antipov
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-09-20A simpler, centralized INLINE.Paul Eggert
2013-08-26* syntax.c (init_syntax_once): Adjust comment and do an earlyDmitry Antipov
2013-08-20src/character.c (string_char): Improve commentary.Kenichi Handa
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-09-25Don't call MAYBE_UNIFY_CHAR while processing buffers and strings.Eli Zaretskii
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert
2012-09-04Simplify redefinition of 'abort' (Bug#12316).Paul Eggert
2012-08-26* character.c, charset.c, chartab.c: Use bool for booleans.Paul Eggert
2012-08-15More doc fixes.Chong Yidong
2012-08-03Remove unnecessary casts involving pointers.Paul Eggert
2012-08-02Use C99-style 'extern inline' if available.Paul Eggert
2012-07-16Remove empty and useless init functions.Dmitry Antipov
2012-06-30* lisp.h (CHECK_RANGED_INTEGER): Make value to check the firstAndreas Schwab
2012-06-25Use sprintf return value instead of invoking strlen on result.Paul Eggert
2012-06-16* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab