home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume20 / smiley / part01 / patchlevel.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-07-11  |  2.5 KB  |  77 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.  * 08 Jul 91    version 3@0 sent to comp.sources.misc.
  10.  *
  11.  * 19 May 91    New smileys from lists recently posted to the net
  12.  *
  13.  * 27 Apr 91    Added new faces and definitions to faces.in from a
  14.  *        collection mailed to me by Karl A. Nyberg
  15.  *        [karl@grebyn.com].  This collection included some
  16.  *        attributions, so I went through more carefully and
  17.  *        incorporated not only the new faces but also new
  18.  *        definitions for existing faces.  I should really go
  19.  *        back and see whether some of the other lists also have
  20.  *        definitions I have not yet incorporated...
  21.  *
  22.  *        Added count of smileys and definitions to output of -V.
  23.  *        (Added ltoa() to generate string form of integer.
  24.  *        smiley(1) still doesn't need stdio.)
  25.  *
  26.  * 23 Apr 91    version 2@0 sent to comp.sources.misc
  27.  *
  28.  * 23 Apr 91    Added about thirty (!) new smileys to faces.in from
  29.  *        a new smiley list I found in rec.humor.d.
  30.  *
  31.  * 05 Apr 91    Used archie to locate ftp-able smiley lists;
  32.  *        found these:
  33.  *
  34.  *        tolsun.oulu.fi
  35.  *            /pub/misc/smiley.lzh    (unable to access)
  36.  *        mrcnext.cso.uiuc.edu
  37.  *            /ux1/doc/misc/smiley
  38.  *        lut.fi
  39.  *            /misc/smileys
  40.  *        ux1.cso.uiuc.edu
  41.  *            /doc/misc/smiley
  42.  *        fionavar.mit.edu
  43.  *            /pub/jokes/smiley_face
  44.  *        sachiko.acc.stolaf.edu
  45.  *            /home/sachiko/cdr/Doc/Fun/ai-humor/smiley_face.Z
  46.  *        vax.ftp.com
  47.  *            /hobbit/flamage/silly/smiley.faces
  48.  *        mc.lcs.mit.edu
  49.  *            /its/ai/humor/smiley.face.Z
  50.  *
  51.  *        There was a lot of redundancy (as I expected) but there
  52.  *        were two new smileys for faces.in.
  53.  *        Corrected some spelling errors in faces.in.
  54.  *
  55.  * 19 Mar 91    Eliminated a couple of duplicate smileys from faces.in.
  56.  *        Updated faces.in and "others" with smileys from a recent
  57.  *        posting to rec.humor.d.
  58.  *        Modified smiley.c to exit with nonzero status if the
  59.  *        search for a smiley fails.
  60.  *        Obtained bsearch.c and modified smiley.c to use
  61.  *        bsearch() to look for a smiley in the smiley table.
  62.  *        Modified Makefile to sort faces.in when feeding it to
  63.  *        mkfaces.  I keep faces.in sorted anyway, but it does not
  64.  *        hurt to play it safe.
  65.  *
  66.  * 16 Mar 91    Fixed example of ps1sed() in smiley.1 not to \-quote
  67.  *        the doubled !.  The extra quoting hurts nothing, but it
  68.  *        is superfluous.
  69.  *
  70.  * 15 Mar 91    Eliminated #include of <string.h> in mkfaces.c for
  71.  *        greater portability.
  72.  *
  73.  * 14 Mar 91    version 1@0 sent to comp.sources.misc
  74.  */
  75.  
  76. static char version[] = " version 3 patchlevel 0: ";
  77.