aboutsummaryrefslogtreecommitdiffstats
path: root/src/charset.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change B_ to BVARTom Tromey2011-02-161-1/+1
* Hide implementation of `struct buffer'Tom Tromey2011-02-141-1/+1
* * charset.c: conform to C89 pointer rulesPaul Eggert2011-02-051-1/+2
* charset.c (load_charset_map): Don't deref NULL on failed malloc.Jim Meyering2011-01-311-1/+1
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-221-4/+3
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-15/+4
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Merge from emacs-23Stefan Monnier2011-01-141-2/+2
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-2/+2
* | Merge changes from emacs-23 branchChong Yidong2010-11-271-3/+3
|\ \ | |/
| * Fix decoding of emacs-mule coding system.Kenichi Handa2010-11-251-3/+3
* | Do not include stdlib.h and string.h, config.h does it.Dan Nicolaescu2010-10-011-1/+0
* | Use intern_c_string instead of intern.Dan Nicolaescu2010-10-011-2/+2
* | Fix typos in comments and ChangeLogs.Juanma Barranquero2010-09-141-1/+1
* | 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