Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pigz
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
la
platform
external
pigz
Commits
56fc9bd4
Commit
56fc9bd4
authored
4 years ago
by
Mark Adler
Browse files
Options
Downloads
Patches
Plain Diff
Update yarn version, copyright year, and history.
parent
189866f3
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
yarn.c
+4
-3
4 additions, 3 deletions
yarn.c
yarn.h
+2
-2
2 additions, 2 deletions
yarn.h
with
6 additions
and
5 deletions
yarn.c
+
4
−
3
View file @
56fc9bd4
/* yarn.c -- generic thread operations implemented using pthread functions
* Copyright (C) 2008, 2011, 2012, 2015, 2018, 2019 Mark Adler
* Version 1.
6
3
Apr 20
19
Mark Adler
* Copyright (C) 2008, 2011, 2012, 2015, 2018, 2019
, 2020
Mark Adler
* Version 1.
7
12
Apr 20
20
Mark Adler
* For conditions of distribution and use, see copyright notice in yarn.h
*/
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
yarn.h
+
2
−
2
View file @
56fc9bd4
/* yarn.h -- generic interface for thread operations
* Copyright (C) 2008, 2011, 2012, 2015, 2018 Mark Adler
* Version 1.
5
8 May
20
18
Mark Adler
* Copyright (C) 2008, 2011, 2012, 2015, 2018
, 2019, 2020
Mark Adler
* Version 1.
7
12 Apr
20
20
Mark Adler
*/
/*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment