summaryrefslogtreecommitdiffstats
path: root/macosx/Tcl.xcode
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2021-04-071-2/+2
|\
| * A few missing renamingsjan.nijtmans2021-04-071-2/+2
| |
* | Merge 8.7jan.nijtmans2020-11-251-17/+0
|\ \ | |/
| * Generate html documentation in html5 format. Fix some html5 compatibiliy ↵jan.nijtmans2020-11-201-17/+0
| | | | | | | | | | warnings. Remove old htmlhelp-related parts (since this is obsolete since Vista)
* | Merge 8.7jan.nijtmans2020-09-041-1/+1
|\ \ | |/
| * Merge 8.6jan.nijtmans2020-09-041-1/+1
| |\
| | * Let all test-cases load the "tcltest" package the same way. Depend on ↵jan.nijtmans2020-09-041-1/+1
| | | | | | | | | | | | tcltest 2.5, since we never test with earlier tcltest versions
* | | Merge 8.7jan.nijtmans2020-07-151-2/+2
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-07-151-2/+2
| |\ \ | | |/
| | * Rename doc/CrtSlave.3 to doc/CrtAlias.3. Some more doc tweaks.jan.nijtmans2020-07-151-2/+2
| | |
* | | Merge 8.7jan.nijtmans2019-12-131-8/+0
|\ \ \ | |/ /
| * | More WIP: All makefile builds appear to work fine, makefile.vc build still ↵jan.nijtmans2019-11-051-8/+0
| | | | | | | | | | | | to be done.
* | | Merge 8.7jan.nijtmans2019-10-221-20/+16
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2019-10-221-20/+16
| |\ \ | | |/
| | * Update to latest Tcl (core-8-6-branch) and latest libtommath (1.2.0-rc1)jan.nijtmans2019-10-171-16/+12
| | |\
| | * | Merge core-8-6-branch, and merge latest libtommathjan.nijtmans2019-07-281-4/+4
| | |/
* | | Merge 8.7jan.nijtmans2019-03-281-4/+0
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2019-03-281-4/+0
| |\ \ | | |/
| | * Turn KARATSUBA_MUL_CUTOFF (insize libtommath) et al into a #define in stead ↵jan.nijtmans2019-03-281-4/+0
| | | | | | | | | | | | of exported int symbols.
* | | Merge 8.7jan.nijtmans2018-12-181-2/+0
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2018-12-181-2/+0
| |\ \ | | |/
| | * Merge 8.5jan.nijtmans2018-12-181-2/+0
| | |\
| | | * No need for latest "rvm" any more in osx builds (now even gives an error)jan.nijtmans2018-12-181-2/+0
| | | | | | | | | | | | Remove unused/empty header-file
* | | | compensate for the removal of the http1.0 directoryjan.nijtmans2018-09-121-10/+0
|/ / /
* | | Merge core-8-6-branchjan.nijtmans2017-03-071-2/+0
|\ \ \ | |/ /
| * | Remove "makefile.bc". Not updated for many-many years, most likely it ↵jan.nijtmans2017-03-071-2/+0
| | | | | | | | | | | | doesn't work any more and it doesn't seem to care anyone. Let's see if someone complains ;-)
* | | (experimental) Upgrade to libtommath 1.0 (actually by merging all changes ↵jan.nijtmans2016-11-161-0/+3
| | | | | | | | | | | | between libtommath 0.42.0 and 1.0). Still to be tested thourougly, before doing anything with it.
* | | configure.in -> configure.acjan.nijtmans2016-03-081-8/+8
|/ /
* | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵jan.nijtmans2015-06-251-2/+0
|\ \ | |/ | | | | | | | | translate some windows-specific files to UTF-8 too. Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether. See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil.
| * Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵jan.nijtmans2015-06-251-2/+0
| | | | | | | | | | | | translate some windows-specific files to UTF-8 too. Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether. See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil.
* | Remove another reference to tcl.wse.injan.nijtmans2012-11-081-2/+0
| |
* | Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507]Kevin B Kenny2011-07-021-0/+2
|\ \ | |/
| * Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507]Kevin B Kenny2011-07-021-0/+2
| |
* | Remove unused header file: unix/tclUnixThrd.hjan.nijtmans2011-04-041-2/+0
| |
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-1/+1
|\ \ | |/ | | cause more harm than good. Purged them (except in zlib files).
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-1/+1
| | | | | | more harm than good. Purged them.
| * * macosx/Tcl.xcodeproj/project.pbxproj: add debug configs with gcov,das2008-06-121-1/+123
| | | | | | | | | | | | | | and with corefoundation disabled; updates and cleanup for Xcode 3.1 and for Leopard. * macosx/Tcl.xcode/project.pbxproj: sync Tcl.xcodeproj changes. * macosx/README: document new build configs.
| * sync with Tcl.xcodeprojdas2008-04-151-2/+15
| |
* | * macosx/Tcl-Common.xcconfig: update projects for Xcode 3.1 and 3.2,das2009-06-262-317/+365
| | | | | | | | | | | | | | | | | | | | * macosx/Tcl.xcode/*: standardize on gcc 4.2, remove obsolete * macosx/Tcl.xcodeproj/*: configurations and pre-Xcode project. * macosx/Tcl.pbproj/* (removed): * macosx/README: update project docs, cleanup. * unix/Makefile.in: update dist target for project changes.
* | sync file additions/removals with Tcl.xcodeprojdas2008-12-201-1/+35
| |
* | * macosx/Tcl.xcodeproj/project.pbxproj: add tclIORTrans.c; updates anddas2008-06-121-3/+193
| | | | | | | | | | | | cleanup for Xcode 3.1/Leopard. * macosx/Tcl.xcode/project.pbxproj: sync Tcl.xcodeproj changes. * macosx/README: document new build configs.
* | sync with Tcl.xcodeprojdas2008-04-151-2/+15
|/
* merge stable branch onto HEADdgp2007-12-131-1/+1
|
* * macosx/Tcl.xcodeproj/project.pbxproj: add new chanio.test.das2007-11-151-2/+4
| | | | * macosx/Tcl.xcode/project.pbxproj:
* * macosx/Tcl.xcode/project.pbxproj: discontinue unmaintained supportdas2007-09-062-70/+10
| | | | | | | | | | | | | * macosx/Tcl.xcode/default.pbxuser: for Xcode 1.5; replace by Xcode2 project for use on Tiger (with Tcl.xcodeproj to be used on Leopard). * macosx/Tcl.xcodeproj/project.pbxproj: updates for Xcode 2.5 and 3.0. * macosx/Tcl.xcodeproj/default.pbxuser: * macosx/Tcl.xcode/project.pbxproj: * macosx/Tcl.xcode/default.pbxuser: * macosx/Tcl-Common.xcconfig: * macosx/README: document project changes.
* discontinue support for Xcode 1.5 (project was no longer being maintained); ↵das2007-09-062-7845/+2561
| | | | make identical to current Tcl.xcodeproj.
* * macosx/Tcl-Common.xcconfig: enable more warnings.das2007-04-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | * macosx/Tcl.xcodeproj/project.pbxproj: add 'DebugMemCompile' build configuration that calls configure with --enable-symbols=all; override configure check for __attribute__((__visibility__("hidden"))) in Debug configuration to restore availability of ZeroLink. * macosx/tclMacOSXNotify.c: fix warnings. * macosx/tclMacOSXFCmd.c: const fixes. * macosx/Tcl-Common.xcconfig: fix whitespace. * macosx/Tcl-Debug.xcconfig: * macosx/Tcl-Release.xcconfig: * macosx/README: * macosx/GNUmakefile: fix/add copyright and license refs. * macosx/tclMacOSXBundle.c: * macosx/Tcl-Info.plist.in: * macosx/Wish-Info.plist.in: * macosx/Tcl.xcode/project.pbxproj: * macosx/Tcl.xcodeproj/project.pbxproj:
* * macosx/Tcl.xcodeproj/project.pbxproj: extract build settings thatdas2007-01-282-38/+20
| | | | | | | | | | | | | | | | | | | * macosx/Tcl.xcodeproj/default.pbxuser: were common to multiple * macosx/Tcl-Common.xcconfig (new file): configurations into external * macosx/Tcl-Debug.xcconfig (new file): xcconfig files; add extra * macosx/Tcl-Release.xcconfig (new file): configurations for building with SDKs and 64bit; convert legacy jam-based 'Tcl' target to native target with single script phase; correct syntax of build setting references to use $() throughout. * macosx/README: document new Tcl.xcodeproj configurations; other minor updates/corrections. * generic/tcl.h: update location of version numbers in macosx files. * macosx/Tcl.xcode/project.pbxproj: restore 'tcltest' target to working * macosx/Tcl.xcode/default.pbxuser: order by replicating applicable changes to Tcl.xcodeproj since 2006-07-20.
* * macosx/Tcl.xcode/default.pbxuser: add '-singleproc 1' cli arg todas2006-03-282-1/+3
| | | | | | | | * macosx/Tcl.xcodeproj/default.pbxuser: tcltest to ease test debugging. * macosx/Tcl.xcode/project.pbxproj: removed $prefix/share from * macosx/Tcl.xcodeproj/project.pbxproj: TCL_PACKAGE_PATH as per change to unix/configure.in of 2006-03-13.
* * macosx/Tcl.xcode/project.pbxproj:das2005-12-141-0/+18
| | | | | | | * macosx/Tcl.xcodeproj/project.pbxproj: * unix/Makefile.in: add new tclTomMath* files. * generic/tclBasic.c: replace panic with Tcl_Panic.