home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / GNUFUE.ZIP / README.OS2 < prev    next >
Text File  |  1992-07-30  |  2KB  |  79 lines

  1. GNU file utilities for OS/2
  2.  
  3. The programs were tested under OS/2 2.0 with a HPFS, they support long
  4. filenames and extended attibutes (cp, mv and install need to support
  5. EA's). The upper/lower case conversion in dd works correctly with
  6. national language characters. 8-bit (such as NLS-) characters are
  7. displayed directly by ls, only nonprintable characters are replaced by ?
  8. or \-Sequences as usual. Support for \ and / as path separators was
  9. added where neccessary, i.e. in ls, cp, mv, rm, install, mkdir and
  10. rmdir. In dd there is support to access logical drives by their drive
  11. name.
  12.  
  13. a) The following programs of the GNU file utilities were ported to OS/2:
  14.  
  15. chmod           supports DOS & OS/2 archive/hidden/system flags (partial,
  16.                 flags can be changed, but changes are not reported by -v)
  17. cp              supports EA's
  18. dd              NLS support for conv=ucase/lcase, direct drive access support
  19. df              shows type instead of inode information
  20. du
  21. install         supports EA's
  22. ls/dir/vdir     shows DOS & OS/2 archive/hidden/system flags and 8-bit chars
  23. mkdir
  24. mv              supports EA's
  25. rm
  26. rmdir
  27. touch
  28.  
  29. b) programs not ported:
  30.  
  31. - chown, chgrp, ln and mkfifo make no sense under OS/2
  32. - mvdir is not needed, OS/2 has a rename() that can handle directories,
  33.   so mv already works for this purpose
  34.  
  35.  
  36. New files:
  37.  
  38. README.OS2
  39. patches.os2
  40. Makefile
  41. src/Makefile
  42. lib/Makefile
  43. lib/dirent.c
  44. lib/dirent.h
  45. lib/ea.c
  46. lib/os2main.c
  47. lib/stat.c
  48. lib/strcase.c
  49.  
  50.  
  51. Version 2.1
  52.  
  53. Kai Uwe Rommel
  54. rommel@jonas.bofe.sub.org
  55. rommel@informatik.tu-muenchen.de
  56. Thu 01-Aug-1991
  57.  
  58.  
  59. Adapted for version 3.1
  60.  
  61. Sun 15-Sep-1991
  62.  
  63.  
  64. Adapted for version 3.2 (Actually ported over again from plain 
  65. sources because the old 16-bit port was screwed up too much.)
  66. now using emx/gcc (32-bit) under OS/2 2.0
  67.  
  68. Sun 28-Jun-1992
  69.  
  70.  
  71. Bug fixes and enhancements.
  72.  
  73. Wed 22-Jul-1992
  74.  
  75.  
  76. Adapted for version 3.3
  77.  
  78. Wed 29-Jul-1992
  79.