home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / irix / README < prev   
Encoding:
Text File  |  1994-08-02  |  3.5 KB  |  72 lines

  1.  
  2.                 ~4Dgifts/toolbox/src/exampleCode/irix README
  3.  
  4.     `!' indicates new or updated as of version 4.2
  5.  
  6.  
  7.                     "irix-related" programs, scripts, etc.
  8.  
  9.  
  10.  
  11.      cc_c++_make_csh:  collection of docs relating to compilers, make, cshell:
  12.                * c++-rules.ps: "Programming in C++, Rules and Recommendations",
  13.                  (C) 1990-1992 by Ellemtel Telecommunications Systems 
  14.                  Laboratories, 88 pages.
  15.                * commonrules.ps: "Silicon Graphics Inc, Common Makefile include
  16.          files, Notes", 5/6/93, 39 pages.
  17.                * cpp.qr        72-line C pre-processor "cheat sheet" quick ref.
  18.                * csh.qr        123-line C-shell quick reference.
  19.                * make.qr       95-line make quick reference.
  20.                * pmake.qr      203-line pmake quick reference guide.
  21.                * makeconv.ps   "Silicon Graphics Makefile Conventions", A 
  22.          Reference manual of the conventions followed in SGI Makefiles,
  23.          10/8/91, 37 pages.
  24.  
  25.      playEngine:  sproc/semaphore source implements raising a sub-process's 
  26.            priority so as to be able to circumvent preemption.  
  27.            playEngine provides a set of routines permitting an audio 
  28.            track to be played without interference from operating system 
  29.            multitasking activities.  sproc (similar to fork) is employed 
  30.            to raise the forked sub-process priority high enough so the 
  31.            other operating system activities cannot preempt it.  The 
  32.            main application provides this new process with a pointer to 
  33.            the data to be played and starts and stops the process through 
  34.            signals and/or semaphores.
  35.  
  36.      scripts:  various c-shell scripts created/used by colleagues possibly 
  37.                useful to others, if for no other purpose than as examples 
  38.                of shell programming source:
  39.                - 11 general-purpose c-shell scripts
  40.                - 11 rcs-specific c-shell scripts
  41.  
  42.  !   uucpVadmin:  now contains inst images as well as src for the UUCP vadmin 
  43.            (visual administration) tool.  This tool allows the user to 
  44.            set up the UUCP files using a Graphical User Interface and make 
  45.                sure communication to a modem is good.
  46.  
  47.      tools:    contains unix/system-level programs:
  48.            - Lastrev:  collects info about revisions and symbols defined 
  49.                in RCS files and then prints this information.
  50.            - chktime   compares 2 files modification times and returns -1,
  51.                0 or +1 depending on whether the first file was 
  52.                modified before, at the same time, or after the 
  53.                second file.
  54.            - getopt    enhanced version of the unix system call.
  55.                - gettime:  gets last modification time of file and writes it
  56.                            to stdout.
  57.                - gpasswd:  identical to passwd except this sets the password
  58.                for a group in the /etc/group file.
  59.            - isIn:     returns true/false if first parameter is equal to 
  60.                any of the other parameters on the command line.
  61.                - listWMres:  lists all resources known to the window manager.
  62.            - printf    better than the one provided in IRIX 5 because it 
  63.                can handle all the standard C types.
  64.            - rcstime:  returns the time of the last RCS update in an RCS 
  65.                file.
  66.            - strlen:   shell-equivalent of strlen(3C) returns the length of
  67.                the string provided on the command line.
  68.            - unique:   returns all parameters passed on the command line
  69.                removing any duplicates.
  70.                - vacupd:   reads and modifies data in the vacation database 
  71.                files.
  72.