Tcl Source Code

Check-in [652c4f2107]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:make dist
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 652c4f2107420387476155fde615e7e079a49b65
User & Date: dgp 2013-05-14 18:44:17
Context
2013-05-15
10:41
A better technique for [list {*}blah]. Remove the INST_LIST_EXPANDED opcode (and the complex machine... check-in: 40f8bba871 user: dkf tags: trunk
10:41
merge-mark check-in: 6f516aeb48 user: jan.nijtmans tags: trunk
10:41
merge trunk Closed-Leaf check-in: c76fb949b9 user: dkf tags: dkf-bcc-optimize
2013-05-14
18:44
make dist check-in: 652c4f2107 user: dgp tags: trunk
2013-05-13
16:59
Merged fix to bytecode engine problem. Details in merged revision. check-in: 01e27a732a user: andreask tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to unix/tclConfig.h.in.

236
237
238
239
240
241
242



243
244
245
246
247
248
249
#undef HAVE_SYS_STAT_H

/* Define to 1 if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H

/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H




/* Should we use the global timezone variable? */
#undef HAVE_TIMEZONE_VAR

/* Should we use the tm_gmtoff field of struct tm? */
#undef HAVE_TM_GMTOFF








>
>
>







236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
#undef HAVE_SYS_STAT_H

/* Define to 1 if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H

/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H

/* Define to 1 if you have the <termios.h> header file. */
#undef HAVE_TERMIOS_H

/* Should we use the global timezone variable? */
#undef HAVE_TIMEZONE_VAR

/* Should we use the tm_gmtoff field of struct tm? */
#undef HAVE_TM_GMTOFF