Skip to content

Commit

Permalink
Update yarn version, copyright year, and history.
Browse files Browse the repository at this point in the history
  • Loading branch information
madler committed Apr 13, 2020
1 parent 189866f commit 56fc9bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions yarn.c
@@ -1,6 +1,6 @@
/* yarn.c -- generic thread operations implemented using pthread functions
* Copyright (C) 2008, 2011, 2012, 2015, 2018, 2019 Mark Adler
* Version 1.6 3 Apr 2019 Mark Adler
* Copyright (C) 2008, 2011, 2012, 2015, 2018, 2019, 2020 Mark Adler
* Version 1.7 12 Apr 2020 Mark Adler
* For conditions of distribution and use, see copyright notice in yarn.h
*/

Expand All @@ -21,7 +21,8 @@
Accept and do nothing for NULL argument to free_lock()
1.5 8 May 2018 Remove destruct() to avoid use of pthread_cancel()
Normalize the code style
1.6 3 Apr 2019 Add debugging information to fail() error messages.
1.6 3 Apr 2019 Add debugging information to fail() error messages
1.7 12 Apr 2020 Fix use after free bug in ignition()
*/

// For thread portability.
Expand Down
4 changes: 2 additions & 2 deletions yarn.h
@@ -1,6 +1,6 @@
/* yarn.h -- generic interface for thread operations
* Copyright (C) 2008, 2011, 2012, 2015, 2018 Mark Adler
* Version 1.5 8 May 2018 Mark Adler
* Copyright (C) 2008, 2011, 2012, 2015, 2018, 2019, 2020 Mark Adler
* Version 1.7 12 Apr 2020 Mark Adler
*/

/*
Expand Down

0 comments on commit 56fc9bd

Please sign in to comment.