OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [start/] [insight/] [tk/] [unix/] [ChangeLog] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
2001-02-13  Jeff Holcomb  
2
 
3
        * configure.in: Use "*-*-solaris2*" so linking works correctly
4
        on i386-pc-solaris machines.
5
        * configure: Regenerated.
6
 
7
Mon Aug 30 12:41:17 1999  Jeffrey A Law  (law@cygnus.com)
8
 
9
        * configure.in: Do not force static linking for hpux11 in wide
10
        mode since no static X libraries exist.
11
        * configure: Rebuilt.
12
 
13
Wed Jan  6 13:45:20 1999  Elena Zannoni  
14
 
15
        * configure.in (TK_SHARED_LIB_FILE): init to dummy name.
16
        (TK_UNSHARED_LIB_FILE): ditto.
17
 
18
        * configure: regenerated.
19
 
20
Thu Jul  9 14:35:35 1998  Felix Lee  
21
 
22
        * configure.in: typo.
23
        * configure: rebuild.
24
 
25
Tue Jul  7 16:59:07 1998  Felix Lee  
26
 
27
        * configure.in: Undo previous change, which didn't work right.
28
        Add specialcase to make static link of X work on solaris.
29
        * configure: Rebuild.
30
 
31
Wed Jun 17 11:40:56 1998  Felix Lee  
32
 
33
        * configure.in: When looking for the X libraries, set LDFLAGS to
34
        find them statically if that is how we are going to link.
35
        * configure: Rebuild.
36
 
37
Mon Apr 13 17:55:38 1998  Ian Lance Taylor  
38
 
39
        * configure.in: Remove AC_REPLACE_FUNCS(memmove).
40
        * Makefile.in (LIBOBJS): Remove variable.
41
        (OBJS): Remove $(LIBOBJS).
42
        (memmove.o): Remove target.
43
        * configure: Rebuild.
44
 
45
Mon Apr  6 20:07:55 1998  Ian Lance Taylor  
46
 
47
        * configure.in: Handle an empty x_libraries string correctly, in
48
        case of Solaris when not using gcc.
49
        * configure: Rebuild.
50
 
51
Mon Dec 15 15:13:08 1997  Ian Lance Taylor  
52
 
53
        * tkUnixPort.h: Don't include  if _STRING is defined.
54
 
55
        * configure.in: When checking for GNU ld on Solaris, don't
56
        redirect stderr to /dev/null.
57
        * configure: Rebuild.
58
 
59
Thu Sep  4 20:03:38 1997  Ian Lance Taylor  
60
 
61
        * configure.in: If SHLIB_LD matches *gcc*, then don't remove the
62
        -Wl from TK_LD_SEARCH_FLAGS.  Otherwise building shared libraries
63
        fails on HP/UX.
64
        * configure: Rebuild.
65
 
66
Tue Oct 28 16:37:12 1997  Ian Lance Taylor  
67
 
68
        * Makefile.in (install-minimal): New target.
69
 
70
Tue Oct 21 14:25:07 1997  Tom Tromey  
71
 
72
        * tkUnixFont.c (TkpGetFontFamilies): Use XFreeFontNames, not
73
        XFree.  From jkb@mrc-lmb.cam.ac.uk (James Bonfield).
74
 
75
Wed Sep 17 13:43:58 1997  Tom Tromey  
76
 
77
        * configure: Rebuilt.
78
        * configure.in: Better error message if TCL_BIN_DIR can't be
79
        found.
80
 
81
Tue Aug  5 14:41:23 1997  Tom Tromey  
82
 
83
        * configure: Rebuilt.
84
        * configure.in: Preserved local changes.
85
        * Makefile.in: Preserved local changes.
86
        * mkLinks: Preserved local changes.
87
 
88
Tue Jul  1 22:10:44 1997  Ian Lance Taylor  
89
 
90
        * configure.in: Fix -lnsl test.
91
        * configure: Rebuild.
92
 
93
Mon Jun 30 13:36:27 1997  Ian Lance Taylor  
94
 
95
        * configure.in: Rework check for socket libraries to use a cache
96
        variable and to not set ac_cv_func cache variables
97
        inappropriately.
98
        * configure: Rebuild.
99
 
100
Mon Jun  9 16:25:20 1997  Ian Lance Taylor  
101
 
102
        * tkConfig.sh.in: Set TK_BUILD_INCLUDES.
103
        * configure.in: Set TK_BUILD_INCLUDES.
104
        * configure: Rebuild.
105
 
106
Fri May  9 09:26:51 1997  Tom Tromey  
107
 
108
        * tkUnixPort.h (panic): Added prototype.  From Ian Taylor.
109
 
110
Fri Apr 18 12:13:39 1997  Tom Tromey  
111
 
112
        * configure: Regenerated.
113
        * configure.in: Only statically link on Solaris if running GNU
114
        ld.
115
 
116
Thu Mar 13 10:40:55 1997  Tom Tromey  
117
 
118
        * configure.in: Don't run AC_C_CROSS.
