summaryrefslogtreecommitdiff
path: root/src/casefiddle.c
AgeCommit message (Expand)Author
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
2011-01-26Refill some long/short copyright headers.Glenn Morris
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-09-24Fix int/EMACS_INT use in casefiddle.c and syntax.c.Eli Zaretskii
2010-08-18* casefiddle.c (casify_region): Setup gl_state.Stefan Monnier
2010-08-12Introduce a new comment style "c" flag.Stefan Monnier
2010-07-08Convert DEFUNs to standard C.Dan Nicolaescu
2010-07-08Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab
2010-07-04Convert (most) functions in src to standard C.Dan Nicolaescu