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
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
2017-01-01
Merge from origin/emacs-25
Paul Eggert
2016-12-31
Update copyright year to 2017
Paul Eggert
2016-09-12
* src/casefiddle.c (casify_word): Simplify.
Paul Eggert
2016-09-12
* src/casefiddle.c (casify_word): Return Qnil.
Paul Eggert
2016-09-12
Refactor common code in {upcase,downcase,capitalize}-word functions
Michal Nazarewicz
2016-06-06
* src/casefiddle.c (Fupcase_region): Add arg ‘region-noncontiguous-p’.
Juri Linkov
2016-05-30
Omit IF_LINT code that no longer seems needed
Paul Eggert
2016-03-10
Rework C source files to avoid ^(
Paul Eggert
2016-01-01
Update copyright year to 2016
Paul Eggert
2015-11-14
Support rectangular regions for more commands
Juri Linkov
2015-11-08
Use INT_ADD_WRAPV etc. to check integer overflow
Paul Eggert
2015-01-05
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-01
Update copyright year to 2015
Paul Eggert
2014-01-01
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2013-12-19
Fix bug #16190 with documentation of capitalize-word.
Eli Zaretskii
2013-11-01
Fix whitespace in src/casefiddle.c.
Eli Zaretskii
2013-08-06
Invalidate region caches only if buffer text is going to be changed.
Dmitry Antipov
2013-01-02
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-01
Update copyright notices for 2013.
Paul Eggert
2012-12-03
* lisp.h (modify_region): Rename to...
Dmitry Antipov
2012-09-15
Port better to POSIX hosts lacking _setjmp.
Paul Eggert
2012-08-24
* casefiddle.c, casetab.c, category.c: Use bool for boolean.
Paul Eggert
2012-08-03
Remove unnecessary casts involving pointers.
Paul Eggert
2012-06-16
* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.
Andreas Schwab
2012-01-09
Merge from trunk.
Paul Eggert
2012-01-05
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2011-09-21
* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):
Paul Eggert
2011-09-09
Whitespace changes.
Juanma Barranquero
2011-06-24
Move DEFSYM to lisp.h and use everywhere.
Juanma Barranquero
2011-06-12
* lisp.h (UNSIGNED_CMP): New macro.
Paul Eggert
2011-04-13
Undo the DEFUN->DEFUE change.
Paul Eggert
2011-04-10
Make Emacs functions such as Fatom 'static' by default.
Paul Eggert
2011-04-02
* casefiddle.c (casify_region): Remove var that is set but not used.
Paul Eggert
2011-03-15
Use functions, not macros, for up- and down-casing.
Paul Eggert
2011-03-15
* casefiddle.c (casify_region): Mark local as initialized.
Paul Eggert
2011-03-15
* casefiddle.c (casify_object, casify_region): Now static.
Paul Eggert
2011-02-16
Change B_ to BVAR
Tom Tromey
2011-02-14
Hide implementation of `struct buffer'
Tom Tromey
2011-02-06
* casefiddle.c: conform to C89 pointer rules
Paul Eggert
[next]