119
        (AC_CONFIG_AUX_DIR): Look in srcdir.
120
 
121
Sun Dec  8 23:07:48 1996  Martin Hunt 
122
 
123
        * Makefile.in (${TK_SHARED_LIB_FILE}): Don't run RANLIB on
124
        shared libs.
125
 
126
Mon Aug 26 09:44:57 1996  Tom Tromey  
127
 
128
        * Makefile.in: Use TK_SHARED_LIB_FILE, TK_UNSHARED_LIB_FILE.
129
        * configure: Regenerated.
130
        * configure.in: Introduct TK_SHARED_LIB_FILE and
131
        TK_UNSHARED_LIB_FILE.
132
 
133
        * configure: Regenerated.
134
        * configure.in: AC_SUBST more variables so shared/unshared lib
135
        targets can be separate.
136
 
137
        * Makefile.in (libtk${TCL_SHARED_LIB_SUFFIX}): New target.
138
        (libtk${TCL_SHARED_LIB_SUFFIX}): New target.
139
 
140
Fri Aug 23 13:40:25 1996  Tom Tromey  
141
 
142
        * configure: Regenerated.
143
        * configure.in: Suppress --enable-shared when statically linking
144
        libX11.
145
 
146
Wed Aug 14 09:21:16 1996  Tom Tromey  
147
 
148
        * Makefile.in (install-man): Man page permissions are 644, not
149
        444.
150
 
151
Mon Aug  5 10:47:45 1996  Tom Tromey  
152
 
153
        * Makefile.in (configure): Don't depend on configure.in.  Work
154
        when not in srcdir.
155
 
156
        * Makefile.in (config.status): New target.
157
        (Makefile): Depend on config.status.
158
 
159
Fri Aug  2 13:51:59 1996  Tom Tromey  
160
 
161
        * configure.in: Find Tcl source directory relative to $srcdir.
162
        * configure: Regenerated.
163
 
164
Wed Jun 26 12:51:49 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
165
 
166
        * Makefile.in (TK_LIBRARY, LIB_INSTALL_DIR, BIN_INSTALL_DIR,
167
        BIN_DIR, INCLUDE_INSTALL_DIR, MAN_INSTALL_DIR): Use autoconf-set
168
        values.
169
        (install-libraries, install-demos): Use @datadir@ instead of
170
        hard-coded dirname.
171
        * configure.in (AC_PREREQ): autoconf 2.5 or higher.
172
        * configure: Rebuilt.
173
 
174
Mon Jun 10 16:22:12 1996  Tom Tromey  
175
 
176
        * Makefile.in (install-binaries): Don't add version info to
177
        installed wish.
178
 
179
Tue Jun  4 17:57:46 1996  Gordon Irlam  
180
 
181
        * install-sh: Add MIT copyright.
182
 
183
Thu May  9 10:01:48 1996  Tom Tromey  
184
 
185
        * Makefile.in (CFLAGS): Set to @CFLAGS@.
186
 
187
Wed May  8 08:57:06 1996  Tom Tromey  
188
 
189
        * configure: Regenerated.
190
        * configure.in: In Solaris case, must link against libX11 twice.
191
 
192
Tue May  7 11:22:10 1996  Tom Tromey  
193
 
194
        * configure: Regenerated.
195
        * configure.in: Run AC_PROG_CC.
196
 
197
        * mkLinks: Find man pages in section 3, not section n.
198
 
199
        * Makefile.in (install-man): Install man pages in section 3, not
200
        section n.
201
 
202
        * mkLinks: Use cp, not ln.
203
 
204
Tue Apr 23 13:13:59 1996  Tom Tromey  
205
 
206
        * Makefile.in (CC_SWITCHES): Define TK_LIB_TRAILER.
207
        (TK_LIB_TRAILER): New macro.
208
 
209
        * tkUnixInit.c (TkPlatformInit): Handle location independence.
210
 
211
Fri Mar 29 08:23:15 1996  Tom Tromey  
212
 
213
        * mkLinks: Exit with status 0.
214
 
215
Fri Mar  1 11:49:57 1996  Tom Tromey  
216
 
217
        * configure: Regenerated.
218
        * configure.in: Use AC_CANONICAL_SYSTEM.  Look in Cygnus build
219
        tree for config.sub and config.guess.
220
 
221
Wed Jan 24 12:39:28 1996  Tom Tromey  
222
 
223
        * Makefile.in: Use maintainer-clean, not realclean.
224
 
225
Thu Jan 11 09:13:11 1996  Tom Tromey  
226
 
227
        * configure.in: Look in ../../tcl, not ../../tcl7.5a.
228
 
229
Wed Jan 10 12:09:58 1996  Tom Tromey  
230
 
231
        * configure.in: Use AC_CHECK_HEADERS, not AC_HAVE_HEADERS.
232
 
233
        * Makefile.in (TCL_DIR): Look in tcl, not tcl7.5a2.
234
        (TCL_BIN_DIR): Ditto.
235
        (TCLDIR): Ditto.
236
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.