home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V7 / usr / doc / summary / hel0 < prev    next >
Encoding:
Text File  |  1979-01-10  |  2.7 KB  |  97 lines

  1. .TL
  2. 7th Edition UNIX \(em Summary
  3. .AU
  4. September 6, 1978
  5. .AI
  6. .MH
  7. .SH
  8. A.  What's new: highlights of the 7th edition UNIX\(dg System
  9. .FS
  10. \(dg
  11. .UC UNIX
  12. is a Trademark of Bell Laboratories.
  13. .FE
  14. .LP
  15. .B "Aimed at larger systems."
  16. Devices are addressable to 2\u\s-231\s+2\d
  17. bytes, files to 2\u\s-230\s+2\d bytes.
  18. 128K memory (separate instruction and data space) is needed for some utilities.
  19. .LP
  20. .B "Portability."
  21. Code of the operating system and most utilities has
  22. been extensively revised to minimize its
  23. dependence on particular hardware.
  24. .LP
  25. .B "Fortran 77."
  26. F77 compiler for the new standard language
  27. is compatible with C at the object level.
  28. A Fortran structurer, STRUCT, converts old, ugly Fortran into RATFOR,
  29. a structured dialect usable with F77.
  30. .LP
  31. .B "Shell."
  32. Completely new SH program supports string variables,
  33. trap handling, structured programming, user profiles,
  34. settable search path,
  35. multilevel file name generation, etc.
  36. .LP
  37. .B "Document preparation."
  38. TROFF phototypesetter utility is standard.
  39. NROFF (for terminals) is now highly compatible
  40. with TROFF.
  41. MS macro package provides canned commands for
  42. many common formatting and layout situations.
  43. TBL provides an easy to learn language for preparing
  44. complicated tabular material.
  45. REFER fills in bibliographic citations
  46. from a data base.
  47. .LP
  48. .B "UNIX-to-UNIX file copy."
  49. UUCP performs spooled
  50. file transfers between any two machines.
  51. .LP
  52. .B "Data processing."
  53. SED stream editor does multiple editing functions
  54. in parallel on a data stream of indefinite length.
  55. AWK report generator does free-field pattern selection
  56. and arithmetic operations.
  57. .LP
  58. .B "Program development."
  59. MAKE
  60. controls re-creation of complicated software,
  61. arranging for minimal recompilation.
  62. .LP
  63. .B "Debugging."
  64. ADB does postmortem and breakpoint debugging,
  65. handles separate instruction and data spaces,
  66. floating point, etc.
  67. .LP
  68. .B "C language."
  69. The language now supports
  70. definable data types, generalized initialization,
  71. block structure, long integers,
  72. unions,
  73. explicit type conversions.
  74. The LINT verifier does strong type checking
  75. and detection of probable errors and portability problems
  76. even across separately compiled functions.
  77. .LP
  78. .B "Lexical analyzer generator."
  79. LEX converts specification of regular expressions
  80. and semantic actions into a recognizing subroutine.
  81. Analogous to YACC.
  82. .LP
  83. .B "Graphics."
  84. Simple graph-drawing utility, graphic subroutines, and
  85. generalized plotting filters adapted to various devices
  86. are now standard.
  87. .LP
  88. .B "Standard input-output package."
  89. Highly efficient buffered stream I/O is
  90. integrated with formatted input and output.
  91. .LP
  92. .B "Other."
  93. The operating system and utilities have been enhanced
  94. and freed of restrictions in many
  95. other ways too numerous to relate.
  96. .sp 100
  97.