Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Added example to platform(n) manpage | dkf | 2012-04-19 | 1 | -2/+22 | |
| | ||||||
* | make some more internal tables const | jan.nijtmans | 2012-04-18 | 2 | -10/+10 | |
|\ | | | | | a few CONST -> const changes | |||||
| * | make some more internal tables const | jan.nijtmans | 2012-04-18 | 9 | -179/+179 | |
| |\ | | | | | | | a few CONST -> const changes | |||||
| | * | make some more internal tables CONST | jan.nijtmans | 2012-04-18 | 11 | -26/+26 | |
| | | | | | | | | | fix compilation with -DNO_CONST | |||||
| * | | Apply tzdata2012c | Kevin B Kenny | 2012-04-18 | 6 | -88/+278 | |
| | | | ||||||
* | | | Apply tzdata2012c | Kevin B Kenny | 2012-04-18 | 6 | -88/+278 | |
| | | | ||||||
* | | | Restore the tcl_platform(threaded) variable. | dgp | 2012-04-17 | 3 | -7/+13 | |
| | | | ||||||
* | | | * doc/FileSystem.3 (Tcl_FSOpenFileChannelProc): [Bug 3518244]: Fixed | dkf | 2012-04-16 | 2 | -3/+11 | |
|\ \ \ | |/ / | | | | | | | | | | documentation of this filesystem callback function; it must not register its created channel - that's the responsibility of the caller of Tcl_FSOpenFileChannel - as that leads to reference leaks. | |||||
| * | | * doc/FileSystem.3 (Tcl_FSOpenFileChannelProc): [Bug 3518244]: Fixed | dkf | 2012-04-16 | 2 | -3/+11 | |
| |\ \ | | |/ | | | | | | | | | | documentation of this filesystem callback function; it must not register its created channel - that's the responsibility of the caller of Tcl_FSOpenFileChannel - as that leads to reference leaks. | |||||
| | * | * doc/FileSystem.3 (Tcl_FSOpenFileChannelProc): [Bug 3518244]: Fixed | dkf | 2012-04-16 | 2 | -3/+11 | |
| | | | | | | | | | | | | | | | documentation of this filesystem callback function; it must not register its created channel - that's the responsibility of the caller of Tcl_FSOpenFileChannel - as that leads to reference leaks. | |||||
* | | | minor comment formatting | dkf | 2012-04-15 | 2 | -43/+79 | |
| | | | ||||||
* | | | Remove some low-value C stack frames. | dkf | 2012-04-15 | 3 | -5/+14 | |
| | | | ||||||
* | | | * generic/tclZlib.c (ZlibTransformSetOption): [Bug 3517696]: Make | dkf | 2012-04-15 | 3 | -19/+39 | |
| | | | | | | | | | flushing work correctly in a pushed compressing channel transform. | |||||
* | | | sync win/rules.vc with Tk version | jan.nijtmans | 2012-04-13 | 1 | -6/+7 | |
|\ \ \ | |/ / | ||||||
| * | | sync win/rules.vc with Tk version | jan.nijtmans | 2012-04-13 | 1 | -6/+7 | |
| |\ \ | | |/ | ||||||
| | * | sync win/rules.vc with Tk version | jan.nijtmans | 2012-04-13 | 1 | -4/+7 | |
| | | | ||||||
* | | | [Bug 3514475]: remove TclpGetTimeZone and TclpGetTZName | jan.nijtmans | 2012-04-12 | 7 | -250/+25 | |
|\ \ \ | ||||||
| * | | | [Bug 3514475]: remove TclpGetTimeZone and TclpGetTZNamebug_3514475 | jan.nijtmans | 2012-04-03 | 7 | -277/+37 | |
| | | | | ||||||
* | | | | fix windows build broken by [92cfbef048] | jan.nijtmans | 2012-04-11 | 2 | -2/+2 | |
| | | | | | | | | | | | | (Refactor Win socket and load code to be less baroque in its internals) | |||||
* | | | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 16 | -72/+75 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 11 | -52/+61 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| | * | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilation | jan.nijtmans | 2012-04-11 | 9 | -337/+352 | |
| | | | | ||||||
* | | | | Ensure all documented functions are listed in index line. | dkf | 2012-04-10 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | corrected changelog entry | dkf | 2012-04-10 | 1 | -4/+5 | |
| | | | | ||||||
* | | | | very slight tidy up to make build messages more regular | dkf | 2012-04-10 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | * generic/tcl.h (TCL_DEPRECATED_API): Added macro that can be used to | dkf | 2012-04-10 | 2 | -6/+33 | |
| | | | | | | | | | | | | | | | | | | | | mark parts of Tcl's API as deprecated. Currently only used for fields of Tcl_Interp, which TIPs 330 and 336 have deprecated with a migration strategy; we want to encourage people to move away from those fields. | |||||
* | | | | Fix [Bug 3396896] | dkf | 2012-04-09 | 3 | -7/+67 | |
| | | | | ||||||
* | | | | Fix [Bug 2712377]: [info vars] and object declared variables | dkf | 2012-04-09 | 4 | -5/+127 | |
| | | | | ||||||
* | | | | merged | jan.nijtmans | 2012-04-06 | 3 | -17/+9 | |
|\ \ \ \ | ||||||
| * \ \ \ | cygwin should use SetEnvironmentVariable for windows envcygwin_environment_changes | jan.nijtmans | 2012-04-06 | 3 | -17/+9 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | cygwin should use SetEnvironmentVariable for windows env | jan.nijtmans | 2012-04-05 | 2 | -19/+11 | |
| | | | | | ||||||
* | | | | | Reduce amount of unreachable code. Refactor Win socket and load code to be less | dkf | 2012-04-05 | 11 | -472/+324 | |
| | | | | | | | | | | | | | | | baroque in its internals. | |||||
* | | | | | Fix [Bug 3514761] and related ensemble/construction problems. | dkf | 2012-04-04 | 3 | -4/+71 | |
|/ / / / | ||||||
* | | | | some formatting (*.decls) | jan.nijtmans | 2012-04-04 | 10 | -60/+19 | |
|\ \ \ \ | |/ / / | | | | | | | | | remove some unused cygwin-related code some minor gcc warnings | |||||
| * | | | some formatting (*.decls) | jan.nijtmans | 2012-04-04 | 13 | -66/+25 | |
| |\ \ \ | | |/ / | | | | | | | | | | | | | move up #undef, for macro which is conflicting with later stuff. remove some unused cygwin-related code some minor gcc warnings | |||||
| | * | | tclStubInit.c: move up #undef, so it is clear that this | jan.nijtmans | 2012-04-04 | 4 | -28/+4 | |
| | | | | | | | | | | | | | | | | macro is conflicting with another definition in this file. Fix some other gcc warnings | |||||
* | | | | merge-mark | jan.nijtmans | 2012-04-04 | 0 | -0/+0 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Quick workaround for busted branch tip. | dgp | 2012-04-04 | 1 | -0/+1 | |
| |\ \ \ | | |/ / | ||||||
| | * | | Quick workaround for busted branch tip. | dgp | 2012-04-04 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Added characterisation of Bug 3514761; currently knownBug... | dkf | 2012-04-04 | 1 | -0/+16 | |
| | | | | ||||||
* | | | | [Bug 510001]: TclSockMinimumBuffers needs plat imp | jan.nijtmans | 2012-04-04 | 6 | -33/+50 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | [Bug 510001]: TclSockMinimumBuffers needs plat imp | jan.nijtmans | 2012-04-04 | 6 | -31/+110 | |
| |\ \ \ | | |/ / | ||||||
| | * | | [Bug 510001]: TclSockMinimumBuffers needs plat imp | jan.nijtmans | 2012-04-04 | 6 | -23/+93 | |
| | |\ \ | ||||||
| | | * | | better solution for bug-510001bug_510001 | jan.nijtmans | 2012-03-29 | 4 | -2/+31 | |
| | | | | | | | | | | | | | | | it fills a correctly working stub entry for Win64 | |||||
* | | | | | Remove the TclpGetTZName implementation for Cygwin | jan.nijtmans | 2012-04-03 | 4 | -44/+16 | |
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | | (from 2012-04-02 commit) | |||||
| * | | | cleanup tcl.decls (unnecessary "generic" argument) | jan.nijtmans | 2012-04-03 | 2 | -842/+843 | |
| |\ \ \ | | |/ / | ||||||
| | * | | clean-up tcl.decls the same way as tclInt.decls | jan.nijtmans | 2012-04-03 | 3 | -1019/+1027 | |
| | | | | ||||||
| | * | | make genstubs | dgp | 2012-04-03 | 2 | -1263/+1247 | |
| | | | | ||||||
| | | | | ||||||
| | \ \ | ||||||
| *-. \ \ | Remove the TclpGetTZName implementation for Cygwin (from previous commit) | jan.nijtmans | 2012-04-03 | 4 | -56/+18 | |
| |\ \ \ \ | | | |/ / | ||||||
| | | * | | remove unused ThreadSpecificData | jan.nijtmans | 2012-04-03 | 1 | -5/+0 | |
| | |/ / |