diff --git a/reference/posix/functions/posix-fpathconf.xml b/reference/posix/functions/posix-fpathconf.xml index 129b08242..100108ff1 100644 --- a/reference/posix/functions/posix-fpathconf.xml +++ b/reference/posix/functions/posix-fpathconf.xml @@ -1,5 +1,5 @@ - + @@ -57,6 +57,30 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.5.0 + + Теперь устанавливает last_error в значение + EBADF и выдаёт ошибку уровня E_WARNING, + когда встречает недопустимый файловый дескриптор. + + + + + + + &reftitle.examples; diff --git a/reference/posix/functions/posix-isatty.xml b/reference/posix/functions/posix-isatty.xml index f45f29174..2e97dd3f6 100644 --- a/reference/posix/functions/posix-isatty.xml +++ b/reference/posix/functions/posix-isatty.xml @@ -1,5 +1,5 @@ - + @@ -47,6 +47,13 @@ + + 8.5.0 + + Теперь выдаёт ошибку уровня E_WARNING, + когда параметр file_descriptor недопустимый. + + 8.4.0 diff --git a/reference/posix/functions/posix-kill.xml b/reference/posix/functions/posix-kill.xml index 10a7abd78..47bacd991 100644 --- a/reference/posix/functions/posix-kill.xml +++ b/reference/posix/functions/posix-kill.xml @@ -1,5 +1,5 @@ - + @@ -51,6 +51,31 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.5.0 + + Теперь выбрасывает исключение ValueError, + когда параметр process_id меньше или больше + значения, которое поддерживает платформа (диапазон знакового + integer или long). + + + + + + + &reftitle.seealso; diff --git a/reference/posix/functions/posix-setpgid.xml b/reference/posix/functions/posix-setpgid.xml index dd77b9994..bc1cd18d2 100644 --- a/reference/posix/functions/posix-setpgid.xml +++ b/reference/posix/functions/posix-setpgid.xml @@ -1,5 +1,5 @@ - + @@ -51,6 +51,31 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.5.0 + + Теперь выбрасывает исключение ValueError, + когда параметр process_id или + process_group_id меньше нуля или больше + значения, которое поддерживает платформа. + + + + + + + &reftitle.seealso; diff --git a/reference/posix/functions/posix-setrlimit.xml b/reference/posix/functions/posix-setrlimit.xml index c6511ca13..2750815bb 100644 --- a/reference/posix/functions/posix-setrlimit.xml +++ b/reference/posix/functions/posix-setrlimit.xml @@ -1,5 +1,5 @@ - + @@ -64,6 +64,31 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.5.0 + + Теперь выбрасывает исключение ValueError, + когда параметр hard_limit или + soft_limit меньше -1, либо когда + soft_limit больше hard_limit. + + + + + + + &reftitle.seealso; diff --git a/reference/posix/functions/posix-ttyname.xml b/reference/posix/functions/posix-ttyname.xml index 94a14fdf0..8ed8874dc 100644 --- a/reference/posix/functions/posix-ttyname.xml +++ b/reference/posix/functions/posix-ttyname.xml @@ -1,5 +1,5 @@ - + @@ -56,6 +56,14 @@ + + 8.5.0 + + Теперь устанавливает last_error в значение + EBADF, когда параметр + file_descriptor недопустимый. + + 8.3.0