home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume35 / ncftp / part04 / patchlevel.h < prev   
Text File  |  1993-01-25  |  3KB  |  46 lines

  1. /* patchlevel.h */
  2.  
  3. /*
  4.  * v1.0.0 - December 6, 1992.
  5.  *    Initial release.
  6.  *
  7.  * v1.0.1 - December 8, 1992.
  8.  *  Added default value for NCARGS in glob.c for systems that don't define it.
  9.  *  Fixed pdir bug which was caused by me mistakenly adding the page-a-
  10.  *  compressed-file feature to ls instead of page.  Fixed bug in documentation,
  11.  *  which had the same error!  Added spec for Ultrix in sys.h.  Fixed error
  12.  *  in sys.h that recommended -Dconst instead of -Dconst="".  Added GETPASS
  13.  *  compile flag to use getpass() instead of getpass2(), which make compiling
  14.  *  easier if the compiler choked in cmds.c.  Added GETCWDSIZET for systems
  15.  *  whose getcwd() takes a size_t instead of an int.
  16.  *
  17.  * v1.0.2 - Jan 17, 1993.
  18.  *  Using the cpp symbol CONST instead of const to tell
  19.  *  the compiler not to use the 'const' directive.  Checking for __sgi as
  20.  *  well as sgi in sys.h.  Added #ifndef __GNUC__ block to make SunOS users
  21.  *  use gcc.  You can avoid trying to include <unistd.h> by defining
  22.  *  NO_UNISTDH.  Added DG/UX entry in sys.h.  Also added still another cpp
  23.  *  symbol, BAD_INETADDR, which is used if inet_addr returns a structure
  24.  *  instead of a u_long (this is only for DG/UX so far).  Changed long to
  25.  *  int in wait().  Added default value for NCARGS in glob.c.  Added cpp
  26.  *  symbol NO_STDLIBH for systems without <stdlib.h>.  Fixed 'quote.'
  27.  *  Fixed 'size.'  Set all's string variable are printed in double quotes.
  28.  *  Ansi-escapes is init'd to 1 if TERM==xterm.  Fixed 'type tenex.'  Set
  29.  *  verbose makes sure verbose is within bounds and prints messages now.
  30.  *  Better getpass2.  Tries .ncftprc before .netrc.  @N adds a \n to prompt.
  31.  *  ls() is more flexible.  Macdef and $ print current macros if no arg
  32.  *  is given.  getpass2 is now Getpass, and accompanying this are
  33.  *  more cpp symbols SGTTYB and TERMIOS.  Better SCO support.  No longer using
  34.  *  gets(), instead using own Gets() which is safer.  Better termcap support,
  35.  *  or actually curses support, to get ansi-escape sequences.  Using -FC
  36.  *  instead of -CF for ls flags, do avoid a rare conflict.  Progress meters
  37.  *  work better.  Phil Dietz added a cool bar graph one, and I added another
  38.  *  similar to the default percentage meter that shows the # KB transferred,
  39.  *  which will work on systems not supporting SIZE.  Fixed floating point
  40.  *  exception bug in put/mput.  Fixed implicit_cd to work with wuarchive-ish
  41.  *  cd messages.  Added NeXT and DYNIX blocks in sys.h.  
  42.  *  Fixed bug in _cd, that was trying to use wildcards when it
  43.  *  shouldn't.  Fixed bug in macdef.  Fixed small bug in getreply.  Turned
  44.  *  off echoing during the progress-meter.  Added syslogging capability.
  45.  */
  46.