summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | mergeKevin B Kenny2010-12-011-47/+68
| * | | | | | | | | | | | | | | | | removed useless separation between tclAssembly.h and tclAssembly.cKevin B Kenny2010-10-231-2/+1
| * | | | | | | | | | | | | | | | | mergeKevin B Kenny2010-09-281-1/+4
| * | | | | | | | | | | | | | | | | * tclAssembly.c: Massive refactoring of the assemblerKevin B Kenny2010-09-251-7/+9
| * | | | | | | | | | | | | | | | | initial commit of Ozgur Dogan Ugurlu's (SF user:dogeen) assembler for the Tcl...Kevin B Kenny2010-09-211-2/+9
| |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | * unix/Makefile.in: do not pass current build env vars when usinghobbs2010-09-161-10/+6
| * | | | | | | | | | | | | | | | * unix/Makefile.in: Revise `make dist` target to tolerate thedgp2010-09-151-2/+3
| * | | | | | | | | | | | | | | | * unix/ldAix: remove ancient (pre-4.2) AIX supporthobbs2010-08-121-10/+2
| * | | | | | | | | | | | | | | | Use SC_PROG_TCLSH to set a native tclsh in the Makefile.patthoyts2010-07-111-2/+2
| * | | | | | | | | | | | | | | | Fix compilation of xttest with 8.6 changesnijtmans2010-06-141-2/+2
| * | | | | | | | | | | | | | | | Fix compilation of xttest with 8.6 changesnijtmans2010-06-141-7/+8
| * | | | | | | | | | | | | | | | * library/platform/platform.tcl: Added OSX Intel 64bitandreas_kupries2010-06-091-3/+3
| * | | | | | | | | | | | | | | | * library/platform/platform.tcl: Fix cpu name for Solaris/Intel 64bit.andreas_kupries2010-05-071-3/+3
| * | | | | | | | | | | | | | | | * unix/Makefile.in (gdb-test): Remove quotes so that library paths aredkf2010-04-301-2/+2
| * | | | | | | | | | | | | | | | * library/platform/platform.tcl: Another stab at getting the /lib,andreas_kupries2010-04-291-3/+3
| * | | | | | | | | | | | | | | | Fixed missing update of platform package index, and Makefiles.andreas_kupries2010-04-141-3/+3
| * | | | | | | | | | | | | | | | Upgrade zlib to version 1.2.4nijtmans2010-03-161-4/+2
| * | | | | | | | | | | | | | | | Split tommath stub lib source filenijtmans2010-03-041-2/+6
| * | | | | | | | | | | | | | | | Corrections to make things work in the non-cross-compiling casedkf2010-02-271-2/+2
| * | | | | | | | | | | | | | | | Split tclCompCmds.c into two pieces to improve developer sanity.dkf2010-02-261-4/+8
| * | | | | | | | | | | | | | | | * unix/Makefile.in (NATIVE_TCLSH): Added this variable to allow fordkf2010-02-261-29/+33
| * | | | | | | | | | | | | | | | Remove unnecessary EXTERN's, which alreadynijtmans2010-02-221-3/+3
| * | | | | | | | | | | | | | | | Hive off the ensemble code into its own file.dkf2010-02-131-2/+7
| * | | | | | | | | | | | | | | | [FRQ 1083288]: Added targets to allow easier tracing of shell/test invokationsdkf2009-12-281-18/+27
| * | | | | | | | | | | | | | | | Cygwin: Install libtcl8.6.dll in bin directorynijtmans2009-12-231-5/+5
| * | | | | | | | | | | | | | | | Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still ...nijtmans2009-12-211-39/+39
| * | | | | | | | | | | | | | | | bump to msgcat 1.4.3 to account for commitsdgp2009-12-171-3/+3
| * | | | | | | | | | | | | | | | reverted 2902965 changes that broke static builds on OSXdas2009-11-291-2/+2
| * | | | | | | | | | | | | | | | Add .PHONY rules and documentation to preemptively stop trouble that plagueddkf2009-11-261-71/+126
| * | | | | | | | | | | | | | | | Fix [Bug 2902965] stub related changesnijtmans2009-11-261-4/+4
| * | | | | | | | | | | | | | | | Fix [Bug 2883850]: pkgIndex.tcl doesn'tnijtmans2009-11-181-5/+5
| * | | | | | | | | | | | | | | | Fix [Bug 2891171]: URL checking too strict when using multiple question marksnijtmans2009-11-111-3/+3
| * | | | | | | | | | | | | | | | * unix/Makefile.in: Remove $(PACKAGE).* and prototype from thedgp2009-10-261-3/+2
| * | | | | | | | | | | | | | | | * unix/Makefile.in: Removed the long outdated and broken targetsdgp2009-10-201-79/+1
| * | | | | | | | | | | | | | | | fix tclooConfig.sh installdas2009-10-051-2/+3
| * | | | | | | | | | | | | | | | Added dummy tclooConfig.sh files for easier cross-version building. [2026844]dkf2009-09-261-3/+6
| * | | | | | | | | | | | | | | | * library/tcltest/tcltest.tcl: Bump to tcltest 2.3.2 after revisiondgp2009-09-011-3/+3
| * | | | | | | | | | | | | | | | Revert series of local changes not relevant to the last commit.andreas_kupries2009-07-231-3/+3
| * | | | | | | | | | | | | | | | * generic/tclIO.c (Tcl_GetChannelHandle): Do not crash forandreas_kupries2009-07-231-3/+3
| * | | | | | | | | | | | | | | | * unix/Makefile.in: Define NDEBUG in optimized (non-symbols) build todas2009-07-181-2/+2
| * | | | | | | | | | | | | | | | * macosx/Tcl-Common.xcconfig: update projects for Xcode 3.1 and 3.2,das2009-06-261-5/+7
| * | | | | | | | | | | | | | | | * library/platform/platform.tcl: Fixed handling of cpu ia64,andreas_kupries2009-05-291-3/+3
| * | | | | | | | | | | | | | | | Don't chmod/exec installManPage. [Patch 2769530]stwo2009-04-241-7/+4
| * | | | | | | | | | | | | | | | Removed newline appended to POST data.patthoyts2009-04-191-3/+3
| * | | | | | | | | | | | | | | | Improved HTTP/1.1 support and added specific HTTP/1.1 testing.patthoyts2009-04-101-3/+3
| * | | | | | | | | | | | | | | | * library/platform/platform.tcl: Extended the darwin sections toandreas_kupries2009-04-081-3/+3
| * | | | | | | | | | | | | | | | * library/tcltest/tcltest.tcl: Converted [eval]s (some unsafe!) todgp2009-04-081-3/+3
| * | | | | | | | | | | | | | | | Added support for reporting TEA-like info via pkg-config.dkf2009-03-141-4/+8
| * | | | | | | | | | | | | | | | Update to installed module version numberdkf2009-02-241-3/+3
| * | | | | | | | | | | | | | | | Fix for [Bug 2544618]Joe Mistachkin2009-02-061-13/+13