summaryrefslogtreecommitdiff
path: root/src/editfns.c
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunk.Paul Eggert2012-01-091-1/+1
|\
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | Merge from trunk.Paul Eggert2011-12-141-1/+1
|\|
| * Spelling fixes.Paul Eggert2011-12-111-1/+1
* | Merge from trunk.Paul Eggert2011-10-221-51/+40
|\|
| * Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)...Paul Eggert2011-10-191-51/+40
* | * editfns.c (Fformat_time_string): Remove now-unnecessary check....Paul Eggert2011-10-131-2/+1
* | Merge from trunk.Paul Eggert2011-10-131-1/+1
|\|
| * Use xfree, not free, to avoid crash with --enable-checking=xmallocoverrun.Dmitry Antipov2011-10-131-1/+1
* | * editfns.c (Fuser_login_name, Fuser_full_name): Signal an error...Paul Eggert2011-10-121-2/+3
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):...Paul Eggert2011-09-211-110/+99
|/
* * 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 buffer...Paul 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 clarification...Lars 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' function...Lars 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_INT...Paul 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:8806...Andreas 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-regions...Leo Liu2011-05-261-2/+3
|/
* * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu in...Paul Eggert2011-04-141-1/+1