@@ -1,3 +1,8 @@
|
|||||||
|
2022-04-22 NIIBE Yutaka <gniibe@fsij.org>
|
||||||
|
|
||||||
|
* VERSION: 1.21.
|
||||||
|
* doc/chopstx.texi (VERSION): 1.21.
|
||||||
|
|
||||||
2022-04-21 NIIBE Yutaka <gniibe@fsij.org>
|
2022-04-21 NIIBE Yutaka <gniibe@fsij.org>
|
||||||
|
|
||||||
Backport the changes from master.
|
Backport the changes from master.
|
||||||
|
|||||||
10
NEWS
10
NEWS
@@ -1,6 +1,16 @@
|
|||||||
NEWS - Noteworthy changes
|
NEWS - Noteworthy changes
|
||||||
|
|
||||||
|
|
||||||
|
* Major changes in Chopstx 1.21
|
||||||
|
|
||||||
|
Released 2022-04-22
|
||||||
|
|
||||||
|
** Fix of struct chx_qh and struct chx_thread/pq/px.
|
||||||
|
|
||||||
|
Good compiler complains/warns for possible different size of
|
||||||
|
structures. To avoid this, access to the objects are fixed.
|
||||||
|
|
||||||
|
|
||||||
* Major changes in Chopstx 1.20
|
* Major changes in Chopstx 1.20
|
||||||
|
|
||||||
Released 2021-10-12
|
Released 2021-10-12
|
||||||
|
|||||||
4
README
4
README
@@ -1,6 +1,6 @@
|
|||||||
Chopstx - Threads and only Threads
|
Chopstx - Threads and only Threads
|
||||||
Version 1.20
|
Version 1.21
|
||||||
2021-10-12
|
2021-04-22
|
||||||
Niibe Yutaka
|
Niibe Yutaka
|
||||||
Flying Stone Technology
|
Flying Stone Technology
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
\input texinfo @c -*-texinfo-*-
|
\input texinfo @c -*-texinfo-*-
|
||||||
@c %**start of header
|
@c %**start of header
|
||||||
@setfilename chopstx.info
|
@setfilename chopstx.info
|
||||||
@set VERSION 1.20
|
@set VERSION 1.21
|
||||||
@settitle Chopstx Reference Manual
|
@settitle Chopstx Reference Manual
|
||||||
@c Unify some of the indices.
|
@c Unify some of the indices.
|
||||||
@syncodeindex tp fn
|
@syncodeindex tp fn
|
||||||
|
|||||||
Reference in New Issue
Block a user