summaryrefslogtreecommitdiff
path: root/src/casefiddle.c
AgeCommit message (Expand)Author
2017-04-06More casefiddle minor fixesPaul Eggert
2017-04-07Fix ‘!NILP (Vpurify_flag)’ assertion failure during temacs bootstrapNoam Postavsky
2017-04-06Minor casefiddle.c cleanupsPaul Eggert
2017-04-06Implement special sigma casing rule (bug#24603)Michal Nazarewicz
2017-04-06Support casing characters which map into multiple code points (bug#24603)Michal Nazarewicz
2017-04-06Split up casify_region function (bug#24603)Michal Nazarewicz
2017-04-06Add support for title-casing letters (bug#24603)Michal Nazarewicz
2017-04-06Introduce case_character functionMichal Nazarewicz
2017-04-06Split casify_object into multiple functionsMichal Nazarewicz
2017-02-16Explicit error on changing case of negative integersGlenn Morris
2017-02-15casing: don’t assume letters are *either* upper- or lower-case (bug#24603)Michal Nazarewicz
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul 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-12Refactor common code in {upcase,downcase,capitalize}-word functionsMichal Nazarewicz
2016-06-06* src/casefiddle.c (Fupcase_region): Add arg ‘region-noncontiguous-p’.Juri Linkov
2016-05-30Omit IF_LINT code that no longer seems neededPaul Eggert
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-11-14Support rectangular regions for more commandsJuri Linkov
2015-11-08Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-12-19Fix bug #16190 with documentation of capitalize-word.Eli Zaretskii
2013-11-01Fix whitespace in src/casefiddle.c.Eli Zaretskii
2013-08-06Invalidate region caches only if buffer text is going to be changed.Dmitry Antipov
2013-01-02Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-12-03* lisp.h (modify_region): Rename to...Dmitry Antipov
2012-09-15Port 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-03Remove unnecessary casts involving pointers.Paul Eggert
2012-06-16* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab
2012-01-09Merge from trunk.Paul Eggert
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert
2011-09-09Whitespace changes.Juanma Barranquero
2011-06-24Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero
2011-06-12* lisp.h (UNSIGNED_CMP): New macro.Paul Eggert
2011-04-13Undo the DEFUN->DEFUE change.Paul Eggert
2011-04-10Make 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-15Use 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-16Change B_ to BVARTom Tromey
2011-02-14Hide implementation of `struct buffer'Tom Tromey
2011-02-06* casefiddle.c: conform to C89 pointer rulesPaul Eggert