Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 17 additions & 3 deletions language-snippets.ent
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: a52e3d27cca786940272d0ae8efc21b5d6739070 Maintainer: Gregory Status: ready -->
<!-- EN-Revision: be246a268d0d5ab0b215c429cb031e70c98327ef Maintainer: Gregory Status: ready -->
<!-- CREDITS: dallas, mowangjuanzi, Luffy -->
<!-- 请保持此文件与英文文件中相应的每个 ENTITY 行号一一对应以便于对照,修改与更新! -->

Expand Down Expand Up @@ -852,6 +852,20 @@ xmlns="http://docbook.org/ns/docbook" linkend="context">上下文(context)</
</entry>
</row>'>

<!ENTITY return.type.true.84 '<row xmlns="http://docbook.org/ns/docbook">
<entry>8.4.0</entry>
<entry>
返回值类型现在是 &true;;之前是 <type>bool</type>。
</entry>
</row>'>

<!ENTITY return.type.true.85 '<row xmlns="http://docbook.org/ns/docbook">
<entry>8.5.0</entry>
<entry>
返回值类型现在是 &true;;之前是 <type>bool</type>。
</entry>
</row>'>

<!ENTITY return.falseforfailure ' 或者在失败时返回 &false;'>
<!ENTITY return.falseforfailure.style.procedural '&style.procedural;在失败时返回 &false;。'>

Expand Down Expand Up @@ -1240,15 +1254,15 @@ purposes.</simpara></warning>'>
<entry>8.0.0</entry>
<entry>
<parameter>broker</parameter> expects an <classname>EnchantBroker</classname> instance now;
previoulsy, a &resource; was expected.
previously, a &resource; was expected.
</entry>
</row>'>

<!ENTITY enchant.changelog.dictionary-param '<row xmlns="http://docbook.org/ns/docbook">
<entry>8.0.0</entry>
<entry>
<parameter>dictionary</parameter> expects an <classname>EnchantDictionary</classname> instance now;
previoulsy, a &resource; was expected.
previously, a &resource; was expected.
</entry>
</row>'>

Expand Down
22 changes: 20 additions & 2 deletions reference/readline/functions/readline-add-history.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 53208f9bd0a035a4e1409ba700106540474c9ef1 Maintainer: Szopen Xiao Status: ready -->
<!-- CREDITS: mowangjuanzi -->
<!-- EN-Revision: be246a268d0d5ab0b215c429cb031e70c98327ef Maintainer: Szopen Xiao Status: ready -->
<!-- CREDITS: mowangjuanzi, Luffy -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.readline-add-history">
<refnamediv>
<refname>readline_add_history</refname>
Expand Down Expand Up @@ -39,6 +39,24 @@
&return.true.always;
</simpara>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
&return.type.true.85;
</tbody>
</tgroup>
</informaltable>
</refsect1>

</refentry>
<!-- Keep this comment at the end of the file
Local variables:
Expand Down
21 changes: 19 additions & 2 deletions reference/readline/functions/readline-callback-handler-install.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 53208f9bd0a035a4e1409ba700106540474c9ef1 Maintainer: Szopen Xiao Status: ready -->
<!-- CREDITS: mowangjuanzi -->
<!-- EN-Revision: be246a268d0d5ab0b215c429cb031e70c98327ef Maintainer: Szopen Xiao Status: ready -->
<!-- CREDITS: mowangjuanzi, Luffy -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.readline-callback-handler-install">
<refnamediv>
<refname>readline_callback_handler_install</refname>
Expand Down Expand Up @@ -53,6 +53,23 @@
</simpara>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
&return.type.true.85;
</tbody>
</tgroup>
</informaltable>
</refsect1>

<refsect1 role="examples">
&reftitle.examples;
<example>
Expand Down
22 changes: 20 additions & 2 deletions reference/readline/functions/readline-clear-history.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 53208f9bd0a035a4e1409ba700106540474c9ef1 Maintainer: Szopen Xiao Status: ready -->
<!-- CREDITS: mowangjuanzi -->
<!-- EN-Revision: be246a268d0d5ab0b215c429cb031e70c98327ef Maintainer: Szopen Xiao Status: ready -->
<!-- CREDITS: mowangjuanzi, Luffy -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.readline-clear-history">
<refnamediv>
<refname>readline_clear_history</refname>
Expand Down Expand Up @@ -30,6 +30,24 @@
&return.true.always;
</simpara>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
&return.type.true.85;
</tbody>
</tgroup>
</informaltable>
</refsect1>

</refentry>
<!-- Keep this comment at the end of the file
Local variables:
Expand Down