1 |
578 |
markom |
2001-05-11 Andrew Cagney
|
2 |
|
|
|
3 |
|
|
From 2001-04-24 Rodney Brown :
|
4 |
|
|
* configure.in: Only define _XOPEN_SOURCE if NSIG remains defined.
|
5 |
|
|
* configure: Regenerate.
|
6 |
|
|
|
7 |
|
|
2000-07-06 Jim Wilson
|
8 |
|
|
|
9 |
|
|
* pty_termios.c: Include expect_cf.h before stdio.h.
|
10 |
|
|
|
11 |
|
|
2000-05-15 Tom Tromey
|
12 |
|
|
|
13 |
|
|
* expect_cf.h.in (_XOPEN_SOURCE): Added.
|
14 |
|
|
* configure: Rebuilt.
|
15 |
|
|
* configure.in: Define _XOPEN_SOURCE when using ptsname.
|
16 |
|
|
|
17 |
|
|
2000-03-31 Alexandre Oliva
|
18 |
|
|
|
19 |
|
|
* Makefile.in (expect-bld.sh): New wrapper script.
|
20 |
|
|
(all): Depend on it.
|
21 |
|
|
(LOCAL_EXPECT): Use it.
|
22 |
|
|
|
23 |
|
|
1999-11-11 DJ Delorie
|
24 |
|
|
|
25 |
|
|
* configure.in: use new library name, provide define for sources
|
26 |
|
|
* configure: regenerate
|
27 |
|
|
* exp_event.c: only take win-specific parts out if we did detect
|
28 |
|
|
the unix/cygwin special version of libtcl.
|
29 |
|
|
|
30 |
|
|
1999-10-29 Frank Ch. Eigler
|
31 |
|
|
|
32 |
|
|
* configure.in: For cygwin host, also override TCL_LIB_SPEC.
|
33 |
|
|
* configure: Regenerated.
|
34 |
|
|
|
35 |
|
|
1999-10-27 DJ Delorie
|
36 |
|
|
|
37 |
|
|
* configure.in: Use $host, not results of build, to detect
|
38 |
|
|
cygwin-specific tcl library
|
39 |
|
|
|
40 |
|
|
1999-10-26 DJ Delorie
|
41 |
|
|
|
42 |
|
|
* configure.in: If we detect a cygwin-specific version of tcl,
|
43 |
|
|
use it.
|
44 |
|
|
* exp_event.c: don't need the extra functions any more.
|
45 |
|
|
|
46 |
|
|
Wed Oct 6 04:12:08 1999 Brendan Kehoe
|
47 |
|
|
|
48 |
|
|
* configure.in (EXP_LD_SEARCH_FLAGS): If $GCC is "yes", don't do
|
49 |
|
|
the substitution translating -Wl,-rpath,foo into just -rpath,
|
50 |
|
|
since we're not using just the linker.
|
51 |
|
|
* configure: Regenerated.
|
52 |
|
|
|
53 |
|
|
1999-09-17 DJ Delorie
|
54 |
|
|
|
55 |
|
|
* expect.c: define SIMPLE_EVENT so that timeouts work
|
56 |
|
|
|
57 |
|
|
Wed Sep 15 19:29:13 1999 Jeffrey A Law (law@cygnus.com)
|
58 |
|
|
|
59 |
|
|
* exp_command.c (Exp_SpawnCmd): Make wfd and rfd wide enough and
|
60 |
|
|
aligned enough so that they can hold pointer values.
|
61 |
|
|
|
62 |
|
|
1999-09-14 Felix Lee
|
63 |
|
|
|
64 |
|
|
* exp_main_exp.c (main): call Tcl_FindExecutable.
|
65 |
|
|
|
66 |
|
|
1999-06-01 Angela Marie Thomas
|
67 |
|
|
|
68 |
|
|
* Makefile.in: Add install-minimal target.
|
69 |
|
|
|
70 |
|
|
1999-05-18 Fred Fish
|
71 |
|
|
|
72 |
|
|
* exp_strf.c (strchr): Do not try to declare if defined
|
73 |
|
|
already with a #define.
|
74 |
|
|
|
75 |
|
|
1999-05-03 Tom Tromey
|
76 |
|
|
|
77 |
|
|
* configure, Dbgconfigure: Rebuilt with newer autoconf.
|
78 |
|
|
|
79 |
|
|
Mon Nov 2 15:05:33 1998 Geoffrey Noer
|
80 |
|
|
|
81 |
|
|
* configure.in: detect cygwin* instead of cygwin32*
|
82 |
|
|
* configure: regenerate
|
83 |
|
|
|
84 |
|
|
Fri Oct 16 22:26:59 1998
|
85 |
|
|
|
86 |
|
|
* exp_event.c (pipe_thread): don't select or WFSO forever,
|
87 |
|
|
else you hang when pipe_close is called.
|
88 |
|
|
|
89 |
|
|
Thu Oct 08 16:08:57 1998
|
90 |
|
|
|
91 |
|
|
* exp_command.c (cygwin_pipe_dup): use this instead of dup()
|
92 |
|
|
because sometimes we try to dup() a handle instead of a fd
|
93 |
|
|
* exp_event.c (pipe_thread): check for "forgotten" threads
|
94 |
|
|
and clean them up properly (else leaks).
|
95 |
|
|
|
96 |
|
|
Thu Oct 1 13:22:28 1998 DJ Delorie
|
97 |
|
|
|
98 |
|
|
* exp_event.c (pipe_watch): close a thread handle leak.
|
99 |
|
|
|
100 |
|
|
1998-09-28 Rob Savoye
|
101 |
|
|
|
102 |
|
|
* configure.in: Comment out not using -g on Linux.
|
103 |
|
|
* configure: Regenerated.
|
104 |
|
|
|
105 |
|
|
Thu Sep 24 12:04:39 1998 DJ Delorie
|
106 |
|
|
|
107 |
|
|
* exp_command.c (fd_new): move cygwin init outside of tcl version
|
108 |
|
|
check.
|
109 |
|
|
|
110 |
|
|
Thu Sep 17 18:08:42 1998 Christopher Faylor
|
111 |
|
|
|
112 |
|
|
* exp_event.c (pipe_info): Reorganize for better cygwin
|
113 |
|
|
functionality.
|
114 |
|
|
(pipe_thread): Use cygwin select() to detect pipe activity
|
115 |
|
|
since it now correctly handles EOF conditions.
|
116 |
|
|
(pipe_close): Reorganize for better operation with pipe_thread
|
117 |
|
|
change.
|
118 |
|
|
(pipe_get_handle): Return cygwin fd since Windows handle is
|
119 |
|
|
no longer required.
|
120 |
|
|
(make_pipe_channel): Remove initialization of obsolete fields.
|
121 |
|
|
|
122 |
|
|
1998-08-28 Rob Savoye
|
123 |
|
|
|
124 |
|
|
* aclocal.m4(CY_AC_LOAD_TCLCONFIG): Don't look for
|
125 |
|
|
Tcl_CreateCommand(), cause libtcl hasn't been built yet. All this
|
126 |
|
|
did was try to make sure you haven't removed your Tcl build
|
127 |
|
|
directory.
|
128 |
|
|
* configure: Regenerated.
|
129 |
|
|
|
130 |
|
|
1998-08-21 Rob Savoye
|
131 |
|
|
|
132 |
|
|
* Most files: Merge in expect 5.26 to get better tcl8.x
|
133 |
|
|
support. See HISTORY for more details.
|
134 |
|
|
|
135 |
|
|
* aclocal.m4 (CY_AC_INTTYPES_H): Find inttypes.h, but if it's
|
136 |
|
|
definitions conflict with sys/types.h, then don't include
|
137 |
|
|
it.
|
138 |
|
|
|
139 |
|
|
Wed Jul 15 11:06:50 1998 Bob Manson
|
140 |
|
|
|
141 |
|
|
* configure.in: Fix typo.
|
142 |
|
|
* configure: Regenerated.
|
143 |
|
|
|
144 |
|
|
Tue Jul 14 13:27:30 1998 Bob Manson
|
145 |
|
|
|
146 |
|
|
* configure.in (EXP_BUILD_LIB_SPEC): Always link expect against
|
147 |
|
|
the static library.
|
148 |
|
|
(EXP_LIB_FILE): Always set to EXP_NONSHARED_LIB_FILE.
|
149 |
|
|
|
150 |
|
|
* configure: Regenerated.
|
151 |
|
|
|
152 |
|
|
Tue Apr 28 18:54:13 1998 Geoffrey Noer
|
153 |
|
|
|
154 |
|
|
* aclocal.m4: add autoconf macros AM_EXEEXT and AM_CYGWIN32
|
155 |
|
|
* configure.in: call AM_EXEEXT
|
156 |
|
|
* Makefile.in: add EXEEXT variables
|
157 |
|
|
* configure: regenerate
|
158 |
|
|
|
159 |
|
|
Thu Mar 19 09:12:04 1998 Jeffrey A Law (law@cygnus.com)
|
160 |
|
|
|
161 |
|
|
* configure.in: Handle hpux11 just like hpux10 for now.
|
162 |
|
|
|
163 |
|
|
Sat Feb 28 17:24:38 1998 Richard Henderson
|
164 |
|
|
|
165 |
|
|
* exp_command.c: Use _NSIG if NSIG not present.
|
166 |
|
|
* exp_trap.c: Likewise.
|
167 |
|
|
|
168 |
|
|
Sun Feb 22 17:39:35 1998 Ian Lance Taylor
|
169 |
|
|
|
170 |
|
|
* exp_event.c: Extensive additions to support
|
171 |
|
|
Tcl_CreateFileHandler and Tcl_DeleteFileHandler on cygwin32.
|
172 |
|
|
Define a new pipe channel type, based on code in tclWinPipe.c.
|
173 |
|
|
* exp_command.h (struct exp_f): If __CYGWIN32__, add channel,
|
174 |
|
|
fileproc, and procdata fields.
|
175 |
|
|
* exp_command.c (fd_new): If __CYGWIN32__, initialize channel and
|
176 |
|
|
fileproc fields.
|
177 |
|
|
(Exp_SpawnCmd): If __CYGWIN32__, don't accept -open or -leaveopen
|
178 |
|
|
argumnents.
|
179 |
|
|
(Exp_LogFileCmd): Likewise.
|
180 |
|
|
(Tcl_CloseCmd): Use Tcl_Alloc instead of ckalloc. Use
|
181 |
|
|
Tcl_NewStringObj instead of TclNewObj and TclInitStringRep. Use
|
182 |
|
|
Tcl_Free instead of ckfree.
|
183 |
|
|
* expect.c (exp_i_read): If __CYGWIN32__, call
|
184 |
|
|
exp_reading_from_descriptor.
|
185 |
|
|
* pty_termios.c: If __CYGWIN32__, don't include .
|
186 |
|
|
(pty_stty): If __CYGWIN32__, just exec stty, not /bin/stty.
|
187 |
|
|
(getptyslave): If __CYGWIN32__, don't I_PUSH anything.
|
188 |
|
|
* configure.in: Add many checks for cross_compiling to avoid doing
|
189 |
|
|
the wrong thing when building with a cross compiler. Add several
|
190 |
|
|
cases to specifically handle a cygwin32 host when building with a
|
191 |
|
|
cross compiler. On cygwin32, link against -luser32.
|
192 |
|
|
* configure: Rebuild.
|
193 |
|
|
|
194 |
|
|
Fri Jan 30 16:48:35 1998 Ian Lance Taylor
|
195 |
|
|
|
196 |
|
|
* configure.in: Don't check for openpty on Linux. It exists on
|
197 |
|
|
Alpha Linux Red Hat 4.2, but it doesn't work correctly.
|
198 |
|
|
|
199 |
|
|
Thu Jan 22 17:29:27 1998 Fred Fish
|
200 |
|
|
|
201 |
|
|
* exp_clib.c (exp_spawnv): Provide reason for error message if we
|
202 |
|
|
fail to get the controlling terminal using TIOCSCTTY.
|
203 |
|
|
* exp_command.c (Exp_SpawnCmd): Ditto.
|
204 |
|
|
|
205 |
|
|
Sun Dec 7 20:39:33 1997 Bob Manson
|
206 |
|
|
|
207 |
|
|
* exp_command.c(Exp_SpawnCmd): Use ClientData instead of
|
208 |
|
|
int for file descriptors.
|
209 |
|
|
|
210 |
|
|
Wed Oct 15 12:14:26 1997 Jeffrey A Law (law@cygnus.com)
|
211 |
|
|
|
212 |
|
|
* testsuite/config/default.exp (eprompt): Tweak again for new
|
213 |
|
|
prompt variant.
|
214 |
|
|
|
215 |
|
|
Fri Sep 12 12:57:10 1997 Jeffrey A Law (law@cygnus.com)
|
216 |
|
|
|
217 |
|
|
* testsuite/config/default.exp (eprompt): Accept new prompt
|
218 |
|
|
variant.
|
219 |
|
|
|
220 |
|
|
Fri Sep 12 10:40:56 1997 Bob Manson
|
221 |
|
|
|
222 |
|
|
* exp_main_sub.c: Instead of using -1 for an invalid value, use 1
|
223 |
|
|
instead--this will allow the "testsuite" to pass.
|
224 |
|
|
|
225 |
|
|
Thu Sep 4 11:49:44 1997 Jeffrey A Law (law@cygnus.com)
|
226 |
|
|
|
227 |
|
|
* exp_command.c (NUM_ARGS): Move start of cpp #define to
|
228 |
|
|
column zero.
|
229 |
|
|
|
230 |
|
|
Thu Aug 28 16:42:58 1997 Bob Manson
|
231 |
|
|
|
232 |
|
|
* exp_command.c (Tcl_CloseCmd): Function to call Tcl_CloseObjCmd
|
233 |
|
|
with appropriate arguments, mostly stolen from tclBasic.c.
|
234 |
|
|
|
235 |
|
|
* Dbg.c (simple_interactor): There doesn't appear to be any
|
236 |
|
|
equivalent for curEventNum, so replace with -1 for now. (It only
|
237 |
|
|
appears in the prompt anyway).
|
238 |
|
|
* exp_main_sub.c (Exp_Prompt1Cmd): Ditto.
|
239 |
|
|
* exp_main_sub.c (exp_interpreter): Ditto.
|
240 |
|
|
|
241 |
|
|
Wed Aug 13 12:57:20 1997 Bob Manson
|
242 |
|
|
|
243 |
|
|
* Makefile.in (X11_PROGS): Commented out until expectk is working
|
244 |
|
|
with tcl8.
|
245 |
|
|
(X11_PROGS_INSTALLED): Ditto.
|
246 |
|
|
|
247 |
|
|
Mon Aug 11 20:56:56 1997 Bob Manson
|
248 |
|
|
|
249 |
|
|
* Changes to get expect working under tcl8.
|
250 |
|
|
|
251 |
|
|
* expect.c: Include tclInt.h to get a definition of TclWordEnd.
|
252 |
|
|
(exp_eval_with_one_arg): Under Tcl8 TclWordEnd takes an additional
|
253 |
|
|
parameter. Don't go past the end of the string.
|
254 |
|
|
|
255 |
|
|
* exp_main_exp.c: If USE_ITCL is defined, include a call to
|
256 |
|
|
Itcl_Init.
|
257 |
|
|
|
258 |
|
|
* exp_command.c: Tcl8 uses an OS-specific type for "file handles".
|
259 |
|
|
This code will NOT work under anything that doesn't use an int;
|
260 |
|
|
it requires cleanup to make it reasonably portable.
|
261 |
|
|
* exp_command.h: Ditto.
|
262 |
|
|
|
263 |
|
|
* aclocal.m4: Check for itcl headers.
|
264 |
|
|
* configure.in: Ditto.
|
265 |
|
|
|
266 |
|
|
* Makefile.in: Add expecti target.
|
267 |
|
|
|
268 |
|
|
* Dbg.c (print_argv): Tcl8 has a new argument to TclFindElement
|
269 |
|
|
specifying the length of the string.
|
270 |
|
|
(PrintStackBelow): Tcl8 uses objc/objv in the stack frame
|
271 |
|
|
instead of argc/argv; this change is woefully incomplete.
|
272 |
|
|
|
273 |
|
|
Tue Apr 1 13:55:15 1997 Bob Manson
|
274 |
|
|
|
275 |
|
|
* exp_event.c(exp_get_next_event): Don't delete the
|
276 |
|
|
timeout timer until we actually return.
|
277 |
|
|
|
278 |
|
|
Thu Mar 20 14:27:45 1997 Geoffrey Noer
|
279 |
|
|
|
280 |
|
|
* configure.in: don't check if stty reads stdout for
|
281 |
|
|
i[[3456]]86-*-sysv4.2MP during config; hard code instead
|
282 |
|
|
* configure: regenerated
|
283 |
|
|
|
284 |
|
|
Thu Mar 13 10:43:06 1997 Tom Tromey
|
285 |
|
|
|
286 |
|
|
* Makefile.in (FLAGS_TO_PASS): Removed RUNTEST, RUNTESTFLAGS.
|
287 |
|
|
(RUNTESTFLAGS): Removed.
|
288 |
|
|
(RUNTEST): Removed.
|
289 |
|
|
|
290 |
|
|
* configure: Regenerated.
|
291 |
|
|
* configure.in: Always set EXP_CFLAGS to "".
|
292 |
|
|
|
293 |
|
|
* configure.in (AC_CONFIG_AUX_DIR): Look in srcdir.
|
294 |
|
|
|
295 |
|
|
Wed Nov 20 10:42:03 1996 Tom Tromey
|
296 |
|
|
|
297 |
|
|
* configure.in: Always respect CFLAGS as passed in environment.
|
298 |
|
|
If not set, let AC_PROG_CC set it.
|
299 |
|
|
|
300 |
|
|
Tue Nov 19 09:22:08 1996 Tom Tromey
|
301 |
|
|
|
302 |
|
|
* Makefile.in (install_shared_lib): Put else clause onto each if.
|
303 |
|
|
|
304 |
|
|
Fri Nov 15 11:23:43 1996 Tom Tromey
|
305 |
|
|
|
306 |
|
|
* Makefile.in (XCFLAGS): Use EXP_SHLIB_CFLAGS, not
|
307 |
|
|
TCL_SHLIB_CFLAGS.
|
308 |
|
|
(TCL_SHLIB_CFLAGS): Define.
|
309 |
|
|
|
310 |
|
|
* configure.in: Allow arguments to --enable-blah to work.
|
311 |
|
|
Compute and AC_SUBST EXP_SHLIB_CFLAGS.
|
312 |
|
|
Added missing AC_MSG_CHECKING.
|
313 |
|
|
|
314 |
|
|
Thu Nov 7 13:30:39 1996 Tom Tromey
|
315 |
|
|
|
316 |
|
|
* Dbg.c, exp_clib.c, exp_command.c, exp_command.h, exp_glob.c,
|
317 |
|
|
exp_int.h, exp_inter.c, exp_main_sub.c, exp_printify.c,
|
318 |
|
|
exp_printify.h, exp_pty.h, exp_trap.c, exp_tty.c, exp_tty.h,
|
319 |
|
|
exp_win.c, exp_win.h, expect.c, expect_comm.h, pty_termios.c:
|
320 |
|
|
Changes to make gcc -Wall complain less.
|
321 |
|
|
|
322 |
|
|
Mon Nov 4 14:01:03 1996 Tom Tromey
|
323 |
|
|
|
324 |
|
|
* exp_clib.c (exp_disconnect): #if condition fix.
|
325 |
|
|
(exp_spawnv): Ditto.
|
326 |
|
|
|
327 |
|
|
* exp_command.c (Exp_SpawnCmd): #if condition fix.
|
328 |
|
|
(Exp_DisconnectCmd): Ditto.
|
329 |
|
|
|
330 |
|
|
Tue Oct 15 12:38:50 1996 Tom Tromey
|
331 |
|
|
|
332 |
|
|
* configure: Regenerated.
|
333 |
|
|
* configure.in: Make sure to pass --cache-file argument to
|
334 |
|
|
sub-configure.
|
335 |
|
|
|
336 |
|
|
Wed Oct 9 11:24:17 1996 Tom Tromey
|
337 |
|
|
|
338 |
|
|
* configure: Regenerated.
|
339 |
|
|
* configure.in (stty_reads_stdout): /bin/stty on OSF 4.0 fails.
|
340 |
|
|
|
341 |
|
|
Wed Oct 2 10:13:37 1996 Tom Tromey
|
342 |
|
|
|
343 |
|
|
* configure: Regenerated.
|
344 |
|
|
* configure.in (stty_reads_stdout): /bin/stty on DG/UX fails.
|
345 |
|
|
|
346 |
|
|
Tue Oct 1 10:40:11 1996 Tom Tromey
|
347 |
|
|
|
348 |
|
|
* Dbg.c, exp_clib.c, exp_closetcl.c, exp_command.c, exp_console.c,
|
349 |
|
|
exp_event.c, exp_inter.c, exp_main_tk.c, exp_pty.c, exp_strf.c,
|
350 |
|
|
exp_trap.c, exp_win.c, exp_win.h, expect.c, pty_termios.c: Patches
|
351 |
|
|
to make "gcc -Wall" be more quiet. From Fred Fish.
|
352 |
|
|
|
353 |
|
|
Fri Sep 27 10:15:48 1996 Tom Tromey
|
354 |
|
|
|
355 |
|
|
* expect.c (exp_i_read): Pass interp as first arg to exp_error.
|
356 |
|
|
* configure.in (stty_reads_stdout): /bin/stty on OSF2.0, OSF3.2,
|
357 |
|
|
HPUX 9.X, HPUX 10.X guesses wrong, so set value explicitly.
|
358 |
|
|
|
359 |
|
|
Mon Sep 9 10:29:32 1996 Tom Tromey
|
360 |
|
|
|
361 |
|
|
* configure: Regenerated.
|
362 |
|
|
* configure.in: Added code to actually handle --with-x.
|
363 |
|
|
|
364 |
|
|
* configure: Regenerated.
|
365 |
|
|
* configure.in: Don't bother looking for Tk if --with-x=no
|
366 |
|
|
specified.
|
367 |
|
|
|
368 |
|
|
Thu Sep 5 11:01:09 1996 Tom Tromey
|
369 |
|
|
|
370 |
|
|
* configure: Regenerated.
|
371 |
|
|
* configure.in (stty_reads_stdout): AIX fails "stty" test in
|
372 |
|
|
background, so set explicitly. Ditto HPUX 9 and 10.
|
373 |
|
|
|
374 |
|
|
Thu Aug 29 17:04:55 1996 Michael Meissner
|
375 |
|
|
|
376 |
|
|
* configure.in (i[345]86-*-*): Recognize i686 for pentium pro.
|
377 |
|
|
* configure: Regenerate.
|
378 |
|
|
|
379 |
|
|
Mon Aug 26 12:33:58 1996 Tom Tromey
|
380 |
|
|
|
381 |
|
|
* Makefile.in (install): Depend on install_shared_lib.
|
382 |
|
|
|
383 |
|
|
Fri Aug 23 10:17:45 1996 Tom Tromey
|
384 |
|
|
|
385 |
|
|
* configure: Regenerated.
|
386 |
|
|
* configure.in: Look in `..' for aux files. Re-enable caching.
|
387 |
|
|
|
388 |
|
|
Fri Aug 16 12:54:39 1996 Tom Tromey
|
389 |
|
|
|
390 |
|
|
* exp_main_tk.c (print_version): New variable.
|
391 |
|
|
(argTable): Added -version.
|
392 |
|
|
(Tk_Init2): Print version if required.
|
393 |
|
|
|
394 |
|
|
* exp_main_sub.c (exp_parse_argv): Added `-v' support again.
|
395 |
|
|
|
396 |
|
|
Wed Aug 14 12:02:26 1996 Tom Tromey
|
397 |
|
|
|
398 |
|
|
* Makefile.in (X11_PROGS_INSTALLED): Now the same as X11_PROGS.
|
399 |
|
|
(install): Don't depend on expect_installed.
|
400 |
|
|
(clean): Don't remove expect_installed or expectk_installed.
|
401 |
|
|
(mostlyclean): Ditto.
|
402 |
|
|
|
403 |
|
|
Mon Aug 5 12:55:06 1996 Tom Tromey
|
404 |
|
|
|
405 |
|
|
* Makefile.in (XCFLAGS): New macro.
|
406 |
|
|
(CFLAGS): Define to just @CFLAGS@.
|
407 |
|
|
(CFLAGS_INT): Use $(XCFLAGS).
|
408 |
|
|
(expect, expect_installed, expect.tc, expectk, expectk_installed,
|
409 |
|
|
expectk.tc): Use $(XCFLAGS).
|
410 |
|
|
|
411 |
|
|
Tue Jul 23 14:00:56 1996 Tom Tromey
|
412 |
|
|
|
413 |
|
|
* expect_comm.h: Don't include expect_cf.h.
|
414 |
|
|
|
415 |
|
|
* Makefile.in (install): Don't install expect_cf.h.
|
416 |
|
|
|
417 |
|
|
Thu Jul 18 17:27:12 1996 Tom Tromey
|
418 |
|
|
|
419 |
|
|
* Makefile.in (install-scripts): Install cat-buffers here.
|
420 |
|
|
|
421 |
|
|
Mon Jul 15 13:50:52 1996 Tom Tromey
|
422 |
|
|
|
423 |
|
|
* Makefile.in (configure): Don't automatically rebuild.
|
424 |
|
|
(Dbgconfigure): Don't automatically rebuild.
|
425 |
|
|
|
426 |
|
|
Mon Jun 24 17:47:52 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
|
427 |
|
|
|
428 |
|
|
* Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
|
429 |
|
|
execdatadir): Uset autoconf set values.
|
430 |
|
|
(docdir, oldincludedir): Removed.
|
431 |
|
|
* configure.in (AC_PREREQ): autoconf 2.5 or higher.
|
432 |
|
|
* configure: Rebuilt.
|
433 |
|
|
|
434 |
|
|
Wed Jun 12 14:18:09 1996 Tom Tromey
|
435 |
|
|
|
436 |
|
|
* configure: Regenerated.
|
437 |
|
|
* aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
|
438 |
|
|
avoid name clashes with SunOS headers.
|
439 |
|
|
|
440 |
|
|
Tue Jun 4 17:54:06 1996 Gordon Irlam
|
441 |
|
|
|
442 |
|
|
* install-sh: Add MIT copyright. Fix typo.
|
443 |
|
|
|
444 |
|
|
Tue May 28 13:09:26 1996 Tom Tromey
|
445 |
|
|
|
446 |
|
|
* Makefile.in (Dbgconfigure): Removed broken srcdir test.
|
447 |
|
|
|
448 |
|
|
* Dbgconfigure: Regenerated.
|
449 |
|
|
* Dbgconfig.in: Use CY_AC_C_WORKS.
|
450 |
|
|
|
451 |
|
|
* configure: Regenerated.
|
452 |
|
|
* aclocal.m4 (CY_AC_PATH_TCLH): Don't use AC_TRY_RUN.
|
453 |
|
|
(CY_AC_PATH_TKH): Don't use AC_TRY_RUN.
|
454 |
|
|
|
455 |
|
|
Tue May 21 10:14:24 1996 Tom Tromey
|
456 |
|
|
|
457 |
|
|
* configure: Regenerated.
|
458 |
|
|
* aclocal.m4: Typo fix.
|
459 |
|
|
|
460 |
|
|
Thu May 16 09:54:18 1996 Tom Tromey
|
461 |
|
|
|
462 |
|
|
* configure: Regenerated.
|
463 |
|
|
* configure.in: Use CY_AC_C_WORKS instead of CY_AC_C_CROSS.
|
464 |
|
|
* aclocal.m4: Replaced CY_AC_C_CROSS with CY_AC_C_WORKS.
|
465 |
|
|
|
466 |
|
|
Fri May 10 16:59:46 1996 Doug Evans
|
467 |
|
|
|
468 |
|
|
* exp_pty.c (errno): Delete. Include errno.h instead.
|
469 |
|
|
|
470 |
|
|
Tue Apr 30 10:17:41 1996 Tom Tromey
|
471 |
|
|
|
472 |
|
|
* exp_main_tk.c (main): Removed "-inet-1.0".
|
473 |
|
|
|
474 |
|
|
* exp_main_sub.c (exp_parse_argv): Removed "-inet-1.0".
|
475 |
|
|
|
476 |
|
|
* configure: Regenerated.
|
477 |
|
|
* configure.in: Append $XLIBS to X_LIBS.
|
478 |
|
|
(have_nsl): Only check for -lnsl once.
|
479 |
|
|
Run AC_CANONICAL_SYSTEM.
|
480 |
|
|
|
481 |
|
|
* Makefile.in (install): Don't install scripts.
|
482 |
|
|
(install-scripts): New target.
|
483 |
|
|
|
484 |
|
|
* exp_main_tk.c (print_version): New global.
|
485 |
|
|
(argTable): Added -version.
|
486 |
|
|
(main): Handle -version option.
|
487 |
|
|
|
488 |
|
|
* exp_main_exp.c (argv): Run Tcl_FindExecutable.
|
489 |
|
|
|
490 |
|
|
* exp_main_tk.c (main): Run Tcl_FindExecutable.
|
491 |
|
|
|
492 |
|
|
* exp_main_sub.c (exp_parse_argv): Added -v argument.
|
493 |
|
|
(exp_version): No longer static.
|
494 |
|
|
|
495 |
|
|
Thu Apr 25 12:31:21 1996 Tom Tromey
|
496 |
|
|
|
497 |
|
|
* Makefile.in: Removed "$(srcdir)/" from all dependencies, to work
|
498 |
|
|
around problem with Sun make's VPATH.
|
499 |
|
|
|
500 |
|
|
Mon Feb 12 23:11:38 1996 Rob Savoye
|
501 |
|
|
|
502 |
|
|
* aclocal.m4: Fix typo of ac_cv_tkh to be ac_cv_tclh so it works
|
503 |
|
|
on all systems.
|
504 |
|
|
* configure, DBGconfigure, testsuite/configure: Regenerated with
|
505 |
|
|
autoconf 2.7.
|
506 |
|
|
|
507 |
|
|
Tue Feb 6 11:48:05 1996 Tom Tromey
|
508 |
|
|
|
509 |
|
|
* exp_clib.c, exp_printify.c, expect_comm.h: For Tcl 7.5 and
|
510 |
|
|
greater, use ../compat/stdlib.h, not compat/stdlib.h.
|
511 |
|
|
|
512 |
|
|
Tue Jan 30 12:21:37 1996 Fred Fish
|
513 |
|
|
|
514 |
|
|
* exp_regexp.c (regmatch, regrepeat): Only declare strchr if it is not
|
515 |
|
|
a macro.
|
516 |
|
|
|
517 |
|
|
Mon Jan 22 11:17:06 1996 Tom Tromey
|
518 |
|
|
|
519 |
|
|
* configure.in: Check for -lieee, -ldl, and -ldld.
|
520 |
|
|
|
521 |
|
|
* Makefile.in (OFILES): Include @LIBOBJS@.
|
522 |
|
|
(strerror.o): New target.
|
523 |
|
|
|
524 |
|
|
* strerror.c: New file.
|
525 |
|
|
|
526 |
|
|
* configure.in: Test for strerror.
|
527 |
|
|
|
528 |
|
|
Fri Jan 19 11:08:11 1996 Tom Tromey
|
529 |
|
|
|
530 |
|
|
* Makefile.in (install, ${SCRIPT_LIST}, test): Find new Tcl libraries.
|
531 |
|
|
|
532 |
|
|
Thu Jan 18 13:43:13 1996 Tom Tromey
|
533 |
|
|
|
534 |
|
|
* Most files: Update to expect 5.19.
|
535 |
|
|
|
536 |
|
|
Fri Jan 12 16:22:12 1996 Tom Tromey
|
537 |
|
|
|
538 |
|
|
* exp_closetcl.c (exp_close_tcl_files): Skip stdin, stdout,
|
539 |
|
|
stderr.
|
540 |
|
|
* expect_comm.h: Declare exp_close_files_interp.
|
541 |
|
|
* exp_command.c (exp_init_most_cmds): Set exp_close_files_interp.
|
542 |
|
|
|
543 |
|
|
Thu Jan 11 09:43:14 1996 Tom Tromey
|
544 |
|
|
|
545 |
|
|
* exp_closetcl.c (exp_close_files_interp): New variable for Tcl
|
546 |
|
|
7.5.
|
547 |
|
|
(exp_close_tcl_files): Updated for Tcl 7.5.
|
548 |
|
|
|
549 |
|
|
Prototype and varargs changes:
|
550 |
|
|
* expect.c: Don't include .
|
551 |
|
|
* Dbg.c: Copied in many defines from expect_comm.h.
|
552 |
|
|
(print): Use new varargs defines.
|
553 |
|
|
* exp_clib.c (exp_fexpectl): Use EXP_VARARGS_START.
|
554 |
|
|
* expect_comm.h: Include "tclInt.h".
|
555 |
|
|
* exp_console.c (exp_console_manipulation_failed): First arg to
|
556 |
|
|
errorlog is char*, not FILE*.
|
557 |
|
|
* exp_log.c (debuglog): Pass name of last argument to
|
558 |
|
|
EXP_VARARGS_START.
|
559 |
|
|
* expect_cf.h.in (tcl_AsyncReady): Removed define.
|
560 |
|
|
* expect.c (Exp_ExpectGlobalCmd): Added cast.
|
561 |
|
|
* exp_command.c (exp_i_update): First arg to exp_debuglog is
|
562 |
|
|
* exp_poll.c (exp_get_next_event): Likewise.
|
563 |
|
|
char*, not Tcl_Interp*.
|
564 |
|
|
* exp_log.h: Use prototypes everywhere. Include "expect_comm.h".
|
565 |
|
|
* expect_tcl.h: Use EXP_VARARGS, not VARARGS.
|
566 |
|
|
(tcl_AsyncReady): New define for Tcl 7.5.
|
567 |
|
|
|
568 |
|
|
* aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
|
569 |
|
|
(CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
|
570 |
|
|
(CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
|
571 |
|
|
(CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
|
572 |
|
|
argument to AC_REQUIRE.
|
573 |
|
|
* configure: Regenerated.
|
574 |
|
|
|
575 |
|
|
Tue Jan 9 16:26:47 1996 Rob Savoye
|
576 |
|
|
|
577 |
|
|
* Makefile.in: Change SHORT_BINDIR to $prefix, rather than
|
578 |
|
|
exec_prefix. This is only used to store the platform independant
|
579 |
|
|
expect scripts.
|
580 |
|
|
|
581 |
|
|
Dec 18 17:22:05 1995 Brendan Kehoe
|
582 |
|
|
|
583 |
|
|
* configure.in, configure: For a solaris2 machine doing a static
|
584 |
|
|
build, add `-ldl -lw' to avoid unresolved refs using the
|
585 |
|
|
OpenWindows libraries.
|
586 |
|
|
|
587 |
|
|
Wed Nov 22 08:49:01 1995 Rob Savoye
|
588 |
|
|
|
589 |
|
|
* Most files: Update to expect 5.18.1.
|
590 |
|
|
|
591 |
|
|
Fri Nov 17 17:31:55 1995 Rob Savoye
|
592 |
|
|
|
593 |
|
|
* configure.in: Add support for SCO OpenServer. It doesn't like
|
594 |
|
|
the trap either.
|
595 |
|
|
|
596 |
|
|
Thu Nov 16 09:28:53 1995 Rob Savoye
|
597 |
|
|
|
598 |
|
|
* configure.in: Use $host to get the OS type rather than trying to
|
599 |
|
|
get the host name ourselves. Use the $host to set the
|
600 |
|
|
STTY_READS_STDOUT for hosts were the test is known to fail. It
|
601 |
|
|
also now configures in the background.
|
602 |
|
|
* configure.in, Dbgconfig.in, testsuite/configure.in: Use
|
603 |
|
|
AC_PROG_CC again since Cygnus configure now does the sames thing.
|
604 |
|
|
|
605 |
|
|
Mon Oct 30 18:16:48 1995 Jason Molenda (crash@phydeaux.cygnus.com)
|
606 |
|
|
|
607 |
|
|
* configure.in (no_tk): zero out X_PROGS if we can't find tk
|
608 |
|
|
libraries.
|
609 |
|
|
|
610 |
|
|
Tue Oct 24 18:25:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
|
611 |
|
|
|
612 |
|
|
* Makefile.in (X11HDIR): Changed to X11_CFLAGS.
|
613 |
|
|
(X11_LIB_FLAGS): Changed to X11_LDFLAGS.
|
614 |
|
|
(X11_LIB): Changed to X11_LIBS.
|
615 |
|
|
(CPPFLAGS_SIMPLE): Use X11_CFLAGS.
|
616 |
|
|
(expectk, expectk.tc, tk): use X11_LDFLAGS & X11_LIBS.
|
617 |
|
|
|
618 |
|
|
* configure.in (X11HDIR, X11_LIB_FLAGS, X11_LIB): Use X11_CFLAGS,
|
619 |
|
|
X11_LDFLAGS, X11_LIBS. Link X11 statically on Solaris, SunOS and
|
620 |
|
|
HPUX.
|
621 |
|
|
|
622 |
|
|
Thu Oct 19 20:55:54 1995 Fred Fish
|
623 |
|
|
|
624 |
|
|
* Makefile.in: Remove extraneous tabs and blanks in otherwise
|
625 |
|
|
empty lines. That confuses older non-GNU versions of "make".
|
626 |
|
|
|
627 |
|
|
Mon Oct 9 20:58:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
|
628 |
|
|
|
629 |
|
|
* testsuite/aclocal.m4: New file. Include ../aclocal.m4.
|
630 |
|
|
|
631 |
|
|
Thu Aug 31 00:16:26 1995 Rob Savoye
|
632 |
|
|
|
633 |
|
|
* HISTORY, Makefile.in, aclocal.m4, exp_command.h, exp_inter.c,
|
634 |
|
|
exp_main_tk.c, exp_pty.c, expect.c, tests/all,
|
635 |
|
|
testsuite/Makefile.in. Update to the 5.18.0 release. Minor
|
636 |
|
|
changes.
|
637 |
|
|
|
638 |
|
|
Thu Aug 17 18:47:21 1995 Rob Savoye
|
639 |
|
|
|
640 |
|
|
* Most files: Update to the 5.17.7 release.
|
641 |
|
|
|
642 |
|
|
Thu Aug 3 22:47:36 1995 Jeff Law (law@snake.cs.utah.edu)
|
643 |
|
|
|
644 |
|
|
* pty_termios.c (HAVE_PTMX): Undefine if both HAVE_PTYM and
|
645 |
|
|
HAVE_PTMX are defined (as happens for hpux10).
|
646 |
|
|
|
647 |
|
|
Thu Jul 27 16:31:23 1995 J.T. Conklin
|
648 |
|
|
|
649 |
|
|
* Makefile.in (configure): Removed rule that automatically
|
650 |
|
|
rebuilds configure script. Users might not have autoconf.
|
651 |
|
|
|
652 |
|
|
Tue Jul 18 23:15:03 1995 Fred Fish
|
653 |
|
|
|
654 |
|
|
* expect.c (Exp_ExpectGlobalCmd): Cast ckrealloc first arg to char*.
|
655 |
|
|
|
656 |
|
|
Sun Jun 18 13:02:41 1995 Fred Fish
|
657 |
|
|
|
658 |
|
|
* configure, configure.in (XLIBS): When adding -lX11, also preserve
|
659 |
|
|
the previous libraries that we went to the trouble of finding.
|
660 |
|
|
|
661 |
|
|
Sun Jun 18 12:15:44 1995 Fred Fish
|
662 |
|
|
|
663 |
|
|
* Makefile.in (exp_clib.o): Add dependencies.
|
664 |
|
|
|
665 |
|
|
Mon May 1 16:50:22 1995 Rob Savoye
|
666 |
|
|
|
667 |
|
|
* configure.in: Also set XINCLUDES in the Makefile.
|
668 |
|
|
|
669 |
|
|
Fri Apr 28 18:56:02 1995 Rob Savoye
|
670 |
|
|
|
671 |
|
|
* aclocal.m4: Create a clone of AC_C_CROSS called CY_C_CROSS that
|
672 |
|
|
has better error handling in case the native compiler is hosed.
|
673 |
|
|
* aclocal.m4: Look for tcl and tk directories as just tcl (and tk)
|
674 |
|
|
or tcl[0-9] (and tk[0-9)] so it doesn't match the tclX
|
675 |
|
|
release. Print an error and exit if any of the --with-{tcl,tk}*
|
676 |
|
|
options are used and point to bogus paths. Based Tcl header search
|
677 |
|
|
on tclInt./h rather than tcl.h.
|
678 |
|
|
* Makefile.in: Add dependancies for back in for configure and
|
679 |
|
|
Dbgconfigure targets.
|
680 |
|
|
|
681 |
|
|
Mon Apr 24 16:46:01 1995 Rob Savoye
|
682 |
|
|
|
683 |
|
|
* exp_command.c, exp_event.h, exp_inter.c, exp_main_tk.c,
|
684 |
|
|
exp_poll.c, exp_select.c, exp_simple.c, exp_tk.c, exp_trap.c,
|
685 |
|
|
exp_tty.c, FAQ, README, HISTORY: Update to expect 5.16.3.
|
686 |
|
|
|
687 |
|
|
Fri Apr 14 12:00:39 1995 Rob Savoye
|
688 |
|
|
|
689 |
|
|
* configure.in: Copy Dbg_cf.h to objdir, not srcdir.
|
690 |
|
|
|
691 |
|
|
Tue Apr 11 18:52:24 1995 Rob Savoye
|
692 |
|
|
|
693 |
|
|
* aclocal.m4: Split the macros so header and library searches are
|
694 |
|
|
seperate macros. AC_PATH_{TCL,TK} nows only calls the macros. Lots
|
695 |
|
|
of optimization to the AC_PATH_T* macros. Supports the use of
|
696 |
|
|
--with-tclinclude, --with-tcllib, --with-tkinclude, --with-tklib
|
697 |
|
|
to specify alternative search dirs for tcl and tk stuff.
|
698 |
|
|
* Makefile.in, testsuite/Makefile.in: Re-write targets for
|
699 |
|
|
configure, Dbgconfigure so they work in an unconfigured srcdir.
|
700 |
|
|
* configure.in: Put AC_PATH_X before AC_PATH_TK and make the TK
|
701 |
|
|
test conditional. Fix how Dbgconfigure gets passed the Tcl header
|
702 |
|
|
dir to use --with-PACKAGE which is much simpler. Removed the test
|
703 |
|
|
for user override of X search paths since AC_PATH_X uses.
|
704 |
|
|
--x-includes and --x-libraries instead.
|
705 |
|
|
* Dbgconfig.in: Use AC_PATH_TCLH to find just the headers, and
|
706 |
|
|
test for LynxOS.
|
707 |
|
|
* debugger/: Remove directory. Recursive configuring is so much
|
708 |
|
|
easier...
|
709 |
|
|
* DbgMkfl.in, Dbg_cf.h.in, Dbg.c, Dbg.h, Dbgconfigure,
|
710 |
|
|
Dbgconfig.in: Sigh, moved back to the top-level expect directory.
|
711 |
|
|
|
712 |
|
|
Wed Apr 5 17:25:45 1995 Rob Savoye
|
713 |
|
|
|
714 |
|
|
* configure.in: Add a trap so the configure runs in the
|
715 |
|
|
background.
|
716 |
|
|
|
717 |
|
|
Thu Mar 16 16:56:08 1995 Rob Savoye
|
718 |
|
|
|
719 |
|
|
* debugger: New directory for the Tcl debugger.
|
720 |
|
|
* debugger/Dbg.c, debugger/Dbg.h, debugger/Dbg_cf.h.in: Moved from
|
721 |
|
|
the top level expect directory so it builds standalone.
|
722 |
|
|
* DbgMkfl.in, debugger/Makefile.in: Moved to debugger dir and
|
723 |
|
|
renamed.
|
724 |
|
|
* install-sh, mkinstalldirs: New files borrowed from the autoconf
|
725 |
|
|
distribution.
|
726 |
|
|
* aclocal.m4: New autoconf macros.
|
727 |
|
|
* Makefile.in: Tweaked so it's recursive.
|
728 |
|
|
* configure.in: Use new macros in aclocal.m4 rather than hunting
|
729 |
|
|
for the Tcl and Tk stuff ourseleves.
|
730 |
|
|
* debugger/Makefile.in: Build debugger standalone.
|
731 |
|
|
* testsuite/Makefile.in, testsuite/configure.in: New files for
|
732 |
|
|
autoconf support.
|
733 |
|
|
* exp_test.c, testsuite/exp_test.c: Move test file.
|
734 |
|
|
|
735 |
|
|
Fri Jan 13 15:30:30 1995 Ian Lance Taylor
|
736 |
|
|
|
737 |
|
|
* Makefile.in (check): Pass EXPECT correctly to runtest.
|
738 |
|
|
|
739 |
|
|
Thu Oct 20 18:04:06 1994 Rob Savoye
|
740 |
|
|
|
741 |
|
|
* Makefile.in: Add X11_INCLUDE_FLAGS so top level flags get used
|
742 |
|
|
too.
|
743 |
|
|
|
744 |
|
|
Tue Jun 14 12:32:07 1994 David J. Mackenzie (djm@rtl.cygnus.com)
|
745 |
|
|
|
746 |
|
|
* aclocal.m4: Copy from TCL directory.
|
747 |
|
|
* configure.in: Improve checks for installed Tcl and Tk.
|
748 |
|
|
* configure: Rebuilt.
|
749 |
|
|
|
750 |
|
|
Tue Jun 7 13:52:34 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
751 |
|
|
|
752 |
|
|
* Makefile.in (mostlyclean, realclean): New targets.
|
753 |
|
|
|
754 |
|
|
Wed May 18 12:21:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
755 |
|
|
|
756 |
|
|
* Makefile.in (install): Add another ``else true''.
|
757 |
|
|
|
758 |
|
|
Fri Apr 29 16:49:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
759 |
|
|
|
760 |
|
|
* Makefile.in (install): Always use else in if conditional to
|
761 |
|
|
avoid Ultrix sh bug.
|
762 |
|
|
|
763 |
|
|
Mon Apr 11 15:22:12 1994 Rob Savoye (rob@cirdan.cygnus.com)
|
764 |
|
|
|
765 |
|
|
* Upgrade to the new "official" beta release of expect 5.7.
|
766 |
|
|
|
767 |
|
|
Wed Mar 30 17:15:28 1994 Rob Savoye (rob@cirdan.cygnus.com)
|
768 |
|
|
|
769 |
|
|
* testsuite/expect.tests/expect-test.exp: Just run the new expect
|
770 |
|
|
tests and format the outout under DejaGnu.
|
771 |
|
|
|
772 |
|
|
Mon Mar 28 14:33:55 1994 Rob Savoye (rob@cirdan.cygnus.com)
|
773 |
|
|
|
774 |
|
|
* Upgrade to expect 5.6.3.
|
775 |
|
|
|
776 |
|
|
Thu Dec 2 16:26:54 1993 Rob Savoye (rob@darkstar.cygnus.com)
|
777 |
|
|
|
778 |
|
|
* configure.in: Add tests to find Tcl and Tk headers and
|
779 |
|
|
libraries.
|
780 |
|
|
|
781 |
|
|
Thu Aug 19 18:26:49 1993 Rob Savoye (rob@darkstar.cygnus.com)
|
782 |
|
|
|
783 |
|
|
* upgraded to version 4.7.6, add OSF/1 patches in again.
|
784 |
|
|
|
785 |
|
|
Wed Aug 18 20:10:16 1993 Rob Savoye (rob@rtl.cygnus.com)
|
786 |
|
|
|
787 |
|
|
* upgraded to version 4.7.4, add OSF/1 patches in again.
|
788 |
|
|
|
789 |
|
|
Tue Aug 17 20:17:40 1993 Rob Savoye (rob@darkstar.cygnus.com)
|
790 |
|
|
|
791 |
|
|
* pty_termios.c, exp_command.c, configure.in: Add support for
|
792 |
|
|
using ptmx_bsd's if they exist. Only found on OSF/1. (patch
|
793 |
|
|
applied from Gregory Depp
|
794 |
|
|
|
795 |
|
|
Thu Jun 10 11:36:09 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
796 |
|
|
|
797 |
|
|
* exp_main.h: fix prototype for exp_cook
|
798 |
|
|
|
799 |
|
|
Fri Jun 4 08:55:22 1993 Ian Lance Taylor (ian@cygnus.com)
|
800 |
|
|
|
801 |
|
|
* Makefile.in (TCLLIB): If ../tcl/libtcl.a does not exist, use
|
802 |
|
|
-ltcl.
|
803 |
|
|
|
804 |
|
|
Tue May 25 14:45:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
|
805 |
|
|
|
806 |
|
|
* Makefile.in, configure.in: Add some support for autoconfiguring
|
807 |
|
|
for X.
|
808 |
|
|
|
809 |
|
|
Sun May 23 22:32:09 1993 Rob Savoye (rob at darkstar.cygnus.com)
|
810 |
|
|
|
811 |
|
|
* exp_command.c: Fix so send_log still works when master is out of
|
812 |
|
|
bounds. (ok since it doesn't get used).
|
813 |
|
|
|
814 |
|
|
Mon May 17 19:51:52 1993 Rob Savoye (rob@cygnus.com)
|
815 |
|
|
|
816 |
|
|
* configure.in: Change test for ranlib so it kicks out "true"
|
817 |
|
|
rather than "@:" if it can't be found.
|
818 |
|
|
|
819 |
|
|
Thu Apr 15 14:11:50 1993 Rob Savoye (rob@cygnus.com)
|
820 |
|
|
|
821 |
|
|
* configure.in, Makefile.in: If using ptmx's (SVR4 style pty's)
|
822 |
|
|
then check for libpt.a too.
|
823 |
|
|
|
824 |
|
|
Thu Apr 8 17:13:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
825 |
|
|
|
826 |
|
|
* Makefile.in: all doesn't depend on $(SCRIPTS). When building
|
827 |
|
|
$(SCRIPTS) using fixline & sources in $(srcdir), not the current
|
828 |
|
|
directory. When installing manpages, install from $(srcdir).
|
829 |
|
|
Don't install like "install foo $(bindir)" but rather "install foo
|
830 |
|
|
$(bindir)/foo".
|
831 |
|
|
|
832 |
|
|
Mon Mar 22 23:56:29 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
833 |
|
|
|
834 |
|
|
* Makefile.in: add check & installcheck targets
|
835 |
|
|
|
836 |
|
|
Tue Mar 2 20:28:30 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
837 |
|
|
|
838 |
|
|
* configure.in, configure: declare SETUID to be @: instead of echo
|
839 |
|
|
|
840 |
|
|
* pty_termios.c: declare ptynum
|
841 |
|
|
|
842 |
|
|
* Makefile.in: a number of changes, including use of the AR and
|
843 |
|
|
ARFLAGS variables, the appropriate variables for X11 (as passed
|
844 |
|
|
down from the top level Makefile), clean up some doc lines
|
845 |
|
|
|
846 |
|
|
Mon Mar 1 15:05:40 1993 Rob Savoye (rob at darkstar.cygnus.com)
|
847 |
|
|
|
848 |
|
|
* configure.in, defs.h.in: Fixed problem for systems that think
|
849 |
|
|
getpty() should be _getpty().
|
850 |
|
|
|
851 |
|
|
Thu Feb 25 15:34:34 1993 Rob Savoye (rob at darkstar.cygnus.com)
|
852 |
|
|
|
853 |
|
|
* exp_tty.h: Defines portable tty macros.
|
854 |
|
|
* pty_termios.c: New file, slightly based on pty_usg.c. Uses
|
855 |
|
|
portable macros and also supports termio.
|
856 |
|
|
* pty_sgttyb.c: Was pty_bsd.c.
|
857 |
|
|
* configure.in, Makefile.in, configure: autoconf support for
|
858 |
|
|
expect.
|
859 |
|
|
|
860 |
|
|
Sun Feb 21 17:42:28 1993 Rob Savoye (rob at darkstar.cygnus.com)
|
861 |
|
|
|
862 |
|
|
* exp_tty.h: Removed and renamed the macros to use configure's.
|
863 |
|
|
|
864 |
|
|
Wed Feb 17 18:56:36 1993 Rob Savoye (rob at darkstar.cygnus.com)
|
865 |
|
|
|
866 |
|
|
* expect.c, Makefile.in: Changed SIG_FN_RETURN to RETSIGTYPE
|
867 |
|
|
since that's what autoconf kicks out.
|
868 |
|
|
|
869 |
|
|
Thu Dec 24 15:07:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
870 |
|
|
|
871 |
|
|
* Makefile.in: added dummy dvi target
|
872 |
|
|
|
873 |
|
|
Wed Dec 16 11:26:16 1992 Ian Lance Taylor (ian@cygnus.com)
|
874 |
|
|
|
875 |
|
|
* inter_select.c (init_interact): if SCO is defined, use sysconf
|
876 |
|
|
to get maxfds, rather than getdtablesize.
|
877 |
|
|
* configure.in (*-*-sco*): Use mh-sco.
|
878 |
|
|
* mh-sco: New file; like mh-sysv, but pass -DSCO in HDEFS.
|
879 |
|
|
|
880 |
|
|
Tue Nov 17 14:28:20 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
|
881 |
|
|
|
882 |
|
|
* config/mh-{hpux,aix,irix4,sysv*}: updated with appropriate
|
883 |
|
|
values for the host machine (HDEFS, RANLIB, etc)
|
884 |
|
|
|
885 |
|
|
* configure.in: use that
|
886 |
|
|
|
887 |
|
|
* Makefile.in: use $(HDEFS) in compiling C files
|
888 |
|
|
|
889 |
|
|
Sun Nov 15 21:46:16 1992 Fred Fish (fnf@cygnus.com)
|
890 |
|
|
|
891 |
|
|
* Update to base 3.24.0 release, merging back in changes made
|
892 |
|
|
by cygnus to 3.22.12 release.
|
893 |
|
|
|
894 |
|
|
Sat Nov 14 20:16:26 1992 Fred Fish (fnf@cygnus.com)
|
895 |
|
|
|
896 |
|
|
* Makefile.in (CFLAGS): Rework use of CFLAGS to fit in better with
|
897 |
|
|
cygnus configuration standard.
|
898 |
|
|
* config/mh-svr4: Removed.
|
899 |
|
|
* config/mh-sysv4: New file, renamed from mh-svr4.
|
900 |
|
|
* configure.in (*-sysv4): New configuration.
|
901 |
|
|
* configure.in (*-sun-solaris2, *-sysv4): Use mh-sysv4.
|
902 |
|
|
* expect.c (sigwinch_handler): Fix #if without any condition.
|
903 |
|
|
* command.c, expect.c, global.h, lib_exp.c, main.c, term.h:
|
904 |
|
|
Test for SYSV4 as well as SYSV3.
|
905 |
|
|
* inter_select.c (sys/sysconfig.h): Include when SYSV4 defined.
|
906 |
|
|
* inter_select.c (init_interact): Add sysconf call for SYSV4.
|
907 |
|
|
* pty_svr4.c (ptsname): Declare for SYSV4.
|
908 |
|
|
|
909 |
|
|
Thu Oct 22 17:35:07 1992 Rob Savoye (rob@cygnus.com)
|
910 |
|
|
|
911 |
|
|
* command.c: Added a "send_log" command. It only writes to a log
|
912 |
|
|
file if one was opened by the "log_file" command.
|
913 |
|
|
|
914 |
|
|
* main.c: Added setbuf commands for stdin, stdout, stderr to turn
|
915 |
|
|
off buffering.
|
916 |
|
|
|