summaryrefslogtreecommitdiff
path: root/src/coding.h
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | (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
* | | New directoryKenichi Handa2003-09-081-3/+0
| |/ |/|
* | Add arch taglinesMiles Bader2003-09-011-0/+3
* | (ENCODE_UTF_8): New.Dave Love2003-06-021-0/+3
* | (CODING_REPLACEMENT_CHARACTER): Renamed fromKenichi Handa2003-05-221-3/+7
* | (coding_system_require_warning): Extern it.Kenichi Handa2002-12-171-0/+4
* | (decode_coding, encode_coding, detect_coding,Ken Raeburn2002-07-191-4/+6
|/
* (run_pre_post_conversion_on_str): Add prototype.Eli Zaretskii2002-02-231-0/+3
* (Vw32_system_coding_system) [WINDOWSNT]: Remove.Jason Rumney2001-11-201-10/+6
* (ENCODE_SYSTEM, DECODE_SYSTEM): Define also for non-NT.Gerd Moellmann2001-10-051-1/+7
* Comment fixes.Dave Love2001-02-141-9/+9
* (struct coding_system): New member suppress_error.Kenichi Handa2001-01-241-0/+3
* (code_convert_string1): Declare.Ken Raeburn2000-12-041-0/+2