aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Xyzzy fix! (fixes https://bugs.gentoo.org/show_bug.cgi?id=541092)Laurent Bercot2015-08-129-28/+39
| | | | - skalibs dep bump to 2.3.6.1
* - typo fix in configureLaurent Bercot2015-08-112-2/+3
| | | | - do not depend on /bin/true
* Add make version guardLaurent Bercot2015-08-031-0/+5
|
* - new configure option: --shebangdirv2.1.3.0Laurent Bercot2015-07-215-6/+19
| | | | | - skalibs dep bump - rc for 2.1.3.0
* More doc fixesLaurent Bercot2015-07-011-2/+4
|
* Doc typo fixLaurent Bercot2015-07-011-1/+1
|
* Doc typo fixLaurent Bercot2015-06-251-1/+1
|
* version: 2.1.2.2v2.1.2.2Laurent Bercot2015-06-114-3/+4
|
* Real fix for the race condition in forstdin.c.Laurent Bercot2015-06-091-1/+3
| | | | | It was totally idiotic and I didn't see it; Olivier Brunel did. Herp derp.
* - bugfix for forbacktickx: now stdin is correctly transmitted to the loopLaurent Bercot2015-05-166-11/+40
| | | | | | | - 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
* - Fix pipeline when stdin or stdout is closedLaurent Bercot2015-05-094-2/+9
| | | | - rc for 2.1.2.1
* Make all doc mobile-readable according to Google standardsLaurent Bercot2015-05-0755-51/+106
|
* - add trapv2.1.2.0Laurent Bercot2015-05-0510-4/+278
| | | | - rc for 2.1.2.0
* skalibs deps -> 2.3.3.0v2.1.1.1Laurent Bercot2015-03-303-3/+3
| | | | version: 2.1.1.1
* - added el_parse() and friendsLaurent Bercot2015-03-2611-164/+170
| | | | | - refactored execlineb to use them - version: rc for 2.1.1.1
* - Doc fixesLaurent Bercot2015-03-032-2/+4
| | | | - version: 2.1.1.0
* - added forstdinv2.1.1.0Laurent Bercot2015-02-2615-124/+312
| | | | | | - rewrote forbacktickx as a wrapper around forstdin - removed el_obsolescent - version: rc for 2.1.1.0
* - exit code overhaul: forx, forbacktickx, loopwhilex, if, ifelse, ifte,v2.1.0.0Laurent Bercot2015-02-1920-123/+273
| | | | | | | ifthenelse - new -o option to forx, forbacktickx, loopwhilex - documentation updated - version: rc for 2.1.0.0
* Better wordingLaurent Bercot2015-02-181-2/+2
|
* loopwhilex doc fixLaurent Bercot2015-02-181-3/+3
|
* version: 2.0.2.1 rcv2.0.2.1Laurent Bercot2015-02-074-4/+10
|
* Bugfix: ifthenelse (thanks Olivier Brunel)Laurent Bercot2015-01-311-1/+0
|
* Doc updatev2.0.2.0Laurent Bercot2015-01-271-0/+1
|
* Not getting rid of wait_status today...Laurent Bercot2015-01-271-1/+1
|
* - Added -D option to backtickLaurent Bercot2015-01-275-30/+45
| | | | - Doc updated
* - add fdswapLaurent Bercot2015-01-2411-8/+81
| | | | - version: 2.0.2.0
* - Parallel build fixv2.0.1.1Laurent Bercot2015-01-1435-62/+76
| | | | - version change to 2.0.1.1, release candidate
* Add .NOTPARALLEL to work around possible make bugLaurent Bercot2015-01-121-0/+2
|
* Clean up static/shared libs initialization in configure and MakefileLaurent Bercot2015-01-112-2/+3
|
* version increase to 2.0.1.0 (because of import -u)v2.0.1.0Laurent Bercot2015-01-064-4/+11
|
* Remove -x test from gen-deps.shLaurent Bercot2015-01-042-3/+1
|
* Fix configure --help: no support for VAR=VALUELaurent Bercot2015-01-021-4/+1
|
* Add sysdeps to the list of special /usr snowflakesLaurent Bercot2015-01-021-0/+3
|
* More noob-friendly defaults for ./configureLaurent Bercot2015-01-021-11/+28
|
* Even better.Laurent Bercot2015-01-021-9/+9
|
* Better documentation for --enable-slashpackageLaurent Bercot2015-01-021-2/+16
|
* Add option -u to import and importasLaurent Bercot2014-12-3110-14/+30
|
* Adapt el_spawn1 to new child_spawn1 in skalibsv2.0.0.0Laurent Bercot2014-12-181-2/+2
|
* Give Solaris a chanceLaurent Bercot2014-12-161-0/+4
|
* Update doc: dependency to make 4Laurent Bercot2014-12-162-2/+2
|
* Test new make featuresLaurent Bercot2014-12-163-45/+92
|
* Test _XOPEN_SOURCE=700Laurent Bercot2014-12-151-1/+1
|
* Fix order of includes in MakefileLaurent Bercot2014-12-153-11/+23
|
* Include deps.mak after config.mak (not before), for ${*_LIB} expansionLaurent Bercot2014-12-111-1/+1
|
* Use -O2 by defaultLaurent Bercot2014-12-111-1/+1
|
* Fix make global-links with nonempty sprootLaurent Bercot2014-12-111-3/+3
|
* Documentation updateLaurent Bercot2014-12-091-1/+2
|
* Remove CPPFLAGS_AUTO options that disable compiler warningsLaurent Bercot2014-12-081-7/+0
|
* Fix: (EXT)BINPREFIX needs an ending /Laurent Bercot2014-12-061-4/+4
|
* bugfix: sp_root -> sprootLaurent Bercot2014-11-021-1/+1
|