chopstx_poll change

This commit is contained in:
NIIBE Yutaka
2016-06-28 15:48:15 +09:00
parent 40adf95c24
commit 15a4403f24
7 changed files with 42 additions and 22 deletions

11
NEWS
View File

@@ -1,6 +1,17 @@
NEWS - Noteworthy changes
* Major changes in Chopstx 1.1
Released 2016-07-XX
** API change: chopstx_poll
In version 1.0, chopstx_poll has variable arguments. It found
that it's challenging for ffi or lower level C implementation.
An example is that a program touches FPU registers for varargs.
So, we decided to avoid use of varargs in Chopstx.
* Major changes in Chopstx 1.0
Released 2016-06-16