home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / s / smiley40.zip / PATCHLEV.H < prev    next >
Text File  |  1993-01-17  |  4KB  |  109 lines

  1. /*
  2.  * p a t c h l e v e l . h
  3.  *
  4.  * This header is included in only one place, so it causes no problems
  5.  * to allocate storage for the version string here.
  6.  *
  7.  * DaviD W. Sanderson
  8.  *
  9.  * 16 Oct 91    version 4@0 sent to comp.sources.misc.
  10.  *
  11.  * 16 Oct 91    Added 1 from David J. Rood [rooddj@crtvax.vanderbilt.edu]
  12.  *        via David Gundlach.
  13.  *
  14.  * 15 Oct 91    Added 14 from David Gundlach [david@marie.stat.uga.edu]
  15.  *        from alt.sex.
  16.  *
  17.  * 29 Aug 91    Added 3 from Andrew Williams [awilliam@qucis.queensu.ca]
  18.  *
  19.  * 27 Aug 91    Added 1 from DJ Delorie [dj@ctron.com]
  20.  *        Added 2 from Dave Straker [daves@hpopd.pwd.hp.com]
  21.  *
  22.  * 15 Jul 91    Added 1 from Craig P McLaughlin [cpm00@duts.ccc.amdahl.com]
  23.  *
  24.  * 12 Jul 91    Added 6 from The Grey Wolf [greywolf@unisoft.com]
  25.  *
  26.  * 11 Jul 91    Added 4 from Michael Cook [mlc%gva.decnet@consrt.rockwell.com]
  27.  *
  28.  * 10 Jul 91    Added 2 new faces to faces.in from Po-Jen J. Yang
  29.  *        [pyang@rice.edu].  Improved README for the benefit of
  30.  *        UNIX novices to describe how to format the man page and
  31.  *        how to get smiley(1) to print a summary of its options.
  32.  *        Added 1 from Peter da Silva [peter@ficc.ferranti.com].
  33.  *        Added 2 from Charles J. Lord [cjl@ecsvax.uncecs.edu].
  34.  *        Added 2 from Liron Lightwood [r.lightwood@trl.oz.au].
  35.  *
  36.  * 09 Jul 91    Added 19 new faces to faces.in from a 1984 collection
  37.  *        mailed to me by Scott Bolte [scott@craycos.com].
  38.  *        This collection also included two animated smileys;
  39.  *        I saved them in "other".
  40.  *
  41.  * 08 Jul 91    version 3@0 sent to comp.sources.misc.
  42.  *
  43.  * 19 May 91    New smileys from lists recently posted to the net
  44.  *
  45.  * 27 Apr 91    Added new faces and definitions to faces.in from a
  46.  *        collection mailed to me by Karl A. Nyberg
  47.  *        [karl@grebyn.com].  This collection included some
  48.  *        attributions, so I went through more carefully and
  49.  *        incorporated not only the new faces but also new
  50.  *        definitions for existing faces.  I should really go
  51.  *        back and see whether some of the other lists also have
  52.  *        definitions I have not yet incorporated...
  53.  *
  54.  *        Added count of smileys and definitions to output of -V.
  55.  *        (Added ltoa() to generate string form of integer.
  56.  *        smiley(1) still doesn't need stdio.)
  57.  *
  58.  * 23 Apr 91    version 2@0 sent to comp.sources.misc
  59.  *
  60.  * 23 Apr 91    Added about thirty (!) new smileys to faces.in from
  61.  *        a new smiley list I found in rec.humor.d.
  62.  *
  63.  * 05 Apr 91    Used archie to locate ftp-able smiley lists;
  64.  *        found these:
  65.  *
  66.  *        tolsun.oulu.fi
  67.  *            /pub/misc/smiley.lzh    (unable to access)
  68.  *        mrcnext.cso.uiuc.edu
  69.  *            /ux1/doc/misc/smiley
  70.  *        lut.fi
  71.  *            /misc/smileys
  72.  *        ux1.cso.uiuc.edu
  73.  *            /doc/misc/smiley
  74.  *        fionavar.mit.edu
  75.  *            /pub/jokes/smiley_face
  76.  *        sachiko.acc.stolaf.edu
  77.  *            /home/sachiko/cdr/Doc/Fun/ai-humor/smiley_face.Z
  78.  *        vax.ftp.com
  79.  *            /hobbit/flamage/silly/smiley.faces
  80.  *        mc.lcs.mit.edu
  81.  *            /its/ai/humor/smiley.face.Z
  82.  *
  83.  *        There was a lot of redundancy (as I expected) but there
  84.  *        were two new smileys for faces.in.
  85.  *        Corrected some spelling errors in faces.in.
  86.  *
  87.  * 19 Mar 91    Eliminated a couple of duplicate smileys from faces.in.
  88.  *        Updated faces.in and "others" with smileys from a recent
  89.  *        posting to rec.humor.d.
  90.  *        Modified smiley.c to exit with nonzero status if the
  91.  *        search for a smiley fails.
  92.  *        Obtained bsearch.c and modified smiley.c to use
  93.  *        bsearch() to look for a smiley in the smiley table.
  94.  *        Modified Makefile to sort faces.in when feeding it to
  95.  *        mkfaces.  I keep faces.in sorted anyway, but it does not
  96.  *        hurt to play it safe.
  97.  *
  98.  * 16 Mar 91    Fixed example of ps1sed() in smiley.1 not to \-quote
  99.  *        the doubled !.  The extra quoting hurts nothing, but it
  100.  *        is superfluous.
  101.  *
  102.  * 15 Mar 91    Eliminated #include of <string.h> in mkfaces.c for
  103.  *        greater portability.
  104.  *
  105.  * 14 Mar 91    version 1@0 sent to comp.sources.misc
  106.  */
  107.  
  108. static char version[] = " version 4 patchlevel 0: ";
  109.