aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c
Commit message (Expand)AuthorAgeFilesLines
* More doc fixes.Chong Yidong2012-08-151-2/+2
* Doc fixes.Chong Yidong2012-08-151-2/+6
* Revert and cleanup some recent overlay changes.Dmitry Antipov2012-08-141-2/+2
* Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov2012-08-131-6/+6
* Inline functions to examine and change buffer overlays.Dmitry Antipov2012-08-081-2/+2
* Inline functions to examine and change buffer intervals.Dmitry Antipov2012-08-081-1/+1
* Inline functions to examine and change string intervals.Dmitry Antipov2012-08-081-2/+2
* Cleanup intervals.Dmitry Antipov2012-08-081-5/+5
* Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-071-4/+4
* Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-061-4/+4
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-031-8/+8
* Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-011-4/+4
* * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME): Move here from src.Glenn Morris2012-07-311-4/+0
* Revert last save_excursion_save and save_excursion_restore changes.Dmitry Antipov2012-07-271-87/+87
* Fast save_excursion_save and save_excursion_restore.Dmitry Antipov2012-07-271-87/+87
* Explicitly free restriction data that are not needed anymore.Dmitry Antipov2012-07-261-0/+4
* Document insert-char changes.Chong Yidong2012-07-171-15/+22
* Make insert-char interactive, and ucs-insert an obsolete alias for it.René Kyllingstad2012-07-171-2/+21
* 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