Fri, 01 Oct 2010 06:56:33 -0700 |
Dan Nicolaescu |
Do not include stdlib.h and string.h, config.h does it.
|
Fri, 01 Oct 2010 05:25:21 -0700 |
Dan Nicolaescu |
Use intern_c_string instead of intern.
|
Tue, 14 Sep 2010 22:32:35 +0200 |
Juanma Barranquero |
Fix typos in comments and ChangeLogs.
|
Sun, 08 Aug 2010 17:15:44 -0400 |
Chong Yidong |
Merge changes from emacs-23 branch.
|
Sun, 08 Aug 2010 14:03:45 -0700 |
Dan Nicolaescu |
Use const char* instead of char*.
|
Sun, 08 Aug 2010 17:12:29 -0400 |
Chong Yidong |
Merge changes from emacs-23 branch
|
Fri, 06 Aug 2010 17:11:19 +0900 |
Kenichi Handa |
Improve the encoding by compound-text-with-extensions.
|
Wed, 28 Jul 2010 22:48:06 -0700 |
Dan Nicolaescu |
Remove extern declarations from .c files, and them to .h files.
|
Mon, 26 Jul 2010 20:52:35 -0700 |
Dan Nicolaescu |
Use const, move declarations to header files.
|
Mon, 12 Jul 2010 09:32:53 -0700 |
Dan Nicolaescu |
Convert more function definitions to standard C.
|
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 21:52:39 -0700 |
Dan Nicolaescu |
Convert declarations or definitions to standard C.
|
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_
|
Tue, 18 May 2010 10:08:33 +0200 |
Juanma Barranquero |
* charset.c (load_charset_map_from_file): Don't call close after fclose.
|
Tue, 20 Apr 2010 15:30:26 +0900 |
Kenichi Handa |
charset.c (char_charset): Consider Vcharset_non_preferred_head only when the arg CHARSET_LIST is nil.
|
Sun, 28 Feb 2010 09:19:31 -0500 |
Chong Yidong |
Fix use of unitialized memory.
|
Sat, 06 Feb 2010 08:23:33 -0500 |
Chong Yidong |
* charset.c (load_charset_map_from_file)
|
Thu, 04 Feb 2010 22:54:49 -0500 |
Chong Yidong |
Fix for Bug#5526.
|
Wed, 13 Jan 2010 00:35:10 -0800 |
Glenn Morris |
Add 2010 to copyright years.
|
Fri, 06 Nov 2009 06:50:52 +0000 |
Dan Nicolaescu |
* xterm.c (syms_of_xterm):
|
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.
|
Tue, 07 Jul 2009 06:27:05 +0000 |
Kenichi Handa |
(Fset_charset_priority): Update charset_unibyte.
|
Tue, 09 Jun 2009 02:53:07 +0000 |
Kenichi Handa |
(Fmap_charset_chars): In docstring, state clear that
|
Fri, 01 May 2009 12:16:51 +0000 |
Kenichi Handa |
(load_charset_map): Remove unnecessary code.
|
Fri, 01 May 2009 10:55:12 +0000 |
Kenichi Handa |
(load_charset): Reformat X==Y==Z to (X==Y)==Z.
|
Thu, 16 Apr 2009 01:04:27 +0000 |
Kenichi Handa |
(charset_ksc5601): New variable.
|
Tue, 14 Apr 2009 01:24:52 +0000 |
Kenichi Handa |
(Fdefine_charset_internal): Make charset
|
Thu, 09 Apr 2009 03:47:31 +0000 |
Kenichi Handa |
(map_charset_chars): For a charset of `superset'
|
Mon, 30 Mar 2009 15:38:56 +0000 |
Stefan Monnier |
(map_charset_for_dump): Add missing UNGCPRO.
|
Thu, 19 Mar 2009 00:46:26 +0000 |
Kenichi Handa |
(load_charset_map_from_file): When a mapfile can't be loaded, signal
|
Mon, 09 Mar 2009 08:36:54 +0000 |
Juanma Barranquero |
Fix typos in comment.
|
Mon, 09 Mar 2009 01:09:23 +0000 |
Kenichi Handa |
(Qfile_name_handler_alist): Extern it.
|
Wed, 04 Feb 2009 01:55:07 +0000 |
Kenichi Handa |
(Fchar_charset): New optional arg restriction.
|
Thu, 08 Jan 2009 03:15:17 +0000 |
Glenn Morris |
Add 2009 to copyright years.
|
Sat, 29 Nov 2008 01:45:23 +0000 |
Kenichi Handa |
(Fdefine_charset_internal): After calculating
|
Thu, 27 Nov 2008 08:00:16 +0000 |
Kenichi Handa |
(Vchar_unified_charset_table): Delete it.
|
Fri, 12 Sep 2008 03:11:28 +0000 |
Glenn Morris |
(init_charset): Warn if etc/charsets not found. (Bug#909)
|
Thu, 11 Sep 2008 06:16:50 +0000 |
Glenn Morris |
(charset-map-path): Doc fix.
|
Tue, 03 Jun 2008 04:22:55 +0000 |
Kenichi Handa |
(char_charset): Return NULL if the arg charset_list is
|
Fri, 30 May 2008 21:07:50 +0000 |
Stefan Monnier |
* chartab.c (Foptimize_char_table, optimize_sub_char_table):
|
Fri, 23 May 2008 12:48:44 +0000 |
Kenichi Handa |
(Qemacs, charset_emacs): New variables.
|
Fri, 23 May 2008 10:13:25 +0000 |
Juanma Barranquero |
(Fencode_char, Fsplit_char): Doc fixes.
|
Wed, 14 May 2008 07:50:26 +0000 |
Glenn Morris |
Switch to recommended form of GPLv3 permissions notice.
|
Wed, 14 May 2008 01:22:48 +0000 |
Kenichi Handa |
(Vcharset_non_preferred_head): New variable.
|
Tue, 01 Apr 2008 00:54:03 +0000 |
Stefan Monnier |
(Funibyte_charset, Fset_unibyte_charset): Remove.
|
Thu, 27 Mar 2008 11:30:34 +0000 |
Kenichi Handa |
(Fdefine_charset_internal): Change the way of
|
Wed, 06 Feb 2008 11:51:55 +0000 |
Kenichi Handa |
(syms_of_charset): Set QCtest and Qeq.
|
Wed, 09 Jan 2008 01:21:15 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Thu, 06 Dec 2007 07:26:59 +0000 |
Kenichi Handa |
(Fdefine_charset_internal): Record a supplementary
|
Fri, 27 Jul 2007 10:52:18 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Fri, 26 Jan 2007 06:16:11 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Sat, 16 Dec 2006 01:29:26 +0000 |
Miles Bader |
Merge from emacs--devo--0
|
Mon, 20 Mar 2006 04:14:24 +0000 |
Kenichi Handa |
(Fdefine_charset_internal): Fix setting of
|
Wed, 22 Feb 2006 06:51:02 +0000 |
Kenichi Handa |
(map_charset_chars): Fix for ascii-compatible charset
|
Wed, 08 Feb 2006 04:26:44 +0000 |
Miles Bader |
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13
|
Mon, 16 Jan 2006 08:37:27 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97
|
Fri, 26 Aug 2005 09:51:52 +0000 |
Miles Bader |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78
|