summaryrefslogtreecommitdiff
path: root/tcl/unix/ChangeLog
blob: 99b6db47f45d6a90ee24668bb57eb4173341b908 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
Wed Oct 20 20:15:36 1999  Jeffrey A Law  (law@cygnus.com)

	* configure.in: Handle hpux11.
	* configure: Rebuilt.

Fri Mar 19 09:29:42 1999  Michael Tiemann  <tiemann@holodeck.cygnus.com>

	* configure.in, configure (IRIX64-6.*): Use -n32 instead of -32
	for SHLIB_LD.

1999-01-30  Brendan Kehoe  <brendan@cygnus.com>

	* Makefile.in ($(UNIX_DIR)/configure): Comment out dependency and
	running autoconf to regenerate it.

Fri Apr 10 16:52:30 1998  Ian Lance Taylor  <ian@cygnus.com>

	* configure.in: Remove test for DOS_PATHNAMES.
	* configure: Rebuild.

	* configure.in: Remove call to CY_AC_C_WORKS.
	* aclocal.m4: Remove CY_AC_C_WORKS.
	* configure: Rebuild.

Tue Mar 24 17:28:53 1998  Stu Grossman  <grossman@bhuna.cygnus.co.uk>

	* dltest/configure:  Regenerate with autoconf 2.12.1 to fix shell
	issues for NT native builds.

Mon Nov 17 09:02:23 1997  Tom Tromey  <tromey@cygnus.com>

	* configure: Rebuilt.
	* configure.in (TCL_SHARED_LIB_FILE, TCL_UNSHARED_LIB_FILE):
	Define with dummy values to avoid Makefile syntax errors.

Tue Oct 28 16:31:58 1997  Ian Lance Taylor  <ian@cygnus.com>

	* Makefile.in (install-minimal): New target.

Tue Aug  5 13:25:58 1997  Tom Tromey  <tromey@cygnus.com>

	* configure: Rebuilt.
	* configure.in: Preserved local changes.
	* mkLinks: Preserved local changes.

Mon Aug  4 16:24:25 1997  Tom Tromey  <tromey@cygnus.com>

	* tclAppInit.c (main): Don't handle -h or -v arguments.

Tue Jul  1 22:09:28 1997  Ian Lance Taylor  <ian@cygnus.com>

	* configure.in: Fix -lnsl test.
	* configure: Rebuild.

Mon Jun 30 13:31:28 1997  Ian Lance Taylor  <ian@cygnus.com>

	* configure.in: Rework check for socket libraries to use a cache
	variable and to not set ac_cv_func cache variables
	inappropriately.
	* configure: Rebuild.

Mon Mar 17 11:36:55 1997  Tom Tromey  <tromey@cygnus.com>

	* configure: Regenerated.
	* configure.in (have_timezone): HPUX sys/time.h has whitespace
	before timezone decl.

Thu Mar 13 14:38:31 1997  Tom Tromey  <tromey@cygnus.com>

	* tclUnixTime.c (TclpGetTimeZone): Declare timezone if not
	declared in header.

	* configure.in (have_timezone): Check for timezone decl in
	time.h.

Fri Nov 22 11:02:08 1996  Tom Tromey  <tromey@cygnus.com>

	* configure.in: Use AC_STRUCT_ST_BLKSIZE, not hand-written code.

	* tclUnixFCmd.c (CopyFile): Use BUFSIZ, not mythical BLKSIZE.

Thu Nov 21 10:53:19 1996  Tom Tromey  <tromey@cygnus.com>

	* tclUnixFCmd.c (CopyFile): Check HAVE_ST_BLKSIZE.

	* configure.in: Remove check for realpath; don't define
	HAVE_GETCWD.
	Check for st_blksize in struct stat.

Wed Nov 20 14:07:31 1996  Tom Tromey  <tromey@cygnus.com>

	* Makefile.in (GENERIC_OBJS): Removed tclAlloc.o.
	(GENERIC_SRCS): Removed tclAlloc.c.
	(tclAlloc.o): Removed.

