Procenv 0.45 released
Yesterday, I released procenv 0.45 . Although not a huge amount has changed on the outside in this release, rather dramatic changes have occurred on the inside, as evinced by the following: $ git diff 0.44..0.45 --stat|grep "src / .*\.[ch] " src/messages.h | 41 + src/output.c | 2001 ++++++ src/output.h | 179 + src/platform-headers.h | 243 + src/platform.h | 167 + src/platform/android/platform.c | 46 + src/platform/freebsd/platform-freebsd.h | 43 + src/platform/freebsd/platform.c | 479 ++ src/platform/hurd/platform-hurd.h | 38 + src/platform/hurd/platform.c | 91 + src/platform/linux/platform-linux.h | 174 + src/platform/linux/platform.c | 2176 ++++++ src/platform/minix/platform-minix.h | 25 + src/platform/minix/platform.c | 126 + src/platform/netb