-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from ggtakec/master
Updated dependency for fixing bugs in libfullock
- Loading branch information
Showing
4 changed files
with
11 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
chmpx (1.0.51) unstable; urgency=low | ||
|
||
* Updated dependency for fixing bugs in libfullock | ||
* Fixed error/warning for compiling and changed travis.yaml - #2 | ||
|
||
-- Takeshi Nakatani <[email protected]> Tue, 14 Feb 2017 13:01:55 +0900 | ||
|
||
chmpx (1.0.50) unstable; urgency=low | ||
|
||
* First version of open sorce on Github | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule fullock
updated
11 files
+1 −0 | .gitignore | |
+12 −0 | ChangeLog | |
+48 −18 | lib/flckbaselist.tcc | |
+15 −0 | lib/flckshm.cc | |
+1 −0 | lib/flckshm.h | |
+10 −0 | lib/flckshminit.cc | |
+234 −81 | lib/flckthread.cc | |
+10 −1 | lib/flckthread.h | |
+4 −1 | tests/Makefile.am | |
+166 −0 | tests/forktest.cc | |
+21 −1 | tests/test.sh |