]> granicus.if.org Git - nethack/commit
sys/unix/*.c formatting and PANICTRACE fix
authorPatR <rankin@nethack.org>
Wed, 13 Sep 2017 22:33:43 +0000 (15:33 -0700)
committerPatR <rankin@nethack.org>
Wed, 13 Sep 2017 22:33:43 +0000 (15:33 -0700)
commitcd8f0283529f6d66b01547f821cc67ff78d971e2
tree21329f0f64c32d15566c460dcdc0ebbe5463423f
parent127f74bb2457f67ea790ef1940c5f373dcd2978a
sys/unix/*.c formatting and PANICTRACE fix

I started out just reformatting the function header for regularize()
but ended up doing miscellaneous other stuff, including some code
changes.  I think the CHDIR code is a bit cleaner now, but shouldn't
have any differences in behavior.

Along the way I noticed that 'nethack -dpath' or 'nethack -d path'
modifies argv[] before PANICTRACE attempted to save argv[0], so would
break having nethack invoke gdb to get a backtrace.  ('ARGV0' seems to
be unnecessary since 'hname' holds the same value, but I didn't get rid
of it....)
doc/fixes36.1
include/decl.h
src/decl.c
sys/unix/unixmain.c
sys/unix/unixres.c
sys/unix/unixunix.c