Age | Commit message (Collapse) | Author |
|
|
|
|
|
Fix freeze when sub process (exec) returns a lot of data (in stdout)
|
|
|
|
|
|
|
|
I noticed that WEXITSTATUS was failing when compiling
sibs on ubuntu.
WEXITSTATUS uses address of input which fails if the input
is directly passed by return of a function call.
Also added error checking if the process was stopped/killed
by receiving a signal or if it failed in any other way.
|
|
Global lib dir is located at ~/.sibs/lib
TODO: If global lib dir doesn't exist, download it from github/server
|