4 tkpixmap-1.3 patch to tk
 
   7 tcl, tclX and tk absolute file name global variable patchs
 
   8   tcl default file?? TCL_DEFAULT
 
  10 fix tkpixmap patch to support named pixmaps on a per screen basis
 
  15     forced: set stdlibOK=1
 
  17     added global TCL_Library
 
  19     #if 0'ed out unix procedure prototypes
 
  25     added global TK_Library
 
  27     acc warns of integer overflow. inserted casts.
 
  29     changed (char *)NULL to (char **)NULL
 
  32   multiple display patchs to tk
 
  34       tkBitmap.c tkCursor.c tkPixmap.c 
 
  39     defined _PTRDIFF_T and _SIZE_T, so gcc's stddef.h doesn't clash 
 
  40     with sunos4.1.1's stdtypes.h