summaryrefslogtreecommitdiff
path: root/src/casefiddle.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | More macro renamings for bignumTom Tromey2018-08-071-6/+6
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-4/+4
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Use alignas to fix GCALIGN-related bugsPaul Eggert2017-11-131-2/+2
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* More casefiddle minor fixesPaul Eggert2017-04-061-8/+17
* Fix ‘!NILP (Vpurify_flag)’ assertion failure during temacs bootstrapNoam Postavsky2017-04-071-4/+9
* Minor casefiddle.c cleanupsPaul Eggert2017-04-061-98/+102
* Implement special sigma casing rule (bug#24603)Michal Nazarewicz2017-04-061-18/+55
* Support casing characters which map into multiple code points (bug#24603)Michal Nazarewicz2017-04-061-84/+205
* Split up casify_region function (bug#24603)Michal Nazarewicz2017-04-061-73/+86
* Add support for title-casing letters (bug#24603)Michal Nazarewicz2017-04-061-6/+19
* Introduce case_character functionMichal Nazarewicz2017-04-061-58/+76
* Split casify_object into multiple functionsMichal Nazarewicz2017-04-061-92/+104
* Explicit error on changing case of negative integersGlenn Morris2017-02-161-1/+1
* casing: don’t assume letters are *either* upper- or lower-case (bug#24603)Michal Nazarewicz2017-02-151-13/+7
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | * src/casefiddle.c (casify_word): Simplify.Paul Eggert2016-09-121-17/+5
* | * src/casefiddle.c (casify_word): Return Qnil.Paul Eggert2016-09-121-6/+4
* | Refactor common code in {upcase,downcase,capitalize}-word functionsMichal Nazarewicz2016-09-121-27/+17
* | * src/casefiddle.c (Fupcase_region): Add arg ‘region-noncontiguous-p’.Juri Linkov2016-06-061-3/+19
* | Omit IF_LINT code that no longer seems neededPaul Eggert2016-05-301-1/+1
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Support rectangular regions for more commandsJuri Linkov2015-11-141-3/+19
* Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert2015-11-081-4/+4
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-2/+0
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Fix bug #16190 with documentation of capitalize-word.Eli Zaretskii2013-12-191-3/+16
* Fix whitespace in src/casefiddle.c.Eli Zaretskii2013-11-011-1/+1
* Invalidate region caches only if buffer text is going to be changed.Dmitry Antipov2013-08-061-1/+1
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+2
* | * lisp.h (modify_region): Rename to...Dmitry Antipov2012-12-031-1/+1
|/
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+1
* * casefiddle.c, casetab.c, category.c: Use bool for boolean.Paul Eggert2012-08-241-6/+7
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-031-3/+2
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
* Merge from trunk.Paul Eggert2012-01-091-1/+1
|\
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-24/+18
|/
* Whitespace changes.Juanma Barranquero2011-09-091-3/+3
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-2/+1
* * lisp.h (UNSIGNED_CMP): New macro.Paul Eggert2011-06-121-1/+1
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-5/+5
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-5/+5