OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Paul Janzen (pjanzen_at_cvs.openbsd.org)
Date: Thu Jul 18 2002 - 02:13:58 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    CVSROOT: /cvs
    Module name: src
    Changes by: pjanzencvs.openbsd.org 2002/07/18 01:13:57

    Modified files:
            games/rogue : Makefile hit.c init.c inventory.c level.c
                             machdep.c main.c message.c monster.c move.c
                             object.c pack.c play.c random.c ring.c rogue.h
                             room.c save.c score.c spec_hit.c throw.c trap.c
                             use.c zap.c

    Log message:
    - string handling patch from David Holland, minimally modified. Highlights
    are fewer magic constants, sprintf->snprintf, and better scorefile handling.
    Also, won't hang if forking a subshell fails.
    - a few needless functions have been trimmed, and a few extra defaults have
    been added to a few switches, just in case.