From 122f96c362c0391045d9b10d81d3681cb2455da5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= Date: Mon, 4 May 2020 16:27:48 +0900 Subject: sed -i s/ruby3/rbimpl/g --- include/ruby/impl/intern/array.h | 2 +- include/ruby/impl/intern/bignum.h | 2 +- include/ruby/impl/intern/class.h | 2 +- include/ruby/impl/intern/compar.h | 2 +- include/ruby/impl/intern/complex.h | 2 +- include/ruby/impl/intern/cont.h | 2 +- include/ruby/impl/intern/dir.h | 2 +- include/ruby/impl/intern/enum.h | 2 +- include/ruby/impl/intern/enumerator.h | 2 +- include/ruby/impl/intern/error.h | 2 +- include/ruby/impl/intern/eval.h | 2 +- include/ruby/impl/intern/file.h | 2 +- include/ruby/impl/intern/gc.h | 2 +- include/ruby/impl/intern/hash.h | 2 +- include/ruby/impl/intern/io.h | 2 +- include/ruby/impl/intern/load.h | 2 +- include/ruby/impl/intern/marshal.h | 2 +- include/ruby/impl/intern/numeric.h | 2 +- include/ruby/impl/intern/object.h | 2 +- include/ruby/impl/intern/parse.h | 2 +- include/ruby/impl/intern/proc.h | 2 +- include/ruby/impl/intern/process.h | 2 +- include/ruby/impl/intern/random.h | 2 +- include/ruby/impl/intern/range.h | 2 +- include/ruby/impl/intern/rational.h | 2 +- include/ruby/impl/intern/re.h | 2 +- include/ruby/impl/intern/ruby.h | 2 +- include/ruby/impl/intern/select.h | 2 +- include/ruby/impl/intern/select/largesize.h | 2 +- include/ruby/impl/intern/select/posix.h | 2 +- include/ruby/impl/intern/select/win32.h | 2 +- include/ruby/impl/intern/signal.h | 2 +- include/ruby/impl/intern/sprintf.h | 2 +- include/ruby/impl/intern/string.h | 70 ++++++++++++++--------------- include/ruby/impl/intern/struct.h | 2 +- include/ruby/impl/intern/thread.h | 2 +- include/ruby/impl/intern/time.h | 2 +- include/ruby/impl/intern/variable.h | 2 +- include/ruby/impl/intern/vm.h | 2 +- 39 files changed, 73 insertions(+), 73 deletions(-) (limited to 'include/ruby/impl/intern') diff --git a/include/ruby/impl/intern/array.h b/include/ruby/impl/intern/array.h index e95bde56ff..bfa12191c4 100644 --- a/include/ruby/impl/intern/array.h +++ b/include/ruby/impl/intern/array.h @@ -7,7 +7,7 @@ * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. - * @warning Symbols prefixed with either `RBIMPL` or `ruby3` are + * @warning Symbols prefixed with either `RBIMPL` or `rbimpl` are * implementation details. Don't take them as canon. They could * rapidly appear then vanish. The name (path) of this header file * is also an implementation detail. Do not expect it to persist diff --git a/include/ruby/impl/intern/bignum.h b/include/ruby/impl/intern/bignum.h index 0117fa3d45..5af4c0ae42 100644 --- a/include/ruby/impl/intern/bignum.h +++ b/include/ruby/impl/intern/bignum.h @@ -7,7 +7,7 @@ * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. - * @warning Symbols prefixed with either `RBIMPL` or `ruby3` are + * @warning Symbols prefixed with either `RBIMPL` or `rbimpl` are * implementation details. Don't take them as canon. They could * rapidly appear then vanish. The name (path) of this header file * is also an implementation detail. Do not expect it to persist diff --git a/include/ruby/impl/intern/class.h b/include/ruby/impl/intern/class.h index d7243b2988..7a1cadd5b4 100644 --- a/include/ruby/impl/intern/class.h +++ b/include/ruby/impl/intern/class.h @@ -7,7 +7,7 @@ * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. - * @warning Symbols prefixed with either `RBIMPL` or `ruby3` are + * @warning Symbols prefixed with either `RBIMPL` or `rbimpl` are * implementation details. Don't take them as canon. They could * rapidly appear then vanish. The name (path) of this header file * is also an implementation detail. Do not expect it to persist diff --git a/include/ruby/impl/intern/compar.h b/include/ruby/impl/intern/compar.h index 1a45df411c..c762dc1e24 100644 --- a/include/ruby/impl/intern/compar.h +++ b/include/ruby/impl/intern/compar.h @@ -7,7 +7,7 @@ * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. - * @warning Symbols prefixed with either `RBIMPL` or `ruby3` are + * @warning Symbols prefixed with either `RBIMPL` or `rbimpl` are * implementation details. Don't take them as canon. They could * rapidly appear then vanish. The name (path) of this header file * is also an implementation detail. Do not expect it to persist diff --git a/include/ruby/impl/intern/complex.h b/include/ruby/impl/intern/complex.h index 0244e03715..c3841cfdb6 100644 --- a/include/ruby/impl/intern/complex.h +++ b/include/ruby/impl/intern/complex.h @@ -7,7 +7,7 @@ * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. - * @warning Symbols prefixed with either `RBIMPL` or `ruby3` are + * @warning Symbols prefixed with either `RBIMPL` or `rbimpl` are * implementation details. Don't take them as canon. They could * rapidly appear then vanish. The name (path) of this header file * is also an implementation detail. Do not expect it to persist diff --git a/include/ruby/impl/intern/cont.h b/include/ruby/impl/intern/cont.h index d68f7abe47..16c3cf8be1 100644 --- a/include/ruby/impl/intern/cont.h +++ b/include/ruby/impl/intern/cont.h @@ -7,7 +7,7 @@ * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. - * @warning Symbols prefixed with either `RBIMPL` or `ruby3` are + * @warning Symbols prefixed with either `RBIMPL` or `rbimpl` are * implementation details. Don't take them as canon. They could * rapidly appear then vanish. The name (path) of this header file * is also an implementation detail. Do not expect it to persist diff --git a/include/ruby/impl/intern/dir.h b/include/ruby/impl/intern/dir.h index 2b773d0974..6fcf274a28 100644 --- a/include/ruby/impl/intern/dir.h +++ b/include/ruby/impl/intern/dir.h @@ -7,7 +7,7 @@ * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. - * @warning Symbols prefixed with either `RBIMPL` or `ruby3` are + * @warning Symbols prefixed with either `RBIMPL` or `rbimpl` are * implementation details. Don't take them as canon. They could * rapidly appear then vanish. The name (path) of this header file * is also an implementation detail. Do not expect it to persist diff --git a/include/ruby/impl/intern/enum.h b/include/ruby/impl/intern/enum.h index 7a0c15d6e7..ef6fffe444 100644 --- a/include/ruby/impl/intern/enum.h +++ b/include/ruby/impl/intern/enum.h @@ -7,7 +7,7 @@ * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. - * @warning Symbols prefixed with either `RBIMPL` or `ruby3` are + * @warning Symbols prefixed with either `RBIMPL` or `rbimpl` are * implementation details. Don't take them as canon. They could * rapidly appear then vanish. The name (path) of this header file * is also an implementation detail. Do not expect it to persist diff --git a/include/ruby/impl/intern/enumerator.h b/include/ruby/impl/intern/enumerator.h index 133e5574bd..8f64b58de2 100644 --- a/include/ruby/impl/intern/enumerator.h +++ b/include/ruby/impl/intern/enumerator.h @@ -7,7 +7,7 @@ * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. - * @warning Symbols prefixed with either `RBIMPL` or `ruby3` are + * @warning Symbols prefixed with either `RBIMPL` or `rbimpl` are * implementation details. Don't take them as canon. They could * rapidly appear then vanish. The name (path) of this header file * is also an implementation detail. Do not expect it to persist diff --git a/include/ruby/impl/intern/error.h b/include/ruby/impl/intern/error.h index a319ceb248..0cc5e1c858 100644 --- a/include/ruby/impl/intern/error.h +++ b/include/ruby/impl/intern/error.h @@ -7,7 +7,7 @@ * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. - * @warning Symbols prefixed with either `RBIMPL` or `ruby3` are + * @warning Symbols prefixed with either `RBIMPL` or `rbimpl` are * implementation details. Don't take them as canon. They could * rapidly appear then vanish. The name (path) of this header file * is also an implementation detail. Do not expect it to persist diff --git a/include/ruby/impl/intern/eval.h b/include/ruby/impl/intern/eval.h index a2fff009c3..75374df6be 100644 --- a/include/ruby/impl/intern/eval.h +++ b/include/ruby/impl/intern/eval.h @@ -7,7 +7,7 @@ * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. - * @warning Symbols prefixed with either `RBIMPL` or `ruby3` are + * @warning Symbols prefixed with either `RBIMPL` or `rbimpl` are * implementation details. Don't take them as canon. They could * rapidly appear then vanish. The name (path) of this header file * is also an implementation detail. Do not expect it to persist diff --git a/include/ruby/impl/intern/file.h b/include/ruby/impl/intern/file.h index 8d3c2ab166..ed8e50cba6 100644 --- a/include/ruby/impl/intern/file.h +++ b/include/ruby/impl/intern/file.h @@ -7,7 +7,7 @@ * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. - * @warning Symbols prefixed with either `RBIMPL` or `ruby3` are + * @warning Symbols prefixed with either `RBIMPL` or `rbimpl` are * implementation details. Don't take them as canon. They could * rapidly appear then vanish. The name (path) of this header file * is also an implementation detail. Do not expect it to persist diff --git a/include/ruby/impl/intern/gc.h b/include/ruby/impl/intern/gc.h index 2d036c56cf..a75785cc49 100644 --- a/include/ruby/impl/intern/gc.h +++ b/include/ruby/impl/intern/gc.h @@ -7,7 +7,7 @@ * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. - * @warning Symbols prefixed with either `RBIMPL` or `ruby3` are + * @warning Symbols prefixed with either `RBIMPL` or `rbimpl` are * implementation details. Don't take them as canon. They could * rapidly appear then vanish. The name (path) of this header file * is also an implementation detail. Do not expect it to persist diff --git a/include/ruby/impl/intern/hash.h b/include/ruby/impl/intern/hash.h index aa82e0bbf5..3f0a930131 100644 --- a/include/ruby/impl/intern/hash.h +++ b/include/ruby/impl/intern/hash.h @@ -7,7 +7,7 @@ * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. - * @warning Symbols prefixed with either `RBIMPL` or `ruby3` are + * @warning Symbols prefixed with either `RBIMPL` or `rbimpl` are * implementation details. Don't take them as canon. They could * rapidly appear then vanish. The name (path) of this header file * is also an implementation detail. Do not expect it to persist diff --git a/include/ruby/impl/intern/io.h b/include/ruby/impl/intern/io.h index 2e8657d780..6b0133dddf 100644 --- a/include/ruby/impl/intern/io.h +++ b/include/ruby/impl/intern/io.h @@ -7,7 +7,7 @@ * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. - * @warning Symbols prefixed with either `RBIMPL` or `ruby3` are + * @warning Symbols prefixed with either `RBIMPL` or `rbimpl` are * implementation details. Don't take them as canon. They could * rapidly appear then vanish. The name (path) of this header file * is also an implementation detail. Do not expect it to persist diff --git a/include/ruby/impl/intern/load.h b/include/ruby/impl/intern/load.h index 83a2bee5bf..d165237bfc 100644 --- a/include/ruby/impl/intern/load.h +++ b/include/ruby/impl/intern/load.h @@ -7,7 +7,7 @@ * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. - * @warning Symbols prefixed with either `RBIMPL` or `ruby3` are + * @warning Symbols prefixed with either `RBIMPL` or `rbimpl` are * implementation details. Don't take them as canon. They could * rapidly appear then vanish. The name (path) of this header file * is also an implementation detail. Do not expect it to persist diff --git a/include/ruby/impl/intern/marshal.h b/include/ruby/impl/intern/marshal.h index 5f59a44d5a..88473ba4e3 100644 --- a/include/ruby/impl/intern/marshal.h +++ b/include/ruby/impl/intern/marshal.h @@ -7,7 +7,7 @@ * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. - * @warning Symbols prefixed with either `RBIMPL` or `ruby3` are + * @warning Symbols prefixed with either `RBIMPL` or `rbimpl` are * implementation details. Don't take them as canon. They could * rapidly appear then vanish. The name (path) of this header file * is also an implementation detail. Do not expect it to persist diff --git a/include/ruby/impl/intern/numeric.h b/include/ruby/impl/intern/numeric.h index c26191d40a..fa4b1daa74 100644 --- a/include/ruby/impl/intern/numeric.h +++ b/include/ruby/impl/intern/numeric.h @@ -7,7 +7,7 @@ * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. - * @warning Symbols prefixed with either `RBIMPL` or `ruby3` are + * @warning Symbols prefixed with either `RBIMPL` or `rbimpl` are * implementation details. Don't take them as canon. They could * rapidly appear then vanish. The name (path) of this header file * is also an implementation detail. Do not expect it to persist diff --git a/include/ruby/impl/intern/object.h b/include/ruby/impl/intern/object.h index 0436801644..808836fbda 100644 --- a/include/ruby/impl/intern/object.h +++ b/include/ruby/impl/intern/object.h @@ -7,7 +7,7 @@ * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. - * @warning Symbols prefixed with either `RBIMPL` or `ruby3` are + * @warning Symbols prefixed with either `RBIMPL` or `rbimpl` are * implementation details. Don't take them as canon. They could * rapidly appear then vanish. The name (path) of this header file * is also an implementation detail. Do not expect it to persist diff --git a/include/ruby/impl/intern/parse.h b/include/ruby/impl/intern/parse.h index dbdb3f21a9..cc6424f539 100644 --- a/include/ruby/impl/intern/parse.h +++ b/include/ruby/impl/intern/parse.h @@ -7,7 +7,7 @@ * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. - * @warning Symbols prefixed with either `RBIMPL` or `ruby3` are + * @warning Symbols prefixed with either `RBIMPL` or `rbimpl` are * implementation details. Don't take them as canon. They could * rapidly appear then vanish. The name (path) of this header file * is also an implementation detail. Do not expect it to persist diff --git a/include/ruby/impl/intern/proc.h b/include/ruby/impl/intern/proc.h index de3154e505..7ee864d9a3 100644 --- a/include/ruby/impl/intern/proc.h +++ b/include/ruby/impl/intern/proc.h @@ -7,7 +7,7 @@ * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. - * @warning Symbols prefixed with either `RBIMPL` or `ruby3` are + * @warning Symbols prefixed with either `RBIMPL` or `rbimpl` are * implementation details. Don't take them as canon. They could * rapidly appear then vanish. The name (path) of this header file * is also an implementation detail. Do not expect it to persist diff --git a/include/ruby/impl/intern/process.h b/include/ruby/impl/intern/process.h index 2c9b95426d..bbbea1f86a 100644 --- a/include/ruby/impl/intern/process.h +++ b/include/ruby/impl/intern/process.h @@ -7,7 +7,7 @@ * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. - * @warning Symbols prefixed with either `RBIMPL` or `ruby3` are + * @warning Symbols prefixed with either `RBIMPL` or `rbimpl` are * implementation details. Don't take them as canon. They could * rapidly appear then vanish. The name (path) of this header file * is also an implementation detail. Do not expect it to persist diff --git a/include/ruby/impl/intern/random.h b/include/ruby/impl/intern/random.h index 6c655ef1d0..2f054cd688 100644 --- a/include/ruby/impl/intern/random.h +++ b/include/ruby/impl/intern/random.h @@ -7,7 +7,7 @@ * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. - * @warning Symbols prefixed with either `RBIMPL` or `ruby3` are + * @warning Symbols prefixed with either `RBIMPL` or `rbimpl` are * implementation details. Don't take them as canon. They could * rapidly appear then vanish. The name (path) of this header file * is also an implementation detail. Do not expect it to persist diff --git a/include/ruby/impl/intern/range.h b/include/ruby/impl/intern/range.h index 06b5231e42..0841baa0d5 100644 --- a/include/ruby/impl/intern/range.h +++ b/include/ruby/impl/intern/range.h @@ -7,7 +7,7 @@ * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. - * @warning Symbols prefixed with either `RBIMPL` or `ruby3` are + * @warning Symbols prefixed with either `RBIMPL` or `rbimpl` are * implementation details. Don't take them as canon. They could * rapidly appear then vanish. The name (path) of this header file * is also an implementation detail. Do not expect it to persist diff --git a/include/ruby/impl/intern/rational.h b/include/ruby/impl/intern/rational.h index 1388814aa3..d56a6ec752 100644 --- a/include/ruby/impl/intern/rational.h +++ b/include/ruby/impl/intern/rational.h @@ -7,7 +7,7 @@ * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. - * @warning Symbols prefixed with either `RBIMPL` or `ruby3` are + * @warning Symbols prefixed with either `RBIMPL` or `rbimpl` are * implementation details. Don't take them as canon. They could * rapidly appear then vanish. The name (path) of this header file * is also an implementation detail. Do not expect it to persist diff --git a/include/ruby/impl/intern/re.h b/include/ruby/impl/intern/re.h index 7de6e24a60..4392cef1a2 100644 --- a/include/ruby/impl/intern/re.h +++ b/include/ruby/impl/intern/re.h @@ -7,7 +7,7 @@ * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. - * @warning Symbols prefixed with either `RBIMPL` or `ruby3` are + * @warning Symbols prefixed with either `RBIMPL` or `rbimpl` are * implementation details. Don't take them as canon. They could * rapidly appear then vanish. The name (path) of this header file * is also an implementation detail. Do not expect it to persist diff --git a/include/ruby/impl/intern/ruby.h b/include/ruby/impl/intern/ruby.h index 864b6f3f9e..bbfda510d5 100644 --- a/include/ruby/impl/intern/ruby.h +++ b/include/ruby/impl/intern/ruby.h @@ -7,7 +7,7 @@ * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. - * @warning Symbols prefixed with either `RBIMPL` or `ruby3` are + * @warning Symbols prefixed with either `RBIMPL` or `rbimpl` are * implementation details. Don't take them as canon. They could * rapidly appear then vanish. The name (path) of this header file * is also an implementation detail. Do not expect it to persist diff --git a/include/ruby/impl/intern/select.h b/include/ruby/impl/intern/select.h index 51272af219..09244dcce5 100644 --- a/include/ruby/impl/intern/select.h +++ b/include/ruby/impl/intern/select.h @@ -7,7 +7,7 @@ * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. - * @warning Symbols prefixed with either `RBIMPL` or `ruby3` are + * @warning Symbols prefixed with either `RBIMPL` or `rbimpl` are * implementation details. Don't take them as canon. They could * rapidly appear then vanish. The name (path) of this header file * is also an implementation detail. Do not expect it to persist diff --git a/include/ruby/impl/intern/select/largesize.h b/include/ruby/impl/intern/select/largesize.h index ce3b79510e..c5f321f1dc 100644 --- a/include/ruby/impl/intern/select/largesize.h +++ b/include/ruby/impl/intern/select/largesize.h @@ -7,7 +7,7 @@ * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. - * @warning Symbols prefixed with either `RBIMPL` or `ruby3` are + * @warning Symbols prefixed with either `RBIMPL` or `rbimpl` are * implementation details. Don't take them as canon. They could * rapidly appear then vanish. The name (path) of this header file * is also an implementation detail. Do not expect it to persist diff --git a/include/ruby/impl/intern/select/posix.h b/include/ruby/impl/intern/select/posix.h index 1c2738a336..a2ac51df92 100644 --- a/include/ruby/impl/intern/select/posix.h +++ b/include/ruby/impl/intern/select/posix.h @@ -7,7 +7,7 @@ * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. - * @warning Symbols prefixed with either `RBIMPL` or `ruby3` are + * @warning Symbols prefixed with either `RBIMPL` or `rbimpl` are * implementation details. Don't take them as canon. They could * rapidly appear then vanish. The name (path) of this header file * is also an implementation detail. Do not expect it to persist diff --git a/include/ruby/impl/intern/select/win32.h b/include/ruby/impl/intern/select/win32.h index f45a733f59..0a1da61e63 100644 --- a/include/ruby/impl/intern/select/win32.h +++ b/include/ruby/impl/intern/select/win32.h @@ -7,7 +7,7 @@ * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. - * @warning Symbols prefixed with either `RBIMPL` or `ruby3` are + * @warning Symbols prefixed with either `RBIMPL` or `rbimpl` are * implementation details. Don't take them as canon. They could * rapidly appear then vanish. The name (path) of this header file * is also an implementation detail. Do not expect it to persist diff --git a/include/ruby/impl/intern/signal.h b/include/ruby/impl/intern/signal.h index 54350f5207..43ce470c2e 100644 --- a/include/ruby/impl/intern/signal.h +++ b/include/ruby/impl/intern/signal.h @@ -7,7 +7,7 @@ * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. - * @warning Symbols prefixed with either `RBIMPL` or `ruby3` are + * @warning Symbols prefixed with either `RBIMPL` or `rbimpl` are * implementation details. Don't take them as canon. They could * rapidly appear then vanish. The name (path) of this header file * is also an implementation detail. Do not expect it to persist diff --git a/include/ruby/impl/intern/sprintf.h b/include/ruby/impl/intern/sprintf.h index 49542f28d8..c2b1818cdf 100644 --- a/include/ruby/impl/intern/sprintf.h +++ b/include/ruby/impl/intern/sprintf.h @@ -7,7 +7,7 @@ * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. - * @warning Symbols prefixed with either `RBIMPL` or `ruby3` are + * @warning Symbols prefixed with either `RBIMPL` or `rbimpl` are * implementation details. Don't take them as canon. They could * rapidly appear then vanish. The name (path) of this header file * is also an implementation detail. Do not expect it to persist diff --git a/include/ruby/impl/intern/string.h b/include/ruby/impl/intern/string.h index ebfbe71eae..ba4107c79f 100644 --- a/include/ruby/impl/intern/string.h +++ b/include/ruby/impl/intern/string.h @@ -7,7 +7,7 @@ * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. - * @warning Symbols prefixed with either `RBIMPL` or `ruby3` are + * @warning Symbols prefixed with either `RBIMPL` or `rbimpl` are * implementation details. Don't take them as canon. They could * rapidly appear then vanish. The name (path) of this header file * is also an implementation detail. Do not expect it to persist @@ -133,13 +133,13 @@ VALUE rb_str_succ(VALUE); RBIMPL_ATTR_NONNULL(()) static inline long -ruby3_strlen(const char *str) +rbimpl_strlen(const char *str) { return RBIMPL_CAST((long)strlen(str)); } static inline VALUE -ruby3_str_new(const char *str, long len) +rbimpl_str_new(const char *str, long len) { if /* constexpr */ (! RBIMPL_CONSTANT_P(str)) { return rb_str_new(str, len); @@ -153,19 +153,19 @@ ruby3_str_new(const char *str, long len) } static inline VALUE -ruby3_str_new_cstr(const char *str) +rbimpl_str_new_cstr(const char *str) { if /* constexpr */ (! RBIMPL_CONSTANT_P(str)) { return rb_str_new_cstr(str); } else { - long len = ruby3_strlen(str); + long len = rbimpl_strlen(str); return rb_str_new_static(str, len); } } static inline VALUE -ruby3_usascii_str_new(const char *str, long len) +rbimpl_usascii_str_new(const char *str, long len) { if /* constexpr */ (! RBIMPL_CONSTANT_P(str)) { return rb_usascii_str_new(str, len); @@ -179,7 +179,7 @@ ruby3_usascii_str_new(const char *str, long len) } static inline VALUE -ruby3_utf8_str_new(const char *str, long len) +rbimpl_utf8_str_new(const char *str, long len) { if /* constexpr */ (! RBIMPL_CONSTANT_P(str)) { return rb_utf8_str_new(str, len); @@ -193,114 +193,114 @@ ruby3_utf8_str_new(const char *str, long len) } static inline VALUE -ruby3_tainted_str_new_cstr(const char *str) +rbimpl_tainted_str_new_cstr(const char *str) { if /* constexpr */ (! RBIMPL_CONSTANT_P(str)) { return rb_tainted_str_new_cstr(str); } else { - long len = ruby3_strlen(str); + long len = rbimpl_strlen(str); return rb_tainted_str_new(str, len); } } static inline VALUE -ruby3_usascii_str_new_cstr(const char *str) +rbimpl_usascii_str_new_cstr(const char *str) { if /* constexpr */ (! RBIMPL_CONSTANT_P(str)) { return rb_usascii_str_new_cstr(str); } else { - long len = ruby3_strlen(str); + long len = rbimpl_strlen(str); return rb_usascii_str_new_static(str, len); } } static inline VALUE -ruby3_utf8_str_new_cstr(const char *str) +rbimpl_utf8_str_new_cstr(const char *str) { if /* constexpr */ (! RBIMPL_CONSTANT_P(str)) { return rb_utf8_str_new_cstr(str); } else { - long len = ruby3_strlen(str); + long len = rbimpl_strlen(str); return rb_utf8_str_new_static(str, len); } } static inline VALUE -ruby3_external_str_new_cstr(const char *str) +rbimpl_external_str_new_cstr(const char *str) { if /* constexpr */ (! RBIMPL_CONSTANT_P(str)) { return rb_external_str_new_cstr(str); } else { - long len = ruby3_strlen(str); + long len = rbimpl_strlen(str); return rb_external_str_new(str, len); } } static inline VALUE -ruby3_locale_str_new_cstr(const char *str) +rbimpl_locale_str_new_cstr(const char *str) { if /* constexpr */ (! RBIMPL_CONSTANT_P(str)) { return rb_locale_str_new_cstr(str); } else { - long len = ruby3_strlen(str); + long len = rbimpl_strlen(str); return rb_locale_str_new(str, len); } } static inline VALUE -ruby3_str_buf_new_cstr(const char *str) +rbimpl_str_buf_new_cstr(const char *str) { if /* constexpr */ (! RBIMPL_CONSTANT_P(str)) { return rb_str_buf_new_cstr(str); } else { - long len = ruby3_strlen(str); + long len = rbimpl_strlen(str); VALUE buf = rb_str_buf_new(len); return rb_str_buf_cat(buf, str, len); } } static inline VALUE -ruby3_str_cat_cstr(VALUE buf, const char *str) +rbimpl_str_cat_cstr(VALUE buf, const char *str) { if /* constexpr */ (! RBIMPL_CONSTANT_P(str)) { return rb_str_cat_cstr(buf, str); } else { - long len = ruby3_strlen(str); + long len = rbimpl_strlen(str); return rb_str_cat(buf, str, len); } } static inline VALUE -ruby3_exc_new_cstr(VALUE exc, const char *str) +rbimpl_exc_new_cstr(VALUE exc, const char *str) { if /* constexpr */ (! RBIMPL_CONSTANT_P(str)) { return rb_exc_new_cstr(exc, str); } else { - long len = ruby3_strlen(str); + long len = rbimpl_strlen(str); return rb_exc_new(exc, str, len); } } -#define rb_str_new ruby3_str_new -#define rb_str_new_cstr ruby3_str_new_cstr -#define rb_usascii_str_new ruby3_usascii_str_new -#define rb_utf8_str_new ruby3_utf8_str_new -#define rb_tainted_str_new_cstr ruby3_tainted_str_new_cstr -#define rb_usascii_str_new_cstr ruby3_usascii_str_new_cstr -#define rb_utf8_str_new_cstr ruby3_utf8_str_new_cstr -#define rb_external_str_new_cstr ruby3_external_str_new_cstr -#define rb_locale_str_new_cstr ruby3_locale_str_new_cstr -#define rb_str_buf_new_cstr ruby3_str_buf_new_cstr -#define rb_str_cat_cstr ruby3_str_cat_cstr -#define rb_exc_new_cstr ruby3_exc_new_cstr +#define rb_str_new rbimpl_str_new +#define rb_str_new_cstr rbimpl_str_new_cstr +#define rb_usascii_str_new rbimpl_usascii_str_new +#define rb_utf8_str_new rbimpl_utf8_str_new +#define rb_tainted_str_new_cstr rbimpl_tainted_str_new_cstr +#define rb_usascii_str_new_cstr rbimpl_usascii_str_new_cstr +#define rb_utf8_str_new_cstr rbimpl_utf8_str_new_cstr +#define rb_external_str_new_cstr rbimpl_external_str_new_cstr +#define rb_locale_str_new_cstr rbimpl_locale_str_new_cstr +#define rb_str_buf_new_cstr rbimpl_str_buf_new_cstr +#define rb_str_cat_cstr rbimpl_str_cat_cstr +#define rb_exc_new_cstr rbimpl_exc_new_cstr #define rb_str_new2 rb_str_new_cstr #define rb_str_new3 rb_str_new_shared #define rb_str_new4 rb_str_new_frozen diff --git a/include/ruby/impl/intern/struct.h b/include/ruby/impl/intern/struct.h index dce5803719..18d1058d9f 100644 --- a/include/ruby/impl/intern/struct.h +++ b/include/ruby/impl/intern/struct.h @@ -7,7 +7,7 @@ * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. - * @warning Symbols prefixed with either `RBIMPL` or `ruby3` are + * @warning Symbols prefixed with either `RBIMPL` or `rbimpl` are * implementation details. Don't take them as canon. They could * rapidly appear then vanish. The name (path) of this header file * is also an implementation detail. Do not expect it to persist diff --git a/include/ruby/impl/intern/thread.h b/include/ruby/impl/intern/thread.h index 5dbac1a2d1..38784fcca3 100644 --- a/include/ruby/impl/intern/thread.h +++ b/include/ruby/impl/intern/thread.h @@ -7,7 +7,7 @@ * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. - * @warning Symbols prefixed with either `RBIMPL` or `ruby3` are + * @warning Symbols prefixed with either `RBIMPL` or `rbimpl` are * implementation details. Don't take them as canon. They could * rapidly appear then vanish. The name (path) of this header file * is also an implementation detail. Do not expect it to persist diff --git a/include/ruby/impl/intern/time.h b/include/ruby/impl/intern/time.h index 7e27c21983..b49802ccf4 100644 --- a/include/ruby/impl/intern/time.h +++ b/include/ruby/impl/intern/time.h @@ -7,7 +7,7 @@ * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. - * @warning Symbols prefixed with either `RBIMPL` or `ruby3` are + * @warning Symbols prefixed with either `RBIMPL` or `rbimpl` are * implementation details. Don't take them as canon. They could * rapidly appear then vanish. The name (path) of this header file * is also an implementation detail. Do not expect it to persist diff --git a/include/ruby/impl/intern/variable.h b/include/ruby/impl/intern/variable.h index ea5fd84270..d8de93a8d6 100644 --- a/include/ruby/impl/intern/variable.h +++ b/include/ruby/impl/intern/variable.h @@ -7,7 +7,7 @@ * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. - * @warning Symbols prefixed with either `RBIMPL` or `ruby3` are + * @warning Symbols prefixed with either `RBIMPL` or `rbimpl` are * implementation details. Don't take them as canon. They could * rapidly appear then vanish. The name (path) of this header file * is also an implementation detail. Do not expect it to persist diff --git a/include/ruby/impl/intern/vm.h b/include/ruby/impl/intern/vm.h index 3fae369114..1fc8423dde 100644 --- a/include/ruby/impl/intern/vm.h +++ b/include/ruby/impl/intern/vm.h @@ -7,7 +7,7 @@ * Permission is hereby granted, to either redistribute and/or * modify this file, provided that the conditions mentioned in the * file COPYING are met. Consult the file for details. - * @warning Symbols prefixed with either `RBIMPL` or `ruby3` are + * @warning Symbols prefixed with either `RBIMPL` or `rbimpl` are * implementation details. Don't take them as canon. They could * rapidly appear then vanish. The name (path) of this header file * is also an implementation detail. Do not expect it to persist -- cgit v1.2.3