log src/editfns.c @ 112453:06719a229a46 default tip

age author description
Sat, 22 Jan 2011 18:56:06 -0800 Paul Eggert Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.
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.
Fri, 02 Jul 2010 14:19:53 +0200 Jan D Remove __P and P_ from .c and .m files and definition of P_
Wed, 09 Jun 2010 22:31:36 -0700 Glenn Morris * src/editfns.c (Fbyte_to_string): Pacify compiler.
Wed, 19 May 2010 11:23:53 -0400 Stefan Monnier * url-util.el (url-unhex-string): Don't accidentally decode as latin-1.
Sat, 13 Mar 2010 14:54:29 -0500 Chong Yidong Fix bug in `format' (Bug#5710).
Mon, 18 Jan 2010 11:29:00 -0500 Chong Yidong Doc fix for current-time-string and date-to-time (Bug#5408)
Tue, 12 Jan 2010 23:33:42 -0500 Stefan Monnier Try to fix bug#5314. This is probably not the final word, tho.
Sat, 09 Jan 2010 17:32:47 -0500 Chong Yidong Fix bounds checking for text properties in `format' (Bug#5306).
Sat, 09 Jan 2010 16:16:10 +0200 Eli Zaretskii editfns.c (Ffloat_time): Doc fix.
Thu, 24 Dec 2009 04:35:17 +0000 Stefan Monnier (Fsave_excursion): Mention save-current-buffer in the docstring.
Sat, 21 Nov 2009 11:52:23 +0000 Andreas Schwab * character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove
Fri, 06 Nov 2009 06:50:52 +0000 Dan Nicolaescu * xterm.c (syms_of_xterm):
Tue, 03 Nov 2009 21:34:59 +0000 Stefan Monnier (save_restriction_restore): Update the (pt/begv/vz)_markers
Mon, 19 Oct 2009 04:27:09 +0000 Dan Nicolaescu * alloc.c: Do not define struct catchtag.
Sun, 18 Oct 2009 03:08:32 +0000 Stefan Monnier Remove leftover table unibyte_to_multibyte_table.
Sun, 10 May 2009 21:48:11 +0000 Chong Yidong * editfns.c (Ftranspose_regions): Doc fix (Bug#3248).
Fri, 17 Apr 2009 02:14:50 +0000 Kenichi Handa (Ftranslate_region_internal): Use Fconcat to make a
Sat, 28 Mar 2009 04:53:04 +0000 Stefan Monnier * editfns.c (general_insert_function): Adjust to insdel.c changes.
Tue, 24 Mar 2009 17:37:58 +0000 Chong Yidong (Ffloat_time): Doc fix (Bug#2768).
Fri, 20 Mar 2009 17:58:44 +0000 Eli Zaretskii (Fuser_uid, Fuser_real_uid): If UID as EMACS_INT is negative, produce
Wed, 18 Mar 2009 20:37:06 +0000 Eli Zaretskii (Fuser_login_name): Support float arguments. Doc fix.
Thu, 08 Jan 2009 03:15:17 +0000 Glenn Morris Add 2009 to copyright years.
Sat, 23 Aug 2008 16:51:47 +0000 Eli Zaretskii (USER_FULL_NAME): Define to pw->pw_gecos if undefined.
Wed, 16 Jul 2008 07:01:36 +0000 Dan Nicolaescu * editfns.c (Fuser_full_name): Replace the only use of
Thu, 26 Jun 2008 22:33:33 +0000 Juanma Barranquero Remove unneeded -Defines in the compiler command line (MinGW and MSVC).
Mon, 02 Jun 2008 06:00:54 +0000 Jim Meyering remove useless if-before-free tests
Wed, 14 May 2008 07:50:26 +0000 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
Wed, 09 Apr 2008 15:56:52 +0000 Juanma Barranquero (Ffield_string_no_properties): Fix typo in docstring.
Mon, 17 Mar 2008 20:23:06 +0000 Stefan Monnier (Fchar_equal): Check they are valid characters.
Fri, 14 Mar 2008 23:36:58 +0000 Jason Rumney (initial_tz): New variable.