summaryrefslogtreecommitdiff
path: root/src/casefiddle.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2017Paul Eggert2016-12-311-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
* * casefiddle.c (casify_region): Remove var that is set but not used.Paul Eggert2011-04-021-2/+1
* Use functions, not macros, for up- and down-casing.Paul Eggert2011-03-151-11/+11
* * casefiddle.c (casify_region): Mark local as initialized.Paul Eggert2011-03-151-1/+4
* * casefiddle.c (casify_object, casify_region): Now static.Paul Eggert2011-03-151-2/+2
* Change B_ to BVARTom Tromey2011-02-161-6/+6
* Hide implementation of `struct buffer'Tom Tromey2011-02-141-6/+6
* * casefiddle.c: conform to C89 pointer rulesPaul Eggert2011-02-061-3/+2
* Refill some long/short copyright headers.Glenn Morris2011-01-261-1/+2
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Fix int/EMACS_INT use in casefiddle.c and syntax.c.Eli Zaretskii2010-09-241-2/+2
* | * casefiddle.c (casify_region): Setup gl_state.Stefan Monnier2010-08-181-0/+2
* | Introduce a new comment style "c" flag.Stefan Monnier2010-08-121-1/+2
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-22/+11
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-1/+1
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-11/+5
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): RemoveAndreas Schwab2009-11-211-1/+1
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-1/+1
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* Remove leftover table unibyte_to_multibyte_table.Stefan Monnier2009-10-181-1/+1
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1