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
6 changes: 3 additions & 3 deletions language-snippets.ent
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 8a910daad2efdfd29acf6766be8bca7c32c3dd2a Maintainer: leonardolara Status: ready --><!-- CREDITS: adiel, ae, atomotavio, fabioluciano, felipe, klaussilveira, rafaelbernard, leonardolara, fernandowobeto, abdalazard -->
<!-- EN-Revision: be246a268d0d5ab0b215c429cb031e70c98327ef Maintainer: leonardolara Status: ready --><!-- CREDITS: adiel, ae, atomotavio, fabioluciano, felipe, klaussilveira, rafaelbernard, leonardolara, fernandowobeto -->

<!ENTITY installation.enabled.disable 'Esta extensão está habilitada por padrão. Ela pode ser desabilitada usando a seguinte opção em tempo de compilação: '>

Expand Down Expand Up @@ -852,8 +852,8 @@ para uma descrição dos <literal xmlns="http://docbook.org/ns/docbook">contexto
</entry>
</row>'>

<!ENTITY return.type.true.84 '<row xmlns="http://docbook.org/ns/docbook">
<entry>8.4.0</entry>
<!ENTITY return.type.true.85 '<row xmlns="http://docbook.org/ns/docbook">
<entry>8.5.0</entry>
<entry>
O tipo do retorno agora é &true;; anteriormente, era <type>bool</type>.
</entry>
Expand Down
20 changes: 19 additions & 1 deletion reference/readline/functions/readline-add-history.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- EN-Revision: 53208f9bd0a035a4e1409ba700106540474c9ef1 Maintainer: fernandowobeto Status: ready --><!-- CREDITS: fernandoc,fernandowobeto -->
<!-- EN-Revision: be246a268d0d5ab0b215c429cb031e70c98327ef Maintainer: fernandowobeto Status: ready --><!-- CREDITS: fernandoc,fernandowobeto -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.readline-add-history">
<refnamediv>
<refname>readline_add_history</refname>
Expand Down Expand Up @@ -37,6 +37,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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 53208f9bd0a035a4e1409ba700106540474c9ef1 Maintainer: leonardolara Status: ready -->
<!-- EN-Revision: be246a268d0d5ab0b215c429cb031e70c98327ef Maintainer: leonardolara Status: ready -->
<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 @@ -57,6 +57,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
20 changes: 19 additions & 1 deletion reference/readline/functions/readline-clear-history.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- EN-Revision: 53208f9bd0a035a4e1409ba700106540474c9ef1 Maintainer: fernandowobeto Status: ready --><!-- CREDITS: fernandoc,fernandowobeto -->
<!-- EN-Revision: be246a268d0d5ab0b215c429cb031e70c98327ef Maintainer: fernandowobeto Status: ready --><!-- CREDITS: fernandoc,fernandowobeto -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.readline-clear-history">
<refnamediv>
<refname>readline_clear_history</refname>
Expand Down Expand Up @@ -28,6 +28,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
Loading