Google
 

Trailing-Edge - PDP-10 Archives - bb-kl11c-bm_tops20_v6_1_atpch1_16 - autopatch/monsym.c16
There are no other files named monsym.c16 in the archive.
 INS 1/1	;16C1
	; *** Edit 7462 to MONSYM.MAC by EVANS on 28-Apr-87, for SPR #19914
	; Do not allow removal of Subdirectory-user-goups-allowed if the group number
	; is in use in a subdirectory 
	;	Add new error for CRDIR% - RE: JSYSF edit 7461
	; *** Edit 7436 to MONSYM.MAC by GSCOTT on 3-Apr-87, for SPR #21488
	; Add MTOPR functions .MOHUP (62) and .MOUHU (63) for terminals 
	; *** Edit 7431 to MONSYM.MAC by MCCOLLUM on 31-Mar-87
	; Add error code MSTX51 for use by the MSTR% JSYS when STRTAB is full 
	; *** Edit 7424 to MONSYM.MAC by EVANS on 11-Mar-87
	; Add VT300 - dependent monitor edit 7423 and EXEC edit 3055 
	; *** Edit 7412 to MONSYM.MAC by RASPUZZI on 24-Jan-87, for SPR #18873
	; Change directory and username break masks so they don't include ^V
	; *** Edit 7409 to MONSYM.MAC by RASPUZZI on 22-Jan-87, for SPR #21507
	; Add new error code for NTINF% (TTYX04) 
 INS 58/13	;16C2
	;**;[7412] Add 1 line at USRB0.-2L	MDR	22-JAN-87
		UNBRK. "V"-100		;[7412] ^V is a no-no in user name
 REP 64/13	;16C3
	;ACCOUNT MASK CURRENTLY THE SAME AS USER MASK

	ACTB0.==USRB0.
	ACTB1.==USRB1.
	ACTB2.==USRB2.
	ACTB3.==USRB3.
 WIT
	;ACCOUNT MASK CURRENTLY THE SAME AS USER MASK (+ ^V)

	;**;[7412] Add 1 line at ACTB0.-2L	MDR	22-JAN-87
		BRKCH. "V"-100		;But include ^V this time

	;**;[7412] Change 4 lines at ACTB0.	MDR	22-JAN-87
	ACTB0.==W0.			;[7412]
	ACTB1.==W1.			;[7412]
	ACTB2.==W2.			;[7412]
	ACTB3.==W3.			;[7412]
 INS 86/13	;16C4
	;**;[7412] Add DIRBx.	MDR	22-JAN-87
	;DIRECTORY FIELD - DIRECTORY PUNCTUATION CHARACTERS

		UNBRK. "V"-100		;[7412] Don't allow ^V

	;**;[7412] Add 4 lines at DIRB0.	MDR	22-JAN-87
	DIRB0.==W0.			;[7412]
	DIRB1.==W1.			;[7412]
	DIRB2.==W2.			;[7412]
	DIRB3.==W3.			;[7412]

 INS 52/43	;16C5
	;**;[7436] Add two lines after defn of .MOTXT		GAS 	1-Apr-87
	.MOHUP==:62			;[7436] Hangup remote line
	.MOUHU==:63			;[7436] Unhangup (raise DTR) on remote line
 INS 25/70	;16C6
	;**;[7424] Add VT300			DEE		11-MAR-87
	.TT300==:^D52			;VT300 [7424]
 REP 629/104	;16C7

	;[7331]  Error code 1532 is available ******

 WIT
	;**;[7431] Add one line at MSTX50 + 1 L		JDM	31-Mar-87
	.ERR (1532,MSTX51,<Insufficient system resources (structure limit exceeded)>) ;[7431]
 INS 204/106	;16C8
	;**;[7462] Add CRDI29		DEE		28-APR-87
	.ERR (2772,CRDI29,<Illegal to disallow subdirectory user group while in use>)

 INS 326/106	;16C9
	;**;[7409] Add new error code	MDR	20-JAN-87
	.ERR (5602,TTYX04,<Job is detached>)
	;**;[7412] Add new error code	MDR	22-JAN-87
	.ERR (5603,COMX22,<Invalid use of quoting character in directory name>)
	;**;[7412] Add new error code	MDR	22-JAN-87
	.ERR (5604,COMX23,<Invalid use of quoting character in username>)
 SUM 8624