home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / library / dos / packer / arc / arctool / _utpasdo.002 next >
Encoding:
Text File  |  1988-09-29  |  9.4 KB  |  293 lines

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