summaryrefslogtreecommitdiffstats
path: root/Tests/LinkLineOrder
ModeNameSize
-rw-r--r--CMakeLists.txt1173logstatsplain
-rw-r--r--Exec1.c87logstatsplain
-rw-r--r--Exec2.c87logstatsplain
-rw-r--r--NoDepA.c85logstatsplain
-rw-r--r--NoDepB.c45logstatsplain
-rw-r--r--NoDepC.c85logstatsplain
-rw-r--r--NoDepE.c158logstatsplain
-rw-r--r--NoDepF.c158logstatsplain
-rw-r--r--NoDepX.c84logstatsplain
-rw-r--r--NoDepY.c45logstatsplain
-rw-r--r--NoDepZ.c85logstatsplain
-rw-r--r--One.c177logstatsplain
-rw-r--r--Two.c86logstatsplain
/option> Tk is a free and open-source, cross-platform widget toolkit that provides a library of basic elements of GUI widgets for building a graphical user interface (GUI) in many programming languages.
summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordas <das>2005-04-26 00:46:50 (GMT)
committerdas <das>2005-04-26 00:46:50 (GMT)
commit362c29ee31643fb72a35b06ff8f6a44902a71fed (patch)
tree8c266389a7ea5f4b371de56127b81a188a8f8f28 /unix
parent212979cbde9a4bbd3691f8cc26b7b425c8f0ac1d (diff)
downloadtk-362c29ee31643fb72a35b06ff8f6a44902a71fed.zip
tk-362c29ee31643fb72a35b06ff8f6a44902a71fed.tar.gz
tk-362c29ee31643fb72a35b06ff8f6a44902a71fed.tar.bz2
* macosx/tkMacOSXNotify.c: sync with tclUnixNotfy.c changes since
2004-06-22, added compile time check for threaded tcl core, removed unthreaded code paths as they are never used anyway, fixed TkMacOSXAlertNotifier() implementation. * unix/Makefile.in: added TCL_STUB_LIB_FILE, needed for unexporting of symbols from libtclstub to avoid duplicate symbol warnings. * unix/tcl.m4 (Darwin): added configure checks for recently added linker flags -single_module and -search_paths_first to allow building with older tools (and on Mac OS X 10.1), use -single_module in SHLIB_LD and not just T{CL,K}_SHLIB_LD_EXTRAS, added unexporting from Tk of symbols from libtclstub to avoid duplicate symbol warnings, added PLAT_SRCS definition for Mac OS X, defined MODULE_SCOPE to __private_extern__. (SC_MISSING_POSIX_HEADERS): added caching of dirent.h check. * unix/configure: autoconf-2.59
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in3
-rwxr-xr-xunix/configure145
-rw-r--r--unix/tcl.m437
3 files changed, 169 insertions, 16 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in