| Commit message (Expand) | Author | Age | Files | Lines |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -1/+1 |
* | (code_convert_region_unwind): ARG is changed to a cons. | Kenichi Handa | 2005-07-14 | 1 | -11/+34 |
* | * coding.c (Qprocess_argument): | Kim F. Storm | 2005-07-12 | 1 | -1/+1 |
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
* | (run_pre_post_conversion_on_str): Remove unused var `buf'. | Stefan Monnier | 2005-06-13 | 1 | -1/+0 |
* | (decode_coding_string): Handle CODING_FINISH_INTERRUPT. | Kim F. Storm | 2005-06-03 | 1 | -0/+1 |
* | Typo in comment. | Kim F. Storm | 2005-04-21 | 1 | -1/+1 |
* | (Vcoding_category_list): Docstring fix. | Kenichi Handa | 2005-03-31 | 1 | -1/+1 |
* | (syms_of_coding): Suggest to use set-coding-category in | Kenichi Handa | 2005-03-25 | 1 | -2/+1 |
* | (syms_of_coding): Docstring of coding-category-list fixed. | Kenichi Handa | 2005-03-15 | 1 | -1/+4 |
* | (encode_coding_string): Always return a unibyte string. | Kenichi Handa | 2005-02-14 | 1 | -15/+28 |
* | (decode_coding_iso2022): Translate invalid codes if | Kenichi Handa | 2005-01-18 | 1 | -0/+2 |
* | (decode_coding): Fix previous change. | Dan Nicolaescu | 2004-12-28 | 1 | -1/+1 |
* | (decode_coding_XXX, decode_composition_emacs_mule) | Dan Nicolaescu | 2004-12-28 | 1 | -30/+40 |
* | (code_convert_region): Fix calculation of `ratio'. | Kenichi Handa | 2004-12-27 | 1 | -2/+2 |
* | (Vcode_conversion_workbuf_name): New variable. | Kenichi Handa | 2004-11-30 | 1 | -17/+93 |
* | (run_pre_post_conversion_on_str): Bind Qinhibit_read_only. | Richard M. Stallman | 2004-11-25 | 1 | -0/+2 |
* | (code_convert_region): Don't skip ASCIIs if there are compositions to encode. | Kenichi Handa | 2004-09-29 | 1 | -5/+15 |
* | (decode_coding_string): Adjust coding->consumed, and | Kenichi Handa | 2004-08-03 | 1 | -0/+5 |
* | (MAX_ALLOCA): Remove define. | Kim F. Storm | 2004-06-21 | 1 | -6/+2 |
* | (encode_coding_string): Check CODING_FINISH_INTERRUPT. | Kenichi Handa | 2004-06-11 | 1 | -0/+1 |
* | (find_safe_codings): Check NILP (safe_codings) only at | Kenichi Handa | 2004-06-07 | 1 | -8/+26 |
* | (Fset_safe_terminal_coding_system_internal): Set | Kenichi Handa | 2004-05-23 | 1 | -1/+1 |
* | (decode_coding_emacs_mule): Handle insufficent source correctly. | Kenichi Handa | 2004-03-09 | 1 | -2/+19 |
* | UTF-8 is now RFC3629. | Eli Zaretskii | 2004-03-07 | 1 | -1/+1 |
* | (coding_restore_composition): Check invalid | Kenichi Handa | 2004-02-02 | 1 | -0/+3 |
* | (Fcheck_coding_system): Further doc fix. | Luc Teirlinck | 2003-12-28 | 1 | -1/+1 |
* | (Fcheck_coding_system): Doc fix. | Luc Teirlinck | 2003-12-28 | 1 | -1/+1 |
* | (decode_coding_iso2022): Fix for preserving UTF-8 | Kenichi Handa | 2003-12-03 | 1 | -1/+4 |
* | (coding_restore_composition): Lisp_Object/int mixup. | Stefan Monnier | 2003-11-17 | 1 | -2/+2 |
* | (coding_allocate_composition_data): Reset | Kenichi Handa | 2003-11-07 | 1 | -1/+7 |
* | (Fcoding_system_p): Return t for auto-loading coding system. | Kenichi Handa | 2003-10-07 | 1 | -0/+2 |
* | (Qcoding_system_define_form): New variable. | Kenichi Handa | 2003-10-07 | 1 | -1/+15 |
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+2 |
* | (decode_coding_iso2022): Initialized local variable c2. | Kenichi Handa | 2003-08-28 | 1 | -2/+2 |
* | (run_pre_post_conversion_on_str): Use delete_all_overlays. | Stefan Monnier | 2003-07-22 | 1 | -2/+3 |
* | Include intervals.h for Fset_text_properties. | Stefan Monnier | 2003-07-09 | 1 | -0/+1 |
* | (run_pre_post_conversion_on_str): Use new type for overlays_(before|after). | Stefan Monnier | 2003-07-09 | 1 | -2/+2 |
* | _buffer_size): If coding->type is | Kenichi Handa | 2003-06-04 | 1 | -1/+5 |
* | (Qutf_8): New. | Dave Love | 2003-06-02 | 1 | -0/+5 |
* | (DECODE_EMACS_MULE_COMPOSITION_CHAR): If coding->flags | Kenichi Handa | 2003-05-31 | 1 | -5/+29 |
* | (ccl_coding_driver): Set ccl->eight_bit_control | Kenichi Handa | 2003-05-30 | 1 | -0/+3 |
* | *** empty log message *** | Kenichi Handa | 2003-05-28 | 1 | -0/+72 |
* | (find_safe_codings): Remove unused var `i'. | Stefan Monnier | 2003-05-25 | 1 | -2/+2 |
* | (find_safe_codings): Fix last change. | Andreas Schwab | 2003-05-24 | 1 | -2/+2 |
* | (ENCODE_UNSAFE_CHARACTER): Adjusted for the name change | Kenichi Handa | 2003-05-22 | 1 | -8/+23 |
* | (decode_coding_string): Handle post-read-conversion | Kenichi Handa | 2003-05-19 | 1 | -1/+3 |
* | (Vlast_coding_system_used): Doc fix. | Dave Love | 2003-05-08 | 1 | -2/+4 |
* | (coding_system_accept_latin_extra_p): Delete this | Kenichi Handa | 2003-05-01 | 1 | -31/+68 |
* | (coding_system_accept_latin_extra_p): New function. | Kenichi Handa | 2003-04-08 | 1 | -1/+25 |