Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Bug #3362446]: registry keys command fails with 8.5/8.6. Follow Microsofts ↵ | jan.nijtmans | 2012-07-11 | 1 | -1/+1 |
|\ | | | | | | | example better in order to prevent problems when using HKEY_PERFORMANCE_DATA. | ||||
| * | [Bug #3362446]: registry keys command fails with 8.5/8.6. Follow Microsofts ↵ | jan.nijtmans | 2012-07-11 | 1 | -1/+1 |
| | | | | | | | | | | example better in order to prevent problems when using HKEY_PERFORMANCE_DATA. Forgot one important '%' | ||||
* | | only use public API in loaded packages; oops\! | dkf | 2012-07-04 | 1 | -6/+5 |
| | | |||||
* | | Factor out a number of common patterns of use of Tcl_DStringAppend. | dkf | 2012-07-03 | 1 | -5/+3 |
| | | |||||
* | | [Bug 3362446]: possible allocation error when using UNICODE | jan.nijtmans | 2012-06-21 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | [Bug 3362446]: possible allocation error when using UNICODE | jan.nijtmans | 2012-06-21 | 1 | -3/+3 |
| |\ | |||||
| | * | [Bug 3362446]: possible allocation error when using UNICODE | jan.nijtmans | 2012-06-21 | 1 | -4/+4 |
| | | | |||||
* | | | [Bug 3362446]: possible allocation error when using UNICODE | jan.nijtmans | 2012-06-21 | 1 | -4/+3 |
| | | | |||||
* | | | [Bug #3362446]: registry keys command fails with 8.5/8.6 | jan.nijtmans | 2012-06-21 | 1 | -69/+28 |
|\ \ \ | |/ / | |||||
| * | | [Bug #3362446]: registry keys command fails with 8.5/8.6 | jan.nijtmans | 2012-06-21 | 1 | -77/+30 |
| |\ \ | | | | | | | | | update registry version to 1.2.2 | ||||
| | * | | remove some unused codebug_3362446 | jan.nijtmans | 2012-06-20 | 1 | -12/+8 |
| | | | | |||||
| | * | | [bug 3362446]: registry keys command fails with 8.5/8.6 | jan.nijtmans | 2012-06-19 | 1 | -64/+30 |
| | | | | |||||
* | | | | Plug memory leak, part of [Bug #3362446]. | jan.nijtmans | 2012-06-19 | 1 | -3/+22 |
|\ \ \ \ | |/ / / | | | | | Dde version should be 1.3.0, not 1.3 | ||||
| * | | | Plug memory leak, part of [Bug #3362446] | jan.nijtmans | 2012-06-19 | 1 | -0/+2 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Plug memory leak, part of [Bug #3362446] | jan.nijtmans | 2012-06-19 | 1 | -0/+2 |
| | |/ | |||||
* | | | make tclWinReg.c compile/run without UNICODE (suggested in bug #3362446) | jan.nijtmans | 2012-06-19 | 1 | -3/+10 |
| | | | |||||
* | | | make some more internal tables const | jan.nijtmans | 2012-04-23 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | make some more internal tables const | jan.nijtmans | 2012-04-23 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | make some more internal tables const | jan.nijtmans | 2012-04-23 | 1 | -1/+1 |
| | | | | | | | | | On cygwin, install dll's in /usr/bin, not in /usr/lib | ||||
| | * | Fix gcc warnings (discovered with latest mingw, based on gcc 4.6.1) | jan.nijtmans | 2011-10-07 | 1 | -2/+2 |
| | | | |||||
| * | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 1 | -5/+6 |
| | | | |||||
* | | | More generation of error codes (most platform-specific parts not already using | dkf | 2011-04-06 | 1 | -0/+2 |
| | | | | | | | | | Tcl_PosixError). | ||||
* | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -4/+4 |
| | | | | | | | | | rest of Tcl source code. No ABI change. API change *should* be harmless. | ||||
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ \ | |/ / | | | | 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 cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ \ | | |/ | | | | more harm than good. Purged them. | ||||
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
| | | | | | | | | | more harm than good. Purged them. | ||||
| | * | Fix gcc-4.5.2 error: lvalue required as ... | nijtmans | 2011-01-14 | 1 | -2/+4 |
| | | | | | | | | | | | | (backported from 8.5/8.6) | ||||
| | * | * changes: updates for 8.4.15 release. | dgp | 2007-05-15 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | * win/tclWinReg.c: Bump to registry 1.1.5 to account * library/reg/pkgIndex.tcl: for [1682211] bug fix. | ||||
| | * | * win/tclWinReg.c (GetKeyNames): Size the buffer for enumerating | Kevin B Kenny | 2007-03-17 | 1 | -23/+66 |
| | | | | | | | | | | | | | | | | | | | | | key names correctly, so that Unicode names exceeding 127 chars can be retrieved without crashing. [Bug 1682211] * tests/registry.test (registry-4.9): Added test case for the above bug. | ||||
| | * | * library/reg/pkgIndex.tcl: Long overlooked bump to registry ↵ | dgp | 2006-04-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | package * win/tclWinReg.c: version 1.1.4 (should have been done for the Tcl 8.4.8 release!) | ||||
| | * | WIN64 corrections | hobbs | 2004-09-01 | 1 | -4/+4 |
| | | | |||||
| | * | * library/dde/pkgIndex.tcl: Added safeguards so that registry | dgp | 2003-11-10 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | * library/reg/pkgIndex.tcl: and dde packages are not offered * win/tclWinDde.c: on non-Windows platforms. Bumped to * win/tclWinReg.c: registry 1.1.3 and dde 1.2.2. | ||||
| | * | * win/tclWinReg.c: Incremented the version to 1.1.2. | patthoyts | 2003-07-23 | 1 | -2/+2 |
| | | | | | | | | | | | | * library/reg/pkgIndex.tcl: | ||||
| | * | * win/tclWinReg.c (OpenSubKey): Backported fix for bug 775976 | patthoyts | 2003-07-22 | 1 | -2/+2 |
| | | | | | | | | | | | | which causes the registry set command to fail when built with VC7. | ||||
| * | | Various CYGWIN-related fixes | nijtmans | 2010-01-31 | 1 | -15/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | backported from HEAD. Still configure script not modified, so CYGWIN build is still disabled. Reason: although the build succeeds with those changes, many tests still fail. | ||||
* | | | Fix various gcc-4.5.2 64-bit warning messages, | nijtmans | 2011-01-25 | 1 | -2/+2 |
| | | | | | | | | | | | | e.g. by using full 64-bits for socket fd's | ||||
* | | | [FRQ 2965056]: Windows build with -DUNICODE | nijtmans | 2010-11-03 | 1 | -25/+3 |
| | | | | | | | | | | | | (more clean-ups for pre-win2000 stuff) | ||||
* | | | [FRQ 2965056]: Windows build with -DUNICODE | nijtmans | 2010-10-11 | 1 | -172/+55 |
| | | | | | | | | | | | | Add netapi32 to the windows link line, so we no longer have to use LoadLibrary to access those functions. | ||||
* | | | [Freq 2965056]: Windows build with -DUNICODE | nijtmans | 2010-08-30 | 1 | -1/+7 |
| | | | |||||
* | | | * library/reg/pkgIndex.tcl: [TIP #362]: Fixed first round of | Kevin B Kenny | 2010-04-02 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | | * tests/registry.test: bugs resulting from the recent commits * win/tclWinReg.c: of changes in support of the referenced TIP. | ||||
* | | | Bump version of registry package to 1.3. | dkf | 2010-03-30 | 1 | -2/+2 |
| | | | |||||
* | | | TIP #362 IMPLEMENTATION | dkf | 2010-03-30 | 1 | -117/+201 |
| | | | | | | | | | | | | | | | | | | * win/tclWinReg.c: [Patch 2960976]: Apply patch from Damon Courtney to * tests/registry.test: allow the registry command to be told to work with both 32-bit and 64-bit registries. | ||||
* | | | * win/tclWinDde.c: VC++ 6.0 doesn't have | nijtmans | 2010-01-10 | 1 | -12/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. | ||||
* | | | #undef STATIC_BUILD in tclWin(Dde|Reg).c, in order to make | nijtmans | 2009-11-23 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sure that Xxxxx_Init is always exported even when Tcl is built static (otherwise we cannot create a DLL). tclThreadTest.c: Make all functions static, except TclThread_Init. fCmd.test Enable fCmd-30.1 when registry is available. tcl.m4 Fix ${SHLIB_LD_LIBS} definition, fix conflicts configure.in between static libraries and import library on windows. configure (regenerated) Makefile.in Simplifications related to tcl.m4 changes. | ||||
* | | | Fix [Bug 2883850]: pkgIndex.tcl doesn't | nijtmans | 2009-11-18 | 1 | -1/+4 |
| | | | | | | | | | | | | get created with static Tcl build | ||||
* | | | Eliminate various gcc warnings (in -Wextra mode) | nijtmans | 2009-11-18 | 1 | -3/+3 |
| | | | |||||
* | | | const addition (pkge.c) | nijtmans | 2009-08-16 | 1 | -9/+7 |
| | | | | | | | | | | | | | | | Use <pthread.h> in stead of "pthread.h" Eliminate some more gcc warnings | ||||
* | | | - eliminate some unnessary type casts | nijtmans | 2009-02-03 | 1 | -13/+13 |
| | | | | | | | | | | | | | | | - some internal const decorations - spacing | ||||
* | | | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 1 | -22/+22 |
| | | |