Thu Oct  3 17:18:42 1996  Ian Lance Taylor  <ian@cygnus.com>

	* Makefile.in (mostlyclean): New target.

Thu Oct  3 11:38:41 1996  Tom Tromey  <tromey@cygnus.com>

	* dltest/Makefile.in (distclean): Remove configure-generated files
	here.

Mon Aug 26 09:38:22 1996  Tom Tromey  <tromey@creche.cygnus.com>

	* Makefile.in: Use TCL_SHARED_LIB_FILE, TCL_UNSHARED_LIB_FILE.
	* configure: Regenerated.
	* configure.in: Introduce TCL_SHARED_LIB_FILE and
	TCL_UNSHARED_LIB_FILE.

	* configure: Regenerated.
	* configure.in (HP-UX): Make sure test for GNU ld fails with HPUX
	linker.

Wed Aug 14 09:20:54 1996  Tom Tromey  <tromey@creche.cygnus.com>

	* Makefile.in (install-man): Man page permissions are 644, not
	444.

Tue Aug 13 11:49:08 1996  Tom Tromey  <tromey@creche.cygnus.com>

	* configure.in: On IRIX 6.2 timezone is a time_t, not a long.

Mon Aug  5 10:35:17 1996  Tom Tromey  <tromey@creche.cygnus.com>

	* Makefile.in (configure): Don't depend on configure.in.  Work
	when not in srcdir.

	* configure: Regenerated.
	* configure.in: Don't hard-code `gcc'; use $CC instead.
	[ULTRIX-4*] Don't pass -D 08000000 to GNU ld.

	* Makefile.in (Makefile): Depend on config.status.
	(config.status): New target.

	* configure: Regenerated.
	* configure.in: Use -fPIC, not -fpic, when using gcc.

Fri Aug  2 10:33:52 1996  Tom Tromey  <tromey@creche.cygnus.com>

	* configure.in: Don't put body of HP-UX case in AC_CHECK_LIB;
	instead do check separately.

	* tclUnixInit.c: Don't include <sys/utsname.h>; that is done by
	tclUnixPort.h.

	* configure: Regenerated.
	* configure.in: Check for -ldld before using it.

Mon Jul 22 17:19:10 1996  Tom Tromey  <tromey@creche.cygnus.com>

	* tclUnixInit.c (initScript): Handle location independence.

Sun Jul 14 14:46:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>

	* tclUnixStr.c (Tcl_Errno{Id,Msg}): Handle new versions of Linux
	that define EDEADLK and EDEADLOCK as the same.

Wed Jun 26 12:37:05 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)

	* Makefile.in (TCL_LIBRARY, LIB_INSTALL_DIR, BIN_INSTALL_DIR,
	INCLUDE_INSTALL_DIR, MAN_INSTALL_DIR, INSTALL_PROGRAM,
	INSTALL_DATA): Use autoconf-set values.
	(install-libraries): Use @datadir@ instead of hard-coding dirname.
	* configure.in (AC_PREREQ): autoconf 2.5 or higher.
	(AC_PROG_INSTALL): Add.
	* configure: Rebuilt.
	* dltest/configure.in (AC_PREREQ): autoconf 2.5 or higher.
	* dltest/configure: Rebuilt.

Mon Jun 10 16:21:21 1996  Tom Tromey  <tromey@creche.cygnus.com>

	* Makefile.in (install-binaries): Don't add version info to
	installed tclsh.

Tue Jun  4 17:57:10 1996  Gordon Irlam  <gordoni@snuffle.cygnus.com>

	* install-sh: Add MIT copyright.

Tue May 21 10:13:37 1996  Tom Tromey  <tromey@creche.cygnus.com>

	* configure: Regenerated.
	* aclocal.m4: Typo fix.

Thu May 16 09:50:12 1996  Tom Tromey  <tromey@creche.cygnus.com>

	* configure: Regenerated.
	* configure.in: Removed AC_CANONICAL_SYSTEM, AC_CONFIG_AUX_DIR.
	Use CY_AC_C_WORKS instead of CY_AC_C_CROSS.
	* aclocal.m4: Replaced CY_AC_C_CROSS with CY_AC_C_WORKS.

