aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs--devo--0Miles Bader2007-08-131-2/+2
|\
| * Replace `iff' in comments.Glenn Morris2007-08-081-2/+2
* | Merge from emacs--devo--0Miles Bader2007-07-271-1/+1
|\ \ | |/
| * Remove license from trivial file.Glenn Morris2007-07-251-1/+1
* | Merge from emacs--devo--0Miles Bader2007-01-261-3/+3
|\ \ | |/
| * Add 2007 to copyright.Glenn Morris2007-01-211-1/+1
| * Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-141-2/+2
* | Merge from emacs--devo--0Miles Bader2006-12-161-1/+2
|\ \ | |/
| * Update AIST copyright years.Kenichi Handa2006-12-131-1/+2
| * (CODING_REQUIRE_ENCODING): Elaborate the comment.Eli Zaretskii2006-05-201-1/+4
| * (CODING_ASCII_INCOMPATIBLE_MASK): New macro.Kenichi Handa2006-05-181-4/+6
* | (CODING_REQUIRE_ENCODING): Comment sync with HEAD.Kenichi Handa2006-06-081-1/+4
* | (system_eol_type): Fix synching with HEAD.Kenichi Handa2006-05-151-3/+0
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-60Miles Bader2006-05-101-0/+3
|\ \ | |/
| * (system_eol_type): Extern it.Kenichi Handa2006-05-081-0/+3
* | 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
* | (CODING_SYSTEM_P): If ID is not available, callKenichi Handa2006-01-191-3/+16
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97Miles Bader2006-01-161-4/+5
|\ \ | |/
| * Copyright fixedKenichi Handa2005-12-191-2/+3
| * (DECODE_SYSTEM): Fix argument name; name->str.Kenichi Handa2005-10-271-1/+1
* | 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
* | 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-2/+2
* | 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
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-28Miles Bader2005-03-191-11/+3
|\ \ | |/
| * (ENCODE_SYSTEM, DECODE_SYSTEM) [!WINDOWSNT]: Use theStefan Monnier2005-03-171-11/+3
* | (coding_charset_list): Extern it.Kenichi Handa2004-12-111-0/+1
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-74Miles Bader2004-12-081-12/+13
|\ \ | |/
| * (run_pre_write_conversin_on_c_str): Extern it.Kenichi Handa2004-11-301-0/+4
| * (ENCODE_FILE, DECODE_FILE, ENCODE_SYSTEM, DECODE_SYSTEM):Stefan Monnier2004-11-231-6/+7
* | (struct coding_system): Delete an incorrect comment.Kenichi Handa2004-04-281-5/+0
* | Sync to HEAD.Kenichi Handa2004-04-121-0/+3
* | *** empty log message ***Kenichi Handa2004-04-121-2/+41
* | (SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.Kenichi Handa2004-01-271-0/+48
* | (enum coding_attr_index): New member coding_attr_trans_tbl.Kenichi Handa2004-01-251-0/+2
* | (enum coding_result_code): DeleteKenichi Handa2003-12-291-1/+1
* | (make_conversion_work_buffer): Delete extern.Kenichi Handa2003-12-021-1/+1
* | (ENCODE_UTF_8): New.Dave Love2003-09-161-0/+4
* | *** empty log message ***Kenichi Handa2003-09-081-468/+421
|\ \
| * | (make_conversion_work_buffer): Prototype adjusted.Kenichi Handa2003-05-281-2/+1
| * | (enum define_coding_ccl_arg_index): Set the firstKenichi Handa2003-01-301-1/+1
| * | (struct coding_detection_info): New structure.Kenichi Handa2003-01-061-1/+15
| * | Comment fix.Dave Love2002-10-061-2/+2
| * | (code_convert_region): Fix prototype.Dave Love2002-07-161-1/+1
| * | *** empty log message ***Kenichi Handa2002-05-301-1/+1
| * | (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).Kenichi Handa2002-05-141-1/+1
| * | Completely re-written.Kenichi Handa2002-03-011-457/+402