File: README

package info (click to toggle)
mgt 2.31-7
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 460 kB
  • ctags: 582
  • sloc: ansic: 4,852; sh: 411; pascal: 329; makefile: 88; csh: 3
file content (88 lines) | stat: -rw-r--r-- 3,051 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
-----------------------------------------------------------------------

           "mgt" Copyright 1991 Shodan
		All Rights Reserved.
		Program by Greg Hale

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that this entire comment and copyright notice appear in all
copies and that both that copyright notice and this permission notice
appear in supporting documentation.  No representations are made about
the suitability of this software for any purpose.  It is provided "as
is" without express or implied warranty.

-----------------------------------------------------------------------

To compile under UNIX, type 'make'

Under VMS, delete the mou.c file and then type '@build'

Under MS-DOS with Borland-C, type 'make -f makefile.bc'

-----------------------------------------------------------------------

*** Be sure to get the From My Go Teacher tutorial materials available
*** on anonymous ftp at bsdserver.ucsf.edu

-----------------------------------------------------------------------

Please send copies of extensions to:  hale@scam.berkeley.edu

Thanks to the following for suggestions, debugging, code writing, and testing:

  		 mgt - you know why he's here :)

	Kurt Wallnau - for playing and suggesting
	Jeff Boscole - for sleepless nights of debugging and testing
	Thos Sumner  - for extensive help with explaining some UNIX particulars

	Adrian Mariano - (adrian@bsdserver.ucsf.edu)
		     - massive code extensions, plus IBM version
	Tim Casey      (tcasey@adobe.com)
	Mike Dobbins - lots of testing, suggestions and comment editor rewrite
	Eric Osman   - for getting things to work under VMS
	Steve Hollasch - debugging assistance
	Huayong Yang - comments, bug reports
        Jan van der Steen - bug reports and FIXES

--------------------------------------
Changes:

3/13/93 V2.3
	o Rewrite of the comment editor; edits comments up to 120 lines
	  long; additional and user settable edit control commands
        o No limit on size of displayable comments
        o Added a vi-like edit mode for the comment editor
	o Fixed a few parsing bugs

4/30/92 V2.2
	o Increased speed of moving backwards through game record or
	  jumping to an arbitrary node.
	o Tutor mode
	o Support for informational properties
	o Support for PLayer property, and passing (as a move)
	o Removed restriction on number of letters or marks
	o Detection of ko during game play
	o For the IBM version: Mouse support and improved display

4/5/91 V2.1
	o Short format game record support
	o Filename wild card support
	o Additional comment editor features
	o Improved game scoring

2/1/91 V2.0
	o mgt is more optimized.
	o IBM version support
	o revision of display
	o fixed lots of little bugs
	o more commands
	o basic editing of comments
	o save & load
	o play-by-mail facility added.

2/6/90 V1.0
	o First release.  All is holding together fine, but no
	  optimization has been done yet.  That is next on the list.  
	  My apologies to the CPU's. :(