Thu May  9 10:01:31 1996  Tom Tromey  <tromey@snuffle.cygnus.com>

	* Makefile.in (CFLAGS): Set to @CFLAGS@.

Mon May  6 20:54:10 1996  Fred Fish  <fnf@cygnus.com>

	* findself.c (find_self): Test argv0 for NULL before
	dereferencing it.

Mon May  6 11:27:52 1996  Tom Tromey  <tromey@lisa.cygnus.com>

	* Makefile.in (install-man): Install man pages in section 3, not
	section n.

	* mkLinks: Use cp, not ln.

Mon May  6 11:27:52 1996  Tom Tromey  <tromey@lisa.cygnus.com>

	* findself.c (find_self_base): Changed expected location of
	arch-specific info.

Fri May  3 08:36:01 1996  Tom Tromey  <tromey@lisa.cygnus.com>

	* Makefile.in: Moved html generation into devo/inet.

Thu May  2 23:47:32 1996  Michael Meissner  <meissner@tiktok.cygnus.com>

	* Makefile.in (install-html): Create html directory if it isn't
	already created.

Thu May  2 10:09:25 1996  Tom Tromey  <tromey@lisa.cygnus.com>

	* findself.c (cache_valid): New global.
	(find_self_base): Allow caching of NULL.  Ensure that stripped
	components have correct names for scheme.

	* findself.c: Don't include <stdlib.h> in Tcl case.

Wed May  1 12:51:50 1996  Tom Tromey  <tromey@lisa.cygnus.com>

	* Makefile.in (html): New target.
	(install-html): New target.
	(install): Depend on install-html.
	(stamp-html): new target.
	(all): Depend on html.
	(TCL_HTML_DIR): New macro.
	(install-html): Use it.

Wed May  1 09:09:13 1996  Tom Tromey  <tromey@snuffle.cygnus.com>

	* findself.c: Include <stdlib.h> whenever possible.
	(find_self): Cast result of realpath.

Tue Apr 30 13:39:48 1996  Tom Tromey  <tromey@snuffle.cygnus.com>

	* findself.c (find_self_base): Strip new "arch" directory from
	prefix.

	* tclAppInit.c (main): Removed "-inet-1.0".

Mon Apr 29 16:57:10 1996  Tom Tromey  <tromey@snuffle.cygnus.com>

	* Makefile.in (install): Install man pages again.

	* tclAppInit.c (main): Print version number.

	* findself.c (find_self): Now static.
	(find_self): Removed defines.
	(cached_name): Removed.
	(resolved): New static global.
	(find_self_base): Look for INETHOME environment variable.

Tue Apr 23 10:13:32 1996  Tom Tromey  <tromey@creche.cygnus.com>

	* Makefile.in (UNIX_SRCS): Added findself.c.
	(UNIX_OBJS): Added findself.o.

	* configure: Regenerated.
	* configure.in: Look for realpath().  Always define HAVE_GETCWD.

	* Makefile.in (TCL_LIB_TRAILER): New macro.
	(CC_SWITCHES): Define TCL_LIB_TRAILER.

	* tclUnixInit.c (TclPlatformInit): Handle location independence.

	* Makefile.in: Add explicit .c.o dependencies for Sun's VPATH.
	From Doug Evans <dje@cygnus.com>.

Mon Apr  1 23:05:49 1996  Fred Fish  <fnf@cygnus.com>

	* configure.in (case $system): For HP-UX test $have_dl before
	setting SHLIB_CFLAGS, SHLIB_LD, SHLIB_SUFFIX, DL_OBJS, and DL_LIBS
	* configure: Regenerate.
	
Fri Mar 29 08:23:00 1996  Tom Tromey  <tromey@creche.cygnus.com>

	* mkLinks: Exit with status 0.

