home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / INSTINFO / TCSH. < prev    next >
Encoding:
Text File  |  1998-07-24  |  7.9 KB  |  241 lines

  1. # Automatically generated decoration file for /archive/contents/tcsh
  2. #
  3. # This file and any information not otherwise attributed is
  4. # Copyright 1997 by Ready-to-Run Software, Inc.
  5. #
  6. # All Rights Reserved
  7. #
  8. *DESCRIPTION*
  9. tcsh - version 6.03
  10.  
  11. Tcsh is a version of the Berkeley C-Shell, with the addition of: a
  12. command line editor, command and file name completion, listing, etc.
  13. and a bunch of small additions to the shell itself.
  14. .
  15. *LICENSE*
  16.  * Copyright (c) 1980, 1991 The Regents of the University of California.
  17.  * All rights reserved.
  18.  *
  19.  * Redistribution and use in source and binary forms, with or without
  20.  * modification, are permitted provided that the following conditions
  21.  * are met:
  22.  * 1. Redistributions of source code must retain the above copyright
  23.  *    notice, this list of conditions and the following disclaimer.
  24.  * 2. Redistributions in binary form must reproduce the above copyright
  25.  *    notice, this list of conditions and the following disclaimer in the
  26.  *    documentation and/or other materials provided with the distribution.
  27.  * 3. All advertising materials mentioning features or use of this software
  28.  *    must display the following acknowledgement:
  29.  *      This product includes software developed by the University of
  30.  *      California, Berkeley and its contributors.
  31.  * 4. Neither the name of the University nor the names of its contributors
  32.  *    may be used to endorse or promote products derived from this software
  33.  *    without specific prior written permission.
  34.  
  35. tcsh was written by:
  36.  
  37.      Ken Greer, HP Labs, 1981
  38.      Wrote the command completion.
  39.  
  40.      Mike Ellis, Fairchild, 1983
  41.      Added command name recognition/completion.
  42.  
  43.      Paul Placeway, Ohio State CIS dept., 1983
  44.      Added the command line editor.
  45.  
  46.      Rayan Zachariassen, University of Toronto, 1984
  47.      Added the builtin which feature to the editor, and the  code
  48.      for  lsF . Also numerous bug fixes, modifications, and per-
  49.      formance enhancements.
  50.  
  51.      Chris Kingsley, Caltech
  52.      Wrote the fast storage allocator routines (nmalloc.c).
  53.  
  54.      Karl Kleinpaste, CCI 1983-4
  55.      Added special aliases,  directory  stack  extraction  stuff,
  56.      login/logout watch, and scheduled events.  Also came up with
  57.      the idea of the new prompt format.
  58.  
  59.      Paul Placeway, Ohio State CIS dept., 1987
  60.      Re-wrote the editor, cleaned up other code,  and  added  the
  61.      prompt  routines,  added to the syntax for file name expres-
  62.      sions, and sped up the shell some.
  63.  
  64.      Chris Grevstad, TRW, 1987
  65.      Ported the 4.3 csh sources to tcsh.
  66.  
  67.      Christos S. Zoulas, Cornell U. EE dept., 1987-92
  68.      ported tcsh to HPUX, and System V rel. 2 and 3 and  wrote  a
  69.      SysV  version  of  getwd.c. Added SHORT_STRINGS support. New
  70.      version of sh.glob.c.
  71.  
  72.      James J Dempsey, BBN, 1988, and Paul Placeway, OSU, 1988
  73.      Re-ported tcsh to A/UX.
  74.  
  75.  
  76. BUGFIXES AND ENHANCEMENTS
  77.      Harry C. Pulley, 1992
  78.      Coherent port
  79.  
  80.      Andy Phillips, Mullard Space Science Lab U.K., 1992
  81.      VMS-POSIX port.
  82.  
  83.      Beto Appleton, IBM Corp., 1992
  84.      Walking process group fixes, lots of  misc  csh  bug  fixes,
  85.      POSIX file tests, POSIX SIGHUP.
  86.  
  87.      Scott Bolte, Cray Computer Corp., 1992
  88.      CSOS port.
  89.  
  90.      Kaveh R. Ghazi, Rutgers University, 1992
  91.      Fixes and Ports for Tek, m88k, Titan, Masscomp.
  92.  
  93.      Mark Linderman, Cornell University, 1992
  94.      OS/2 Port
  95.  
  96.      Mika Liljeberg, liljeber@kruuna.Helsinki.FI, 1992
  97.      Linux port.
  98.  
  99.      Scott Krotz, Motorola, 1991
  100.      Minix port.
  101.  
  102.      David Dawes, Sydney U. Australia, Physics dept., 1991
  103.      SVR4 job control fixes. (reverse pipeline startup code,  and
  104.      signal fixes).
  105.  
  106.      Jose Sousa, Interactive Systems Corp., 1991
  107.      Extended vi fixes. Added delete command in vi.
  108.  
  109.      Marc Horowitz, MIT, 1991
  110.      Ansification fixes, new  exec  hashing  code,  imake  fixes,
  111.      where builtin.
  112.  
  113.      Eric Schnoebelen, Convex, 1990
  114.      Convex support, lots of csh bug fixes, save and  restore  of
  115.      directory stack.
  116.  
  117.      Jaap Vermeulen, Sequent, 1990-91
  118.      Vi mode fixes, expand-line, window change fixes,  ported  to
  119.      symmetry machines.
  120.  
  121.      Ron Flax, Apple, 1990
  122.      Ported again to A/UX 2.0
  123.  
  124.      Dan Oscarsson, LTH Sweden, 1990
  125.      NLS support and simulated for non NLS sites.  Correction  of
  126.      file  names  also handles the case when the / is replaced by
  127.      another character.  The editor does not switch  into  cbreak
  128.      mode unless needed.  The shell will not use character attri-
  129.      butes when output is not to a tty.
  130.  
  131.      Johan Widen, SICS Sweden, 1990
  132.      Shell level  variable,  mach  support,  correct-line,  8-bit
  133.      printing.
  134.  
  135.      Matt Day, Sanyo Icon, 1990
  136.      Added POSIX termio support; Fixed limit stuff for SysV.
  137.  
  138.      Hans J. Albertsson (Sun Sweden)
  139.      Added the ampm variable handling, DING!, and the  settc  and
  140.      telltc builtins.
  141.  
  142.      Michael Bloom
  143.      Fixed some of the interrupt handling.
  144.  
  145.      Michael Fine, Digital Equipment Corp
  146.      added the extended key support.
  147.  
  148.      Daniel Long, NNSC, 1988
  149.      Added the wordchars variable.
  150.  
  151.      George  Hartzell,  MCD  Biology,  University  of   Colorado-
  152.      Boulder, 1988
  153.      Fixed the always resetting to DEL bug.
  154.  
  155.      Patrick Wolfe, Kuck and Associates, Inc., 1988
  156.      Cleaned up VI mode and wrote the new editor description  (in
  157.      section 1).
  158.  
  159.      Jak Kirman, 1988
  160.      Fixed the SunOS 4 giant stack allocation bug.
  161.  
  162.      Bruce Robertson, Tektronix, 1989
  163.      Fixed setting erase and kill (again).
  164.  
  165.      David C Lawrence, Rensselaer Polytechnic Institute, 1989
  166.      Added "autolist" variable and code to list possibilities  on
  167.      ambiguous completion.
  168.  
  169.      Martin Boyer, Institut de recherche d'Hydro-Quebec, 1991.
  170.      Modified "autolist" variable and code  to  give  options  on
  171.      beeping behavior.  Modified the history search to search for
  172.      the whole string from the beginning of the line to the  cur-
  173.      sor.
  174.  
  175.      Alec Wolman, DEC, 1989
  176.      Added code to allow newlines in the prompt.
  177.  
  178.      Matt Landau, BBN, 1989
  179.      Fixed YP bugs on Suns, added .tcshrc stuff.
  180.  
  181.      Ray Moody, Purdue Physics, 1989
  182.      Added the code to do magic spacebar history expansion.
  183.  
  184.      Mordechai ????, Intel, 1989
  185.      Re-arranged the printprompt() routine to use  a  switch(*cp)
  186.      (rather than a bunch of ifs), and added a few things to it.
  187.  
  188.      Josh Siegel, dspo.gov, 1989
  189.      Fixed "fg-editor" and added the status line shell  variables
  190.      "sl" and "el".
  191.  
  192.      Karl Berry, UMB, 1989
  193.      Fixed a bug involving environ (in sh.func.c) on NeXT comput-
  194.      ers.
  195.  
  196.      Michael Greim, Universitaet  des  Saarlandes,  Saarbruecken,
  197.      W-Germany,
  198.      Fixed the nested backquote bug (yes, you can  do  it;  think
  199.      about   aliases)  in  4.2  csh.   This  fix  was  posted  to
  200.      comp.bugs.4bsd.
  201.  
  202.      Kazuhiro Honda, Department of Computer Science, Keio Univer-
  203.      sity, 1989
  204.      Added  the  code  for  automatic  spelling  correction,  the
  205.      prompt3 stuff (the autocorrect prompt), and HOSTTYPE symbols
  206.      for the Sony NEWS.
  207.  
  208.      Paul Placeway, BBN, 1990
  209.      Fixed character redrawing code insert bugs, and made redraw-
  210.      ing  code  handle  multiple  character movement, insert, and
  211.      delete (if it exists).  Fixed setting of SHELL.
  212.  
  213.      Per Hedeland, Ellemtel, Sweden, 1990
  214.      Various bugfixes and improvements, e.g.  in  history  expan-
  215.      sion, autolist, added autoexpand, updated the manual.
  216.  
  217. THANKS TO
  218.      A special thanks to:  Bryan  Dunlap,  Clayton  Elwell,  Karl
  219.      Kleinpaste,  Bob  Manson,  Steve  Romig, Diana Smetters, Bob
  220.      Sutterfield, Mark Verber,  Elizabeth  Zwicky,  and  all  the
  221.      other  people  at  Ohio State for suggestions and encourage-
  222.      ment.
  223.  
  224.      Also, thanks to all the people on the  net  for  putting  up
  225.      with, reporting bugs in, and suggesting new additions to the
  226.      old tcsh editor.
  227.  
  228. .
  229.  
  230. *FILEGROUP*    Grouping:Shared: Heading:Unformatted Man pages:
  231. man/man1/tcsh.1
  232. .
  233.  
  234. *FILEGROUP*    Grouping:Shared: Heading:Formatted Man pages:
  235. man/cat1/tcsh.1
  236. .
  237.  
  238. *FILEGROUP*    Required
  239. bin/tcsh
  240. .
  241.