log src/editfns.c @ 112397:a7191495c39c

age author description
Tue, 18 Jan 2011 13:45:37 -0700 Tom Tromey Move all DEFVAR'd globals into a structure -- threading infrastructure
Mon, 17 Jan 2011 11:01:01 -0800 Paul Eggert Merge from mainline.
Fri, 14 Jan 2011 10:14:17 -0800 Paul Eggert Merge from mainline.
Sun, 09 Jan 2011 00:12:35 -0800 Paul Eggert Include <unistd.h> unilaterally.
Sat, 15 Jan 2011 15:16:57 -0800 Glenn Morris Nuke arch-tags.
Fri, 14 Jan 2011 12:18:41 -0500 Stefan Monnier Merge from emacs-23
Sun, 02 Jan 2011 15:50:46 -0800 Glenn Morris Add 2011 to FSF/AIST copyright years.
Sat, 27 Nov 2010 15:04:57 -0500 Chong Yidong Merge changes from emacs-23 branch
Sun, 21 Nov 2010 13:16:19 -0500 Chong Yidong * editfns.c (Fbyte_to_string): Signal an error if arg is not a byte.
Thu, 23 Sep 2010 22:57:48 +0200 Lars Magne Ingebrigtsen Cast SPECPDL_INDEX to int, and do further EMACS_INT/int cleanups.
Thu, 23 Sep 2010 15:18:30 -0400 Eli Zaretskii Fix last changes in editfns.c and intervals.c.
Thu, 23 Sep 2010 13:10:21 -0400 Eli Zaretskii Fix use of int instead of EMACS_INT in editfns.c.
Thu, 23 Sep 2010 10:32:38 -0400 Eli Zaretskii Fix more uses of int instead of EMACS_INT.
Wed, 22 Sep 2010 15:22:06 -0400 Eli Zaretskii Fix some more uses of int instead of EMACS_INT.
Wed, 22 Sep 2010 12:03:34 -0400 Eli Zaretskii Fix some uses of int instead of EMACS_INT.
Tue, 14 Sep 2010 22:32:35 +0200 Juanma Barranquero Fix typos in comments and ChangeLogs.
Mon, 09 Aug 2010 02:35:21 -0700 Dan Nicolaescu Use const char* instead of char*.
Sun, 08 Aug 2010 19:43:26 +0300 Eli Zaretskii Make some doc strings bidi-friendly.
Thu, 05 Aug 2010 16:34:12 -0700 Dan Nicolaescu Remove extern declarations in .c files, .h files have them.
Mon, 02 Aug 2010 08:42:03 +0200 Juanma Barranquero * editfns.c (Fregion_beginning, Fregion_end): Doc fixes (bug#6493).
Thu, 29 Jul 2010 08:50:04 -0700 Dan Nicolaescu Make lisp_time_argument work on all systems.
Mon, 26 Jul 2010 20:52:35 -0700 Dan Nicolaescu Use const, move declarations to header files.
Sun, 25 Jul 2010 02:20:51 +0200 Juanma Barranquero Make building under stricter warning flags somewhat cleaner.
Mon, 12 Jul 2010 19:47:17 +0200 Andreas Schwab Convert old-style definitions
Sun, 11 Jul 2010 12:31:10 +0200 Andreas Schwab Use strchr, strrchr instead of index, rindex
Sun, 11 Jul 2010 11:27:13 +0200 Andreas Schwab Constify functions taking char *
Thu, 08 Jul 2010 14:25:08 -0700 Dan Nicolaescu Convert DEFUNs to standard C.
Thu, 08 Jul 2010 00:18:28 +0200 Andreas Schwab Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
Sun, 04 Jul 2010 15:51:05 +0200 Juanma Barranquero Fix comments and whitespace.
Sun, 04 Jul 2010 00:50:25 -0700 Dan Nicolaescu Convert (most) functions in src to standard C.