aboutsummaryrefslogtreecommitdiffstats
path: root/src/charset.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge changes from emacs-23 branch.Chong Yidong2010-08-081-11/+75
|\
| * Merge changes from emacs-23 branchChong Yidong2010-08-081-11/+75
| |\
| | * Improve the encoding by compound-text-with-extensions.Kenichi Handa2010-08-061-11/+75
* | | Use const char* instead of char*.Dan Nicolaescu2010-08-081-1/+1
|/ /
* | Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-9/+0
* | Use const, move declarations to header files.Dan Nicolaescu2010-07-261-2/+0
* | Convert more function definitions to standard C.Dan Nicolaescu2010-07-121-6/+2
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-45/+22
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-8/+8
* | Convert declarations or definitions to standard C.Dan Nicolaescu2010-07-041-11/+7
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-48/+16
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-9/+9
* | * charset.c (load_charset_map_from_file): Don't call close after fclose.Juanma Barranquero2010-05-181-1/+0
* | charset.c (char_charset): Consider Vcharset_non_preferred_head only when the ...Kenichi Handa2010-04-201-2/+3
|/
* Fix use of unitialized memory.Chong Yidong2010-02-281-0/+4
* * charset.c (load_charset_map_from_file)Chong Yidong2010-02-061-11/+22
* Fix for Bug#5526.Chong Yidong2010-02-041-1/+2
* Add 2010 to copyright years.Glenn Morris2010-01-131-2/+2
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-7/+7
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* Remove leftover table unibyte_to_multibyte_table.Stefan Monnier2009-10-181-5/+0
* (Fset_charset_priority): Update charset_unibyte.Kenichi Handa2009-07-071-6/+15
* (Fmap_charset_chars): In docstring, state clear thatKenichi Handa2009-06-091-1/+1
* (load_charset_map): Remove unnecessary code.Kenichi Handa2009-05-011-1/+0
* (load_charset): Reformat X==Y==Z to (X==Y)==Z.Kenichi Handa2009-05-011-1/+1
* (charset_ksc5601): New variable.Kenichi Handa2009-04-161-0/+4
* (Fdefine_charset_internal): Make charsetKenichi Handa2009-04-141-0/+2
* (map_charset_chars): For a charset of `superset'Kenichi Handa2009-04-091-2/+2
* (map_charset_for_dump): Add missing UNGCPRO.Stefan Monnier2009-03-301-0/+1
* (load_charset_map_from_file): When a mapfile can't be loaded, signalKenichi Handa2009-03-191-4/+1
* Fix typos in comment.Juanma Barranquero2009-03-091-2/+2
* (Qfile_name_handler_alist): Extern it.Kenichi Handa2009-03-091-1/+8
* (Fchar_charset): New optional arg restriction.Kenichi Handa2009-02-041-5/+31
* Add 2009 to copyright years.Glenn Morris2009-01-081-2/+2
* (Fdefine_charset_internal): After calculatingKenichi Handa2008-11-291-3/+9
* (Vchar_unified_charset_table): Delete it.Kenichi Handa2008-11-271-178/+385
* (init_charset): Warn if etc/charsets not found. (Bug#909)Glenn Morris2008-09-121-5/+14
* (charset-map-path): Doc fix.Glenn Morris2008-09-111-1/+1
* (char_charset): Return NULL if the arg charset_list isKenichi Handa2008-06-031-1/+6
* * chartab.c (Foptimize_char_table, optimize_sub_char_table):Stefan Monnier2008-05-301-1/+1
* (Qemacs, charset_emacs): New variables.Kenichi Handa2008-05-231-3/+11
* (Fencode_char, Fsplit_char): Doc fixes.Juanma Barranquero2008-05-231-7/+7
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* (Vcharset_non_preferred_head): New variable.Kenichi Handa2008-05-141-3/+17
* (Funibyte_charset, Fset_unibyte_charset): Remove.Stefan Monnier2008-04-011-38/+0
* (Fdefine_charset_internal): Change the way ofKenichi Handa2008-03-271-3/+24
* (syms_of_charset): Set QCtest and Qeq.Kenichi Handa2008-02-061-0/+4
* Merge from emacs--devo--0Miles Bader2008-01-091-2/+2
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-081-2/+2
| * Replace `iff' in comments.Glenn Morris2007-08-081-3/+3