Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-27 | Make rant against sh more accurate (thanks izabera) | Laurent Bercot | |
2015-10-26 | Separate sections for smaller static binaries (thanks Denys Vlasenko) | Laurent Bercot | |
2015-10-15 | version: 2.1.4.2v2.1.4.2 | Laurent Bercot | |
2015-10-12 | Document the dep to make-3.81+. Yay! | Laurent Bercot | |
2015-10-12 | I love make-3.81 | Laurent Bercot | |
2015-10-12 | More experimenting with make-3.81 | Laurent Bercot | |
2015-10-12 | Test make-3.81 compatibility | Laurent Bercot | |
2015-10-05 | Correctly mention skalibs dep in INSTALLv2.1.4.1 | Laurent Bercot | |
2015-10-05 | - remove fucking -Bsymbolic | Laurent Bercot | |
- rc for 2.1.4.1 | |||
2015-09-23 | - Better wording in upgrade.htmlv2.1.4.0 | Laurent Bercot | |
- rc for 2.1.4.0 | |||
2015-09-21 | Fix typo in getcwd link in index page (thanks Colin) | Laurent Bercot | |
2015-09-21 | Add the getcwd program | Laurent Bercot | |
2015-08-14 | Add withstdinas | Laurent Bercot | |
2015-08-13 | Add EXECLINE_BLOCK_*_STRING macros | Laurent Bercot | |
2015-08-13 | - Cosmetic fixv2.1.3.1 | Laurent Bercot | |
- version: 2.1.3.1 | |||
2015-08-12 | Cosmetic fix | Laurent Bercot | |
2015-08-12 | Link shared libs against their -l deps, better libpath management | Laurent Bercot | |
2015-08-12 | Better xyzzyfication to abstract it from targets.mak | Laurent Bercot | |
2015-08-12 | - Xyzzy fix! (fixes https://bugs.gentoo.org/show_bug.cgi?id=541092) | Laurent Bercot | |
- skalibs dep bump to 2.3.6.1 | |||
2015-08-11 | - typo fix in configure | Laurent Bercot | |
- do not depend on /bin/true | |||
2015-08-03 | Add make version guard | Laurent Bercot | |
2015-07-21 | - new configure option: --shebangdirv2.1.3.0 | Laurent Bercot | |
- skalibs dep bump - rc for 2.1.3.0 | |||
2015-07-01 | More doc fixes | Laurent Bercot | |
2015-07-01 | Doc typo fix | Laurent Bercot | |
2015-06-25 | Doc typo fix | Laurent Bercot | |
2015-06-11 | version: 2.1.2.2v2.1.2.2 | Laurent Bercot | |
2015-06-09 | Real fix for the race condition in forstdin.c. | Laurent Bercot | |
It was totally idiotic and I didn't see it; Olivier Brunel did. Herp derp. | |||
2015-05-16 | - bugfix for forbacktickx: now stdin is correctly transmitted to the loop | Laurent Bercot | |
- possible bugfix for forstdin: -p was failing in some cases with ECHILD in the final waitn. I couldn't figure it out (the code looked right...) so I changed the logic, scrapping the call to waitn. - rc for 2.1.2.2 | |||
2015-05-09 | - Fix pipeline when stdin or stdout is closed | Laurent Bercot | |
- rc for 2.1.2.1 | |||
2015-05-07 | Make all doc mobile-readable according to Google standards | Laurent Bercot | |
2015-05-05 | - add trapv2.1.2.0 | Laurent Bercot | |
- rc for 2.1.2.0 | |||
2015-03-30 | skalibs deps -> 2.3.3.0v2.1.1.1 | Laurent Bercot | |
version: 2.1.1.1 | |||
2015-03-26 | - added el_parse() and friends | Laurent Bercot | |
- refactored execlineb to use them - version: rc for 2.1.1.1 | |||
2015-03-03 | - Doc fixes | Laurent Bercot | |
- version: 2.1.1.0 | |||
2015-02-26 | - added forstdinv2.1.1.0 | Laurent Bercot | |
- rewrote forbacktickx as a wrapper around forstdin - removed el_obsolescent - version: rc for 2.1.1.0 | |||
2015-02-19 | - exit code overhaul: forx, forbacktickx, loopwhilex, if, ifelse, ifte,v2.1.0.0 | Laurent Bercot | |
ifthenelse - new -o option to forx, forbacktickx, loopwhilex - documentation updated - version: rc for 2.1.0.0 | |||
2015-02-18 | Better wording | Laurent Bercot | |
2015-02-18 | loopwhilex doc fix | Laurent Bercot | |
2015-02-07 | version: 2.0.2.1 rcv2.0.2.1 | Laurent Bercot | |
2015-01-31 | Bugfix: ifthenelse (thanks Olivier Brunel) | Laurent Bercot | |
2015-01-27 | Doc updatev2.0.2.0 | Laurent Bercot | |
2015-01-27 | Not getting rid of wait_status today... | Laurent Bercot | |
2015-01-27 | - Added -D option to backtick | Laurent Bercot | |
- Doc updated | |||
2015-01-24 | - add fdswap | Laurent Bercot | |
- version: 2.0.2.0 | |||
2015-01-14 | - Parallel build fixv2.0.1.1 | Laurent Bercot | |
- version change to 2.0.1.1, release candidate | |||
2015-01-12 | Add .NOTPARALLEL to work around possible make bug | Laurent Bercot | |
2015-01-11 | Clean up static/shared libs initialization in configure and Makefile | Laurent Bercot | |
2015-01-06 | version increase to 2.0.1.0 (because of import -u)v2.0.1.0 | Laurent Bercot | |
2015-01-04 | Remove -x test from gen-deps.sh | Laurent Bercot | |
2015-01-02 | Fix configure --help: no support for VAR=VALUE | Laurent Bercot | |