Merge branch 'Integration_3.1.0'

This commit is contained in:
David Adam 2020-01-30 17:31:43 +08:00
commit 696057ab57
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# fish 3.1b1
# fish 3.1b1 (released January 26, 2020)
## Notable improvements and fixes
- A new `$pipestatus` variable contains a list of exit statuses of the previous job, for each of the separate commands in a pipeline (#5632).

View File

@ -6,6 +6,7 @@
#include <pthread.h>
#include <signal.h>
#include <stdio.h>
#include <string.h>
#include <sys/select.h>
#include <sys/time.h>
#include <sys/types.h>