summaryrefslogtreecommitdiff
path: root/src/editfns.c
Commit message (Expand)AuthorAgeFilesLines
* Change B_ to BVARTom Tromey2011-02-161-37/+37
* Hide implementation of `struct buffer'Tom Tromey2011-02-141-37/+37
* * editfns.c: conform to C89 pointer rulesPaul Eggert2011-02-061-25/+27
* * insdel.c: conform to C89 pointer rulesPaul Eggert2011-02-061-5/+5
* Merge from emacs-23; up to 2010-05-26T14:19:15Z!monnier@iro.umontreal.ca.Glenn Morris2011-02-051-0/+3
|\
| * * src/editfns.c (save_restriction_restore): Don't forget to invalidate theStefan Monnier2011-02-021-0/+3
* | format-time-string now supports subsecond time stamp resolutionPaul Eggert2011-01-311-9/+16
* | strftime: import from gnulibPaul Eggert2011-01-301-7/+5
* | Use SSDATA when the context wants char *.Paul Eggert2011-01-301-4/+4
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-3/+1
* | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-221-5/+4
* | Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-23/+8
* | Merge from mainline.Paul Eggert2011-01-171-2/+0
|\ \
| * | Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* | | Merge from mainline.Paul Eggert2011-01-141-1/+1
|\ \ \ | |/ /
| * | Merge from emacs-23Stefan Monnier2011-01-141-1/+1
| |\ \ | | |/
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | | Include <unistd.h> unilaterally.Paul Eggert2011-01-091-2/+0
|/ /
* | 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