Eric Timmons (3857c73d) at 24 Jun 21:16
Add git config
Eric Timmons (e4bcee8b) at 23 Jun 22:05
Add tmux
Eric Timmons (ff466685) at 23 Jun 22:00
Add Zsh
Eric Timmons (4734d6f2) at 23 Jun 21:40
Add emacs config
Eric Timmons (f4fb4988) at 27 May 15:09
freeze
Eric Timmons (e6b17033) at 23 May 07:28
Eric Timmons (e6b17033) at 20 May 18:39
RUN-PROGRAM: Try to use execvp even if :ENVIRON is specified
Unfortunately, execvpe is not standard. However, we can replicate its behavior by pointing **environ to a new array of environment variable assignments before execvp.
On Darwin, shared libraries do not have direct access to **environ. Instead, we use the return value of _NSGetEnviron().
Rename all existing uses of environ (as a variable name) to my_environ as environ now names a macro on both Darwin and Mingw.
If the target does not HAVE_ENVIRON, fall back to execve as before.
Additionally, rewrite PROCESS-ENVIRON tests to highlight that there was a masked failure before.
Tested on a recent Gentoo Linux and x86_64 Mac running Monterey.
Eric Timmons (b41bb2e5) at 20 May 18:18
RUN-PROGRAM: Try to use execvp even if :ENVIRON is specified
... and 204 more commits
Eric Timmons (797db817) at 15 May 18:30
Use latest link when generating bullets
Eric Timmons (31197a2e) at 15 May 18:29
Add some documentation
Eric Timmons (e9eb7f7b) at 15 May 18:17
claw-cplex v0.2.0 docs
Eric Timmons (d5b00f6d) at 15 May 18:14
Ensure docs are built before release proceeds
Eric Timmons (7d9bf026) at 15 May 18:13
Eric Timmons (8b45d8c1) at 15 May 18:13
Ensure docs are built before release proceeds