Index: ChangeLog ================================================================== --- ChangeLog +++ ChangeLog @@ -1,5 +1,14 @@ +A NOTE ON THE CHANGELOG: +Starting in early 2011, Tk source code has been under the management of +fossil, hosted at http://core.tcl.tk/tk/ . Fossil presents a "Timeline" +view of changes made that is superior in every way to a hand edited log file. +Because of this, many Tcl developers are now out of the habit of maintaining +this log file. You may still find useful things in it, but the Timeline is +a better first place to look now. +============================================================================ + 2013-08-30 Don Porter * generic/tk.h: Bump to 8.5.15 for release. * library/tk.tcl: * unix/configure.in: Index: changes ================================================================== --- changes +++ changes @@ -6906,6 +6906,6 @@ 2013-08-25 (bug fix)[3016181] Cocoa: [destroy $scrollbar] => crash (goddard) 2013-08-26 (bug fix)[c597acd] [$pb step] work with traces (english) ---- Released 8.5.15, September 16, 2013 --- See ChangeLog for details --- +--- Released 8.5.15, September 16, 2013 --- http://core.tcl.tk/tk/ for details Index: unix/configure ================================================================== --- unix/configure +++ unix/configure @@ -3959,10 +3959,11 @@ # Does the pthread-implementation provide # 'pthread_attr_setstacksize' ? ac_saved_libs=$LIBS LIBS="$LIBS $THREADS_LIBS" + for ac_func in pthread_attr_setstacksize pthread_atfork do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` echo "$as_me:$LINENO: checking for $ac_func" >&5 Index: unix/tkConfig.h.in ================================================================== --- unix/tkConfig.h.in +++ unix/tkConfig.h.in @@ -40,10 +40,13 @@ /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* Define to 1 if you have the `open64' function. */ #undef HAVE_OPEN64 + +/* Define to 1 if you have the `pthread_atfork' function. */ +#undef HAVE_PTHREAD_ATFORK /* Do we want a BSD-like thread-attribute interface? */ #undef HAVE_PTHREAD_ATTR_GET_NP /* Define to 1 if you have the `pthread_attr_setstacksize' function. */