home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume18 / smiley / part01 / patchlevel.h < prev    next >
Text File  |  1991-04-26  |  2KB  |  60 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.  * 23 Apr 91    version 2@0 sent to comp.sources.misc
  10.  *
  11.  * 23 Apr 91    Added about thirty (!) new smileys to faces.in from
  12.  *        a new smiley list I found in rec.humor.d.
  13.  *
  14.  * 05 Apr 91    Used archie to locate ftp-able smiley lists;
  15.  *        found these:
  16.  *
  17.  *        tolsun.oulu.fi
  18.  *            /pub/misc/smiley.lzh    (unable to access)
  19.  *        mrcnext.cso.uiuc.edu
  20.  *            /ux1/doc/misc/smiley
  21.  *        lut.fi
  22.  *            /misc/smileys
  23.  *        ux1.cso.uiuc.edu
  24.  *            /doc/misc/smiley
  25.  *        fionavar.mit.edu
  26.  *            /pub/jokes/smiley_face
  27.  *        sachiko.acc.stolaf.edu
  28.  *            /home/sachiko/cdr/Doc/Fun/ai-humor/smiley_face.Z
  29.  *        vax.ftp.com
  30.  *            /hobbit/flamage/silly/smiley.faces
  31.  *        mc.lcs.mit.edu
  32.  *            /its/ai/humor/smiley.face.Z
  33.  *
  34.  *        There was a lot of redundancy (as I expected) but there
  35.  *        were two new smileys for faces.in.
  36.  *        Corrected some spelling errors in faces.in.
  37.  *
  38.  * 19 Mar 91    Eliminated a couple of duplicate smileys from faces.in.
  39.  *        Updated faces.in and "others" with smileys from a recent
  40.  *        posting to rec.humor.d.
  41.  *        Modified smiley.c to exit with nonzero status if the
  42.  *        search for a smiley fails.
  43.  *        Obtained bsearch.c and modified smiley.c to use
  44.  *        bsearch() to look for a smiley in the smiley table.
  45.  *        Modified Makefile to sort faces.in when feeding it to
  46.  *        mkfaces.  I keep faces.in sorted anyway, but it does not
  47.  *        hurt to play it safe.
  48.  *
  49.  * 16 Mar 91    Fixed example of ps1sed() in smiley.1 not to \-quote
  50.  *        the doubled !.  The extra quoting hurts nothing, but it
  51.  *        is superfluous.
  52.  *
  53.  * 15 Mar 91    Eliminated #include of <string.h> in mkfaces.c for
  54.  *        greater portability.
  55.  *
  56.  * 14 Mar 91    version 1@0 sent to comp.sources.misc
  57.  */
  58.  
  59. static char version[] = " version 2 patchlevel 0\n";
  60.