| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change B_ to BVAR | Tom Tromey | 2011-02-16 | 1 | -1/+1 |
| * | Hide implementation of `struct buffer' | Tom Tromey | 2011-02-14 | 1 | -1/+1 |
| * | * charset.c: conform to C89 pointer rules | Paul Eggert | 2011-02-05 | 1 | -1/+2 |
| * | charset.c (load_charset_map): Don't deref NULL on failed malloc. | Jim Meyering | 2011-01-31 | 1 | -1/+1 |
| * | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
| * | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h. | Paul Eggert | 2011-01-22 | 1 | -4/+3 |
| * | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -15/+4 |
| * | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
| * | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -2/+2 |
| |\ |
|
| | * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -2/+2 |
| * | | Merge changes from emacs-23 branch | Chong Yidong | 2010-11-27 | 1 | -3/+3 |
| |\ \
| |/ |
|
| | * | Fix decoding of emacs-mule coding system. | Kenichi Handa | 2010-11-25 | 1 | -3/+3 |
| * | | Do not include stdlib.h and string.h, config.h does it. | Dan Nicolaescu | 2010-10-01 | 1 | -1/+0 |
| * | | Use intern_c_string instead of intern. | Dan Nicolaescu | 2010-10-01 | 1 | -2/+2 |
| * | | Fix typos in comments and ChangeLogs. | Juanma Barranquero | 2010-09-14 | 1 | -1/+1 |
| * | | Merge changes from emacs-23 branch. | Chong Yidong | 2010-08-08 | 1 | -11/+75 |
| |\ \ |
|
| | * \ | Merge changes from emacs-23 branch | Chong Yidong | 2010-08-08 | 1 | -11/+75 |
| | |\ \
| | |/ |
|
| | | * | Improve the encoding by compound-text-with-extensions. | Kenichi Handa | 2010-08-06 | 1 | -11/+75 |
| * | | | Use const char* instead of char*. | Dan Nicolaescu | 2010-08-08 | 1 | -1/+1 |
| |/ / |
|
| * | | Remove extern declarations from .c files, and them to .h files. | Dan Nicolaescu | 2010-07-28 | 1 | -9/+0 |
| * | | Use const, move declarations to header files. | Dan Nicolaescu | 2010-07-26 | 1 | -2/+0 |
| * | | Convert more function definitions to standard C. | Dan Nicolaescu | 2010-07-12 | 1 | -6/+2 |
| * | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -45/+22 |
| * | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -8/+8 |
| * | | Convert declarations or definitions to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -11/+7 |
| * | | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -48/+16 |
| * | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -9/+9 |
| * | | * charset.c (load_charset_map_from_file): Don't call close after fclose. | Juanma Barranquero | 2010-05-18 | 1 | -1/+0 |
| * | | charset.c (char_charset): Consider Vcharset_non_preferred_head only when the ... | Kenichi Handa | 2010-04-20 | 1 | -2/+3 |
| |/ |
|
| * | Fix use of unitialized memory. | Chong Yidong | 2010-02-28 | 1 | -0/+4 |
| * | * charset.c (load_charset_map_from_file) | Chong Yidong | 2010-02-06 | 1 | -11/+22 |
| * | Fix for Bug#5526. | Chong Yidong | 2010-02-04 | 1 | -1/+2 |
| * | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -2/+2 |
| * | * xterm.c (syms_of_xterm): | Dan Nicolaescu | 2009-11-06 | 1 | -7/+7 |
| * | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
| * | Remove leftover table unibyte_to_multibyte_table. | Stefan Monnier | 2009-10-18 | 1 | -5/+0 |
| * | (Fset_charset_priority): Update charset_unibyte. | Kenichi Handa | 2009-07-07 | 1 | -6/+15 |
| * | (Fmap_charset_chars): In docstring, state clear that | Kenichi Handa | 2009-06-09 | 1 | -1/+1 |
| * | (load_charset_map): Remove unnecessary code. | Kenichi Handa | 2009-05-01 | 1 | -1/+0 |
| * | (load_charset): Reformat X==Y==Z to (X==Y)==Z. | Kenichi Handa | 2009-05-01 | 1 | -1/+1 |
| * | (charset_ksc5601): New variable. | Kenichi Handa | 2009-04-16 | 1 | -0/+4 |
| * | (Fdefine_charset_internal): Make charset | Kenichi Handa | 2009-04-14 | 1 | -0/+2 |
| * | (map_charset_chars): For a charset of `superset' | Kenichi Handa | 2009-04-09 | 1 | -2/+2 |
| * | (map_charset_for_dump): Add missing UNGCPRO. | Stefan Monnier | 2009-03-30 | 1 | -0/+1 |
| * | (load_charset_map_from_file): When a mapfile can't be loaded, signal | Kenichi Handa | 2009-03-19 | 1 | -4/+1 |
| * | Fix typos in comment. | Juanma Barranquero | 2009-03-09 | 1 | -2/+2 |
| * | (Qfile_name_handler_alist): Extern it. | Kenichi Handa | 2009-03-09 | 1 | -1/+8 |
| * | (Fchar_charset): New optional arg restriction. | Kenichi Handa | 2009-02-04 | 1 | -5/+31 |
| * | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -2/+2 |
| * | (Fdefine_charset_internal): After calculating | Kenichi Handa | 2008-11-29 | 1 | -3/+9 |