aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c
Commit message (Expand)AuthorAgeFilesLines
* EMACS_TIME simplification (Bug#11875).Paul Eggert2012-07-101-15/+9
* Use XCAR and XCDR instead of Fcar and Fcdr where possible.Dmitry Antipov2012-07-101-1/+1
* Use make_formatted_string to avoid double length calculation.Dmitry Antipov2012-07-091-2/+3
* Do not require float-time's arg to fit in time_t (Bug#11825).Paul Eggert2012-07-061-27/+52
* Introduce fast path for the widely used marker operation.Dmitry Antipov2012-07-061-14/+5
* More xmalloc and related cleanup.Paul Eggert2012-07-051-11/+7
* * editfns.c (region_limit): Simplify by using clip_to_bounds.Paul Eggert2012-07-051-7/+4
* Cleanup xmalloc.Dmitry Antipov2012-07-051-3/+3
* Auto-generate EXFUN using make-docfileTom Tromey2012-07-031-1/+0
* * editfns.c (region_limit): Fix type mismatch.Dmitry Antipov2012-06-291-1/+1
* * src/editfns.c (region_limit): Clip to narrowing.Stefan Monnier2012-06-281-2/+6
* Support higher-resolution time stamps.Paul Eggert2012-06-221-121/+169
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
* Merge recent dbus changes better.Paul Eggert2012-05-251-1/+1
* Merge from trunk.Paul Eggert2012-05-251-78/+90
|\
| * Assume C89 or later.Paul Eggert2012-05-211-4/+0
| * Do not limit current-time-string to years 1000..9999.Paul Eggert2012-05-031-19/+20
| * Fix race conditions involving setenv, gmtime, localtime, asctime.Paul Eggert2012-05-021-64/+79
* | Merge from trunk.Paul Eggert2012-04-091-3/+4
|\|
| * * src/editfns.c (Fconstrain_to_field): Doc fix.Chong Yidong2012-03-121-3/+4
* | 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 errorPaul 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 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
|/