summaryrefslogtreecommitdiff
path: root/src/editfns.c
AgeCommit message (Expand)Author
2012-07-31* configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME): Move here from src.Glenn Morris
2012-07-27Revert last save_excursion_save and save_excursion_restore changes.Dmitry Antipov
2012-07-27Fast save_excursion_save and save_excursion_restore.Dmitry Antipov
2012-07-26Explicitly free restriction data that are not needed anymore.Dmitry Antipov
2012-07-17Document insert-char changes.Chong Yidong
2012-07-17Make insert-char interactive, and ucs-insert an obsolete alias for it.René Kyllingstad
2012-07-10EMACS_TIME simplification (Bug#11875).Paul Eggert
2012-07-10Use XCAR and XCDR instead of Fcar and Fcdr where possible.Dmitry Antipov
2012-07-09Use make_formatted_string to avoid double length calculation.Dmitry Antipov
2012-07-06Do not require float-time's arg to fit in time_t (Bug#11825).Paul Eggert
2012-07-06Introduce fast path for the widely used marker operation.Dmitry Antipov
2012-07-05More xmalloc and related cleanup.Paul Eggert
2012-07-05* editfns.c (region_limit): Simplify by using clip_to_bounds.Paul Eggert
2012-07-05Cleanup xmalloc.Dmitry Antipov
2012-07-03Auto-generate EXFUN using make-docfileTom Tromey
2012-06-29* editfns.c (region_limit): Fix type mismatch.Dmitry Antipov
2012-06-28* src/editfns.c (region_limit): Clip to narrowing.Stefan Monnier
2012-06-22Support higher-resolution time stamps.Paul Eggert
2012-06-16* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab
2012-05-25Merge recent dbus changes better.Paul Eggert
2012-05-25Merge from trunk.Paul Eggert
2012-05-21Assume C89 or later.Paul Eggert
2012-05-03Do not limit current-time-string to years 1000..9999.Paul Eggert
2012-05-02Fix race conditions involving setenv, gmtime, localtime, asctime.Paul Eggert
2012-04-09Merge from trunk.Paul Eggert
2012-03-12* src/editfns.c (Fconstrain_to_field): Doc fix.Chong Yidong
2012-01-09Merge from trunk.Paul Eggert
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-12-14Merge from trunk.Paul Eggert
2011-12-11Spelling fixes.Paul Eggert
2011-10-22Merge from trunk.Paul Eggert
2011-10-19Time zone name fixes for non-ASCII locales (Bug#641, Bug#9794)Paul Eggert
2011-10-13* editfns.c (Fformat_time_string): Remove now-unnecessary check.Paul Eggert
2011-10-13Merge from trunk.Paul Eggert
2011-10-13Use xfree, not free, to avoid crash with --enable-checking=xmallocoverrun.Dmitry Antipov
2011-10-12* editfns.c (Fuser_login_name, Fuser_full_name): Signal an errorPaul Eggert
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert
2011-09-15* editfns.c (Fformat): Fix bug in text-property fix (Bug#9514).Paul Eggert
2011-09-15* src/editfns.c (Fformat): Correctly handle text properties on "%%".Andreas Schwab
2011-09-15* editfns.c (Fformat): Fix off-by-1 bug for "%%b" (Bug#9514).Paul Eggert
2011-09-09Whitespace changes.Juanma Barranquero
2011-08-29* editfns.c (Fcurrent_time_zone): Don't overrun bufferPaul Eggert
2011-08-18Fix comment.Paul Eggert
2011-08-13Merge from trunk.Paul Eggert
2011-08-08Lisp code shouldn't use set-time-zone-rule except through setenv.Chong Yidong
2011-08-07Minor doc fixes. Remove duplicate ChangeLog entries.Juri Linkov
2011-07-28Merge from trunk.Paul Eggert
2011-07-28* editfns.c: Integer and memory overflow fixes.Paul Eggert
2011-07-27Merge from trunk.Paul Eggert
2011-07-21Doc fix for string-to-char (Bug#6576).Chong Yidong