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
*
Update copyright year to 2021
Paul Eggert
2021-01-01
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
*
Support rectangular regions for more commands
Juri Linkov
2015-11-14
1
-3
/
+19
*
Use INT_ADD_WRAPV etc. to check integer overflow
Paul Eggert
2015-11-08
1
-4
/
+4
*
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-05
1
-2
/
+0
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Fix bug #16190 with documentation of capitalize-word.
Eli Zaretskii
2013-12-19
1
-3
/
+16
*
Fix whitespace in src/casefiddle.c.
Eli Zaretskii
2013-11-01
1
-1
/
+1
*
Invalidate region caches only if buffer text is going to be changed.
Dmitry Antipov
2013-08-06
1
-1
/
+1
*
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-02
1
-1
/
+2
|
\
|
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+2
*
|
* lisp.h (modify_region): Rename to...
Dmitry Antipov
2012-12-03
1
-1
/
+1
|
/
*
Port better to POSIX hosts lacking _setjmp.
Paul Eggert
2012-09-15
1
-1
/
+1
*
* casefiddle.c, casetab.c, category.c: Use bool for boolean.
Paul Eggert
2012-08-24
1
-6
/
+7
*
Remove unnecessary casts involving pointers.
Paul Eggert
2012-08-03
1
-3
/
+2
*
* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.
Andreas Schwab
2012-06-16
1
-1
/
+1
[next]