home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / library / dos / tug__002 / tutpasdo.002 < prev    next >
Encoding:
Text File  |  1988-08-14  |  11.1 KB  |  332 lines

  1. { !UTPASDO.002 }
  2.  
  3.  
  4. ==============================================================================
  5.  
  6.                    T u r b o    U s e r    G r o u p
  7.                        PUBLIC DOMAIN LIBRARY DISK
  8.  
  9. The following is a description of all source and documentation files
  10. contained on this disk.  Any related data files may not detailed here,
  11. but they are listed in the "associated files" portion of the file(s)
  12. that require them.
  13.  
  14. You will also find a file called VERIFILE.DTA or VERIFILE.DAT in each
  15. directory on this disk. VERIFILE.DTA is a checksum file, and VERIFILE.DAT
  16. is a CRC (cyclical redundancy checking) file that can be used by the
  17. VERIFILE program, available on one of the TUG Lines disks. Before copying
  18. any of the files on this disk, run VERIFILE to make sure none of the files
  19. on this disk have been damaged during shipment.
  20.  
  21. We appreciate your suggestions for improving the routines found on this
  22. disk.  To forward your comments or to obtain information on membership in
  23. the Turbo User Group, contact us at TUG, PO Box 1510, Poulsbo, WA 98370 USA.
  24.  
  25. ==============================================================================
  26.  
  27.                   Main and Associated TUG Library Files
  28.  
  29. ==============================================================================
  30.  
  31. File name: DEARC.PAS           File Size:  12263 bytes
  32.  
  33. Turbo Pascal 4.0 program to extract all files from an archive created by
  34. version 5.12 or earlier of the ARC utility.
  35.  
  36. Associated files ----------------------------
  37.  
  38. DEARC.PAS
  39. DEARCABT.PAS
  40. DEARCGLB.PAS
  41. DEARCIO.PAS
  42. DEARCLZW.PAS
  43. DEARCUNP.PAS
  44. DEARCUSQ.PAS
  45. DEARC.TXT
  46.  
  47. ------------------------------------------------------------------------------
  48.  
  49. File name: DEARCABT.PAS        File Size:   2553 bytes
  50.  
  51. Turbo Pascal V4.0 DEARC routine to abort with a message.
  52.  
  53. ------------------------------------------------------------------------------
  54.  
  55. File name: DEARCGLB.PAS        File Size:   5198 bytes
  56.  
  57. Turbo Pascal V4.0 DEARC global variables and type definations.
  58.  
  59. ------------------------------------------------------------------------------
  60.  
  61. File name: DEARCIO.PAS         File Size:   6982 bytes
  62.  
  63. Turbo Pascal V4.0 DEARC input/output routines.
  64.  
  65. ------------------------------------------------------------------------------
  66.  
  67. File name: DEARCLZW.PAS        File Size:  14210 bytes
  68.  
  69. Turbo Pascal V4.0 DEARC Lempel-Ziv-Welch decompression routines (that is,
  70. unsquashing and uncrunching).
  71.  
  72. ------------------------------------------------------------------------------
  73.  
  74. File name: DEARCUNP.PAS        File Size:   3871 bytes
  75.  
  76. Turbo Pascal V4.0 DEARC unPacking routines.
  77.  
  78. ------------------------------------------------------------------------------
  79.  
  80. File name: DEARCUSQ.PAS        File Size:   4083 bytes
  81.  
  82. Turbo Pascal V4.0 DEARC unSqueezing routines.
  83.  
  84. ------------------------------------------------------------------------------
  85.  
  86. File name: DEARC.TXT           File Size:   5691 bytes
  87.  
  88. Text file for DEARC.PAS.
  89.  
  90. ==============================================================================
  91.  
  92. File name: FIELD.PAS           File Size:  34547 bytes
  93.  
  94. Author Frank Wood. Turbo Pascal 4.0 unit for coding input screens. The
  95. main function locates fields, allows complete editing, and returns
  96. terminating keystroke. Eight fields types with crash proof data entry and
  97. error messages. Menu pick function also included.
  98. Associated files ----------------------------
  99.  
  100. FIELD.PAS
  101. FLDDEMO.PAS
  102. FLDTEST.PAS
  103. OLDDEMO.PAS
  104. FIELD.TXT
  105.  
  106. ------------------------------------------------------------------------------
  107.  
  108. File name: FLDDEMO.PAS         File Size:   9826 bytes
  109.  
  110. File used with FIELD.PAS.
  111.  
  112. ------------------------------------------------------------------------------
  113.  
  114. File name: FLDTEST.PAS         File Size:  11685 bytes
  115.  
  116. This program illustrates the use of the field functions to generate a
  117. screen display and to allow input.
  118.  
  119. ------------------------------------------------------------------------------
  120.  
  121. File name: OLDDEMO.PAS         File Size:   6233 bytes
  122.  
  123. File used with FIELD.PAS.
  124.  
  125. ------------------------------------------------------------------------------
  126.  
  127. File name: FIELD.TXT           File Size:   3910 bytes
  128.  
  129. Text file for FIELD.PAS.
  130.  
  131. ==============================================================================
  132.  
  133. File name: HEAPCHEK.PAS        File Size:  14391 bytes
  134.  
  135. Unit that contains procedures developed to help debug a program that uses
  136. the heap extensively, and other routines to return more information about
  137. the free list and to influence the behaviour of the heap manager.
  138.  
  139. Associated files ----------------------------
  140.  
  141. HEAPCHEK.PAS
  142. DEMO.EXE
  143. DEMO.PAS
  144. HEAPCHEK.TPU
  145.  
  146. ------------------------------------------------------------------------------
  147.  
  148. File name: DEMO.EXE            File Size:  12800 bytes
  149.  
  150. ------------------------------------------------------------------------------
  151.  
  152. File name: DEMO.PAS            File Size:   4857 bytes
  153.  
  154. This program demonstrates the use of the heap allocation tools provided in
  155. the HeapChek unit.
  156.  
  157. ------------------------------------------------------------------------------
  158.  
  159. File name: HEAPCHEK.TPU        File Size:   6016 bytes
  160.  
  161. ==============================================================================
  162.  
  163. File name: STACKUSE.PAS        File Size:   5171 bytes
  164.  
  165. Version 1.0. Author Richard S. Sadowsky. This unit, when used in a Turbo
  166. Pascal 4.0 program will automaticall report information about stack usage.
  167. This is very useful during program development. The following information
  168. is reported about the stack: total stack space, unused stack space and
  169. Associated files ----------------------------
  170.  
  171. STACKUSE.PAS
  172. TESTSTAC.PAS
  173.  
  174. ------------------------------------------------------------------------------
  175.  
  176. File name: TESTSTAC.PAS        File Size:   3026 bytes
  177.  
  178. A simple program to test StackUse. Uses a few string because strings are
  179. rather hard on the stack.
  180.  
  181. ==============================================================================
  182.  
  183. File name: TPSTACK.PAS         File Size:   9013 bytes
  184.  
  185. Unit for monitoring stack and heap usage.
  186.  
  187. Associated files ----------------------------
  188.  
  189. TPSTACK.PAS
  190. TPSTACK.ASM
  191. TPSTACK.DOC
  192. TPSTACK.OBJ
  193.  
  194. ------------------------------------------------------------------------------
  195.  
  196. File name: TPSTACK.ASM         File Size:   4955 bytes
  197.  
  198. File used with TPSTACK.PAS.
  199.  
  200. ------------------------------------------------------------------------------
  201.  
  202. File name: TPSTACK.DOC         File Size:   4577 bytes
  203.  
  204. Documentation file for TPSTACK.PAS.
  205.  
  206. ------------------------------------------------------------------------------
  207.  
  208. File name: TPSTACK.OBJ         File Size:    351 bytes
  209.  
  210. ==============================================================================
  211.  
  212. File name: TPDIR.PAS           File Size:  11849 bytes
  213.  
  214. This program requires the use of units from the commercial product Turbo
  215. Professional 4.0, by TurboPower Software. It demonstrates two new units.
  216. The TPPICK unit offers general-purpose scrolling "pick" windows, which
  217. allow the user to scroll through a list of strings and select one to
  218. Associated files ----------------------------
  219.  
  220. TPDIR.PAS
  221. DEMO1.PAS
  222. DEMO1.EXE
  223. TPDIR.TPU
  224. TPPICK.PAS
  225. TPPICK.TPU
  226.  
  227. ------------------------------------------------------------------------------
  228.  
  229. File name: DEMO1.PAS           File Size:   3591 bytes
  230.  
  231. Demonstration program for TPPICK and TPDIR units.
  232.  
  233. ------------------------------------------------------------------------------
  234.  
  235. File name: DEMO1.EXE           File Size:  18960 bytes
  236.  
  237. ------------------------------------------------------------------------------
  238.  
  239. File name: TPDIR.TPU           File Size:   4480 bytes
  240.  
  241. ------------------------------------------------------------------------------
  242.  
  243. File name: TPPICK.PAS          File Size:   9003 bytes
  244.  
  245. General-purpose scrolling window unit.
  246.  
  247. ------------------------------------------------------------------------------
  248.  
  249. File name: TPPICK.TPU          File Size:   2288 bytes
  250.  
  251. ==============================================================================
  252.  
  253. File name: SEARCHES.PAS        File Size:   8637 bytes
  254.  
  255. A Turbo Pascal 4.0 unit for rapidly searching a buffer for a string.
  256. Version 1.0. Author Scott Bussinger.
  257.  
  258. Associated files ----------------------------
  259.  
  260. SEARCHES.PAS
  261. BOYER.DOC
  262. SEARCHES.DOC
  263.  
  264. ------------------------------------------------------------------------------
  265.  
  266. File name: BOYER.DOC           File Size:   4947 bytes
  267.  
  268. Documentation file explaining about Boyer-MOORE.
  269.  
  270. ------------------------------------------------------------------------------
  271.  
  272. File name: SEARCHES.DOC        File Size:   5319 bytes
  273.  
  274. Documentation file for SEARCHES.PAS.
  275.  
  276. ==============================================================================
  277. ==============================================================================
  278.  
  279.                         Standalone TUG Library Files
  280.  
  281. ==============================================================================
  282.  
  283. ------------------------------------------------------------------------------
  284.  
  285. File name: ATKYBD.PAS          File Size:   7119 bytes
  286.  
  287. Turbo Pascal 4.0 non-resident procedure to change AT class keyboard delay
  288. (.25 - 1.0 sec) and typematic (2 - 30 repeats/sec).
  289.  
  290. ------------------------------------------------------------------------------
  291.  
  292. File name: SCAN.PAS            File Size:   5668 bytes
  293.  
  294. Turbo Pascal V4.0 code to scan all directories on a disk. As configured
  295. only displays the name of each directory (like DOS's TREE). But you can
  296. add your own code to make it do whatever you want.
  297.  
  298. ------------------------------------------------------------------------------
  299.  
  300. File name: TIMER.PAS           File Size:  23226 bytes
  301.  
  302. Version 1.01. Author Rob Rosenberger. Turbo Pascal 4.0 unit source code
  303. provides 256 independent stop-watch timers. Great for timing the execution
  304. of a routine or an I/O access. Timer #0 specifically times the overall
  305. program, the rest are at your disposal. Fully compatible with other
  306. ------------------------------------------------------------------------------
  307.  
  308. File name: WORDWRAP.PAS        File Size:   5780 bytes
  309.  
  310. Version 1.01. Author Ron Rosenberger. Turbo Pascal 4.0 code that
  311. demonstrates word-wrapping so that text is professionally displayed on a
  312. console screen.
  313.  
  314. ------------------------------------------------------------------------------
  315.  
  316. File name: TRIG.PAS            File Size:  17162 bytes
  317.  
  318. Supplies missing trigonometric functions for Turbo Pascal 4.0. Also
  319. provides hyperbolic, logarithmic, power, and root functions. All trig
  320. functions accessibile by radians, decimal degrees, degrees-minutes-seconds
  321. and a global DegreeType. Author: Hugo Hemmerich.
  322. ==============================================================================
  323. ==============================================================================
  324.  
  325.                     Other Files Included On This Disk
  326.  
  327. ==============================================================================
  328.  
  329. ==============================================================================
  330.  
  331. None
  332.