Thu, 23 Sep 2010 10:32:38 -0400 |
Eli Zaretskii |
Fix more uses of int instead of EMACS_INT.
|
Thu, 23 Sep 2010 08:09:12 -0400 |
Eli Zaretskii |
Fix some more uses of int instead of EMACS_INT.
|
Mon, 26 Jul 2010 20:52:35 -0700 |
Dan Nicolaescu |
Use const, move declarations to header files.
|
Thu, 08 Jul 2010 00:18:28 +0200 |
Andreas Schwab |
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
|
Fri, 02 Jul 2010 11:26:33 +0200 |
Jan D |
Remove P_ and __P macros.
|
Thu, 10 Jun 2010 00:08:50 +0200 |
Andreas Schwab |
Merge from emacs-23
|
Thu, 03 Jun 2010 17:34:35 +0200 |
Juanma Barranquero |
Fix typos.
|
Sat, 05 Jun 2010 02:41:32 +0200 |
Juanma Barranquero |
Remove obsolete macro BASE_LEADING_CODE_P.
|
Thu, 03 Jun 2010 21:02:32 +0200 |
Juanma Barranquero |
Remove obsolete pre-unicode2 macros.
|
Mon, 19 Apr 2010 21:50:52 -0400 |
Stefan Monnier |
Make variable forwarding explicit rather the using special values.
|
Sat, 30 Jan 2010 11:32:39 +0100 |
Andreas Schwab |
* character.h (CHAR_PRINTABLE_P): Reparenthesize to avoid warning.
|
Wed, 13 Jan 2010 00:35:10 -0800 |
Glenn Morris |
Add 2010 to copyright years.
|
Sat, 21 Nov 2009 11:52:23 +0000 |
Andreas Schwab |
* character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): Remove
|
Fri, 06 Nov 2009 06:07:46 +0000 |
Dan Nicolaescu |
* process.c (socket_options): Make it const.
|
Sun, 18 Oct 2009 03:08:32 +0000 |
Stefan Monnier |
Remove leftover table unibyte_to_multibyte_table.
|
Tue, 07 Jul 2009 06:26:36 +0000 |
Kenichi Handa |
(unibyte_has_multibyte_table): Delete extern.
|
Thu, 08 Jan 2009 03:15:17 +0000 |
Glenn Morris |
Add 2009 to copyright years.
|
Tue, 30 Dec 2008 23:42:15 +0000 |
Kenichi Handa |
(CHAR_VARIATION_SELECTOR_P): New macro.
|
Thu, 27 Nov 2008 07:59:35 +0000 |
Kenichi Handa |
(MAYBE_UNIFY_CHAR): Call maybe_unify_char instead of
|
Sat, 06 Sep 2008 09:57:15 +0000 |
Eli Zaretskii |
Fix spelling and wording of comments.
|
Fri, 29 Aug 2008 07:52:57 +0000 |
Kenichi Handa |
(Vunicode_category_table): Extern it.
|
Wed, 25 Jun 2008 02:44:43 +0000 |
Kenichi Handa |
(str_to_unibyte): Extern it.
|
Thu, 12 Jun 2008 20:53:18 +0000 |
Stefan Monnier |
(CHAR_TO_BYTE_SAFE): Cut&paste error.
|
Thu, 12 Jun 2008 20:25:47 +0000 |
Stefan Monnier |
* character.h (CHAR_TO_BYTE_SAFE): New macro.
|
Thu, 05 Jun 2008 05:45:16 +0000 |
Stefan Monnier |
(MAKE_CHAR_MULTIBYTE): Check the arg is a (uni)byte.
|
Thu, 15 May 2008 03:25:15 +0000 |
Glenn Morris |
Switch to recommended form of GPLv3 permissions notice.
|
Tue, 12 Feb 2008 21:27:54 +0000 |
Stefan Monnier |
(FETCH_STRING_CHAR_ADVANCE, FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE)
|
Thu, 07 Feb 2008 12:51:51 +0000 |
Jan Dj¸«£rv |
Use "do...while (0)", not "if (1)..else" in macro definitions.
|
Sat, 02 Feb 2008 04:32:01 +0000 |
Glenn Morris |
Update copyright years and GPL version.
|
Wed, 11 Apr 2007 11:52:42 +0000 |
Kenichi Handa |
(CHAR_STRING): Cast C to unsigned on calling
|