aboutsummaryrefslogtreecommitdiffstats
path: root/doc/upgrade.html
Commit message (Collapse)AuthorAgeFilesLines
* Extend runblock functionality (thanks Profpatsch)Laurent Bercot2020-01-271-0/+2
|
* Rename cd/umask to execline-cd/execline-umask, make symlinks, etc.Laurent Bercot2019-12-301-0/+6
|
* Add posix-umask; prepare for 2.6.0.0Laurent Bercot2019-12-241-0/+8
|
* Add --enable-pedantic-posix, posix-cd, prepare for 2.5.3.0Laurent Bercot2019-10-091-0/+10
| | | | Also make wait posix-compliant and update doc.
* Prepare for 2.5.2.0Laurent Bercot2019-08-091-0/+7
|
* Doc fixLaurent Bercot2019-02-241-1/+2
|
* Build everything as PIC by defaultLaurent Bercot2019-02-241-0/+3
|
* Add envfile; prepare for 2.5.1.0Laurent Bercot2019-02-121-0/+7
|
* Document nsss supportLaurent Bercot2018-08-011-0/+1
|
* Adapt to skalibs-2.7.0.0, prepare for 2.5.0.1Laurent Bercot2018-07-211-0/+6
|
* Remove import, prepare for 2.5.0.0Laurent Bercot2018-03-161-0/+7
|
* Prepare for 2.3.0.4Laurent Bercot2017-11-271-0/+6
|
* Better *FLAGS management ; prepare for 2.3.0.3Laurent Bercot2017-10-051-0/+6
|
* More conversion to xpathexec, make exit code change consistent across binariesLaurent Bercot2017-08-221-0/+2
|
* Prepare for 2.3.0.2Laurent Bercot2017-08-221-0/+9
|
* Switch doc to schemeless URLsLaurent Bercot2017-05-231-3/+3
|
* Use xpathexec_* functionsLaurent Bercot2017-05-181-0/+6
|
* version: 2.3.0.0Laurent Bercot2017-03-271-0/+3
|
* Preparation to version bumpLaurent Bercot2017-01-101-0/+6
|
* version: 2.2.0.0v2.2.0.0Laurent Bercot2016-10-281-0/+3
|
* Add spawn_lib supportLaurent Bercot2016-08-121-0/+6
|
* Add -px/-po support to forx (thanks Aranea); rc for 2.1.5.0Laurent Bercot2016-03-201-0/+6
|
* - skalibs dep bumped to 2.3.8.3v2.1.4.5Laurent Bercot2015-11-161-1/+1
| | | | - version: 2.1.4.5
* - more intuitive error message for backtick without a remainderLaurent Bercot2015-11-141-0/+6
| | | | - rc for 2.1.4.5
* - link .so to correct sonameLaurent Bercot2015-11-041-0/+6
| | | | | - fully strip shared libs - Makefile syntactic consistency
* version: 2.1.4.3v2.1.4.3Laurent Bercot2015-11-041-0/+6
|
* version: 2.1.4.2v2.1.4.2Laurent Bercot2015-10-151-0/+7
|
* - remove fucking -BsymbolicLaurent Bercot2015-10-051-0/+6
| | | | - 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
* Add the getcwd programLaurent Bercot2015-09-211-1/+2
|
* Add withstdinasLaurent Bercot2015-08-141-0/+3
|
* Add EXECLINE_BLOCK_*_STRING macrosLaurent Bercot2015-08-131-0/+6
|
* - Xyzzy fix! (fixes https://bugs.gentoo.org/show_bug.cgi?id=541092)Laurent Bercot2015-08-121-0/+6
| | | | - skalibs dep bump to 2.3.6.1
* - new configure option: --shebangdirv2.1.3.0Laurent Bercot2015-07-211-0/+8
| | | | | - skalibs dep bump - rc for 2.1.3.0
* version: 2.1.2.2v2.1.2.2Laurent Bercot2015-06-111-1/+1
|
* - bugfix for forbacktickx: now stdin is correctly transmitted to the loopLaurent Bercot2015-05-161-0/+6
| | | | | | | - 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-091-0/+6
| | | | - rc for 2.1.2.1
* Make all doc mobile-readable according to Google standardsLaurent Bercot2015-05-071-0/+1
|
* - add trapv2.1.2.0Laurent Bercot2015-05-051-0/+7
| | | | - rc for 2.1.2.0
* skalibs deps -> 2.3.3.0v2.1.1.1Laurent Bercot2015-03-301-1/+1
| | | | version: 2.1.1.1
* - added el_parse() and friendsLaurent Bercot2015-03-261-0/+8
| | | | | - refactored execlineb to use them - version: rc for 2.1.1.1
* - Doc fixesLaurent Bercot2015-03-031-1/+3
| | | | - version: 2.1.1.0
* - added forstdinv2.1.1.0Laurent Bercot2015-02-261-0/+7
| | | | | | - 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-191-0/+12
| | | | | | | ifthenelse - new -o option to forx, forbacktickx, loopwhilex - documentation updated - version: rc for 2.1.0.0
* version: 2.0.2.1 rcv2.0.2.1Laurent Bercot2015-02-071-0/+6
|
* Doc updatev2.0.2.0Laurent Bercot2015-01-271-0/+1
|
* - add fdswapLaurent Bercot2015-01-241-0/+7
| | | | - version: 2.0.2.0
* - Parallel build fixv2.0.1.1Laurent Bercot2015-01-141-0/+7
| | | | - version change to 2.0.1.1, release candidate
* version increase to 2.0.1.0 (because of import -u)v2.0.1.0Laurent Bercot2015-01-061-0/+7
|
* Documentation updateLaurent Bercot2014-12-091-1/+2
|