| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Use sig0_scan in trap.c | Laurent Bercot | 2018-03-21 | 1 | -4/+3 | |
| | | ||||||
| * | Remove import, prepare for 2.5.0.0 | Laurent Bercot | 2018-03-16 | 20 | -107/+37 | |
| | | ||||||
| * | 2018 | Laurent Bercot | 2018-01-04 | 1 | -1/+1 | |
| | | ||||||
| * | Remove env_get | Laurent Bercot | 2017-12-25 | 2 | -5/+6 | |
| | | ||||||
| * | version: 2.3.0.4v2.3.0.4 | Laurent Bercot | 2017-11-27 | 1 | -1/+1 | |
| | | ||||||
| * | Prepare for 2.3.0.4 | Laurent Bercot | 2017-11-27 | 6 | -9/+67 | |
| | | ||||||
| * | bugfix: segfault in execlineb when both $@ and script are empty | Laurent Bercot | 2017-11-17 | 1 | -0/+1 | |
| | | ||||||
| * | Make all-pic a user option | Laurent Bercot | 2017-10-30 | 4 | -13/+25 | |
| | | ||||||
| * | Support default pie | Laurent Bercot | 2017-10-29 | 3 | -2/+21 | |
| | | ||||||
| * | Add default pie support to gen-deps.sh | Laurent Bercot | 2017-10-29 | 1 | -1/+5 | |
| | | ||||||
| * | version: 2.3.0.3v2.3.0.3 | Laurent Bercot | 2017-10-09 | 1 | -0/+1 | |
| | | ||||||
| * | Better *FLAGS management ; prepare for 2.3.0.3 | Laurent Bercot | 2017-10-05 | 9 | -22/+45 | |
| | | ||||||
| * | version: 2.3.0.2v2.3.0.2 | Laurent Bercot | 2017-08-28 | 1 | -1/+1 | |
| | | ||||||
| * | Convert examples using import to importas in the doc | Laurent Bercot | 2017-08-23 | 7 | -7/+7 | |
| | | ||||||
| * | More conversion to xpathexec, make exit code change consistent across binaries | Laurent Bercot | 2017-08-22 | 6 | -3/+23 | |
| | | ||||||
| * | Prepare for 2.3.0.2 | Laurent Bercot | 2017-08-22 | 5 | -4/+24 | |
| | | ||||||
| * | Propagate fd_close() changes | Laurent Bercot | 2017-07-16 | 2 | -7/+0 | |
| | | ||||||
| * | 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 | |
| | | ||||||
