aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c
Commit message (Expand)AuthorAgeFilesLines
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-111-1/+1
* Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)Paul Eggert2011-10-191-51/+40
* Use xfree, not free, to avoid crash with --enable-checking=xmallocoverrun.Dmitry Antipov2011-10-131-1/+1
* * editfns.c (Fformat): Fix bug in text-property fix (Bug#9514).Paul Eggert2011-09-151-6/+2
* * src/editfns.c (Fformat): Correctly handle text properties on "%%".Andreas Schwab2011-09-151-3/+6
* * editfns.c (Fformat): Fix off-by-1 bug for "%%b" (Bug#9514).Paul Eggert2011-09-151-2/+3
* Whitespace changes.Juanma Barranquero2011-09-091-2/+2
* * editfns.c (Fcurrent_time_zone): Don't overrun bufferPaul Eggert2011-08-291-2/+3
* Fix comment.Paul Eggert2011-08-181-1/+1
*-. Merge from trunk.Paul Eggert2011-08-131-2/+9
|\ \
| | * Lisp code shouldn't use set-time-zone-rule except through setenv.Chong Yidong2011-08-081-1/+6
| | * Minor doc fixes. Remove duplicate ChangeLog entries.Juri Linkov2011-08-071-1/+3
| |/
* | Merge from trunk.Paul Eggert2011-07-281-6/+1
|\|
| * Merge from trunk.Paul Eggert2011-07-271-6/+1
| |\
| | * Doc fix for string-to-char (Bug#6576).Chong Yidong2011-07-211-6/+1
* | | * editfns.c: Integer and memory overflow fixes.Paul Eggert2011-07-281-4/+4
|/ /
* | Merge from trunk.Paul Eggert2011-07-141-4/+3
|\|
| * Mention that `delete-region' doesn't alter the kill ring.Lars Magne Ingebrigtsen2011-07-141-1/+2
| * * editfns.c (Fdelete_region): Clarify the use of the named parameters.Lars Magne Ingebrigtsen2011-07-141-4/+2
* | Merge from trunk.Paul Eggert2011-07-131-2/+6
|\|
| * Fstring_to_char doc clarificationLars Magne Ingebrigtsen2011-07-141-2/+6
* | * editfns.c (pWIDE, pWIDElen, signed_wide, unsigned_wide):Paul Eggert2011-07-071-26/+14
|/
* * editfns.c (Fformat_time_string): Don't assume strlen fits in int.Paul Eggert2011-07-041-3/+7
* Clarify what the "-" and "0" flags mean in the `format' functionLars Magne Ingebrigtsen2011-07-031-1/+2
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-7/+3
* Use ptrdiff_t, not int, for overlay counts.Paul Eggert2011-06-211-4/+4
* * editfns.c: Omit unnecessary forward decls, to simplify future changes.Paul Eggert2011-06-181-14/+0
* * editfns.c: Tune. Don't use wider integers than needed. Don't use alloca.Paul Eggert2011-06-161-13/+8
* * editfns.c (Finsert_char): Don't dump core with very negative counts.Paul Eggert2011-06-161-2/+2
* * insdel.c, lisp.h (buffer_overflow): New function.Paul Eggert2011-06-151-1/+1
* Variadic C functions now count arguments with ptrdiff_t.Paul Eggert2011-06-141-17/+17
* * editfns.c (Ftranslate_region_internal): Omit redundant test.Paul Eggert2011-06-121-5/+2
* * editfns.c (Ftranslate_region_internal): Use int, not EMACS_INTPaul Eggert2011-06-121-5/+3
* Make sure a 64-bit char is never passed to CHAR_STRING.Paul Eggert2011-06-121-16/+22
* * alloc.c: Catch some string size overflows that we were missing.Paul Eggert2011-06-081-1/+1
* Check for buffer and string overflow more precisely.Paul Eggert2011-06-051-2/+2
* Fixes: debbugs:8806Andreas Schwab2011-06-061-1/+4
* [ChangeLog]Paul Eggert2011-05-301-1/+1
* Merge: Integer overflow fixes.Paul Eggert2011-05-271-383/+528
|\
| * Rework Fformat to avoid integer overflow issues.Paul Eggert2011-05-221-383/+528
* | Allow empty regions in transpose-regionsLeo Liu2011-05-261-2/+3
|/
* * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu inPaul Eggert2011-04-141-1/+1
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-30/+30
* * editfns.c: Move a (normally-unused) function to its only use.Paul Eggert2011-04-131-9/+0
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-2/+2
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-31/+31
* * editfns.c (Fformat): Remove unreachable code.Paul Eggert2011-04-101-7/+1
* * editfns.c (Fformat): Likewise.Paul Eggert2011-04-091-1/+1
* Replace some uses of `int' with EMACS_INT.Eli Zaretskii2011-04-091-1/+1