Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-04-01 | execute mode: fix NULL ptr deref with only one argument. | Lucio Andrés Illanes Albornoz | 1 | -26/+31 | |
2020-12-20 | internals: error tracing: record the not-found path upon ENOENT as needed. | midipix | 1 | -1/+1 | |
2018-06-27 | annual chores. | midipix | 1 | -1/+1 | |
2017-02-05 | annual chores, properly performed. | midipix | 1 | -1/+1 | |
2017-02-04 | annual chores. | midipix | 1 | -1/+1 | |
2016-09-12 | execute mode: properly handle direct program invocation. | midipix | 1 | -4/+9 | |
2016-09-03 | execute mode: added error trace support. | midipix | 1 | -3/+4 | |
2016-05-20 | execute mode: properly handle the current working directory. | midipix | 1 | -1/+2 | |
2016-05-01 | code maintenance: mark unused parameters, remove an unused variable. | midipix | 1 | -1/+0 | |
2016-05-01 | dry run: initial quick implementation. | midipix | 1 | -0/+4 | |
With the current patch, slibtool respects --dry-run by turning the various modes (compile, link, install, execute) into no-ops. For at least the compile and install mode, it should be possible to output complete information about the steps that would be performed under default operation conditions, however that is not yet implemented. | |||||
2016-04-30 | execute mode: initial implementation. | midipix | 1 | -0/+82 | |