Mon Mar 25 17:01:01 1996  Tom Tromey  <tromey@creche.cygnus.com>

	* configure.in: Changed most "ac_cv" variables to "tcl_cv";
	otherwise Tcl-specific tests could clobber values in a global
	cache file.

Fri Mar 15 09:03:31 1996  Fred Fish  <fnf@cygnus.com>

	* configure.in: Some UNIX_SV* systems have linkers that
 	don't grok the -Bexport option.  Test that it does before
	adding to LD_FLAGS.
	* configure: Regenerated.

Thu Mar 14 14:25:17 1996  Tom Tromey  <tromey@creche.cygnus.com>

	* configure.in: Check for GNU ld in HP-UX case.

Fri Mar  1 11:45:23 1996  Tom Tromey  <tromey@creche.cygnus.com>

	* configure: Regenerated.
	* configure.in: Use AC_CANONICAL_SYSTEM.  Look in Cygnus build
	tree for config.sub and config.guess.

Thu Feb 29 09:06:59 1996  Tom Tromey  <tromey@creche.cygnus.com>

	* Makefile.in (test): Define srcdir in test environment.

Tue Feb 13 13:22:23 1996  Ian Lance Taylor  <ian@cygnus.com>

	* configure.in: On Solaris, put -export-dynamic in LD_FLAGS if the
	linker supports it.
	* configure: Regenerated.

Thu Feb  1 09:57:19 1996  Tom Tromey  (tromey@gerbil.cygnus.com)

	* configure.in: Test $CC against *gcc*, not just gcc.
	For now, can't handle dynamic linking on HPUX.
	* configure: Regenerated.

Wed Jan 24 09:41:19 1996  Tom Tromey  <tromey@creche.cygnus.com>

	* dltest/Makefile.in (distclean): Remove config.log, config.cache,
	and config.status here, not in distclean.
	(mostlyclean, maintainer-clean): New targets.

	* Makefile.in: Replaced realclean with maintainer-clean.
	(clean): Make clean in dltest directory.

Mon Jan 22 10:08:38 1996  Tom Tromey  <tromey@creche.cygnus.com>

	* configure.in: Use $?, not $status, to see if uname failed.
	File is named "tclLoadAout.o", not "tclLoadAOut.o".

Fri Jan 19 10:34:22 1996  Tom Tromey  <tromey@creche.cygnus.com>

	* Makefile.in (loadTests): Use $(MAKE), not make.
	(distclean): Ditto.

	* dltest/Makefile.in (.c.o): New target.
	(VPATH): New macro.

	* Makefile.in (check installcheck): Removed.
	(tclTestInit.o): Bug fix.

Wed Jan 17 11:36:40 1996  Tom Tromey  <tromey@creche.cygnus.com>

	* Makefile.in (check): Tests are in ../testsuite.

Sat Jan 13 18:41:26 1996  Tom Tromey  <tromey@creche.cygnus.com>

	* tclUnixUtil.c (Tcl_DeleteFileTable): Undid change of Jan 11.
	Added comment explaining why.

Thu Jan 11 14:18:34 1996  Tom Tromey  <tromey@creche.cygnus.com>

	* Makefile.in (tclTestInit.o): Find tclAppInit.c in $(srcdir).

	* tclUnixUtil.c (Tcl_DeleteFileTable): Use Tcl_NextHashEntry to
	fetch next element from hash.

Wed Jan 10 10:39:15 1996  Tom Tromey  <tromey@creche.cygnus.com>

	* configure.in: Instead of giving warning, default to most
	conservative option when cross-compiling.

	* Makefile.in (loadTests): Don't depend on dltest/Makefile.  Use
	"&&", not ";".
	(dltest/Makefile): Removed.

	* configure.in: Always allow use of gcc.
	Create dltest/Makefile.in.
	Cache check for DOS pathnames.

Tue Jan  9 14:29:53 1996  Tom Tromey  <tromey@creche.cygnus.com>

	* configure.in: Handle Linux machine with no dld.h and no -ldl.

	* See ../ChangeLog for entries before this date.