]>
Commit | Line | Data |
---|---|---|
1 | tcl6.4 | |
2 | tclX6.4c-p1 | |
3 | tk2.3 | |
4 | tkpixmap-1.3 patch to tk | |
5 | xpm3.2a | |
6 | ||
7 | tcl, tclX and tk absolute file name global variable patchs | |
8 | tcl default file?? TCL_DEFAULT | |
9 | ||
10 | fix tkpixmap patch to support named pixmaps on a per screen basis | |
11 | ||
12 | ||
13 | tcl patches: | |
14 | config: | |
15 | forced: set stdlibOK=1 | |
16 | tclCmdIL.c: | |
17 | added global TCL_Library | |
18 | tclUnix.h: | |
19 | #if 0'ed out unix procedure prototypes | |
20 | stdlib.h: | |
21 | added CONST to atof | |
22 | ||
23 | tclX patches: | |
24 | tkWindow.c: | |
25 | added global TK_Library | |
26 | src/tclExtdInt.h: | |
27 | acc warns of integer overflow. inserted casts. | |
28 | tclXlib.h: | |
29 | changed (char *)NULL to (char **)NULL | |
30 | ||
31 | tk patches: | |
32 | multiple display patchs to tk | |
33 | hash tables: | |
34 | tkBitmap.c tkCursor.c tkPixmap.c | |
35 | grab: | |
36 | tkGrab.c | |
37 | library/menu.tcl | |
38 | tk.h: | |
39 | defined _PTRDIFF_T and _SIZE_T, so gcc's stddef.h doesn't clash | |
40 | with sunos4.1.1's stdtypes.h |