aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13Miles Bader2006-02-081-1/+2
|\
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+2
* | Cancel incorrect synching with HEAD.Kenichi Handa2006-02-051-3/+1
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-11Miles Bader2006-02-041-1/+3
|\ \ | |/
| * (decode_composition_emacs_mule): Fix handling ofKenichi Handa2006-02-021-1/+3
* | (Fdefine_coding_system_internal): Avoid a duplicatedKenichi Handa2006-02-031-7/+14
* | Sync to HEAD for handling autoload-coding-system.Kenichi Handa2006-01-191-2/+20
* | (code_conversion_restore): GCPRO arg.Kenichi Handa2006-01-171-0/+3
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97Miles Bader2006-01-161-2/+3
|\ \ | |/
| * Copyright fixedKenichi Handa2005-12-191-2/+3
| * (code_convert_region_unwind): GCPRO arg.Kenichi Handa2005-12-141-0/+5
| * (code_convert_region_unwind): Argument format changed.Kenichi Handa2005-09-141-7/+22
* | (decode_coding): Fix handling of invalid bytes.Kenichi Handa2005-10-151-1/+3
* | (encode_coding_object): If a pre-write-conversionKenichi Handa2005-09-231-0/+5
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78Miles Bader2005-08-261-1/+1
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+1
| * (code_convert_region_unwind): ARG is changed to a cons.Kenichi Handa2005-07-141-11/+34
* | (QCascii_compatible_p): New variable.Kenichi Handa2005-07-291-4/+18
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-69Miles Bader2005-07-141-1/+1
|\ \ | |/
| * * coding.c (Qprocess_argument):Kim F. Storm2005-07-121-1/+1
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68Miles Bader2005-07-071-2/+2
|\ \ | |/
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
| * (run_pre_post_conversion_on_str): Remove unused var `buf'.Stefan Monnier2005-06-131-1/+0
| * (decode_coding_string): Handle CODING_FINISH_INTERRUPT.Kim F. Storm2005-06-031-0/+1
| * Typo in comment.Kim F. Storm2005-04-211-1/+1
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-33Miles Bader2005-04-021-1/+1
|\ \ | |/
| * (Vcoding_category_list): Docstring fix.Kenichi Handa2005-03-311-1/+1
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-31Miles Bader2005-03-311-2/+1
|\ \ | |/
| * (syms_of_coding): Suggest to use set-coding-category inKenichi Handa2005-03-251-2/+1
* | (decode_coding_object): Use safe_call1 instead of call1.Kenichi Handa2005-03-291-4/+10
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-28Miles Bader2005-03-191-1/+4
|\ \ | |/
| * (syms_of_coding): Docstring of coding-category-list fixed.Kenichi Handa2005-03-151-1/+4
| * (encode_coding_string): Always return a unibyte string.Kenichi Handa2005-02-141-15/+28
| * (decode_coding_iso2022): Translate invalid codes ifKenichi Handa2005-01-181-0/+2
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-81Miles Bader2005-01-021-5/+5
|\ \ | |/
| * (decode_coding): Fix previous change.Dan Nicolaescu2004-12-281-1/+1
| * (decode_coding_XXX, decode_composition_emacs_mule)Dan Nicolaescu2004-12-281-30/+40
| * (code_convert_region): Fix calculation of `ratio'.Kenichi Handa2004-12-271-2/+2
* | Cancel the change done in HEAD on 2004-11-30.Kenichi Handa2004-12-111-89/+24
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-74Miles Bader2004-12-081-0/+89
|\ \ | |/
| * (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
| * (code_convert_region): Don't skip ASCIIs if there are compositions to encode.Kenichi Handa2004-09-291-5/+15
| * (decode_coding_string): Adjust coding->consumed, andKenichi Handa2004-08-031-0/+5
| * (MAX_ALLOCA): Remove define.Kim F. Storm2004-06-211-6/+2
| * (encode_coding_string): Check CODING_FINISH_INTERRUPT.Kenichi Handa2004-06-111-0/+1
| * (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
| * (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