index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
casefiddle.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
; * src/casefiddle.c (casify_region): Stylistic change.
Yuan Fu
2022-11-22
1
-1
/
+2
*
Fix treesit_record_change in casify_region
Yuan Fu
2022-11-22
1
-2
/
+2
*
; Rename ts_* symbols in treesit.c
Eli Zaretskii
2022-10-17
1
-1
/
+1
*
Add tree-sitter intergration
Yuan Fu
2022-05-07
1
-0
/
+12
*
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
Further fixes for Turkish case changes in unibyte strings
Lars Ingebrigtsen
2021-10-20
1
-2
/
+9
*
|
Make downcasing unibyte strings in Turkish less wrong
Lars Ingebrigtsen
2021-10-19
1
-9
/
+39
|
/
*
* lisp/subr.el (esc-map): Initialize inside declaration
Stefan Monnier
2021-01-04
1
-8
/
+0
*
* lisp/subr.el (ctl-x-map): Initialize inside the declaration.
Stefan Monnier
2021-01-04
1
-5
/
+0
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Inline a couple of functions that were macros
Paul Eggert
2020-04-25
1
-1
/
+1
*
Prefer more inline functions in character.h
Paul Eggert
2020-04-17
1
-14
/
+16
*
Remove UNSIGNED_CMP
Paul Eggert
2020-04-11
1
-1
/
+1
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Avoid crashes when casifying noncontiguous regions
Paul Eggert
2019-09-22
1
-55
/
+49
*
Support rectangular regions in capitalize-region and capitalize-dwim.
Juri Linkov
2019-09-22
1
-4
/
+20
*
Remove INT_ADD_WRAPV bug workarounds
Paul Eggert
2019-08-14
1
-4
/
+1
*
; Add commentary to recent changes
Eli Zaretskii
2019-08-12
1
-0
/
+2
*
Prefer signed when testing for signed overflow
Paul Eggert
2019-08-11
1
-1
/
+2
*
Avoid intern calls for builtin syms
Paul Eggert
2019-07-31
1
-1
/
+1
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
More macro renamings for bignum
Tom Tromey
2018-08-07
1
-6
/
+6
*
|
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-07-12
1
-4
/
+4
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Use alignas to fix GCALIGN-related bugs
Paul Eggert
2017-11-13
1
-2
/
+2
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
More casefiddle minor fixes
Paul Eggert
2017-04-06
1
-8
/
+17
*
Fix ‘!NILP (Vpurify_flag)’ assertion failure during temacs bootstrap
Noam Postavsky
2017-04-07
1
-4
/
+9
*
Minor casefiddle.c cleanups
Paul Eggert
2017-04-06
1
-98
/
+102
*
Implement special sigma casing rule (bug#24603)
Michal Nazarewicz
2017-04-06
1
-18
/
+55
*
Support casing characters which map into multiple code points (bug#24603)
Michal Nazarewicz
2017-04-06
1
-84
/
+205
*
Split up casify_region function (bug#24603)
Michal Nazarewicz
2017-04-06
1
-73
/
+86
*
Add support for title-casing letters (bug#24603)
Michal Nazarewicz
2017-04-06
1
-6
/
+19
*
Introduce case_character function
Michal Nazarewicz
2017-04-06
1
-58
/
+76
*
Split casify_object into multiple functions
Michal Nazarewicz
2017-04-06
1
-92
/
+104
*
Explicit error on changing case of negative integers
Glenn Morris
2017-02-16
1
-1
/
+1
*
casing: don’t assume letters are *either* upper- or lower-case (bug#24603)
Michal Nazarewicz
2017-02-15
1
-13
/
+7
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
* src/casefiddle.c (casify_word): Simplify.
Paul Eggert
2016-09-12
1
-17
/
+5
*
|
* src/casefiddle.c (casify_word): Return Qnil.
Paul Eggert
2016-09-12
1
-6
/
+4
*
|
Refactor common code in {upcase,downcase,capitalize}-word functions
Michal Nazarewicz
2016-09-12
1
-27
/
+17
*
|
* src/casefiddle.c (Fupcase_region): Add arg ‘region-noncontiguous-p’.
Juri Linkov
2016-06-06
1
-3
/
+19
*
|
Omit IF_LINT code that no longer seems needed
Paul Eggert
2016-05-30
1
-1
/
+1
|
/
*
Rework C source files to avoid ^(
Paul Eggert
2016-03-10
1
-2
/
+2
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
[next]