aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* Fix gen-deps.sh for cross-buildsLaurent Bercot2019-10-211-94/+94
|
* Add --enable-pedantic-posix, posix-cd, prepare for 2.5.3.0Laurent Bercot2019-10-094-1/+14
| | | | Also make wait posix-compliant and update doc.
* Prepare for 2.5.2.0Laurent Bercot2019-08-091-1/+1
|
* Add envfile; prepare for 2.5.1.0Laurent Bercot2019-02-124-1/+6
|
* Add mechanism for conditional slashpackage builds in deps-buildLaurent Bercot2018-08-201-0/+1
|
* Nope, it breaks non-nsss builds. Need to do more fine-tuning.Laurent Bercot2018-08-201-1/+0
|
* Add nsss slashpackage supportLaurent Bercot2018-08-201-0/+1
|
* with pthread support for nsssLaurent Bercot2018-07-281-1/+1
|
* Add nsss support (for homeof)Laurent Bercot2018-07-281-1/+1
|
* Adapt to skalibs-2.7.0.0, prepare for 2.5.0.1Laurent Bercot2018-07-211-1/+1
|
* Remove import, prepare for 2.5.0.0Laurent Bercot2018-03-164-10/+5
|
* Prepare for 2.3.0.4Laurent Bercot2017-11-271-1/+1
|
* Make all-pic a user optionLaurent Bercot2017-10-301-1/+1
|
* Support default pieLaurent Bercot2017-10-291-0/+4
|
* Better *FLAGS management ; prepare for 2.3.0.3Laurent Bercot2017-10-051-1/+1
|
* Prepare for 2.3.0.2Laurent Bercot2017-08-221-1/+1
|
* Use xpathexec_* functionsLaurent Bercot2017-05-181-1/+1
|
* Update deps.makLaurent Bercot2017-03-111-1/+1
|
* Preparation to version bumpLaurent Bercot2017-01-101-1/+1
|
* Revert wrong shared lib fixLaurent Bercot2016-10-241-1/+1
|
* Fix stupid shared lib dependenciesLaurent Bercot2016-10-241-1/+1
|
* Implement --enable-absolute-pathsLaurent Bercot2016-10-161-1/+0
|
* Apply Eric's patch for spawn supportLaurent Bercot2016-08-161-1/+1
|
* Add spawn_lib supportLaurent Bercot2016-08-122-12/+12
|
* Revert backtick to a non-wrapper; add -I to backtick and withstdinasLaurent Bercot2016-06-181-2/+2
|
* Add -px/-po support to forx (thanks Aranea); rc for 2.1.5.0Laurent Bercot2016-03-201-1/+1
|
* - more intuitive error message for backtick without a remainderLaurent Bercot2015-11-141-1/+1
| | | | - rc for 2.1.4.5
* - link .so to correct sonameLaurent Bercot2015-11-041-1/+1
| | | | | - fully strip shared libs - Makefile syntactic consistency
* version: 2.1.4.3v2.1.4.3Laurent Bercot2015-11-041-1/+1
|
* version: 2.1.4.2v2.1.4.2Laurent Bercot2015-10-151-1/+1
|
* More experimenting with make-3.81Laurent Bercot2015-10-121-46/+46
|
* Test make-3.81 compatibilityLaurent Bercot2015-10-121-1/+1
|
* - remove fucking -BsymbolicLaurent Bercot2015-10-051-1/+1
| | | | - rc for 2.1.4.1
* Add the getcwd programLaurent Bercot2015-09-213-0/+5
|
* Add withstdinasLaurent Bercot2015-08-143-3/+8
|
* Add EXECLINE_BLOCK_*_STRING macrosLaurent Bercot2015-08-131-1/+1
|
* Link shared libs against their -l deps, better libpath managementLaurent Bercot2015-08-121-2/+3
|
* Better xyzzyfication to abstract it from targets.makLaurent Bercot2015-08-121-13/+1
|
* - Xyzzy fix! (fixes https://bugs.gentoo.org/show_bug.cgi?id=541092)Laurent Bercot2015-08-123-8/+8
| | | | - skalibs dep bump to 2.3.6.1
* - new configure option: --shebangdirv2.1.3.0Laurent Bercot2015-07-211-1/+1
| | | | | - skalibs dep bump - rc for 2.1.3.0
* - bugfix for forbacktickx: now stdin is correctly transmitted to the loopLaurent Bercot2015-05-161-1/+1
| | | | | | | - 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-1/+1
| | | | - rc for 2.1.2.1
* - add trapv2.1.2.0Laurent Bercot2015-05-054-1/+6
| | | | - rc for 2.1.2.0
* - added el_parse() and friendsLaurent Bercot2015-03-262-3/+6
| | | | | - refactored execlineb to use them - version: rc for 2.1.1.1
* - added forstdinv2.1.1.0Laurent Bercot2015-02-264-6/+10
| | | | | | - 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-1/+1
| | | | | | | 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-1/+1
|
* - add fdswapLaurent Bercot2015-01-244-1/+6
| | | | - version: 2.0.2.0
* - Parallel build fixv2.0.1.1Laurent Bercot2015-01-143-26/+32
| | | | - 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-1/+1
|