Jeffrey H. Johnson

Results 152 comments of Jeffrey H. Johnson

- add additional target/compiler switches in GNUmakefile to build with - native Solaris compiler / linker - Microsoft compiler cl / link

I understand your frustration here ... I've just finished playing with Windows and was disappointed, but it's not the fault of pdcurses. The assumption that the "terminal" that is used...

@neozeed Hi neozeed, ltns, last I talked to seems to be back in [2016](https://virtuallyfun.com/wordpress/2016/09/18/main-quasijarus-site-is-down/#comment-172518)... Coincidentally, I also ran into this same old Emacs source code looking through old DECUS archives,...

I'll unmangle them this weekend. On Fri, Aug 20, 2021, at 6:17 AM, Lars Brinkhoff wrote: > > > Sorry, I seem to have missed this discussion and only saw...

@larsbrinkhoff Sorry, totally slipped my mind. It's just a matter of finding the old tools, which I believe I have handy.

Modern GCC is actually excellent for this kind of investigation. I didn't investigate the structure of this program at all - in fact, I didn't look at the source code...

Also, since we saved the RTL expansion output, we can look at it with [Cally](https://github.com/chaudron/cally) which might help decide what should be split up or refactored, and also spot things...

Probably the best way to test would be to write some kind of unit tests for the documented external interface, because then what is left over would be totally safe...

If you come across it, or any similar thing in your retro-computing adventures, ping me.. although it shouldn't be too hard to write one. (I've got [g.c](https://github.com/johnsonjh/g/blob/master/src/g.c) which I'd like...