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