summaryrefslogtreecommitdiff
path: root/src/editfns.c
AgeCommit message (Expand)Author
2011-02-23Fix typos.Juanma Barranquero
2011-02-16Change B_ to BVARTom Tromey
2011-02-14Hide implementation of `struct buffer'Tom Tromey
2011-02-06* editfns.c: conform to C89 pointer rulesPaul Eggert
2011-02-06* insdel.c: conform to C89 pointer rulesPaul Eggert
2011-02-05Merge from emacs-23; up to 2010-05-26T14:19:15Z!monnier@iro.umontreal.ca.Glenn Morris
2011-02-02* src/editfns.c (save_restriction_restore): Don't forget to invalidate theStefan Monnier
2011-01-31format-time-string now supports subsecond time stamp resolutionPaul Eggert
2011-01-30strftime: import from gnulibPaul Eggert
2011-01-30Use SSDATA when the context wants char *.Paul Eggert
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-22Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert
2011-01-18Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey
2011-01-17Merge from mainline.Paul Eggert
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-14Merge from mainline.Paul Eggert
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-09Include <unistd.h> unilaterally.Paul Eggert
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-11-27Merge changes from emacs-23 branchChong Yidong
2010-11-21* editfns.c (Fbyte_to_string): Signal an error if arg is not a byte.Chong Yidong
2010-09-23Cast SPECPDL_INDEX to int, and do further EMACS_INT/int cleanups.Lars Magne Ingebrigtsen
2010-09-23Fix last changes in editfns.c and intervals.c.Eli Zaretskii
2010-09-23Fix use of int instead of EMACS_INT in editfns.c.Eli Zaretskii
2010-09-23Fix more uses of int instead of EMACS_INT.Eli Zaretskii
2010-09-22Fix some more uses of int instead of EMACS_INT.Eli Zaretskii
2010-09-22Fix some uses of int instead of EMACS_INT.Eli Zaretskii
2010-09-14Fix typos in comments and ChangeLogs.Juanma Barranquero
2010-08-09Use const char* instead of char*.Dan Nicolaescu
2010-08-08Make some doc strings bidi-friendly.Eli Zaretskii
2010-08-05Remove extern declarations in .c files, .h files have them.Dan Nicolaescu
2010-08-02* editfns.c (Fregion_beginning, Fregion_end): Doc fixes (bug#6493).Juanma Barranquero
2010-07-29Make lisp_time_argument work on all systems.Dan Nicolaescu
2010-07-26Use const, move declarations to header files.Dan Nicolaescu
2010-07-25Make building under stricter warning flags somewhat cleaner.Juanma Barranquero
2010-07-12Convert old-style definitionsAndreas Schwab
2010-07-11Use strchr, strrchr instead of index, rindexAndreas Schwab
2010-07-11Constify functions taking char *Andreas Schwab
2010-07-08Convert DEFUNs to standard C.Dan Nicolaescu
2010-07-08Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab
2010-07-04Fix comments and whitespace.Juanma Barranquero
2010-07-04Convert (most) functions in src to standard C.Dan Nicolaescu
2010-07-02Remove __P and P_ from .c and .m files and definition of P_Jan D
2010-06-14Backport from trunk: * src/editfns.c (Fbyte_to_string): Pacify compiler.Glenn Morris
2010-06-09* src/editfns.c (Fbyte_to_string): Pacify compiler.Glenn Morris
2010-05-19* url-util.el (url-unhex-string): Don't accidentally decode as latin-1.Stefan Monnier
2010-03-15Fix bug in `format' (Bug#5710).Chong Yidong
2010-01-18Doc fix for current-time-string and date-to-time (Bug#5408)Chong Yidong
2010-01-12Try to fix bug#5314. This is probably not the final word, tho.Stefan Monnier
2010-01-09Fix bounds checking for text properties in `format' (Bug#5306).Chong Yidong