aboutsummaryrefslogtreecommitdiffstats
path: root/package/deps.mak
Commit message (Collapse)AuthorAgeFilesLines
* Add -v option to redirfdLaurent Bercot2026-04-011-2/+2
|
* Fix wait command interaction with EXECLINE_STRICTLaurent Bercot2026-03-091-4/+5
| | | | | | | | el_semicolon() hardcodes failure on EXECLINE_STRICT=2, but we want to accept a no-block interface for wait, so write a separate el_semicolon_nostrict() function and use it in wait. Also use gol in wait, and prepare deprecation of quote chars other than space and null (we can hardcode this np)
* Add dylib to depsLaurent Bercot2025-05-261-0/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Build fixesLaurent Bercot2025-04-271-4/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Next iteration of dotpc, lots of fixesLaurent Bercot2025-04-251-1/+0
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* First version of pkg-config supportLaurent Bercot2025-04-251-108/+110
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add export-array; update depsLaurent Bercot2025-03-261-0/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.9.7.0 ; rework forx/forstdin -p, add -P maxparLaurent Bercot2024-11-061-3/+5
| | | | | | Also refactor several things to keep global footprint low Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.9.5.0; add ? support in backtickLaurent Bercot2024-04-061-3/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Defork execlineLaurent Bercot2023-09-111-5/+5
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Autoset INTERNAL_LIBSLaurent Bercot2023-02-171-0/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Multicall improvementsLaurent Bercot2023-02-021-6/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add a multicall target. If you use it, you're on your own.Laurent Bercot2023-02-011-0/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Prepare for 2.9.1.0; add eltestLaurent Bercot2022-12-201-0/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add case (yet untested)Laurent Bercot2021-08-111-0/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add -E option for variable autoimportLaurent Bercot2020-12-301-11/+13
|
* Rename cd/umask to execline-cd/execline-umask, make symlinks, etc.Laurent Bercot2019-12-301-6/+6
|
* Add posix-umask; prepare for 2.6.0.0Laurent Bercot2019-12-241-0/+3
|
* 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-091-0/+3
| | | | Also make wait posix-compliant and update doc.
* Add envfile; prepare for 2.5.1.0Laurent Bercot2019-02-121-0/+3
|
* with pthread support for nsssLaurent Bercot2018-07-281-1/+1
|
* Add nsss support (for homeof)Laurent Bercot2018-07-281-1/+1
|
* Remove import, prepare for 2.5.0.0Laurent Bercot2018-03-161-7/+4
|
* Make all-pic a user optionLaurent Bercot2017-10-301-1/+1
|
* Support default pieLaurent Bercot2017-10-291-0/+4
|
* Update deps.makLaurent Bercot2017-03-111-1/+1
|
* Revert wrong shared lib fixLaurent Bercot2016-10-241-1/+1
|
* Fix stupid shared lib dependenciesLaurent Bercot2016-10-241-1/+1
|
* Apply Eric's patch for spawn supportLaurent Bercot2016-08-161-1/+1
|
* Add spawn_lib supportLaurent Bercot2016-08-121-11/+11
|
* Revert backtick to a non-wrapper; add -I to backtick and withstdinasLaurent Bercot2016-06-181-2/+2
|
* More experimenting with make-3.81Laurent Bercot2015-10-121-46/+46
|
* Test make-3.81 compatibilityLaurent Bercot2015-10-121-1/+1
|
* Add the getcwd programLaurent Bercot2015-09-211-0/+3
|
* Add withstdinasLaurent Bercot2015-08-141-2/+5
|
* Link shared libs against their -l deps, better libpath managementLaurent Bercot2015-08-121-2/+3
|
* - Xyzzy fix! (fixes https://bugs.gentoo.org/show_bug.cgi?id=541092)Laurent Bercot2015-08-121-3/+3
| | | | - skalibs dep bump to 2.3.6.1
* - add trapv2.1.2.0Laurent Bercot2015-05-051-0/+3
| | | | - rc for 2.1.2.0
* - added el_parse() and friendsLaurent Bercot2015-03-261-2/+5
| | | | | - refactored execlineb to use them - version: rc for 2.1.1.1
* - added forstdinv2.1.1.0Laurent Bercot2015-02-261-4/+6
| | | | | | - rewrote forbacktickx as a wrapper around forstdin - removed el_obsolescent - version: rc for 2.1.1.0
* - add fdswapLaurent Bercot2015-01-241-0/+3
| | | | - version: 2.0.2.0
* - Parallel build fixv2.0.1.1Laurent Bercot2015-01-141-25/+25
| | | | - version change to 2.0.1.1, release candidate
* Test new make featuresLaurent Bercot2014-12-161-43/+84
|
* initial commit: rc for execline-2.0.0.0Laurent Bercot2014-09-181-0/+110