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