| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | * macosx/Makefile: corrected path to html help inside framework. | das | 2004-11-11 | 1 | -2/+4 |
|
|
| | * | * macosx/tclMacOSXBundle.c: dynamically acquire address for | das | 2004-07-20 | 1 | -2/+20 |
|
|
| | * | * macosx/Makefile: fixed copyright year in Tcl.framework Info.plist | das | 2004-02-26 | 1 | -2/+3 |
|
|
| | * | * macosx/Makefile: optimized builds define NDEBUG to turn off | das | 2003-11-06 | 1 | -2/+3 |
|
|
| | * | * macosx/Makefile: added 'test' target. | das | 2003-11-04 | 1 | -2/+9 |
|
|
| | * | * macosx/Makefile: fixed redo prebinding bug when DESTDIR="". | das | 2003-10-01 | 1 | -3/+3 |
|
|
| | * | * macosx/Makefile: ensure SYMROOT exists if OBJROOT is overridden | das | 2003-09-25 | 1 | -6/+5 |
|
|
| | * | * macosx/Makefile: added option to allow installing manpages | das | 2003-07-19 | 1 | -6/+15 |
|
|
| | * | * macosx/Makefile: added var to allow overriding of tclsh used | das | 2003-07-18 | 1 | -2/+3 |
|
|
| | * | * macosx/Makefile: Rewrote buildsystem for Mac OS X framework build | das | 2003-07-15 | 4 | -781/+414 |
|
|
| | * | * macosx/tclMacOSXBundle.c: fixed a problem that caused only the | das | 2003-05-22 | 1 | -0/+10 |
|
|
| | * | * macosx/Tcl.pbproj/project.pbxproj: changed tclConfig.sh location | das | 2003-05-19 | 1 | -1/+1 |
|
|
| | * | 2003-05-16 Daniel Steffen <das@users.sourceforge.net> | das | 2003-05-16 | 1 | -1/+1 |
|
|
| | * | bumped version to 8.4.3 | hobbs | 2003-05-15 | 1 | -2/+2 |
|
|
| | * | * generic/tcl.decls: | das | 2003-05-13 | 1 | -12/+70 |
|
|
| * | | * macosx/tclMacOSXBundle.c: Workaround CF memory managment bug in | das | 2009-10-05 | 1 | -11/+18 |
|
|
| * | | * macosx/tclMacOSXNotify.c: fix multiple issues with nested event loops | das | 2009-08-24 | 1 | -27/+52 |
|
|
| * | | update Apple copyright notice for 2009-04-10 changes | das | 2009-04-14 | 4 | -51/+13 |
|
|
| * | | fix warning | das | 2009-04-10 | 1 | -1/+3 |
|
|
| * | | * unix/tclUnixChan.c: TclUnixWaitForFile(): use FD_* macros | das | 2009-04-10 | 1 | -34/+31 |
|
|
| * | | * macosx/tclMacOSXNotify.c: revise CoreFoundation notifier to allow | das | 2009-04-10 | 1 | -400/+1016 |
|
|
| * | | * macosx/tclMacOSXBundle.c: on Mac OS X 10.4 and later, replace | das | 2009-04-10 | 1 | -8/+79 |
|
|
| * | | Tcl_MacOSXOpenVersionedBundleResources: Fix leak, simplify logic | das | 2008-12-07 | 1 | -28/+36 |
|
|
| * | | * macosx/Tcl.xcodeproj/project.pbxproj: add debug configs with gcov, | das | 2008-06-12 | 3 | -71/+292 |
|
|
| * | | fix Makefile dependency | das | 2008-05-06 | 1 | -2/+2 |
|
|
| * | | sync with Tcl.xcodeproj | das | 2008-04-15 | 1 | -2/+15 |
|
|
* | | | * generic/tclBasic.c, generic/tclClock.c, generic/tclEncoding.c, | dkf | 2010-10-01 | 1 | -3/+5 |
|
|
* | | | * macosx/tclMacOSXBundle.c (OpenResourceMap): [Bug 2981528]: Only | dkf | 2010-04-04 | 1 | -4/+11 |
|
|
* | | | * macosx/tclMacOSXBundle.c, macosx/tclMacOSXFCmd.c: | dkf | 2010-03-25 | 3 | -294/+342 |
|
|
* | | | Code Audit results: | dkf | 2010-03-05 | 1 | -9/+10 |
|
|
* | | | * macosx/tclMacOSXBundle.c: Workaround CF memory managment bug in | das | 2009-10-05 | 1 | -11/+18 |
|
|
* | | | workaround llvm LTO bug on ppc | das | 2009-08-28 | 1 | -1/+2 |
|
|
* | | | * macosx/tclMacOSXNotify.c: fix multiple issues with nested event loops | das | 2009-08-24 | 1 | -26/+51 |
|
|
* | | | * macosx/tclMacOSXFCmd.c: CONST -> const | nijtmans | 2009-07-22 | 1 | -3/+3 |
|
|
* | | | * macosx/Tcl-Common.xcconfig: update projects for Xcode 3.1 and 3.2, | das | 2009-06-26 | 9 | -2667/+721 |
|
|
* | | | update Apple copyright notice for 2009-04-10 changes | das | 2009-04-14 | 4 | -51/+13 |
|
|
* | | | fix warning | das | 2009-04-10 | 1 | -1/+3 |
|
|
* | | | * unix/tclUnixChan.c: TclUnixWaitForFile(): use FD_* macros | das | 2009-04-10 | 1 | -34/+31 |
|
|
* | | | * macosx/tclMacOSXNotify.c: revise CoreFoundation notifier to allow | das | 2009-04-10 | 1 | -392/+991 |
|
|
* | | | * macosx/tclMacOSXBundle.c: on Mac OS X 10.4 and later, replace | das | 2009-04-10 | 1 | -8/+79 |
|
|
* | | | - eliminate some unnessary type casts | nijtmans | 2009-02-03 | 1 | -2/+2 |
|
|
* | | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ... | dkf | 2009-01-09 | 2 | -457/+468 |
|
|
* | | | sync file additions/removals with Tcl.xcodeproj | das | 2008-12-20 | 1 | -1/+35 |
|
|
* | | | add new files | das | 2008-12-20 | 1 | -1/+17 |
|
|
* | | | * unix/Makefile.in: make package install directory of bundled | das | 2008-12-20 | 1 | -2/+2 |
|
|
* | | | add new zlib files | das | 2008-12-14 | 1 | -1/+7 |
|
|
* | | | add TIP #234 files | das | 2008-12-11 | 1 | -1/+9 |
|
|
* | | | Tcl_MacOSXOpenVersionedBundleResources: Fix leak, simplify logic | das | 2008-12-07 | 1 | -28/+36 |
|
|
* | | | remove -Wno-implicit-int | das | 2008-11-14 | 1 | -2/+2 |
|
|
* | | | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 2 | -10/+10 |
|
|