Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix [Bug #2991415] tclport.h #included before limits.h | nijtmans | 2010-04-23 | 1 | -1/+6 |
| | |||||
* | Move TCHAR fallback typedef from tcl.h to tclPlatDecls.h (as suggested by dgp) | nijtmans | 2010-04-22 | 2 | -7/+7 |
| | | | | Eliminate various unnecessary type casts. | ||||
* | Fixed missing update of platform package index, and Makefiles. | andreas_kupries | 2010-04-14 | 1 | -3/+3 |
| | |||||
* | regenerated with autoconf-2.59 | nijtmans | 2010-04-06 | 1 | -4794/+13368 |
| | | | | | [Bug 2982540] configure and install* script files should always have LF | ||||
* | regenerated with autoconf-2.59 | nijtmans | 2010-04-06 | 1 | -12055/+3597 |
| | | | | | [Bug 2982540] configure and install* script files should always have LF | ||||
* | Regen with autoconf 2.61 (what I have) | dkf | 2010-04-05 | 1 | -6356/+6240 |
| | |||||
* | Flip the defaults for whether to build threaded. Part of TIP #364. | dkf | 2010-04-05 | 1 | -3/+3 |
| | |||||
* | Fix two failing tests by matching the can't-lookup-symbol error message. | dkf | 2010-04-05 | 2 | -17/+17 |
| | |||||
* | * generic/tclIOUtil.c (Tcl_LoadFile): Corrections to previous commit | dkf | 2010-04-02 | 1 | -22/+23 |
| | | | | | * unix/tclLoadDyld.c (TclpDlopen): to make it build on OSX. Also add missing ChangeLog entry for previous commit by KBK. | ||||
* | * generic/tcl.decls: [TIP #357]: First round of changes | Kevin B Kenny | 2010-04-02 | 6 | -56/+185 |
| | | | | | | | | | | | | | | | | | | | | * generic/tclDecls.h: to export Tcl_LoadFile, Tcl_FindSymbol, * generic/tclIOUtil.c: and Tcl_FSUnloadFile to the public API. * generic/tclInt.h: * generic/tclLoad.c: * generic/tclLoadNone.c: * generic/tclStubInit.c: * tests/fileSystem.test: * tests/load.test: * tests/unload.test: * unix/tclLoadDl.c: * unix/tclLoadDyld.c: * unix/tclLoadNext.c: * unix/tclLoadOSF.c: * unix/tclLoadShl.c: * unix/tclUnixPipe.c: * win/Makefile.in: * win/tclWinLoad.c: | ||||
* | Only test for -visibility=hidden with gcc | nijtmans | 2010-03-29 | 2 | -8/+22 |
| | | | | (Second remark in [Bug 2976508]) | ||||
* | Revert the conversion of TCL_VERSION to "8.1" and "8.5" in the Tcl_InitStubs() | dgp | 2010-03-28 | 6 | -15/+15 |
| | | | | calls of the pkg*.c testing extensions. | ||||
* | Provide "lowest supported Tcl version" to | nijtmans | 2010-03-27 | 6 | -15/+15 |
| | | | | | the Tcl_InitStubs functions in unix/dltest, in stead of "current Tcl version" | ||||
* | * unix/tclUnixFCmd.c (TclUnixCopyFile): [Bug 2976504]: Corrected | dkf | 2010-03-25 | 1 | -2/+2 |
| | | | | number of arguments to fstatfs() call. | ||||
* | Upgrade zlib to version 1.2.4 | nijtmans | 2010-03-16 | 1 | -4/+2 |
| | |||||
* | Squelch unnecessary parens, shorten overlong comment lines. | dkf | 2010-03-14 | 1 | -15/+15 |
| | |||||
* | Revert a few files from the previous commit, preventing | nijtmans | 2010-03-11 | 5 | -11/+11 |
| | | | | conflicts with Kevin's TIP #357 work | ||||
* | Remove unnecessary '&' decoration for function | nijtmans | 2010-03-11 | 6 | -11/+12 |
| | | | | | pointers. Fix double declaration of TclNativeDupInternalRep | ||||
* | Code Audit results: | dkf | 2010-03-05 | 2 | -35/+47 |
| | | | | | | | | * use do { ... } while (0) in macros * avoid shadowing one local variable with another * use clearer 'foo.bar++;' instead of '++foo.bar;' where result not required (i.e., semantically equivalent) * follow Engineering Manual rules on spacing and declarations | ||||
* | ignore shared libraries from checking in | nijtmans | 2010-03-04 | 1 | -0/+1 |
| | |||||
* | Split tommath stub lib source file | nijtmans | 2010-03-04 | 3 | -4/+8 |
| | | | | | in separate file. Don't use -fvisibility=hidden for cygwin | ||||
* | [Enh 2959069] Support for -fvisibility=hidden | nijtmans | 2010-03-02 | 2 | -9/+74 |
| | |||||
* | Make the code prettier | dkf | 2010-03-01 | 1 | -5/+10 |
| | |||||
* | Refrain from a possibly lengthy reverse-DNS lookup on 0.0.0.0 when | ferrieux | 2010-03-01 | 1 | -4/+10 |
| | | | | | calling [fconfigure -sockname] on an universally-bound (default) server socket. | ||||
* | Corrections to make things work in the non-cross-compiling case | dkf | 2010-02-27 | 1 | -2/+2 |
| | |||||
* | Split tclCompCmds.c into two pieces to improve developer sanity. | dkf | 2010-02-26 | 1 | -4/+8 |
| | |||||
* | * unix/Makefile.in (NATIVE_TCLSH): Added this variable to allow for | dkf | 2010-02-26 | 1 | -29/+33 |
| | | | | | better control of what tclsh to use for various scripts when doing cross compiling. An imperfect solution, but works. | ||||
* | Remap non-alphanumeric sequences in manpage filenames to single underscores. | dkf | 2010-02-26 | 1 | -3/+4 |
| | |||||
* | [ tcl-Feature Requests-2958832 ] Further | nijtmans | 2010-02-25 | 3 | -15/+15 |
| | | | | | | speed-up of ouster-hash function. Eliminate various unnecessary (ClientData) type casts. | ||||
* | Remove unnecessary EXTERN's, which already | nijtmans | 2010-02-22 | 11 | -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 quoting | dkf | 2010-02-22 | 1 | -1/+1 |
| | |||||
* | Correct compiler/linker flags for threaded builds on OpenBSD. | stwo | 2010-02-19 | 2 | -3/+16 |
| | |||||
* | [Bug 2954638]: Correct behaviour of manual page installer. Also added armouring | dkf | 2010-02-19 | 1 | -27/+76 |
| | | | | | to check that assumptions about the initial state are actually valid (e.g., look for existing input file). | ||||
* | regen | dkf | 2010-02-16 | 1 | -6314/+6269 |
| | |||||
* | Do not assume that all unix systems have the POSIX blkcnt_t type, since OpenBSD | dkf | 2010-02-16 | 1 | -2/+4 |
| | | | | apparently does not. | ||||
* | Hive off the ensemble code into its own file. | dkf | 2010-02-13 | 1 | -2/+7 |
| | | | | Split the [switch] compiler for sanity's sake. | ||||
* | 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. |