aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* - Add mention of the github mirrorv2.1.5.0Laurent Bercot2016-04-141-0/+3
| | | | - version: 2.1.5.0 (for real)
* - add link to cgit in doc/index.htmlLaurent Bercot2016-04-141-1/+3
| | | | - version: 2.1.5.0
* Add -px/-po support to forx (thanks Aranea); rc for 2.1.5.0Laurent Bercot2016-03-207-15/+51
|
* More standard cross-compilation support (only --host, no --enable-cross needed)Laurent Bercot2016-03-192-23/+40
|
* Really fix update and global-links dependencies this time...Laurent Bercot2016-03-141-1/+1
|
* Fix update/global-links dependenciesLaurent Bercot2016-03-141-1/+3
|
* fix --enable-crossLaurent Bercot2015-12-051-1/+1
|
* Easier CROSS_COMPILE support in configureLaurent Bercot2015-11-301-2/+3
|
* - skalibs dep bumped to 2.3.8.3v2.1.4.5Laurent Bercot2015-11-163-3/+3
| | | | - version: 2.1.4.5
* - more intuitive error message for backtick without a remainderLaurent Bercot2015-11-145-4/+11
| | | | - rc for 2.1.4.5
* remove useless 'skalibs' expansion in configureLaurent Bercot2015-11-051-1/+1
|
* Revert make tgz change (needs to be ok without config.mak)v2.1.4.4Laurent Bercot2015-11-041-4/+5
|
* - link .so to correct sonameLaurent Bercot2015-11-044-14/+18
| | | | | - fully strip shared libs - Makefile syntactic consistency
* version: 2.1.4.3v2.1.4.3Laurent Bercot2015-11-043-2/+8
|
* Make rant against sh more accurate (thanks izabera)Laurent Bercot2015-10-271-9/+10
|
* Separate sections for smaller static binaries (thanks Denys Vlasenko)Laurent Bercot2015-10-261-0/+6
|
* version: 2.1.4.2v2.1.4.2Laurent Bercot2015-10-154-4/+11
|
* Document the dep to make-3.81+. Yay!Laurent Bercot2015-10-122-3/+2
|
* I love make-3.81Laurent Bercot2015-10-121-1/+1
|
* More experimenting with make-3.81Laurent Bercot2015-10-122-47/+47
|
* Test make-3.81 compatibilityLaurent Bercot2015-10-123-3/+3
|
* Correctly mention skalibs dep in INSTALLv2.1.4.1Laurent Bercot2015-10-051-1/+1
|
* - remove fucking -BsymbolicLaurent Bercot2015-10-054-4/+9
| | | | - rc for 2.1.4.1
* - Better wording in upgrade.htmlv2.1.4.0Laurent Bercot2015-09-231-1/+1
| | | | - rc for 2.1.4.0
* Fix typo in getcwd link in index page (thanks Colin)Laurent Bercot2015-09-211-1/+1
|
* Add the getcwd programLaurent Bercot2015-09-218-1/+85
|
* Add withstdinasLaurent Bercot2015-08-1412-77/+237
|
* Add EXECLINE_BLOCK_*_STRING macrosLaurent Bercot2015-08-134-2/+10
|
* - Cosmetic fixv2.1.3.1Laurent Bercot2015-08-131-2/+2
| | | | - version: 2.1.3.1
* Cosmetic fixLaurent Bercot2015-08-121-1/+1
|
* Link shared libs against their -l deps, better libpath managementLaurent Bercot2015-08-125-20/+32
|
* Better xyzzyfication to abstract it from targets.makLaurent Bercot2015-08-122-13/+16
|
* - 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