summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary EXTERN's, which alreadynijtmans2010-02-2211-6288/+6440
| | | | | | | | are in the global stub table. Use @EXEEXT@ in stead of @EXT_SUFFIX@ Use -DBUILD_tcl in Makefile for CYGWIN Use EXTERN to control CYGWIN exported symbols Remove some unnecessary type casts.
* Added missing quotingdkf2010-02-221-1/+1
|
* Correct compiler/linker flags for threaded builds on OpenBSD.stwo2010-02-192-3/+16
|
* [Bug 2954638]: Correct behaviour of manual page installer. Also added armouringdkf2010-02-191-27/+76
| | | | | to check that assumptions about the initial state are actually valid (e.g., look for existing input file).
* regendkf2010-02-161-6314/+6269
|
* Do not assume that all unix systems have the POSIX blkcnt_t type, since OpenBSDdkf2010-02-161-2/+4
| | | | apparently does not.
* Hive off the ensemble code into its own file.dkf2010-02-131-2/+7
| | | | Split the [switch] compiler for sanity's sake.
* Remove double includes (which causes anijtmans2010-01-251-0/+1
| | | | | warning in CYGWIN compiles) Add confdefs.h to unix/.cvsignore
* Fix TCL_LL_MODIFIER for Cygwinnijtmans2010-01-131-3/+3
| | | | | and various other minor CYGWIN compilation problems
* * win/tclWinDde.c: VC++ 6.0 doesn't havenijtmans2010-01-104-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.
* regendkf2010-01-031-1/+1
|
* Fix quoting problemdkf2010-01-031-1/+1
|
* regendkf2010-01-031-1/+31
|
* Missed a bitdkf2010-01-031-2/+3
|
* [Bug 1636685]: Use the configuration for modern FreeBSD suggested by thedkf2010-01-031-1/+24
| | | | FreeBSD porter.
* [FRQ 1083288]: Added targets to allow easier tracing of shell/test invokationsdkf2009-12-281-18/+27
|
* regen with autconf 2.61dkf2009-12-281-6273/+6274
|
* [Bug 942170]: Detect the st_blocks field of 'struct stat' correctly.dkf2009-12-281-4/+4
|
* Tweak exclusionsdkf2009-12-241-1/+3
|
* Cygwin: Install libtcl8.6.dll in bin directorynijtmans2009-12-233-45/+65
|
* Various CYGWIN-related fixes. In the win32 configure script, CYGWIN is still ↵nijtmans2009-12-214-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 commitsdgp2009-12-171-3/+3
|
* Fix gcc warning: ignoring return value of ‘write’,nijtmans2009-12-171-3/+3
| | | | declared with attribute warn_unused_result
* Fix gcc warning: ignoring return value of ‘write’,nijtmans2009-12-164-9/+29
| | | | | | declared with attribute warn_unused_result CONSTify functions TclpGetUserHome and TclSetPreInitScript (TIP #27)
* Fix gcc warning: signed and unsigned type in conditional expressionnijtmans2009-12-111-2/+2
|
* Add tcl.pc and tclsh.exe to .cvsignorenijtmans2009-12-111-0/+2
|
* revert 2902965 tclAppInit.c changedas2009-11-291-5/+1
|
* reverted 2902965 changes that broke static builds on OSXdas2009-11-293-6/+6
|
* Match the version-bump of TclOO.dkf2009-11-271-2/+2
|
* autoheader-2.59das2009-11-261-3/+0
|
* Add .PHONY rules and documentation to preemptively stop trouble that plagueddkf2009-11-261-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 changesnijtmans2009-11-264-9/+13
| | | | cause tclkit built to break
* [Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE and usestwo2009-11-255-285/+11
| | | | AC_CHECK_MEMBERS([struct stat.st_blksize]) instead of AC_STRUCT_ST_BLKSIZE.
* Added some OSX-specific thingsdkf2009-11-221-0/+2
|
* [Tcl Patch #2883533] tcl.m4 support for Haiku OSnijtmans2009-11-193-2/+90
|
* * unix/tclAppInit.c: Repair broken build of the tcltest executable.dgp2009-11-191-3/+3
| | | | * win/tclAppInit.c: [Bug 2883850, 2900542].
* Add files to .cvsignorenijtmans2009-11-182-0/+6
|
* Fix [Bug 2883850]: pkgIndex.tcl doesn'tnijtmans2009-11-185-24/+33
| | | | get created with static Tcl build
* * unix/tclUnixChan.c (TtyParseMode): Partial undo of Donal's tidy-andreas_kupries2009-11-171-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 marksnijtmans2009-11-111-3/+3
|
* Some small bits of tidying up.dkf2009-11-092-138/+139
|
* * unix/Makefile.in: Remove $(PACKAGE).* and prototype from thedgp2009-10-261-3/+2
| | | | `make distclean` target. Completes 2009-10-20 commit.
* * unix/Makefile.in: Removed the long outdated and broken targetsdgp2009-10-202-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 indas2009-10-051-5/+6
| | | | * unix/tclUnixInit.c: Mac OS X 10.4 & earlier. [Bug 2569449]
* fix tclooConfig.sh installdas2009-10-051-2/+3
|
* Added dummy tclooConfig.sh files for easier cross-version building. [2026844]dkf2009-09-262-3/+27
|
* * library/tcltest/tcltest.tcl: Bump to tcltest 2.3.2 after revisiondgp2009-09-011-3/+3
| | | | | | * library/tcltest/pkgIndex.tcl: to verbose error message. * unix/Makefile.in: * win/Makefile.in:
* const addition (pkge.c)nijtmans2009-08-162-4/+4
| | | | | Use <pthread.h> in stead of "pthread.h" Eliminate some more gcc warnings
* Stop calling endpwent() and endgrent(); unneeded. [Bug 1942222]dkf2009-08-022-10/+4
|
* Revert series of local changes not relevant to the last commit.andreas_kupries2009-07-233-15/+4
|