summaryrefslogtreecommitdiff
path: root/src/casefiddle.c
Commit message (Expand)AuthorAgeFilesLines
* Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert2023-05-171-2/+2
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; * src/casefiddle.c (casify_region): Stylistic change.Yuan Fu2022-11-221-1/+2
* Fix treesit_record_change in casify_regionYuan Fu2022-11-221-2/+2
* ; Rename ts_* symbols in treesit.cEli Zaretskii2022-10-171-1/+1
* Add tree-sitter intergrationYuan Fu2022-05-071-0/+12
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Further fixes for Turkish case changes in unibyte stringsLars Ingebrigtsen2021-10-201-2/+9
* | Make downcasing unibyte strings in Turkish less wrongLars Ingebrigtsen2021-10-191-9/+39
|/
* * lisp/subr.el (esc-map): Initialize inside declarationStefan Monnier2021-01-041-8/+0
* * lisp/subr.el (ctl-x-map): Initialize inside the declaration.Stefan Monnier2021-01-041-5/+0
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Inline a couple of functions that were macrosPaul Eggert2020-04-251-1/+1
* Prefer more inline functions in character.hPaul Eggert2020-04-171-14/+16
* Remove UNSIGNED_CMPPaul Eggert2020-04-111-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Avoid crashes when casifying noncontiguous regionsPaul Eggert2019-09-221-55/+49
* Support rectangular regions in capitalize-region and capitalize-dwim.Juri Linkov2019-09-221-4/+20
* Remove INT_ADD_WRAPV bug workaroundsPaul Eggert2019-08-141-4/+1
* ; Add commentary to recent changesEli Zaretskii2019-08-121-0/+2
* Prefer signed when testing for signed overflowPaul Eggert2019-08-111-1/+2
* Avoid intern calls for builtin symsPaul Eggert2019-07-311-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | More macro renamings for bignumTom Tromey2018-08-071-6/+6
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-4/+4
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Use alignas to fix GCALIGN-related bugsPaul Eggert2017-11-131-2/+2
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* More casefiddle minor fixesPaul Eggert2017-04-061-8/+17
* Fix ‘!NILP (Vpurify_flag)’ assertion failure during temacs bootstrapNoam Postavsky2017-04-071-4/+9
* Minor casefiddle.c cleanupsPaul Eggert2017-04-061-98/+102
* Implement special sigma casing rule (bug#24603)Michal Nazarewicz2017-04-061-18/+55
* Support casing characters which map into multiple code points (bug#24603)Michal Nazarewicz2017-04-061-84/+205
* Split up casify_region function (bug#24603)Michal Nazarewicz2017-04-061-73/+86
* Add support for title-casing letters (bug#24603)Michal Nazarewicz2017-04-061-6/+19
* Introduce case_character functionMichal Nazarewicz2017-04-061-58/+76
* Split casify_object into multiple functionsMichal Nazarewicz2017-04-061-92/+104
* Explicit error on changing case of negative integersGlenn Morris2017-02-161-1/+1
* casing: don’t assume letters are *either* upper- or lower-case (bug#24603)Michal Nazarewicz2017-02-151-13/+7
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | * src/casefiddle.c (casify_word): Simplify.Paul Eggert2016-09-121-17/+5
* | * src/casefiddle.c (casify_word): Return Qnil.Paul Eggert2016-09-121-6/+4
* | Refactor common code in {upcase,downcase,capitalize}-word functionsMichal Nazarewicz2016-09-121-27/+17
* | * src/casefiddle.c (Fupcase_region): Add arg ‘region-noncontiguous-p’.Juri Linkov2016-06-061-3/+19
* | Omit IF_LINT code that no longer seems neededPaul Eggert2016-05-301-1/+1
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1