summaryrefslogtreecommitdiff
path: root/src/casefiddle.c
AgeCommit message (Expand)Author
2026-05-24Fix 'do_casify_natnum' for events with all flags setPip Cet
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-05-03Add line-column tracking for tree-sitterYuan Fu
2025-01-19Replace call[1-8] with callnStefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-08-22Prefer static_assert to verifyStefan Kangas
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-10-29Add 'case-symbols-as-words' to configure symbol case behaviorSpencer Baugh
2023-05-17Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-11-22; * src/casefiddle.c (casify_region): Stylistic change.Yuan Fu
2022-11-22Fix treesit_record_change in casify_regionYuan Fu
2022-10-17; Rename ts_* symbols in treesit.cEli Zaretskii
2022-05-07Add tree-sitter intergrationYuan Fu
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-10-20Further fixes for Turkish case changes in unibyte stringsLars Ingebrigtsen
2021-10-19Make downcasing unibyte strings in Turkish less wrongLars Ingebrigtsen
2021-01-04* lisp/subr.el (esc-map): Initialize inside declarationStefan Monnier
2021-01-04* lisp/subr.el (ctl-x-map): Initialize inside the declaration.Stefan Monnier
2021-01-01Update copyright year to 2021Paul Eggert
2020-04-25Inline a couple of functions that were macrosPaul Eggert
2020-04-17Prefer more inline functions in character.hPaul Eggert
2020-04-11Remove UNSIGNED_CMPPaul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-09-22Avoid crashes when casifying noncontiguous regionsPaul Eggert
2019-09-22Support rectangular regions in capitalize-region and capitalize-dwim.Juri Linkov
2019-08-14Remove INT_ADD_WRAPV bug workaroundsPaul Eggert
2019-08-12; Add commentary to recent changesEli Zaretskii
2019-08-11Prefer signed when testing for signed overflowPaul Eggert
2019-07-31Avoid intern calls for builtin symsPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-08-07More macro renamings for bignumTom Tromey
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-01-01Update copyright year to 2018Paul Eggert
2017-11-13Use alignas to fix GCALIGN-related bugsPaul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-04-06More casefiddle minor fixesPaul Eggert
2017-04-07Fix ‘!NILP (Vpurify_flag)’ assertion failure during temacs bootstrapNoam Postavsky
2017-04-06Minor casefiddle.c cleanupsPaul Eggert
2017-04-06Implement special sigma casing rule (bug#24603)Michal Nazarewicz
2017-04-06Support casing characters which map into multiple code points (bug#24603)Michal Nazarewicz
2017-04-06Split up casify_region function (bug#24603)Michal Nazarewicz
2017-04-06Add support for title-casing letters (bug#24603)Michal Nazarewicz
2017-04-06Introduce case_character functionMichal Nazarewicz
2017-04-06Split casify_object into multiple functionsMichal Nazarewicz
2017-02-16Explicit error on changing case of negative integersGlenn Morris
2017-02-15casing: don’t assume letters are *either* upper- or lower-case (bug#24603)Michal Nazarewicz