summaryrefslogtreecommitdiff
path: root/src/charset.c
Commit message (Expand)AuthorAgeFilesLines
* * charset.h (struct charset.code_space): Now has 15 elements, not 16.Paul Eggert2011-05-011-3/+5
* Merge from mainline.Paul Eggert2011-04-251-7/+3
|\
| * Fix doprnt so it could be used safely in `verror'. (Bug#8435)Eli Zaretskii2011-04-231-7/+3
* | Replace pEd with more-general pI, and fix some printf arg casts.Paul Eggert2011-04-181-4/+4
|/
* Merge from mainline.Paul Eggert2011-04-141-1/+1
|\
| * Use xfree instead of free where appropriate (Bug#8437)Andreas Schwab2011-04-121-1/+1
* | * charset.h (charset_iso_8859_1): Remove decl.Paul Eggert2011-04-101-8/+6
* | Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-5/+5
|/
* * charset.c (load_charset_map): <, not <=, for optimization.Paul Eggert2011-04-091-7/+8
* error: Print 32- and 64-bit integers portably (Bug#8435).Paul Eggert2011-04-061-6/+12
* Variadic C functions now count arguments with size_t, not int.Paul Eggert2011-03-261-3/+4
* * charset.c (load_charset): Abort instead of using uninitialized var.Paul Eggert2011-03-071-2/+6
* * charset.c (load_charset_map): Mark variables that gcc -WuninitializedPaul Eggert2011-03-071-1/+1
* * charset.c: Include <limits.h>.Paul Eggert2011-03-071-5/+4
* * charset.h (CHECK_CHARSET_GET_CHARSET): Rename locals to avoidPaul Eggert2011-03-071-5/+5
* 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