Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * generic/tclUtil.c (TclDStringToObj): Added internal function to make | dkf | 2012-04-25 | 15 | -83/+110 |
| | | | | the fairly-common operation of converting a DString into an Obj a more efficient one. | ||||
* | fix merge error | jan.nijtmans | 2012-04-24 | 1 | -0/+2 |
| | |||||
*---. | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 14 | -95/+344 |
|\ \ \ | | | | | | | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin | ||||
| | | * | gcc warnings | jan.nijtmans | 2012-04-24 | 1 | -2/+1 |
| | |/ | |||||
| | *-. | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 15 | -121/+500 |
| | |\ \ | |/ / / | | | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin | ||||
| | | * | syntax error | jan.nijtmans | 2012-04-24 | 1 | -1/+2 |
| | |/ | |||||
| | * | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-24 | 14 | -122/+348 |
| | |\ | | | | | | | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin | ||||
| | | * | oops, wrong signature | jan.nijtmans | 2012-04-24 | 1 | -1/+1 |
| | | | | |||||
| | | * | implement TclWinGetSockOpt and TclWinGetServByName for cygwi | jan.nijtmans | 2012-04-24 | 4 | -53/+104 |
| | | | | | | | | | | | | (should work, but not yet tested on UNIX) | ||||
| | | * | merge trunk | jan.nijtmans | 2012-04-24 | 34 | -445/+472 |
| | | |\ | | | |/ | | |/| | |||||
| | | * | sync win/rules.vc with Tk version | jan.nijtmans | 2012-04-13 | 1 | -4/+7 |
| | | | | |||||
| | | * | merge core-8-4-branch | jan.nijtmans | 2012-04-11 | 13 | -351/+338 |
| | | |\ | |||||
| | | * | | tclpGetPid signature change (stub entry only, not for macro), | jan.nijtmans | 2012-04-06 | 27 | -28/+29 |
| | | | | | | | | | | | | | | | | | | | | for win64 compatibility with future cygwin64 correctly use win32 as default when cross-compiling under cygwin | ||||
| | | * | | merge core-8-4-branch | jan.nijtmans | 2012-04-04 | 1 | -0/+1 |
| | | |\ \ | |||||
| | | * | | | implement TclpGetPid for Cygwin | jan.nijtmans | 2012-04-04 | 7 | -27/+136 |
| | | | | | | |||||
* | | | | | | grammar fix (reported on Tcler's Chat) | dkf | 2012-04-23 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | autoconf | dgp | 2012-04-23 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | make some more internal tables const | jan.nijtmans | 2012-04-23 | 12 | -13/+13 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | make some more internal tables const | jan.nijtmans | 2012-04-23 | 16 | -36/+35 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | make some more internal tables const | jan.nijtmans | 2012-04-23 | 22 | -416/+435 |
| | | | | | | | | | | | | | | | | | | On cygwin, install dll's in /usr/bin, not in /usr/lib | ||||
* | | | | | | fix MSVC warning: tclStubInit.c(306) : warning C4113: 'int (__cdecl *)()' ↵ | jan.nijtmans | 2012-04-23 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | differs in parameter lists from 'int (__cdecl *)(int ,int )' | ||||
* | | | | | | 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 |
|\ \ \ \ \ \ |