aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-05-25Merge recent dbus changes better.Paul Eggert1-1/+1
2012-05-21Assume C89 or later.Paul Eggert1-4/+0
2012-05-03Do not limit current-time-string to years 1000..9999.Paul Eggert1-19/+20
2012-05-02Fix race conditions involving setenv, gmtime, localtime, asctime.Paul Eggert1-64/+79
2012-03-12* src/editfns.c (Fconstrain_to_field): Doc fix.Chong Yidong1-3/+4
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris1-1/+1
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-12-11Spelling fixes.Paul Eggert1-1/+1
2011-10-19Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)Paul Eggert1-51/+40
2011-10-13* editfns.c (Fformat_time_string): Remove now-unnecessary check.Paul Eggert1-2/+1
2011-10-13Use xfree, not free, to avoid crash with --enable-checking=xmallocoverrun.Dmitry Antipov1-1/+1
2011-10-12* editfns.c (Fuser_login_name, Fuser_full_name): Signal an errorPaul Eggert1-2/+3
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert1-110/+99
2011-09-15* editfns.c (Fformat): Fix bug in text-property fix (Bug#9514).Paul Eggert1-6/+2
2011-09-15* src/editfns.c (Fformat): Correctly handle text properties on "%%".Andreas Schwab1-3/+6
2011-09-15* editfns.c (Fformat): Fix off-by-1 bug for "%%b" (Bug#9514).Paul Eggert1-2/+3
2011-09-09Whitespace changes.Juanma Barranquero1-2/+2
2011-08-29* editfns.c (Fcurrent_time_zone): Don't overrun bufferPaul Eggert1-2/+3
2011-08-18Fix comment.Paul Eggert1-1/+1
2011-08-08Lisp code shouldn't use set-time-zone-rule except through setenv.Chong Yidong1-1/+6
2011-08-07Minor doc fixes. Remove duplicate ChangeLog entries.Juri Linkov1-1/+3
2011-07-28* editfns.c: Integer and memory overflow fixes.Paul Eggert1-4/+4
2011-07-21Doc fix for string-to-char (Bug#6576).Chong Yidong1-6/+1
2011-07-14Mention that `delete-region' doesn't alter the kill ring.Lars Magne Ingebrigtsen1-1/+2
2011-07-14* editfns.c (Fdelete_region): Clarify the use of the named parameters.Lars Magne Ingebrigtsen1-4/+2
2011-07-14Fstring_to_char doc clarificationLars Magne Ingebrigtsen1-2/+6
2011-07-07* editfns.c (pWIDE, pWIDElen, signed_wide, unsigned_wide):Paul Eggert1-26/+14
2011-07-04* editfns.c (Fformat_time_string): Don't assume strlen fits in int.Paul Eggert1-3/+7
2011-07-03Clarify what the "-" and "0" flags mean in the `format' functionLars Magne Ingebrigtsen1-1/+2
2011-06-24Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero1-7/+3
2011-06-21Use ptrdiff_t, not int, for overlay counts.Paul Eggert1-4/+4
2011-06-18* editfns.c: Omit unnecessary forward decls, to simplify future changes.Paul Eggert1-14/+0
2011-06-16* editfns.c: Tune. Don't use wider integers than needed. Don't use alloca.Paul Eggert1-13/+8
2011-06-16* editfns.c (Finsert_char): Don't dump core with very negative counts.Paul Eggert1-2/+2
2011-06-15* insdel.c, lisp.h (buffer_overflow): New function.Paul Eggert1-1/+1
2011-06-14Variadic C functions now count arguments with ptrdiff_t.Paul Eggert1-17/+17
2011-06-12* editfns.c (Ftranslate_region_internal): Omit redundant test.Paul Eggert1-5/+2
2011-06-12* editfns.c (Ftranslate_region_internal): Use int, not EMACS_INTPaul Eggert1-5/+3
2011-06-12Make sure a 64-bit char is never passed to CHAR_STRING.Paul Eggert1-16/+22
2011-06-08* alloc.c: Catch some string size overflows that we were missing.Paul Eggert1-1/+1
2011-06-05Check for buffer and string overflow more precisely.Paul Eggert1-2/+2
2011-06-06Fixes: debbugs:8806Andreas Schwab1-1/+4
2011-06-03Check for buffer and string overflow more precisely.Paul Eggert1-2/+2
2011-06-01* lisp.h: Include <intprops.h>, as it'll useful in later changes.Paul Eggert1-1/+0
2011-05-30[ChangeLog]Paul Eggert1-1/+1
2011-05-26Allow empty regions in transpose-regionsLeo Liu1-2/+3
2011-05-22Rework Fformat to avoid integer overflow issues.Paul Eggert1-383/+528
2011-05-12* editfns.c (Fformat): Fix several integer overflow problems.Paul Eggert1-28/+36
2011-04-14* lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu inPaul Eggert1-1/+1
2011-04-13Undo the DEFUN->DEFUE change.Paul Eggert1-30/+30