aboutsummaryrefslogtreecommitdiffstats
path: root/src/casefiddle.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-25Inline a couple of functions that were macrosPaul Eggert1-1/+1
2020-04-17Prefer more inline functions in character.hPaul Eggert1-14/+16
2020-04-11Remove UNSIGNED_CMPPaul Eggert1-1/+1
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-09-22Avoid crashes when casifying noncontiguous regionsPaul Eggert1-55/+49
2019-09-22Support rectangular regions in capitalize-region and capitalize-dwim.Juri Linkov1-4/+20
2019-08-14Remove INT_ADD_WRAPV bug workaroundsPaul Eggert1-4/+1
2019-08-12; Add commentary to recent changesEli Zaretskii1-0/+2
2019-08-11Prefer signed when testing for signed overflowPaul Eggert1-1/+2
2019-07-31Avoid intern calls for builtin symsPaul Eggert1-1/+1
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-08-07More macro renamings for bignumTom Tromey1-6/+6
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey1-4/+4
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-11-13Use alignas to fix GCALIGN-related bugsPaul Eggert1-2/+2
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2017-04-06More casefiddle minor fixesPaul Eggert1-8/+17
2017-04-07Fix ‘!NILP (Vpurify_flag)’ assertion failure during temacs bootstrapNoam Postavsky1-4/+9
2017-04-06Minor casefiddle.c cleanupsPaul Eggert1-98/+102
2017-04-06Implement special sigma casing rule (bug#24603)Michal Nazarewicz1-18/+55
2017-04-06Support casing characters which map into multiple code points (bug#24603)Michal Nazarewicz1-84/+205
2017-04-06Split up casify_region function (bug#24603)Michal Nazarewicz1-73/+86
2017-04-06Add support for title-casing letters (bug#24603)Michal Nazarewicz1-6/+19
2017-04-06Introduce case_character functionMichal Nazarewicz1-58/+76
2017-04-06Split casify_object into multiple functionsMichal Nazarewicz1-92/+104
2017-02-16Explicit error on changing case of negative integersGlenn Morris1-1/+1
2017-02-15casing: don’t assume letters are *either* upper- or lower-case (bug#24603)Michal Nazarewicz1-13/+7
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-09-12* src/casefiddle.c (casify_word): Simplify.Paul Eggert1-17/+5
2016-09-12* src/casefiddle.c (casify_word): Return Qnil.Paul Eggert1-6/+4
2016-09-12Refactor common code in {upcase,downcase,capitalize}-word functionsMichal Nazarewicz1-27/+17
2016-06-06* src/casefiddle.c (Fupcase_region): Add arg ‘region-noncontiguous-p’.Juri Linkov1-3/+19
2016-05-30Omit IF_LINT code that no longer seems neededPaul Eggert1-1/+1
2016-03-10Rework C source files to avoid ^(Paul Eggert1-2/+2
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-11-14Support rectangular regions for more commandsJuri Linkov1-3/+19
2015-11-08Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert1-4/+4
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert1-2/+0
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+1
2013-12-19Fix bug #16190 with documentation of capitalize-word.Eli Zaretskii1-3/+16
2013-11-01Fix whitespace in src/casefiddle.c.Eli Zaretskii1-1/+1
2013-08-06Invalidate region caches only if buffer text is going to be changed.Dmitry Antipov1-1/+1
2013-01-01Update copyright notices for 2013.Paul Eggert1-1/+2
2012-12-03* lisp.h (modify_region): Rename to...Dmitry Antipov1-1/+1
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert1-1/+1
2012-08-24* casefiddle.c, casetab.c, category.c: Use bool for boolean.Paul Eggert1-6/+7
2012-08-03Remove unnecessary casts involving pointers.Paul Eggert1-3/+2
2012-06-16* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab1-1/+1