summaryrefslogtreecommitdiff
path: root/src/editfns.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fstring_to_char doc clarificationLars Magne Ingebrigtsen2011-07-141-2/+6
* * 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
* * editfns.c (Fmessage_box): Remove unused local var.Paul Eggert2011-03-291-2/+2
* Merge from mainline.Paul Eggert2011-03-291-1/+1
|\
| * src/*.c: Remove some additional unused parameters.Juanma Barranquero2011-03-291-1/+1
* | Variadic C functions now count arguments with size_t, not int.Paul Eggert2011-03-261-19/+19
|/
* Use Frun_hooks rather than calling Vrun_hooks manuallyJulien Danjou2011-03-231-11/+14
* * editfns.c (Ftranslate_region_internal): Mark var as initialized.Paul Eggert2011-03-161-1/+1
* * editfns.c: (Fformat_time_string, Fencode_time, Finsert_char):Paul Eggert2011-03-161-18/+16
* Move editfns decls to lisp.h to check interfaces.Paul Eggert2011-03-151-2/+0
* * editfns.c (init_editfns, Fuser_login_name, Fuser_uid):Paul Eggert2011-03-151-13/+14
* * editfns.c (Fchar_equal): Remove no-longer-needed workaround forPaul Eggert2011-03-151-6/+1
* Use functions, not macros, for up- and down-casing.Paul Eggert2011-03-151-5/+5
* * editfns.c (lisp_time_argument): Check for time stamp overflow.Paul Eggert2011-03-121-7/+26
* * editfns.c (hi_time): Do not overparenthesize.Paul Eggert2011-03-121-5/+5
* Improve quality of tests for time stamp overflow. For example,Paul Eggert2011-03-111-28/+71
* * editfns.c (time_overflow): New function, refactoring common code.Paul Eggert2011-03-111-4/+12
* Move 'make_time' to be next to its inverse 'lisp_time_argument'.Paul Eggert2011-03-111-0/+13
* Merge from emacs-23; up to 2010-06-03T05:41:49Z!rgm@gnu.org.Glenn Morris2011-02-271-1/+1
|\
| * Fix typos.Juanma Barranquero2011-02-231-2/+2
* | Change B_ to BVARTom Tromey2011-02-161-37/+37
* | Hide implementation of `struct buffer'Tom Tromey2011-02-141-37/+37