Age | Commit message (Expand) | Author |
2019-12-24 | Add posix-umask; prepare for 2.6.0.0 | Laurent Bercot |
2019-12-24 | Align dollarat option priority to rightmost | Laurent Bercot |
2019-10-20 | Don't depend on PATH_MAX being defined | Laurent Bercot |
2019-10-19 | bugfix: el_execsequence() needs to exec argv2 when posix_spawn() fails | Laurent Bercot |
2019-10-12 | Make execlineb itself honor EXECLINE_STRICT | Laurent Bercot |
2019-10-11 | Make posix-cd's CDPATH testing even more horrible | Laurent Bercot |
2019-10-09 | posix-cd: correct stralloc len after canonicalization | Laurent Bercot |
2019-10-09 | Fix posix-cd's ENOMEM exit code | Laurent Bercot |
2019-10-09 | Add --enable-pedantic-posix, posix-cd, prepare for 2.5.3.0 | Laurent Bercot |
2019-09-06 | Adapt to new stopwatch APIs | Laurent Bercot |
2019-09-04 | Make trap and wait use a stopwatch | Laurent Bercot |
2019-02-12 | Add envfile; prepare for 2.5.1.0 | Laurent Bercot |
2018-07-28 | with pthread support for nsss | Laurent Bercot |
2018-07-28 | Add nsss support (for homeof) | Laurent Bercot |
2018-07-21 | Adapt to skalibs-2.7.0.0, prepare for 2.5.0.1 | Laurent Bercot |
2018-03-21 | Use sig0_scan in trap.c | Laurent Bercot |
2018-03-16 | Remove import, prepare for 2.5.0.0 | Laurent Bercot |
2017-12-25 | Remove env_get | Laurent Bercot |
2017-11-17 | bugfix: segfault in execlineb when both $@ and script are empty | Laurent Bercot |
2017-08-22 | More conversion to xpathexec, make exit code change consistent across binaries | Laurent Bercot |
2017-07-16 | Propagate fd_close() changes | Laurent Bercot |
2017-05-18 | Use xpathexec_* functions | Laurent Bercot |
2017-04-28 | Duh... don't forget half the NSIG instances | Laurent Bercot |
2017-04-28 | Use the new SKALIBS_NSIG in trap.c to accommodate OpenBSD snowflakiness | Laurent Bercot |
2017-04-28 | trap.c: explicitly include skalibs/nonposix.h for proper NSIG definition on,... | Laurent Bercot |
2017-04-28 | trap.c: fix usage of NSIG (which is max+1, not max) | Laurent Bercot |
2017-04-28 | Spell it out for OpenBSD: no, we don't want to trap SIGKILL or SIGSTOP, ever... | Laurent Bercot |
2017-04-13 | Fix invalid variable name check in getpid (thanks jjk) | Laurent Bercot |
2017-04-11 | bugfix: catch empty blocks in multidefine | Laurent Bercot |
2017-04-05 | Replace memcpy with memmove in el_substitute (copying into the same string!) | Laurent Bercot |
2017-03-13 | More superfluous headers cleanup | Laurent Bercot |
2017-03-12 | Fix a few omissions | Laurent Bercot |
2017-03-08 | Fix typo in the import obsolescence warning | Laurent Bercot |
2017-03-08 | Make it build with skalibs 2.5.0.0 | Laurent Bercot |
2017-03-08 | Adapt to skalibs 2.5.0.0 API | Laurent Bercot |
2017-01-10 | Revert size_t *, put a temporary XXX until skalibs changes | Laurent Bercot |
2017-01-07 | Types fix: first pass | Laurent Bercot |
2016-10-16 | bugfix: runblock -r segfaulted on too few arguments (thanks jjk) | Laurent Bercot |
2016-10-16 | Add the -s option to execlineb (suggested by jjk) | Laurent Bercot |
2016-10-15 | Implement a timeout in wait | Laurent Bercot |
2016-10-11 | bugfix: backtick segfaulted on empty remainder (thanks jjk) | Laurent Bercot |
2016-10-08 | bugfix: tryexec -n segfaulted with empty remainder (thanks muhmuhten) | Laurent Bercot |
2016-08-16 | Apply Eric's patch for spawn support | Laurent Bercot |
2016-08-12 | Add spawn_lib support | Laurent Bercot |
2016-07-26 | Help text fix for ifelse | Laurent Bercot |
2016-06-18 | Revert backtick to a non-wrapper; add -I to backtick and withstdinas | Laurent Bercot |
2016-03-20 | Add -px/-po support to forx (thanks Aranea); rc for 2.1.5.0 | Laurent Bercot |
2015-11-14 | - more intuitive error message for backtick without a remainder | Laurent Bercot |
2015-09-21 | Add the getcwd program | Laurent Bercot |
2015-08-14 | Add withstdinas | Laurent Bercot |