home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1994 March / Source_Code_CD-ROM_Walnut_Creek_March_1994.iso / _bbs / max / hc750.bbs < prev    next >
Encoding:
File List  |  1994-03-07  |  6.6 KB  |  122 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  Source Code CDROM, March 1994.  Walnut Creek CDROM.
  7.  ---------------------------------------------------
  8.  compsrcs\unix\v.26\kit
  9.  path: \compsrcs\unix\volume26\kit 
  10.  ---------------------------------------------------
  11. PCH13        fixed option parsing code 
  12. PCH13        fixed the option parsing code 
  13. PCH13        kit - the ultimate mailing kit, Patch13 
  14. PCH13        many thanks to Jaap Vermeulen <jaap@sequent.com> 
  15. PCH13        protected arguments given to rshar 
  16. PCH13        the archive extraction now returns meaningful exit code 
  17. PCH13        the built-in unshar in unkit may now be used alone 
  18. PCH13        there is now a space between file size and "characters" 
  19. PCH13        unkit may be used to actually do an unshar 
  20. PCH14        a missing quote led to a syntactically incorrect archive 
  21. PCH14        addresses in README updated 
  22. PCH14        determination of user name made more portable 
  23. PCH14        fixed a typo in makeshar.SH 
  24. PCH14        fixed some loose declarations 
  25. PCH14        kit - the ultimate mailing kit, Patch14 
  26. PCH15        acknowledgment section in README updated 
  27. PCH15        added acknowledgment support 
  28. PCH15        added support for -a option 
  29. PCH15        added the bulk Precedence and X-Mailer headers 
  30. PCH15        changed verbose messages for consistency with other scripts 
  31. PCH15        determination of user and host no longer uses a sub-shell 
  32. PCH15        documents the new -a option 
  33. PCH15        error checking improved 
  34. PCH15        fixed a typo in Configure 
  35. PCH15        fixed incorrect help message regarding -l 
  36. PCH15        kit - the ultimate mailing kit, Patch15 
  37. PCH15        kit will no longer remove existing kit parts 
  38. PCH15        minikit now extracted via a .SH file 
  39. PCH15        now creates directories before installing 
  40. PCH15        older kits will not honor -a or -M (new paragraph in BUGS) 
  41. PCH15        replaced space indentation with tabs 
  42. PCH15        stamping now includes user and host infos 
  43. PCH16        -p is now the default option unless -c is used 
  44. PCH16        added -c option to force cleanup of parts 
  45. PCH16        added example using mailkit -r 
  46. PCH16        documents new -r option for mailkit and -S for kit 
  47. PCH16        fixed incorrect extraction message for badtar manpage 
  48. PCH16        kit - the ultimate mailing kit, Patch16 
  49. PCH16        kit now invokes mailkit with -c to force clean up 
  50. PCH16        mailkit asks for unsent part disposal when needed 
  51. PCH16        maximum part size can now be specified via -s 
  52. PCH16        minor typo fix in mkdir_p in install.SH 
  53. PCH16        new -r option to specify range of parts to be sent 
  54. PCH16        new option -S to set maximum part size 
  55. PCH16        new range expansion library script 
  56. PCH16        now pays attention to EDITOR and MAILER env vars 
  57. PCH16        there can now be multiple occurences of -l 
  58. PCH17        kit - the ultimate mailing kit, Patch17 
  59. PCH17        some awk hang up with </dev/null within backquotes 
  60. PCH18        (the previous feature was suggested by Bertrand Meyer) 
  61. PCH18        badtar now correctly reports links 
  62. PCH18        do not start unkiting until all parts are here (Jaap Vermulen) 
  63. PCH18        documents new -k option for unkit 
  64. PCH18        instruction message now saved in case of error 
  65. PCH18        kit - the ultimate mailing kit, Patch18 
  66. PCH18        mailkit attempts to retrieve saved instructions if any 
  67. PCH18        new -k option, added by Steve Tynor <fugue!tynor@gatech.edu> 
  68. PCH18        now return a meaningful exit status 
  69. PCH18        recipient file was wrongly reported as missing 
  70. PCH18        unkit can now deal with files holding multiple kit parts 
  71. PCH18        unkit can now deal with multiple kit parts in a single file 
  72. PCH19        forgot the 'range' target in kit's Makefile 
  73. PCH19        kit - the ultimate mailing kit, Patch19 
  74. PCH19        now recognizes - as being stdin 
  75. PCH19        now smart enough to deal with multiple parts from stdin 
  76. PCH19        unkit will use perl instead of awk, if available 
  77. PCH20        added getopt-style option parsing 
  78. PCH20        kit - the ultimate mailing kit, Patch20 
  79. PCH21        kit - the ultimate mailing kit, Patch21 
  80. PCH21        option parsing can now deal with embeded spaces in arguments 
  81. PCH22        added OPTIONS section for quick reference 
  82. PCH22        created 
  83. PCH22        fixed some typos in the help message 
  84. PCH22        kit - the ultimate mailing kit, Patch22 
  85. PCH22        manual page now carries version number and patchlevel 
  86. PCH22        new getopt target 
  87. PCH22        new getopt.SH script 
  88. PCH22        now uses external getopt script for option parsing 
  89. PCH22        sorting done numerically with -n option 
  90. PCH23        kit - the ultimate mailing kit, Patch23 
  91. PCH23        take care of '-n' on BSD systems (meaningful to echo) 
  92. PCH24        (reported by Christian Bertin <bertin@acri.fr>) 
  93. PCH24        added security checks (options -s and -S) on shell archives 
  94. PCH24        avoid sending an acknowledgment when -l option used 
  95. PCH24        documents new options -d, -s and -S for unkit 
  96. PCH24        kit - the ultimate mailing kit, Patch24 
  97. PCH24        new file 'secure' installed in private library 
  98. PCH24        new option -d to specify directory where kits are 
  99. PCH24        new target 'secure' for alien code detection in archive 
  100. PCH25        forgot checks for archives with more than 10 parts 
  101. PCH25        kit - the ultimate mailing kit, Patch25 
  102. PCH25        kit's own shar removes ark*isdone for multipart archives 
  103. PCH26        acknowledgment list updated 
  104. PCH26        kit - the ultimate mailing kit, Patch26 
  105. PCH26        one short tar block will now correctly be accounted for 
  106. PCH26        wrongly reported end-of-tape when last block was short 
  107. PCH27        added support for 64 bits architecture (tested on Alpha) 
  108. PCH27        added support for kit's own archiver variables 
  109. PCH27        copyright dates updated 
  110. PCH27        cshar(1) man page not referenced any more. 
  111. PCH27        dependency with cshar not needed any more 
  112. PCH27        do not use cshar's makekit any more but use our own archiver 
  113. PCH27        kit - the ultimate mailing kit, Patch27 
  114. PCH27        manual page name was mis-spelled BABTAR 
  115. PCH27        now contains a pointer to some unshar(1) man page 
  116. PCH27        updated Copyright dates and my e-mail address 
  117. PCH27        updated copyright dates 
  118. PCH27        will now skip leading comments in kit parts (when concatenated) 
  119. PCH28        after a chmod, quotes surrounding file name are optional 
  120. PCH28        fixed annoying typo (caused undefined-subroutine error!) 
  121. PCH28        kit - the ultimate mailing kit, Patch28 
  122.