pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/43363 CVS commit: pkgsrc/emulators/simh



The following reply was made to PR pkg/43363; it has been noted by GNATS.

From: Izumi Tsutsui <tsutsui%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/43363 CVS commit: pkgsrc/emulators/simh
Date: Fri, 28 May 2010 13:21:26 +0000

 Module Name:   pkgsrc
 Committed By:  tsutsui
 Date:          Fri May 28 13:21:26 UTC 2010
 
 Modified Files:
        pkgsrc/emulators/simh: Makefile distinfo
        pkgsrc/emulators/simh/patches: patch-aa patch-ac
 Removed Files:
        pkgsrc/emulators/simh/patches: patch-ad
 
 Log Message:
 Update simh to V3.8-1. Reviewd by obache@ in PR pkg/43363 filed by me.
 
 ---
 Change Log For V3.8-1
 
 SCP and libraries:
 
  * Fixed bug in DETACH ALL if called at simulator exit (from Dave Bryan)
  * Fixed bug in DO command handling of null arguments (from Dave Bryan)
  * Fixed bug in DO handling of \\ (literal backslash) (from Dave Bryan)
  * Fixed warnings in help printouts
 
 HP2100 (all changes from Dave Bryan)
 
  * Corrected DMS violation register set conditions
  * JSB to 0/1 with W5 out and fence = 0 erroneously causes MP abort
  * Fixed DJP, SJP, and UJP jump target validation
  * BACI: Fixed STC,C losing interrupt request on BREAK
  * MPX: Implemented 12792C eight-channel terminal multiplexer
  * MT: Fixed missing flag after CLR command
  * PIF: Implemented 12620A/12936A Privileged Interrupt Fences
 
 IBM 1401:
 
  * Fixed bug in ZA and ZS (from Bob Abeles)
  * Fixed tape indicator implementation (from Bob Abeles)
  * Added missing magtape modifier A (from Van Snyder)
  * Added -n (no rewind) option to BOOT (from Van Snyder)
  * Fixed bug to mask input to 6b on read (from Bob Abeles)
 
 PDP11:
 
  * Moved all Unibus/Qbus support routines to common I/O library
  * Fxed bug in ASHP left overflow calc
  * Fixed bug in DIVx
 
 VAX:
 
  * Fxed bug in ASHP left overflow calc
  * Fixed bug in DIVx
  * Resync time of day clock on any clock reset
 ---
 
 Also some pkgsrc fixes, including Linux build:
  * add MAKE_FLAGS in pkgsrc Makefile to define USE_NETWORK in dist makefile
  * reorganize patch-aa for makefile to reduce diffs:
   * use gmake (USE_TOOLS+=gmake in Makefile)
   * check OSTYPE properly (so that it also builds on Linux)
   * use "else <conditional-directive>" for OSTYPE checks
   * revert previous gcc -> ${CC} change since -std=c99 seems mandatory
  * update patch-ac for upstream cosmetics (for "set telnet" using raw mode)
  * remove patch-ad for inline definitions since upstream has disabled it
  * remove INSTALL_DATA_DIR as suggested by pkglint
 
 Tested on NetBSD/i386 -current and CentOS 5.4 i386.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.29 -r1.30 pkgsrc/emulators/simh/Makefile
 cvs rdiff -u -r1.14 -r1.15 pkgsrc/emulators/simh/distinfo
 cvs rdiff -u -r1.8 -r1.9 pkgsrc/emulators/simh/patches/patch-aa
 cvs rdiff -u -r1.5 -r1.6 pkgsrc/emulators/simh/patches/patch-ac
 cvs rdiff -u -r1.1 -r0 pkgsrc/emulators/simh/patches/patch-ad
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index