aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-05-26Fix coding-related core dumps with gcc -ftrapv.Paul Eggert1-17/+35
2012-01-25Merge from emacs-23 branchChong Yidong1-2/+2
2012-01-25* src/coding.c (encode_designation_at_bol): Change return value to EMACS_INT.emacs-23.4HIROSHI OOTA1-2/+2
2012-01-19Fix usage of unitialized local var (backport from trunk)Paul Eggert1-1/+1
2012-01-19Pay attention to buffer relocation on encoding (Bug#9318; backport from trunk).Kenichi Handa1-40/+131
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris1-1/+1
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-12-28coding.c: (Fdefine_coding_system_internal): Make an utf-8 base coding-system ...Kenichi Handa1-2/+2
2011-12-11coding.c (Funencodable_char_position): Pay attention to the buffer text reloc...Kenichi Handa1-0/+11
2011-12-08coding.c (encode_coding_ccl): Check (charbuf < charbuf_end) after the loop to...Kenichi Handa1-1/+2
2011-12-05* coding.c (encode_designation_at_bol): Don't use uninitializedPaul Eggert1-1/+1
2011-12-05Pay attetion to the buffer relocation on encoding (Bug#9318).Kenichi Handa1-40/+132
2011-12-04Don't macro-inline non-performance-critical code.Stefan Monnier1-1/+1
2011-11-07Set members of the struct coding_system before accessing them (bug#9910,9911,...Kenichi Handa1-1/+1
2011-09-27* coding.c (Ffind_operation_coding_system): Avoid subscript error.Paul Eggert1-1/+1
2011-09-27* coding.c: Integer and buffer overflow fixes.Paul Eggert1-5/+5
2011-09-24* coding.c (ENCODE_ISO_CHARACTER): Use unsigned, not int,Paul Eggert1-1/+1
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert1-132/+136
2011-07-28* coding.c: Integer and memory overflow fixes.Paul Eggert1-5/+8
2011-07-18Use ptrdiff_t for hash table indexes.Paul Eggert1-2/+2
2011-07-01* coding.c (Fencode_coding_string): Record the last coding systemKazuhiro Ito1-1/+1
2011-06-19* coding.c (make_subsidiaries): Don't assume string length fits in int.Paul Eggert1-2/+2
2011-06-14Variadic C functions now count arguments with ptrdiff_t.Paul Eggert1-4/+4
2011-06-08* alloc.c: Catch some string size overflows that we were missing.Paul Eggert1-1/+1
2011-06-05Check for buffer and string overflow more precisely.Paul Eggert1-2/+2
2011-06-03Check for buffer and string overflow more precisely.Paul Eggert1-2/+2
2011-05-30src/coding.c: Fix a typo in a comment.Eli Zaretskii1-2/+2
2011-05-28[ChangeLog]Paul Eggert1-9/+9
2011-05-09Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:...Eli Zaretskii1-1/+1
2011-05-01* coding.c (detect_coding_charset): Fix typo: * 2 -> *4 (Bug#8601).Paul Eggert1-2/+2
2011-04-29Lift the MOST_POSITIVE_FIXNUM/4 limitation on visited files (bug#8528).Eli Zaretskii1-1/+9
2011-04-27Improve `doprnt' and its usage. (Bug#8545)Eli Zaretskii1-2/+3
2011-04-25* lisp.h: (XVECTOR_SIZE): Remove. All uses replaced with ASIZE.Paul Eggert1-1/+1
2011-04-25lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert1-1/+1
2011-04-23Fix doprnt so it could be used safely in `verror'. (Bug#8435)Eli Zaretskii1-2/+2
2011-04-18Replace pEd with more-general pI, and fix some printf arg casts.Paul Eggert1-6/+6
2011-04-13Undo the DEFUN->DEFUE change.Paul Eggert1-8/+8
2011-04-10* coding.h (coding, code_convert_region, encode_coding_gap): RemovePaul Eggert1-29/+5
2011-04-10Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert1-16/+19
2011-04-10Make Emacs functions such as Fatom 'static' by default.Paul Eggert1-8/+8
2011-04-09Replace some uses of `int' with EMACS_INT.Eli Zaretskii1-47/+48
2011-04-06error: Print 32- and 64-bit integers portably (Bug#8435).Paul Eggert1-21/+32
2011-04-06* coding.c (Fdecode_sjis_char): Don't assume CODE fits in int.Paul Eggert1-2/+3
2011-04-04* coding.c (DECODE_COMPOSITION_RULE): If the rule is invalid, goto invalid_codePaul Eggert1-6/+5
2011-04-04* coding.c (EMIT_ONE_BYTE, EMIT_TWO_BYTES): Use unsigned, not int.Paul Eggert1-2/+2
2011-04-01* coding.c: Remove vars that are set but not used.Paul Eggert1-32/+12
2011-03-29src/*.c: Remove some additional unused parameters.Juanma Barranquero1-4/+3
2011-03-26Variadic C functions now count arguments with size_t, not int.Paul Eggert1-9/+9
2011-03-22* coding.c (encode_coding_raw_text): Avoid unnecessary testPaul Eggert1-1/+2
2011-03-15* src/coding.c (detect_coding_iso_2022): Reorganize code to clarifyAndreas Schwab1-79/+80