summaryrefslogtreecommitdiff
path: root/src/editfns.c
Commit message (Expand)AuthorAgeFilesLines
* Merge changes from emacs-23 branchChong Yidong2010-11-271-1/+3
|\
| * * editfns.c (Fbyte_to_string): Signal an error if arg is not a byte.Chong Yidong2010-11-211-1/+3
| * Backport from trunk: * src/editfns.c (Fbyte_to_string): Pacify compiler.Glenn Morris2010-06-141-4/+6
* | Cast SPECPDL_INDEX to int, and do further EMACS_INT/int cleanups.Lars Magne Ingebrigtsen2010-09-231-4/+4
* | Fix last changes in editfns.c and intervals.c.Eli Zaretskii2010-09-231-1/+1
* | Fix use of int instead of EMACS_INT in editfns.c.Eli Zaretskii2010-09-231-32/+38
* | Fix more uses of int instead of EMACS_INT.Eli Zaretskii2010-09-231-4/+5
* | Fix some more uses of int instead of EMACS_INT.Eli Zaretskii2010-09-221-9/+11
* | Fix some uses of int instead of EMACS_INT.Eli Zaretskii2010-09-221-13/+17
* | Fix typos in comments and ChangeLogs.Juanma Barranquero2010-09-141-1/+1
* | Use const char* instead of char*.Dan Nicolaescu2010-08-091-5/+5
* | Make some doc strings bidi-friendly.Eli Zaretskii2010-08-081-0/+6
* | Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-051-3/+0
* | * editfns.c (Fregion_beginning, Fregion_end): Doc fixes (bug#6493).Juanma Barranquero2010-08-021-2/+2
* | Make lisp_time_argument work on all systems.Dan Nicolaescu2010-07-291-1/+0
* | Use const, move declarations to header files.Dan Nicolaescu2010-07-261-2/+0
* | Make building under stricter warning flags somewhat cleaner.Juanma Barranquero2010-07-251-1/+1
* | Convert old-style definitionsAndreas Schwab2010-07-121-4/+3
* | Use strchr, strrchr instead of index, rindexAndreas Schwab2010-07-111-7/+3
* | Constify functions taking char *Andreas Schwab2010-07-111-2/+2
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-142/+78
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-25/+24
* | Fix comments and whitespace.Juanma Barranquero2010-07-041-4/+4
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-63/+26
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-15/+15
* | * src/editfns.c (Fbyte_to_string): Pacify compiler.Glenn Morris2010-06-091-4/+6
|/
* * url-util.el (url-unhex-string): Don't accidentally decode as latin-1.Stefan Monnier2010-05-191-0/+11
* Fix bug in `format' (Bug#5710).Chong Yidong2010-03-151-0/+4
* Doc fix for current-time-string and date-to-time (Bug#5408)Chong Yidong2010-01-181-1/+1
* Try to fix bug#5314. This is probably not the final word, tho.Stefan Monnier2010-01-121-3/+3
* Fix bounds checking for text properties in `format' (Bug#5306).Chong Yidong2010-01-091-2/+2
* editfns.c (Ffloat_time): Doc fix.Eli Zaretskii2010-01-091-1/+2
* (Fsave_excursion): Mention save-current-buffer in the docstring.Stefan Monnier2009-12-241-0/+3
* * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): RemoveAndreas Schwab2009-11-211-5/+4
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-4/+4
* (save_restriction_restore): Update the (pt/begv/vz)_markersStefan Monnier2009-11-031-3/+18
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* Remove leftover table unibyte_to_multibyte_table.Stefan Monnier2009-10-181-2/+2
* * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).Chong Yidong2009-05-101-1/+1
* (Ftranslate_region_internal): Use Fconcat to make aKenichi Handa2009-04-171-6/+1
* * editfns.c (general_insert_function): Adjust to insdel.c changes.Stefan Monnier2009-03-281-10/+11
* (Ffloat_time): Doc fix (Bug#2768).Chong Yidong2009-03-241-1/+1
* (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is negative, produceEli Zaretskii2009-03-201-2/+12
* (Fuser_login_name): Support float arguments. Doc fix.Eli Zaretskii2009-03-181-4/+5
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* (USER_FULL_NAME): Define to pw->pw_gecos if undefined.Eli Zaretskii2008-08-231-1/+5
* * editfns.c (Fuser_full_name): Replace the only use ofDan Nicolaescu2008-07-161-1/+1
* Remove unneeded -Defines in the compiler command line (MinGW and MSVC).Juanma Barranquero2008-06-261-1/+1
* remove useless if-before-free testsJim Meyering2008-06-021-2/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4