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
26 changes: 25 additions & 1 deletion reference/posix/functions/posix-fpathconf.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 8d417bd83842efbde90dbb51c31f99f474437ce4 Maintainer: sergey Status: ready -->
<!-- EN-Revision: 42ed815ea41bc1ceb3c1417e1aa8778d327e314a Maintainer: sergey Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.posix-fpathconf" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
Expand Down Expand Up @@ -57,6 +57,30 @@
</para>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.5.0</entry>
<entry>
Теперь устанавливает <varname>last_error</varname> в значение
<constant>EBADF</constant> и выдаёт ошибку уровня <constant>E_WARNING</constant>,
когда встречает недопустимый файловый дескриптор.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</refsect1>

<refsect1 role="examples">
&reftitle.examples;
<example xml:id="function.posix-fpathconf.example.basic">
Expand Down
9 changes: 8 additions & 1 deletion reference/posix/functions/posix-isatty.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 394815225713c1aad0007d80f2c3c3592d085084 Maintainer: rjhdby Status: ready -->
<!-- EN-Revision: 42ed815ea41bc1ceb3c1417e1aa8778d327e314a Maintainer: rjhdby Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.posix-isatty" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand Down Expand Up @@ -47,6 +47,13 @@
</row>
</thead>
<tbody>
<row>
<entry>8.5.0</entry>
<entry>
Теперь выдаёт ошибку уровня <constant>E_WARNING</constant>,
когда параметр <parameter>file_descriptor</parameter> недопустимый.
</entry>
</row>
<row>
<entry>8.4.0</entry>
<entry>
Expand Down
27 changes: 26 additions & 1 deletion reference/posix/functions/posix-kill.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 265acc36ee4a1f4553a52030bf1717521c24dfb4 Maintainer: rjhdby Status: ready -->
<!-- EN-Revision: 42ed815ea41bc1ceb3c1417e1aa8778d327e314a Maintainer: rjhdby Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.posix-kill" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand Down Expand Up @@ -51,6 +51,31 @@
</para>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.5.0</entry>
<entry>
Теперь выбрасывает исключение <exceptionname>ValueError</exceptionname>,
когда параметр <parameter>process_id</parameter> меньше или больше
значения, которое поддерживает платформа (диапазон знакового
integer или long).
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</refsect1>

<refsect1 role="seealso">
&reftitle.seealso;
<para>
Expand Down
27 changes: 26 additions & 1 deletion reference/posix/functions/posix-setpgid.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 265acc36ee4a1f4553a52030bf1717521c24dfb4 Maintainer: rjhdby Status: ready -->
<!-- EN-Revision: 42ed815ea41bc1ceb3c1417e1aa8778d327e314a Maintainer: rjhdby Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.posix-setpgid" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand Down Expand Up @@ -51,6 +51,31 @@
</para>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.5.0</entry>
<entry>
Теперь выбрасывает исключение <exceptionname>ValueError</exceptionname>,
когда параметр <parameter>process_id</parameter> или
<parameter>process_group_id</parameter> меньше нуля или больше
значения, которое поддерживает платформа.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</refsect1>

<refsect1 role="seealso">
&reftitle.seealso;
<para>
Expand Down
27 changes: 26 additions & 1 deletion reference/posix/functions/posix-setrlimit.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 265acc36ee4a1f4553a52030bf1717521c24dfb4 Maintainer: rjhdby Status: ready -->
<!-- EN-Revision: 42ed815ea41bc1ceb3c1417e1aa8778d327e314a Maintainer: rjhdby Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.posix-setrlimit" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand Down Expand Up @@ -64,6 +64,31 @@
</para>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.5.0</entry>
<entry>
Теперь выбрасывает исключение <exceptionname>ValueError</exceptionname>,
когда параметр <parameter>hard_limit</parameter> или
<parameter>soft_limit</parameter> меньше -1, либо когда
<parameter>soft_limit</parameter> больше <parameter>hard_limit</parameter>.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</refsect1>

<refsect1 role="seealso">
&reftitle.seealso;
<para>
Expand Down
10 changes: 9 additions & 1 deletion reference/posix/functions/posix-ttyname.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 9c166423255b3d5e02f74232f2d05fd3b59d5d62 Maintainer: rjhdby Status: ready -->
<!-- EN-Revision: 42ed815ea41bc1ceb3c1417e1aa8778d327e314a Maintainer: rjhdby Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.posix-ttyname" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand Down Expand Up @@ -56,6 +56,14 @@
</row>
</thead>
<tbody>
<row>
<entry>8.5.0</entry>
<entry>
Теперь устанавливает <varname>last_error</varname> в значение
<constant>EBADF</constant>, когда параметр
<parameter>file_descriptor</parameter> недопустимый.
</entry>
</row>
<row>
<entry>8.3.0</entry>
<entry>
Expand Down
Loading