Re: Hyperbolic Functions Patch Set

2023-06-05 Thread felix . winkelmann
> Dear Maintainers, > Attached you find a change-set adding the hyperbolic functions (sinh, cosh, > tanh) and inverse hyperbolic functions (asking, cosh, atanh) to the included > (chicken flonum) module. This implementations follows the trigonometric > function using the math library calls. I al

Re: [PATCH] Pass executed filename to execv[pe] unmodified when calling process-execute

2023-06-05 Thread felix . winkelmann
> Hi there, > > Earlier today I went in circles trying to figure out why a child process > was only getting the basename of the executable in argv[0], rather than > the pathname I was passing. > > Turns out we do that when building the arguments to execvp, but I don't > think it's ideal, so here's