| Age | Commit message (Expand) | Author |
| 2011-03-07 | * coding.c: (decode_coding_object, encode_coding_object, detect_coding_system): | Paul Eggert |
| 2011-03-07 | * coding.c (decode_coding_iso_2022): Add "default: abort ();" as a safety check. | Paul Eggert |
| 2011-03-07 | * coding.c (emacs_mule_char, encode_invocation_designation): | Paul Eggert |
| 2011-03-07 | * coding.c (Fdefine_coding_system_internal): Don't redeclare 'i' inside | Paul Eggert |
| 2011-03-07 | * coding.c (coding_set_source, coding_set_destination): | Paul Eggert |
| 2011-02-16 | Change B_ to BVAR | Tom Tromey |
| 2011-02-14 | Hide implementation of `struct buffer' | Tom Tromey |
| 2011-02-06 | * insdel.c: conform to C89 pointer rules | Paul Eggert |
| 2011-01-24 | Convert consecutive FSF copyright years to ranges. | Glenn Morris |
| 2011-01-22 | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h. | Paul Eggert |
| 2011-01-18 | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey |
| 2011-01-16 | * coding.c (decode_coding_emacs_mule): Remove unreachable code. | Paul Eggert |
| 2011-01-15 | Nuke arch-tags. | Glenn Morris |
| 2011-01-14 | Merge from emacs-23 | Stefan Monnier |
| 2011-01-02 | Add 2011 to FSF/AIST copyright years. | Glenn Morris |
| 2010-12-19 | Minor clean up to silence some gcc warnings. | Stefan Monnier |
| 2010-11-27 | Merge changes from emacs-23 branch | Chong Yidong |
| 2010-11-25 | Fix decoding of emacs-mule coding system. | Kenichi Handa |
| 2010-11-17 | coding.c (Fset_terminal_coding_system_internal): Fix previous change (set cha... | Kenichi Handa |
| 2010-11-04 | Refer to set-coding-system-priority instead of the obsolete | Lars Magne Ingebrigtsen |
| 2010-11-01 | Handle glyphless characters on tty. | Kenichi Handa |
| 2010-10-14 | Merge changes from emacs-23 branch. | Juanma Barranquero |
| 2010-10-12 | Fix typos in comments | Kenichi Handa |
| 2010-10-08 | Merge changes from emacs-23 branch. | Juanma Barranquero |
| 2010-10-08 | coding.c (complement_process_encoding_system): Fix previous change. | Kenichi Handa |
| 2010-10-04 | coding.c (complement_process_encoding_system): Fix previous change. | Kenichi Handa |
| 2010-10-02 | Fix complementing of a coding system | Kenichi Handa |
| 2010-09-30 | Complement a coding system for encoding arguments and input to a process. | Kenichi Handa |
| 2010-09-14 | Merge changes from emacs-23 branch. | Juanma Barranquero |
| 2010-09-08 | coding.c (encode_coding_iso_2022): Do not optimize for ASCII if we may use de... | Kenichi Handa |
| 2010-09-07 | coding.c (detect_coding_emacs_mule): Fix checking of multibyte sequence when ... | Kenichi Handa |
| 2010-08-08 | Merge changes from emacs-23 branch. | Chong Yidong |
| 2010-08-08 | Merge changes from emacs-23 branch | Chong Yidong |
| 2010-08-08 | Use const char* instead of char*. | Dan Nicolaescu |
| 2010-08-06 | Improve the encoding by compound-text-with-extensions. | Kenichi Handa |
| 2010-07-28 | Remove extern declarations from .c files, and them to .h files. | Dan Nicolaescu |
| 2010-07-12 | Convert more function definitions to standard C. | Dan Nicolaescu |
| 2010-07-08 | Convert DEFUNs to standard C. | Dan Nicolaescu |
| 2010-07-08 | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab |
| 2010-07-07 | * coding.c, sysdep.c: Convert some more functions to standard C. | Juanma Barranquero |
| 2010-07-07 | * coding.c: Use SPECPDL_INDEX, DOS_NT. | Juanma Barranquero |
| 2010-07-04 | Convert (most) functions in src to standard C. | Dan Nicolaescu |
| 2010-07-02 | Remove __P and P_ from .c and .m files and definition of P_ | Jan D |
| 2010-04-19 | Make variable forwarding explicit rather the using special values. | Stefan Monnier |
| 2010-03-16 | Fix the ccl encoder for the case that the output buffer is fullfilled. | Kenichi Handa |
| 2010-03-16 | coding.c (decode_coding_ccl): Fix previous change for the multibyte case. | Kenichi Handa |
| 2010-03-02 | (emacs_mule_char): Fix a typo in commentary. | Eli Zaretskii |
| 2010-03-02 | Fix bug in decoding emacs-mule encoding. | Eli Zaretskii |
| 2010-02-18 | Fix handling of CODING_RESULT_INSUFFICIENT_DST. | Kenichi Handa |
| 2010-02-17 | Fix the ccl decoder for the case that the output buffer is fullfilled. | Kenichi Handa |