index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
coding.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Trailing whitespace deleted.
Juanma Barranquero
2003-02-04
1
-2
/
+2
*
(syms_of_coding): Add `...' for symbols in the docstring of
Kenichi Handa
2003-01-31
1
-12
/
+201
*
(coding_system_require_warning): New variable.
Kenichi Handa
2002-12-17
1
-0
/
+11
*
(Funencodable_char_position): Set pend correctly.
Kenichi Handa
2002-12-13
1
-1
/
+4
*
(Vtranslation_table_for_input): New.
Dave Love
2002-11-09
1
-1
/
+3
*
Reformat some DEFUNs so that etags works.
Dave Love
2002-11-06
1
-10
/
+14
*
(decode_coding_emacs_mule, decode_coding_iso2022)
Stefan Monnier
2002-11-02
1
-22
/
+1
*
Fix typo in comment.
Juanma Barranquero
2002-10-18
1
-2
/
+2
*
(code_convert_region): When we need more GAP for
Kenichi Handa
2002-10-08
1
-3
/
+13
*
(decode_coding_emacs_mule): Check coding->cmp_data.
Kenichi Handa
2002-09-30
1
-2
/
+1
*
(run_pre_post_conversion_on_str): Save and restore Vdeactivate_mark.
Richard M. Stallman
2002-09-26
1
-2
/
+6
*
(syms_of_coding): Fix spacing.
Juanma Barranquero
2002-09-06
1
-1
/
+1
*
(Funencodable_char_position): Lisp_Object/int mixup.
Gerd Moellmann
2002-08-13
1
-1
/
+1
*
(unencodable_char_position): New function.
Kenichi Handa
2002-08-11
1
-0
/
+137
*
(Ffind_operation_coding_system): Fix Lisp_Object/int mixup.
Ken Raeburn
2002-08-08
1
-1
/
+1
*
(Ffind_operation_coding_system): For write-region, if
Kenichi Handa
2002-08-08
1
-0
/
+7
*
(detect_coding_iso2022): While checking a byte sequence
Kenichi Handa
2002-07-26
1
-0
/
+6
*
(encode_eol, detect_coding, detect_eol):
Ken Raeburn
2002-07-19
1
-26
/
+30
*
(Ffind_coding_systems_region_interval): Use const for
Ken Raeburn
2002-07-16
1
-1
/
+1
*
Most uses of XSTRING combined with STRING_BYTES or indirection changed to
Ken Raeburn
2002-07-15
1
-41
/
+41
*
Use macro SPECPDL_INDEX.
Juanma Barranquero
2002-07-11
1
-1
/
+1
*
Fix typo.
Juanma Barranquero
2002-07-03
1
-1
/
+1
*
(detect_eol): Preserve coding->cmp_data.
Kenichi Handa
2002-06-24
1
-0
/
+2
*
* coding.c (Fread_coding_system, code_convert_region1)
Ken Raeburn
2002-05-20
1
-5
/
+5
*
(decode_coding) <coding_type_ccl>: If a lone CR
Eli Zaretskii
2002-05-11
1
-6
/
+14
*
(intersection): Keep the elements of the returned list
Andreas Schwab
2002-05-11
1
-4
/
+7
*
(encode_coding_sjis_big5): Enclose bitwise AND in
Eli Zaretskii
2002-05-10
1
-1
/
+1
*
(run_pre_post_conversion_on_str):
Richard M. Stallman
2002-04-13
1
-3
/
+16
*
(syms_of_coding) <file-coding-system-alist>: Doc fix
Andreas Schwab
2002-03-11
1
-2
/
+2
*
(decode_composition_emacs_mule):
Richard M. Stallman
2002-02-01
1
-0
/
+4
*
(code_convert_region): Don't copy old text if undo disabled.
Richard M. Stallman
2002-01-11
1
-2
/
+15
*
(code_convert_region): Update coding->cmp_data->char_offset
Richard M. Stallman
2001-12-17
1
-1
/
+5
*
(DECODE_COMPOSITION_END): Fixed a typo in the last
Sam Steingold
2001-12-17
1
-21
/
+21
*
(DECODE_COMPOSITION_END): Check for ! COMPOSING (coding)
Richard M. Stallman
2001-12-17
1
-1
/
+1
*
(setup_coding_system, shrink_encoding_region)
Pavel Janík
2001-12-09
1
-10
/
+10
*
(syms_of_coding) <Qchar_coding_system>: Give it an
Dave Love
2001-11-29
1
-3
/
+4
*
(decode_coding_string): Remove unused variable `gcpro1'.
Pavel Janík
2001-11-28
1
-1
/
+0
*
(syms_of_coding): Doc fix.
Richard M. Stallman
2001-11-14
1
-2
/
+2
*
Doc fix.
Pavel Janík
2001-11-13
1
-1
/
+1
*
(encode_coding): Use precomputed value of `src'.
Pavel Janík
2001-11-09
1
-4
/
+1
*
Change doc-string comments to `new style' [w/`doc:' keyword].
Pavel Janík
2001-11-04
1
-264
/
+267
*
Update usage of CHECK_ macros (remove unused second argument).
Pavel Janík
2001-11-02
1
-21
/
+21
*
(syms_of_coding): Document that locale-coding-system is
Eli Zaretskii
2001-10-29
1
-1
/
+2
*
(Ffind_operation_coding_system): Add usage: string to doc string.
Miles Bader
2001-10-21
1
-1
/
+3
*
Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
Ken Raeburn
2001-10-16
1
-1
/
+1
*
Use SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of accessing
Gerd Moellmann
2001-10-05
1
-2
/
+2
*
(code_convert_region): Handle the multibyte case if
Gerd Moellmann
2001-07-23
1
-4
/
+21
*
* coding.c (setup_coding_system): Don't do any designation based on reg_bits if
Ken Raeburn
2001-07-17
1
-1
/
+1
*
(Ffind_coding_systems_region_internal): If safe_codings
Stefan Monnier
2001-07-12
1
-1
/
+3
*
comment
Dave Love
2001-04-05
1
-3
/
+3
[next]