index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
casefiddle.c
Age
Commit message (
Expand
)
Author
2026-05-24
Fix 'do_casify_natnum' for events with all flags set
Pip Cet
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-05-03
Add line-column tracking for tree-sitter
Yuan Fu
2025-01-19
Replace call[1-8] with calln
Stefan Kangas
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-08-22
Prefer static_assert to verify
Stefan Kangas
2024-01-02
Merge from savannah/emacs-29
Po Lu
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-10-29
Add 'case-symbols-as-words' to configure symbol case behavior
Spencer Baugh
2023-05-17
Prefer C23 ckd_* to Gnulib *_WRAPV macros
Paul 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-22
Fix treesit_record_change in casify_region
Yuan Fu
2022-10-17
; Rename ts_* symbols in treesit.c
Eli Zaretskii
2022-05-07
Add tree-sitter intergration
Yuan Fu
2022-01-01
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-10-20
Further fixes for Turkish case changes in unibyte strings
Lars Ingebrigtsen
2021-10-19
Make downcasing unibyte strings in Turkish less wrong
Lars Ingebrigtsen
2021-01-04
* lisp/subr.el (esc-map): Initialize inside declaration
Stefan Monnier
2021-01-04
* lisp/subr.el (ctl-x-map): Initialize inside the declaration.
Stefan Monnier
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-04-25
Inline a couple of functions that were macros
Paul Eggert
2020-04-17
Prefer more inline functions in character.h
Paul Eggert
2020-04-11
Remove UNSIGNED_CMP
Paul Eggert
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-09-22
Avoid crashes when casifying noncontiguous regions
Paul Eggert
2019-09-22
Support rectangular regions in capitalize-region and capitalize-dwim.
Juri Linkov
2019-08-14
Remove INT_ADD_WRAPV bug workarounds
Paul Eggert
2019-08-12
; Add commentary to recent changes
Eli Zaretskii
2019-08-11
Prefer signed when testing for signed overflow
Paul Eggert
2019-07-31
Avoid intern calls for builtin syms
Paul Eggert
2018-12-31
Merge from origin/emacs-26
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-08-07
More macro renamings for bignum
Tom Tromey
2018-07-12
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-01-01
Update copyright year to 2018
Paul Eggert
2017-11-13
Use alignas to fix GCALIGN-related bugs
Paul Eggert
2017-09-13
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-04-06
More casefiddle minor fixes
Paul Eggert
2017-04-07
Fix ‘!NILP (Vpurify_flag)’ assertion failure during temacs bootstrap
Noam Postavsky
2017-04-06
Minor casefiddle.c cleanups
Paul Eggert
2017-04-06
Implement special sigma casing rule (bug#24603)
Michal Nazarewicz
2017-04-06
Support casing characters which map into multiple code points (bug#24603)
Michal Nazarewicz
2017-04-06
Split up casify_region function (bug#24603)
Michal Nazarewicz
2017-04-06
Add support for title-casing letters (bug#24603)
Michal Nazarewicz
2017-04-06
Introduce case_character function
Michal Nazarewicz
2017-04-06
Split casify_object into multiple functions
Michal Nazarewicz
2017-02-16
Explicit error on changing case of negative integers
Glenn Morris
2017-02-15
casing: don’t assume letters are *either* upper- or lower-case (bug#24603)
Michal Nazarewicz
[next]