| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | More schemeless URLs | Laurent Bercot | 2017-05-24 | 1 | -1/+1 | |
| | | ||||||
| * | More schemeless URLs | Laurent Bercot | 2017-05-24 | 1 | -1/+1 | |
| | | ||||||
| * | Switch doc to schemeless URLs | Laurent Bercot | 2017-05-23 | 57 | -174/+174 | |
| | | ||||||
| * | version: 2.3.0.1v2.3.0.1 | Laurent Bercot | 2017-05-21 | 1 | -1/+0 | |
| | | ||||||
| * | Add execline-startup and execline-shell to examples/ again | Laurent Bercot | 2017-05-19 | 14 | -5/+49 | |
| | | ||||||
| * | Use xpathexec_* functions | Laurent Bercot | 2017-05-18 | 39 | -87/+67 | |
| | | ||||||
| * | Duh... don't forget half the NSIG instances | Laurent Bercot | 2017-04-28 | 1 | -2/+2 | |
| | | ||||||
| * | Use the new SKALIBS_NSIG in trap.c to accommodate OpenBSD snowflakiness | Laurent Bercot | 2017-04-28 | 1 | -8/+8 | |
| | | ||||||
| * | trap.c: explicitly include skalibs/nonposix.h for proper NSIG definition ↵ | Laurent Bercot | 2017-04-28 | 1 | -0/+1 | |
| | | | | | on, you guessed it, the BSDs! | |||||
| * | trap.c: fix usage of NSIG (which is max+1, not max) | Laurent Bercot | 2017-04-28 | 1 | -10/+10 | |
| | | ||||||
| * | Spell it out for OpenBSD: no, we don't want to trap SIGKILL or SIGSTOP, ↵ | Laurent Bercot | 2017-04-28 | 1 | -0/+2 | |
| | | | | | everything is going to be okay, now now, please don't cry | |||||
| * | Fix invalid variable name check in getpid (thanks jjk) | Laurent Bercot | 2017-04-13 | 1 | -1/+1 | |
| | | ||||||
| * | bugfix: catch empty blocks in multidefine | Laurent Bercot | 2017-04-11 | 3 | -1/+3 | |
| | | ||||||
| * | Replace memcpy with memmove in el_substitute (copying into the same string!) | Laurent Bercot | 2017-04-05 | 1 | -1/+1 | |
| | | ||||||
| * | version: 2.3.0.0 (real one with NEWS file)v2.3.0.0 | Laurent Bercot | 2017-03-27 | 1 | -0/+10 | |
| | | ||||||
| * | version: 2.3.0.0 | Laurent Bercot | 2017-03-27 | 2 | -0/+12 | |
| | | ||||||
| * | More superfluous headers cleanup | Laurent Bercot | 2017-03-13 | 5 | -6/+1 | |
| | | ||||||
| * | Fix a few omissions | Laurent Bercot | 2017-03-12 | 14 | -48/+42 | |
| | | ||||||
| * | Update deps.mak | Laurent Bercot | 2017-03-11 | 1 | -1/+1 | |
| | | ||||||
| * | Fix typo in the import obsolescence warning | Laurent Bercot | 2017-03-08 | 1 | -1/+1 | |
| | | ||||||
| * | Make it build with skalibs 2.5.0.0 | Laurent Bercot | 2017-03-08 | 5 | -7/+9 | |
| | | ||||||
| * | Adapt to skalibs 2.5.0.0 API | Laurent Bercot | 2017-03-08 | 49 | -252/+189 | |
| | | ||||||
| * | Revert size_t *, put a temporary XXX until skalibs changes | Laurent Bercot | 2017-01-10 | 1 | -1/+1 | |
| | | ||||||
| * | Preparation to version bump | Laurent Bercot | 2017-01-10 | 4 | -4/+10 | |
| | | ||||||
| * | Types fix: first pass | Laurent Bercot | 2017-01-07 | 35 | -114/+144 | |
| | | | | | | | | | This pass makes variable size_t-ready, so everything works when the prototypes are fixed in skalibs. Some code uses "unsigned int *" where it should be "size_t *"; it cannot be changed now, but it's been marked with XXX. It must change at the same time as the skalibs API. | |||||
| * | version: 2.2.0.0v2.2.0.0 | Laurent Bercot | 2016-10-28 | 1 | -0/+3 | |
| | | ||||||
| * | Mention --enable-absolute-paths in INSTALL | Laurent Bercot | 2016-10-25 | 1 | -0/+12 | |
| | | ||||||
| * | Revert wrong shared lib fix | Laurent Bercot | 2016-10-24 | 2 | -4/+1 | |
| | | ||||||
| * | Proper support for timer_lib | Laurent Bercot | 2016-10-24 | 1 | -0/+2 | |
| | | ||||||
| * | Fix stupid shared lib dependencies | Laurent Bercot | 2016-10-24 | 2 | -1/+4 | |
| | | ||||||
| * | Fix shebangdir with --enable-slashpackage | Laurent Bercot | 2016-10-18 | 1 | -1/+5 | |
| | | ||||||
| * | Implement --enable-absolute-paths | Laurent Bercot | 2016-10-16 | 3 | -21/+19 | |
| | | ||||||
| * | bugfix: runblock -r segfaulted on too few arguments (thanks jjk) | Laurent Bercot | 2016-10-16 | 1 | -1/+1 | |
| | | ||||||
| * | Add the -s option to execlineb (suggested by jjk) | Laurent Bercot | 2016-10-16 | 2 | -18/+28 | |
| | | ||||||
| * | Implement a timeout in wait | Laurent Bercot | 2016-10-15 | 2 | -28/+115 | |
| | | ||||||
| * | Doc fix (thanks jjk) | Laurent Bercot | 2016-10-14 | 1 | -1/+1 | |
| | | ||||||
| * | bugfix: backtick segfaulted on empty remainder (thanks jjk) | Laurent Bercot | 2016-10-11 | 1 | -1/+1 | |
| | | ||||||
| * | multisubstitute doc fix (thanks jjk) | Laurent Bercot | 2016-10-11 | 1 | -3/+0 | |
| | | ||||||
| * | bugfix: tryexec -n segfaulted with empty remainder (thanks muhmuhten) | Laurent Bercot | 2016-10-08 | 1 | -0/+2 | |
| | | ||||||
| * | configure: allow $CC to have several words | Laurent Bercot | 2016-09-27 | 1 | -1/+1 | |
| | | ||||||
| * | Replace c99 compiler test with clang | Laurent Bercot | 2016-09-26 | 1 | -1/+1 | |
| | | ||||||
| * | -Wa,--noexecstack belongs to CPPFLAGS | Laurent Bercot | 2016-09-26 | 1 | -1/+1 | |
| | | ||||||
| * | Doc typo fix | Laurent Bercot | 2016-09-15 | 1 | -1/+1 | |
| | | ||||||
| * | Apply Eric's patch for spawn support | Laurent Bercot | 2016-08-16 | 3 | -1/+3 | |
| | | ||||||
| * | Add spawn_lib support | Laurent Bercot | 2016-08-12 | 17 | -17/+34 | |
| | | ||||||
| * | Help text fix for ifelse | Laurent Bercot | 2016-07-26 | 1 | -1/+1 | |
| | | ||||||
| * | "backtick" doc fix | Laurent Bercot | 2016-07-24 | 1 | -1/+1 | |
| | | ||||||
| * | Fix backtick's documentation | Laurent Bercot | 2016-06-21 | 1 | -4/+6 | |
| | | ||||||
| * | Revert backtick to a non-wrapper; add -I to backtick and withstdinas | Laurent Bercot | 2016-06-18 | 6 | -116/+129 | |
| | | ||||||
| * | Documentation clarification for importas | Laurent Bercot | 2016-05-20 | 1 | -6/+18 | |
| | | ||||||
