aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merged from miles@gnu.org--gnu-2005 (patch 14-16, 95-106)Karoly Lorentey2005-02-191-15/+28
|\
| * (encode_coding_string): Always return a unibyte string.Kenichi Handa2005-02-141-15/+28
* | Merged in changes from CVS trunk. (Long time no see!) :-)Karoly Lorentey2005-02-031-0/+2
|\ \ | |/
| * (decode_coding_iso2022): Translate invalid codes ifKenichi Handa2005-01-181-0/+2
* | Merged in changes from CVS trunk.Karoly Lorentey2005-01-061-29/+39
|\ \ | |/
| * (decode_coding): Fix previous change.Dan Nicolaescu2004-12-281-1/+1
| * (decode_coding_XXX, decode_composition_emacs_mule)Dan Nicolaescu2004-12-281-30/+40
* | Merged in changes from CVS trunk.Karoly Lorentey2005-01-061-2/+2
|\ \ | |/
| * (code_convert_region): Fix calculation of `ratio'.Kenichi Handa2004-12-271-2/+2
* | Merged in changes from CVS trunk.Karoly Lorentey2004-12-081-15/+93
|\ \ | |/
| * (Vcode_conversion_workbuf_name): New variable.Kenichi Handa2004-11-301-17/+93
| * (run_pre_post_conversion_on_str): Bind Qinhibit_read_only.Richard M. Stallman2004-11-251-0/+2
* | Merged in changes from CVS trunk.Karoly Lorentey2004-10-031-5/+15
|\ \ | |/
| * (code_convert_region): Don't skip ASCIIs if there are compositions to encode.Kenichi Handa2004-09-291-5/+15
* | Merged in changes from CVS trunk.Karoly Lorentey2004-08-071-0/+5
|\ \ | |/
| * (decode_coding_string): Adjust coding->consumed, andKenichi Handa2004-08-031-0/+5
* | Merged in changes from CVS trunk.Karoly Lorentey2004-06-241-6/+2
|\ \ | |/
| * (MAX_ALLOCA): Remove define.Kim F. Storm2004-06-211-6/+2
* | Merged in changes from CVS trunk.Karoly Lorentey2004-06-141-0/+1
|\ \ | |/
| * (encode_coding_string): Check CODING_FINISH_INTERRUPT.Kenichi Handa2004-06-111-0/+1
* | Merged in changes from CVS trunk.Karoly Lorentey2004-06-071-8/+26
|\ \ | |/
| * (find_safe_codings): Check NILP (safe_codings) only atKenichi Handa2004-06-071-8/+26
| * (Fset_safe_terminal_coding_system_internal): SetKenichi Handa2004-05-231-1/+1
* | Make terminal_coding and keyboard_coding display-local.Karoly Lorentey2004-05-231-19/+15
|/
* (decode_coding_emacs_mule): Handle insufficent source correctly.Kenichi Handa2004-03-091-2/+19
* UTF-8 is now RFC3629.Eli Zaretskii2004-03-071-1/+1
* (coding_restore_composition): Check invalidKenichi Handa2004-02-021-0/+3
* (Fcheck_coding_system): Further doc fix.Luc Teirlinck2003-12-281-1/+1
* (Fcheck_coding_system): Doc fix.Luc Teirlinck2003-12-281-1/+1
* (decode_coding_iso2022): Fix for preserving UTF-8Kenichi Handa2003-12-031-1/+4
* (coding_restore_composition): Lisp_Object/int mixup.Stefan Monnier2003-11-171-2/+2
* (coding_allocate_composition_data): ResetKenichi Handa2003-11-071-1/+7
* (Fcoding_system_p): Return t for auto-loading coding system.Kenichi Handa2003-10-071-0/+2
* (Qcoding_system_define_form): New variable.Kenichi Handa2003-10-071-1/+15
* Add arch taglinesMiles Bader2003-09-011-0/+2
* (decode_coding_iso2022): Initialized local variable c2.Kenichi Handa2003-08-281-2/+2
* (run_pre_post_conversion_on_str): Use delete_all_overlays.Stefan Monnier2003-07-221-2/+3
* Include intervals.h for Fset_text_properties.Stefan Monnier2003-07-091-0/+1
* (run_pre_post_conversion_on_str): Use new type for overlays_(before|after).Stefan Monnier2003-07-091-2/+2
* _buffer_size): If coding->type isKenichi Handa2003-06-041-1/+5
* (Qutf_8): New.Dave Love2003-06-021-0/+5
* (DECODE_EMACS_MULE_COMPOSITION_CHAR): If coding->flagsKenichi Handa2003-05-311-5/+29
* (ccl_coding_driver): Set ccl->eight_bit_controlKenichi Handa2003-05-301-0/+3
* *** empty log message ***Kenichi Handa2003-05-281-0/+72
* (find_safe_codings): Remove unused var `i'.Stefan Monnier2003-05-251-2/+2
* (find_safe_codings): Fix last change.Andreas Schwab2003-05-241-2/+2
* (ENCODE_UNSAFE_CHARACTER): Adjusted for the name changeKenichi Handa2003-05-221-8/+23
* (decode_coding_string): Handle post-read-conversionKenichi Handa2003-05-191-1/+3
* (Vlast_coding_system_used): Doc fix.Dave Love2003-05-081-2/+4
* (coding_system_accept_latin_extra_p): Delete thisKenichi Handa2003-05-011-31/+68