Oliver Schneider

Results 60 comments of Oliver Schneider

This is natural, since it's not a "Windows" or "Unix" feature at all, but a _shell_ feature. So when on your favorite shell it expands it or not. For example...

Hah, there even seems to be a way to do it directly via clap with little effort, [see here](https://docs.rs/wild/latest/wild/).

> I wouldn't want to rely on MS C runtime library behavior. It's just one option and one that few people realize exists. But makes sense to go for a...

I'll try, I've got Windows to try it out (although I _really_ want to avoid testing VS2008 for something like that), I happen to have VS2005 still installed, so I'll...

I also noticed another function named `s_read_wincsp` (in `s_mp_rand_platform.c`) exists which also makes use of CSP. What's off about the general code around these locations is that they default to...

@sjaeckel @leite @karel-m Could you please chime in exactly what you'd like to see here? I'd be happy to contribute the following changes on top of what @mabuchner has provided...

> That plan sounds good. :+1: ... and thanks for the swift response. > Regarding the solution files for newer VS versions than the 2008 we already have: please don't...

I didn't even receive a notification of your last message, but I am now on it now. Sorry for the delay.

@sjaeckel A few observations. Please note, _I am starting with libtommath_, as it's a prerequisite for libtomcrypt. It should be quicker to take the results from the former and apply...

`/wd5045`, given in the `makefile.msvc` also errors out on VS2003 through VS2008. The warning code range ends at 4999. Also, I don't know how `/WX` (i.e. "treat warnings as errors";...