Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove double includes (which causes a | nijtmans | 2010-01-25 | 1 | -0/+1 |
| | | | | | warning in CYGWIN compiles) Add confdefs.h to unix/.cvsignore | ||||
* | Fix TCL_LL_MODIFIER for Cygwin | nijtmans | 2010-01-13 | 1 | -3/+3 |
| | | | | | and various other minor CYGWIN compilation problems | ||||
* | * win/tclWinDde.c: VC++ 6.0 doesn't have | nijtmans | 2010-01-10 | 4 | -6216/+6324 |
| | | | | | | | | | | | | | | | | | | | | * win/tclWinReg.c PDWORD_PTR * win/tclWinThrd.c: Fix various minor gcc warnings. * win/tclWinTime.c * win/tclWinConsole.c Put channel type definitions * win/tclWinChan.c in static const memory * win/tclWinPipe.c * win/tclWinSerial.c * win/tclWinSock.c * generic/tclIOGT.c * generic/tclIORChan.c * generic/tclIORTrans.c * unix/tclUnixChan.c * unix/tclUnixPipe.c * unix/tclUnixSock.c * unix/configure (regenerated with autoconf 2.59) * tests/info.test: Make test independant from tcltest implementation. | ||||
* | regen | dkf | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | Fix quoting problem | dkf | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | regen | dkf | 2010-01-03 | 1 | -1/+31 |
| | |||||
* | Missed a bit | dkf | 2010-01-03 | 1 | -2/+3 |
| | |||||
* | [Bug 1636685]: Use the configuration for modern FreeBSD suggested by the | dkf | 2010-01-03 | 1 | -1/+24 |
| | | | | FreeBSD porter. | ||||
* | [FRQ 1083288]: Added targets to allow easier tracing of shell/test invokations | dkf | 2009-12-28 | 1 | -18/+27 |
| | |||||
* | regen with autconf 2.61 | dkf | 2009-12-28 | 1 | -6273/+6274 |
| | |||||
* | [Bug 942170]: Detect the st_blocks field of 'struct stat' correctly. | dkf | 2009-12-28 | 1 | -4/+4 |
| | |||||
* | Tweak exclusions | dkf | 2009-12-24 | 1 | -1/+3 |
| | |||||
* | Cygwin: Install libtcl8.6.dll in bin directory | nijtmans | 2009-12-23 | 3 | -45/+65 |
| | |||||
* | Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still ↵ | nijtmans | 2009-12-21 | 4 | -40/+70 |
| | | | | not enabled yet, but at least it is a step in the right direction. | ||||
* | bump to msgcat 1.4.3 to account for commits | dgp | 2009-12-17 | 1 | -3/+3 |
| | |||||
* | Fix gcc warning: ignoring return value of ‘write’, | nijtmans | 2009-12-17 | 1 | -3/+3 |
| | | | | declared with attribute warn_unused_result | ||||
* | Fix gcc warning: ignoring return value of ‘write’, | nijtmans | 2009-12-16 | 4 | -9/+29 |
| | | | | | | declared with attribute warn_unused_result CONSTify functions TclpGetUserHome and TclSetPreInitScript (TIP #27) | ||||
* | Fix gcc warning: signed and unsigned type in conditional expression | nijtmans | 2009-12-11 | 1 | -2/+2 |
| | |||||
* | Add tcl.pc and tclsh.exe to .cvsignore | nijtmans | 2009-12-11 | 1 | -0/+2 |
| | |||||
* | revert 2902965 tclAppInit.c change | das | 2009-11-29 | 1 | -5/+1 |
| | |||||
* | reverted 2902965 changes that broke static builds on OSX | das | 2009-11-29 | 3 | -6/+6 |
| | |||||
* | Match the version-bump of TclOO. | dkf | 2009-11-27 | 1 | -2/+2 |
| | |||||
* | autoheader-2.59 | das | 2009-11-26 | 1 | -3/+0 |
| | |||||
* | Add .PHONY rules and documentation to preemptively stop trouble that plagued | dkf | 2009-11-26 | 1 | -71/+126 |
| | | | | | Tk from hitting Tcl too, and to make the overall makefile easier to understand. Some reorganization too to move related rules closer together. | ||||
* | Fix [Bug 2902965] stub related changes | nijtmans | 2009-11-26 | 4 | -9/+13 |
| | | | | cause tclkit built to break | ||||
* | [Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE and use | stwo | 2009-11-25 | 5 | -285/+11 |
| | | | | AC_CHECK_MEMBERS([struct stat.st_blksize]) instead of AC_STRUCT_ST_BLKSIZE. | ||||
* | Added some OSX-specific things | dkf | 2009-11-22 | 1 | -0/+2 |
| | |||||
* | [Tcl Patch #2883533] tcl.m4 support for Haiku OS | nijtmans | 2009-11-19 | 3 | -2/+90 |
| | |||||
* | * unix/tclAppInit.c: Repair broken build of the tcltest executable. | dgp | 2009-11-19 | 1 | -3/+3 |
| | | | | * win/tclAppInit.c: [Bug 2883850, 2900542]. | ||||
* | Add files to .cvsignore | nijtmans | 2009-11-18 | 2 | -0/+6 |
| | |||||
* | Fix [Bug 2883850]: pkgIndex.tcl doesn't | nijtmans | 2009-11-18 | 5 | -24/+33 |
| | | | | get created with static Tcl build | ||||
* | * unix/tclUnixChan.c (TtyParseMode): Partial undo of Donal's tidy- | andreas_kupries | 2009-11-17 | 1 | -5/+9 |
| | | | | | | up from a few days ago (2009-11-9, not in ChangeLog). strchr is apparently a macro on AIX and reacts badly to pre-processor directives in its arguments. | ||||
* | Fix [Bug 2891171]: URL checking too strict when using multiple question marks | nijtmans | 2009-11-11 | 1 | -3/+3 |
| | |||||
* | Some small bits of tidying up. | dkf | 2009-11-09 | 2 | -138/+139 |
| | |||||
* | * unix/Makefile.in: Remove $(PACKAGE).* and prototype from the | dgp | 2009-10-26 | 1 | -3/+2 |
| | | | | `make distclean` target. Completes 2009-10-20 commit. | ||||
* | * unix/Makefile.in: Removed the long outdated and broken targets | dgp | 2009-10-20 | 2 | -80/+1 |
| | | | | | | | package-* that were for building Solaris packages. Appears that the pieces needed for these targets to function have never been present in the current era of Tcl development and belong completely to Tcl pre-history. | ||||
* | * macosx/tclMacOSXBundle.c: Workaround CF memory managment bug in | das | 2009-10-05 | 1 | -5/+6 |
| | | | | * unix/tclUnixInit.c: Mac OS X 10.4 & earlier. [Bug 2569449] | ||||
* | fix tclooConfig.sh install | das | 2009-10-05 | 1 | -2/+3 |
| | |||||
* | Added dummy tclooConfig.sh files for easier cross-version building. [2026844] | dkf | 2009-09-26 | 2 | -3/+27 |
| | |||||
* | * library/tcltest/tcltest.tcl: Bump to tcltest 2.3.2 after revision | dgp | 2009-09-01 | 1 | -3/+3 |
| | | | | | | * library/tcltest/pkgIndex.tcl: to verbose error message. * unix/Makefile.in: * win/Makefile.in: | ||||
* | const addition (pkge.c) | nijtmans | 2009-08-16 | 2 | -4/+4 |
| | | | | | Use <pthread.h> in stead of "pthread.h" Eliminate some more gcc warnings | ||||
* | Stop calling endpwent() and endgrent(); unneeded. [Bug 1942222] | dkf | 2009-08-02 | 2 | -10/+4 |
| | |||||
* | Revert series of local changes not relevant to the last commit. | andreas_kupries | 2009-07-23 | 3 | -15/+4 |
| | |||||
* | * generic/tclIO.c (Tcl_GetChannelHandle): Do not crash for | andreas_kupries | 2009-07-23 | 3 | -4/+16 |
| | | | | | | | | * generic/tclPipe.c (FileForRedirect): getHandleProc == NULL, this is allowed. Provide a nice error message in the bypass area. Updated caller to check the bypass for a mesage. This fixes the bug [Bug 2826248] reported by Andy Sonnenburg <andy22286@users.sourceforge.net> | ||||
* | Feature Request 2814786: remove TclpPanic | nijtmans | 2009-07-22 | 1 | -11/+5 |
| | |||||
* | * unix/Makefile.in: Define NDEBUG in optimized (non-symbols) build to | das | 2009-07-18 | 1 | -2/+2 |
| | | | | disable NRE assert()s and threaded allocator range checks. | ||||
* | * macosx/Tcl-Common.xcconfig: update projects for Xcode 3.1 and 3.2, | das | 2009-06-26 | 1 | -5/+7 |
| | | | | | | | | | | * 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. | ||||
* | * unix/tclUnixPort.h: Move all socket-related code from tclUnixChan.c | rmax | 2009-06-15 | 3 | -1142/+1157 |
| | | | | | * unix/tclUnixChan.c: to tclUnixSock.c. * unix/tclUnixSock.c: | ||||
* | * library/platform/platform.tcl: Fixed handling of cpu ia64, | andreas_kupries | 2009-05-29 | 1 | -3/+3 |
| | | | | | | * library/platform/pkgIndex.tcl: taking ia64_32 into account * unix/Makefile.in: now. Bumped version to 1.0.5. Updated the * win/Makefile.in: installation commands. | ||||
* | * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the check | hobbs | 2009-04-28 | 2 | -4/+6 |
| | | | | to add _r to CC on AIX with threads. |