1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 09:20:54 -08:00
emacs/lisp/vc
Stefan Monnier 76fea1eba1 Fix misuses of NULL when talking about the NUL character
* lisp/subr.el (inhibit-null-byte-detection): Make it an obsolete alias.

* src/coding.c (setup_coding_system): Use new name.
(detect_coding): Rename null_byte_found => nul_byte_found.
(detect_coding_system): Use new name.
Rename null_byte_found => nul_byte_found.
(Fdefine_coding_system_internal): Use new name.
(syms_of_coding): Rename inhibit-null-byte-detection to
inhibit-nul-byte-detection.
* src/w16select.c (get_clipboard_data): null_char => nul_char.
* src/json.c (check_string_without_embedded_nuls): Rename from
check_string_without_embedded_nulls.
(Fjson_parse_string): Adjust accordingly.
* src/coding.h (enum define_coding_undecided_arg_index)
(enum coding_attr_index): ...null_byte... => ...nul_byte....
* lisp/info.el (info-insert-file-contents, Info-insert-dir):
* lisp/international/mule.el (define-coding-system):
* lisp/vc/vc-git.el (vc-git--call):
* doc/lispref/nonascii.texi (Lisp and Coding Systems): Use the new name.
2019-03-21 23:55:28 -04:00
..
add-log.el More regexp corrections and tweaks 2019-03-08 09:09:40 -08:00
compare-w.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
cvs-status.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
diff-mode.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
diff.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
ediff-diff.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ediff-help.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ediff-hook.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ediff-init.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
ediff-merg.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
ediff-mult.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ediff-ptch.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
ediff-util.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
ediff-vers.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ediff-wind.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
ediff.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
emerge.el * lisp/vc/emerge.el: Use lexical-binding 2018-04-03 23:17:30 -04:00
log-edit.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
log-view.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
pcvs-defs.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
pcvs-info.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
pcvs-parse.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
pcvs-util.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
pcvs.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
smerge-mode.el Merge diff-font-lock-refine and diff-auto-refine-mode into diff-refine 2019-03-03 21:31:05 +01:00
vc-annotate.el * lisp/vc/vc-annotate.el: Better error handling (bug#34532) 2019-02-27 23:18:10 +02:00
vc-bzr.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
vc-cvs.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
vc-dav.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
vc-dir.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
vc-dispatcher.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
vc-filewise.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
vc-git.el Fix misuses of NULL when talking about the NUL character 2019-03-21 23:55:28 -04:00
vc-hg.el Remove some timestamp format assumptions 2019-02-22 13:31:01 -08:00
vc-hooks.el * lisp/vc/vc.el (vc-diff-build-argument-list-internal): Add arg fileset. 2019-03-19 23:52:33 +02:00
vc-mtn.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
vc-rcs.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
vc-sccs.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
vc-src.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
vc-svn.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
vc.el * lisp/vc/vc.el (vc-diff-build-argument-list-internal): Add arg fileset. 2019-03-19 23:52:33 +02:00