summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-03 Add make version guardLaurent Bercot
2015-07-21 - new configure option: --shebangdirv2.1.3.0Laurent Bercot
- skalibs dep bump - rc for 2.1.3.0
2015-07-01 More doc fixesLaurent Bercot
2015-07-01 Doc typo fixLaurent Bercot
2015-06-25 Doc typo fixLaurent Bercot
2015-06-11 version: 2.1.2.2v2.1.2.2Laurent 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 loopLaurent 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 closedLaurent Bercot
- rc for 2.1.2.1
2015-05-07 Make all doc mobile-readable according to Google standardsLaurent Bercot
2015-05-05 - add trapv2.1.2.0Laurent Bercot
- rc for 2.1.2.0
2015-03-30 skalibs deps -> 2.3.3.0v2.1.1.1Laurent Bercot
version: 2.1.1.1
2015-03-26 - added el_parse() and friendsLaurent Bercot
- refactored execlineb to use them - version: rc for 2.1.1.1
2015-03-03 - Doc fixesLaurent Bercot
- version: 2.1.1.0
2015-02-26 - added forstdinv2.1.1.0Laurent 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.0Laurent Bercot
ifthenelse - new -o option to forx, forbacktickx, loopwhilex - documentation updated - version: rc for 2.1.0.0
2015-02-18 Better wordingLaurent Bercot
2015-02-18 loopwhilex doc fixLaurent Bercot
2015-02-07 version: 2.0.2.1 rcv2.0.2.1Laurent Bercot
2015-01-31 Bugfix: ifthenelse (thanks Olivier Brunel)Laurent Bercot
2015-01-27 Doc updatev2.0.2.0Laurent Bercot
2015-01-27 Not getting rid of wait_status today...Laurent Bercot
2015-01-27 - Added -D option to backtickLaurent Bercot
- Doc updated
2015-01-24 - add fdswapLaurent Bercot
- version: 2.0.2.0
2015-01-14 - Parallel build fixv2.0.1.1Laurent Bercot
- version change to 2.0.1.1, release candidate
2015-01-12 Add .NOTPARALLEL to work around possible make bugLaurent Bercot
2015-01-11 Clean up static/shared libs initialization in configure and MakefileLaurent Bercot
2015-01-06 version increase to 2.0.1.0 (because of import -u)v2.0.1.0Laurent Bercot
2015-01-04 Remove -x test from gen-deps.shLaurent Bercot
2015-01-02 Fix configure --help: no support for VAR=VALUELaurent Bercot
2015-01-02 Add sysdeps to the list of special /usr snowflakesLaurent Bercot
2015-01-02 More noob-friendly defaults for ./configureLaurent Bercot
2015-01-02 Even better.Laurent Bercot
2015-01-02 Better documentation for --enable-slashpackageLaurent Bercot
2014-12-31 Add option -u to import and importasLaurent Bercot
2014-12-18 Adapt el_spawn1 to new child_spawn1 in skalibsv2.0.0.0Laurent Bercot
2014-12-16 Give Solaris a chanceLaurent Bercot
2014-12-16 Update doc: dependency to make 4Laurent Bercot
2014-12-16Test new make featuresLaurent Bercot
2014-12-15 Test _XOPEN_SOURCE=700Laurent Bercot
2014-12-15 Fix order of includes in MakefileLaurent Bercot
2014-12-11Include deps.mak after config.mak (not before), for ${*_LIB} expansionLaurent Bercot
2014-12-11Use -O2 by defaultLaurent Bercot
2014-12-11Fix make global-links with nonempty sprootLaurent Bercot
2014-12-09Documentation updateLaurent Bercot
2014-12-08Remove CPPFLAGS_AUTO options that disable compiler warningsLaurent Bercot
2014-12-06Fix: (EXT)BINPREFIX needs an ending /Laurent Bercot
2014-11-02bugfix: sp_root -> sprootLaurent Bercot
2014-09-19remove obsolete CHANGES fileLaurent Bercot
2014-09-19typo fixLaurent Bercot