home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
misc
/
volume18
/
smiley
/
part01
/
patchlevel.h
< prev
next >
Wrap
Text File
|
1991-04-26
|
2KB
|
60 lines
/*
* p a t c h l e v e l . h
*
* This header is included in only one place, so it causes no problems
* to allocate storage for the version string here.
*
* DaviD W. Sanderson
*
* 23 Apr 91 version 2@0 sent to comp.sources.misc
*
* 23 Apr 91 Added about thirty (!) new smileys to faces.in from
* a new smiley list I found in rec.humor.d.
*
* 05 Apr 91 Used archie to locate ftp-able smiley lists;
* found these:
*
* tolsun.oulu.fi
* /pub/misc/smiley.lzh (unable to access)
* mrcnext.cso.uiuc.edu
* /ux1/doc/misc/smiley
* lut.fi
* /misc/smileys
* ux1.cso.uiuc.edu
* /doc/misc/smiley
* fionavar.mit.edu
* /pub/jokes/smiley_face
* sachiko.acc.stolaf.edu
* /home/sachiko/cdr/Doc/Fun/ai-humor/smiley_face.Z
* vax.ftp.com
* /hobbit/flamage/silly/smiley.faces
* mc.lcs.mit.edu
* /its/ai/humor/smiley.face.Z
*
* There was a lot of redundancy (as I expected) but there
* were two new smileys for faces.in.
* Corrected some spelling errors in faces.in.
*
* 19 Mar 91 Eliminated a couple of duplicate smileys from faces.in.
* Updated faces.in and "others" with smileys from a recent
* posting to rec.humor.d.
* Modified smiley.c to exit with nonzero status if the
* search for a smiley fails.
* Obtained bsearch.c and modified smiley.c to use
* bsearch() to look for a smiley in the smiley table.
* Modified Makefile to sort faces.in when feeding it to
* mkfaces. I keep faces.in sorted anyway, but it does not
* hurt to play it safe.
*
* 16 Mar 91 Fixed example of ps1sed() in smiley.1 not to \-quote
* the doubled !. The extra quoting hurts nothing, but it
* is superfluous.
*
* 15 Mar 91 Eliminated #include of <string.h> in mkfaces.c for
* greater portability.
*
* 14 Mar 91 version 1@0 sent to comp.sources.misc
*/
static char version[] = " version 2 patchlevel 0\n";