aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstddjb/env_get.c
Commit message (Collapse)AuthorAgeFilesLines
* Complete revamp of the pathexec functionsLaurent Bercot2020-11-241-9/+0
| | | | | | | | | | | | | | | | | - pathexec_run is now called exec_ae a for provided file name (default: argv[0]) e for provided envp (default: environ) - pathexec is now called mexec. m for merge environment. Option letters are: a for provided file name (default: argv[0]) e for provided envp (default: environ) f for provided envp *and* length of the envp m for provided modif string plus its length (the length is always needed because the modifs are null-terminated) n for provided modif string, length *and* number of modifs - functions have a foo0 version for _exit(0) when argv[0] is null - functions have a xfoo version to die if the exec fails - and a xfoo0 - Compatibility #defines and #includes are there until the next major bump
* Deprecate env_getLaurent Bercot2017-12-221-2/+2
|
* Big 2.6.3.0 reorganizationLaurent Bercot2017-12-211-1/+1
| | | | | | | - Add libposixplz, update headers - Add memmem and friends - Add textmessage to libunixonacid - Update some sysdeps tests
* initial commit with rc for skalibs-2.0.0.0Laurent Bercot2014-09-181-0/+9