aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c
Commit message (Expand)AuthorAgeFilesLines
* Remove reference to defunct vms-pwd.h.Thien-Thi Nguyen2005-04-201-3/+1
* (Fgoto_char): Fix docstring. Probably left-over from Emacs-20.1.Stefan Monnier2005-03-271-6/+3
* (Fmessage): If arg is "", return "" (as before).Richard M. Stallman2005-01-211-1/+1
* * editfns.c (Voperating_system_release): Added.Steven Tamm2005-01-201-0/+9
* * editfns.c (Voperating_system_release): Added.Steven Tamm2005-01-191-0/+18
* Move #include "systime.h" before <sys/resource.h>.Eli Zaretskii2004-11-081-11/+5
* editfns.c: Adding in better patchSteven Tamm2004-11-071-2/+3
* editfns.c: Need to include sys/time.h before resource.h on darwin.Steven Tamm2004-11-071-0/+3
* (Fget_internal_run_time): New function.Eli Zaretskii2004-11-061-0/+46
* (Fmessage): Doc fix.Richard M. Stallman2004-10-271-2/+5
* (Fformat): Allocate discarded table with SAFE_ALLOCA.Kim F. Storm2004-10-261-10/+12
* (Ftranslate_region_internal): New function.Kenichi Handa2004-10-221-20/+57
* (Fdelete_and_extract_region): If region is empty, return null string.Richard M. Stallman2004-10-191-0/+2
* (Fformat): Handle format strings with multiple textKim F. Storm2004-09-121-4/+6
* (Fformat): Allocated extra (dummy) element in info.Kim F. Storm2004-07-301-2/+3
* (Ffloat_time, Fformat_time_string, Fdecode_time)Luc Teirlinck2004-07-091-30/+29
* (Fformat, Ftranspose_regions): Use SAFE_ALLOCA.Kim F. Storm2004-06-211-41/+29
* (Fuser_login_name, Ffloat_time, Fencode_time, Fcurrent_time_string)Juanma Barranquero2004-06-071-10/+11
* (Finsert_buffer_substring): Make argument names match their use inJuanma Barranquero2004-05-071-8/+8
* (lisp_time_argument): Provide externally.Eli Zaretskii2004-04-271-2/+2
* (Fformat): Fix allocation size of precision array.Kim F. Storm2004-04-131-2/+2
* (Fformat): Fix initialization of the array info.Kenichi Handa2004-03-301-1/+1
* * insdel.c (adjust_markers_for_insert): Call fix_start_end_in_overlays.Masatake YAMATO2004-03-251-1/+1
* (Ftranslate_region): Lisp_Object/int mixup.Stefan Monnier2004-03-021-2/+2
* (Ftranslate_region): Fix previous changeKenichi Handa2004-03-011-25/+11
* (Ftranslate_region): Handle multibyte chars in the argKenichi Handa2004-03-011-12/+25
* (Fchar_after, Fchar_before): Doc fixes.Luc Teirlinck2004-02-051-2/+2
* For `format', make source and documentation match.Jonathan Yavner2004-01-241-20/+19
* (Fformat): Fix '&' to '&&'.Kenichi Handa2004-01-081-1/+1
* (region_limit): Support any non-zero value of BEGINNINGP.Eli Zaretskii2003-09-071-1/+1
* Add arch taglinesMiles Bader2003-09-011-0/+3
* (Fencode_time): Doc fix.Richard M. Stallman2003-08-171-0/+3
* (overlays_around): Use new type for overlays_(before|after).Stefan Monnier2003-07-091-9/+6
* (save_excursion_restore, transpose_markers): Update for new types.Stefan Monnier2003-06-261-9/+8
* (get_pos_property): Don't assume that `object' = nil.Stefan Monnier2003-05-171-21/+21
* (Fformat): Set abort_on_gc during first scan of format.Richard M. Stallman2003-04-301-1/+9
* (Fformat): Lisp_Object/int mixup.Stefan Monnier2003-04-111-2/+2
* (Fformat): Translate positions of text propertiesRichard M. Stallman2003-04-091-26/+114
* (Fformat): Use a copy of FORMAT string so that we canKenichi Handa2003-04-041-0/+7
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-6/+6
* (Fformat): Add comment about the treatment of 0 as a multibyteKenichi Handa2003-01-261-0/+4
* (format2): New function, replaces format1Richard M. Stallman2003-01-251-21/+8
* (Finsert): Mention `string-make-multibyte' andKim F. Storm2003-01-171-2/+7
* (Fformat): Convert an unibyte char argument that isKenichi Handa2003-01-171-8/+16
* (Fformat): Add parens.Richard M. Stallman2002-12-211-1/+2
* (Fformat): Use alloca, not _alloca.Juanma Barranquero2002-12-101-5/+3
* fixed a couple of minor compilation errors in editfns.cBen Key2002-12-101-2/+2
* (Fformat): Handle precision in string conversion specifiers like libcKai Großjohann2002-12-091-18/+64
* (get_pos_property): Don't hardcode Qfield.Stefan Monnier2002-11-031-4/+4
* (Fmessage): Revert last change to properly handle %% format.Andreas Schwab2002-11-011-1/+1