home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / UnzpHist.zip / History.20e < prev    next >
Text File  |  1990-03-23  |  1KB  |  24 lines

  1.  * 03/23/90 v2.0e
  2.  * - Allan Bjorklund's tweaks: (allanb@us.cc.umich.edu)
  3.  * I've also added another switch to the program for ASCII->EBCDIC
  4.  * conversion.  If your wondering why I would do such a thing, it
  5.  * is because I manage two archives sites. One on the SUN I'm working on
  6.  * now (terminator) and one on an IBM 3090-600E (um{ub}mts.cc.umich.edu).
  7.  * After I had gotten the code for the ascii->ebcdic working, I rearranged
  8.  * the defines so the for people not using ebcdic on their system could
  9.  * use it to convert 0x0D to 0x20.  I find it real annoying to see ^M
  10.  * at the end of the lines of text while in vi.  The option can be invoked
  11.  * with -a.
  12.  *
  13.  * Toad Hall Notes:
  14.  * Alan's changes include a new cmdline "-a" flag, a new "ascebc.c" file,
  15.  * and a new "Makefile".  Define "EBCDIC" to enable the ebcdic conversion.
  16.  * (And I'd be REAL careful if I were you about just which files you
  17.  * used that "-a" switch for CR/LF -> LF conversion in a Unix system.)
  18.  *
  19.  * Re other portability problems, turns out the problem is in the memcpy()
  20.  * routines (along with general confusion about other compile defines.
  21.  * We'll have a separate doc ref how to compile on different systems.
  22.  * David Kirschbaum
  23.  *
  24.