David C W Brown

Results 85 comments of David C W Brown

Also getting segfault in tcc on freebsd.

I'm sorry it's taking me a long time to get to this. I am not going to make any changes until I have a full set of test builds running...

I have enabled index tests in OPT.Mod and Files.Mod. This leaves only Heap.Mod with tests disabled. I was pleased to find all builds and tests succeeded. With these tests enabled...

Hmm, still thinking: I'm seriously doubting the wisdom of exposing MaxNameLength and MaxPathLength in Files.Mod. The more I Iook at it the more I believe the exposed values are too...

I've added doc/Files.md describing differences between how most operating systems treat files and filesystems, and how Oberon Files.Mod does it. Based on this understanding, and the issues with filename lengths...

There are loads of problems with real handling because of invalid size assumptions in the code. It happens by chance that I had already looked at this and committed the...

Good question. I feel more comfortable with the parentheses. Using C/C++ I became accustomed to adding technically redundant parentheses to avoid finding yet again that C's rules had surprised me....

Hmm. Texts_Reader_typ is declared on line 181 of Texts.c as 'address_'. And SYSTEM_ENUMR expects an 'address_', so initially I'm stumped. I don't get the compiler warning on my build in...

Oops, markdown! both those 'address's should be 'address*'.

The first 6 paras above are now implemented, the builds compare the generated C source with the corresponding bootstrap. Needless to say given the recent change in hex literal handling...