summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | | | | |
| | | \ \ \ \
| | *-. \ \ \ \ [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-2415-121/+500
| | |\ \ \ \ \ \ | |/ / / / / / / | | | | / / / / | | | |/ / / / Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin
| | | * | | | syntax errorjan.nijtmans2012-04-241-1/+2
| | |/ / / /
| | * | | | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-2414-122/+348
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin
| | | * | | | oops, wrong signaturejan.nijtmans2012-04-241-1/+1
| | | | | | |
| | | * | | | implement TclWinGetSockOpt and TclWinGetServByName for cygwijan.nijtmans2012-04-244-53/+104
| | | | | | | | | | | | | | | | | | | | | (should work, but not yet tested on UNIX)
| | | * | | | merge trunkjan.nijtmans2012-04-2434-445/+472
| | | |\ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | sync win/rules.vc with Tk versionjan.nijtmans2012-04-131-4/+7
| | | | | | |
| | | * | | | merge core-8-4-branchjan.nijtmans2012-04-1113-351/+338
| | | |\ \ \ \
| | | * | | | | tclpGetPid signature change (stub entry only, not for macro),jan.nijtmans2012-04-0627-28/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for win64 compatibility with future cygwin64 correctly use win32 as default when cross-compiling under cygwin
| | | * | | | | merge core-8-4-branchjan.nijtmans2012-04-041-0/+1
| | | |\ \ \ \ \
| | | * | | | | | implement TclpGetPid for Cygwinjan.nijtmans2012-04-047-27/+136
| | | | | | | | |
* | | | | | | | | grammar fix (reported on Tcler's Chat)dkf2012-04-231-2/+2
| | | | | | | | |
* | | | | | | | | autoconfdgp2012-04-231-1/+1
| | | | | | | | |
* | | | | | | | | make some more internal tables constjan.nijtmans2012-04-2312-13/+13
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | make some more internal tables constjan.nijtmans2012-04-2316-36/+35
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | make some more internal tables constjan.nijtmans2012-04-2322-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.nijtmans2012-04-231-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | differs in parameter lists from 'int (__cdecl *)(int ,int )'
* | | | | | | | | Added example to platform(n) manpagedkf2012-04-191-2/+22
| | | | | | | | |
* | | | | | | | | make some more internal tables constjan.nijtmans2012-04-182-10/+10
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | | a few CONST -> const changes
| * | | | | | | | make some more internal tables constjan.nijtmans2012-04-189-179/+179
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | | | | | | a few CONST -> const changes
| | * | | | | | | make some more internal tables CONSTjan.nijtmans2012-04-1811-26/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | fix compilation with -DNO_CONST
| * | | | | | | | Apply tzdata2012cKevin B Kenny2012-04-186-88/+278
| | | | | | | | |
* | | | | | | | | Apply tzdata2012cKevin B Kenny2012-04-186-88/+278
| | | | | | | | |
* | | | | | | | | Restore the tcl_platform(threaded) variable.dgp2012-04-173-7/+13
| | | | | | | | |
* | | | | | | | | * doc/FileSystem.3 (Tcl_FSOpenFileChannelProc): [Bug 3518244]: Fixeddkf2012-04-162-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]: Fixeddkf2012-04-162-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]: Fixeddkf2012-04-162-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 formattingdkf2012-04-152-43/+79
| | | | | | | | |
* | | | | | | | | Remove some low-value C stack frames.dkf2012-04-153-5/+14
| | | | | | | | |
* | | | | | | | | * generic/tclZlib.c (ZlibTransformSetOption): [Bug 3517696]: Makedkf2012-04-153-19/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | flushing work correctly in a pushed compressing channel transform.
* | | | | | | | | sync win/rules.vc with Tk versionjan.nijtmans2012-04-131-6/+7
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | sync win/rules.vc with Tk versionjan.nijtmans2012-04-131-6/+7
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | sync win/rules.vc with Tk versionjan.nijtmans2012-04-131-4/+7
| | | |_|/ / / / | | |/| | | | |
* | | | | | | | [Bug 3514475]: remove TclpGetTimeZone and TclpGetTZNamejan.nijtmans2012-04-127-250/+25
|\ \ \ \ \ \ \ \
| * | | | | | | | [Bug 3514475]: remove TclpGetTimeZone and TclpGetTZNamebug_3514475jan.nijtmans2012-04-037-277/+37
| | | | | | | | |
* | | | | | | | | fix windows build broken by [92cfbef048]jan.nijtmans2012-04-112-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 compilationjan.nijtmans2012-04-1116-72/+75
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-1111-52/+61
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-119-337/+352
| | | | | | | | |
* | | | | | | | | Ensure all documented functions are listed in index line.dkf2012-04-101-1/+1
| | | | | | | | |
* | | | | | | | | corrected changelog entrydkf2012-04-101-4/+5
| | | | | | | | |
* | | | | | | | | very slight tidy up to make build messages more regulardkf2012-04-101-2/+2
| | | | | | | | |
* | | | | | | | | * generic/tcl.h (TCL_DEPRECATED_API): Added macro that can be used todkf2012-04-102-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]dkf2012-04-093-7/+67
| | | | | | | | |
* | | | | | | | | Fix [Bug 2712377]: [info vars] and object declared variablesdkf2012-04-094-5/+127
| | | | | | | | |
* | | | | | | | | mergedjan.nijtmans2012-04-063-17/+9
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ cygwin should use SetEnvironmentVariable for windows envcygwin_environment_changesjan.nijtmans2012-04-063-17/+9
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| | * | | | | | | | cygwin should use SetEnvironmentVariable for windows envjan.nijtmans2012-04-052-19/+11
| | | | | | | | | |
* | | | | | | | | | Reduce amount of unreachable code. Refactor Win socket and load code to be lessdkf2012-04-0511-472/+324
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | baroque in its internals.
* | | | | | | | | | Fix [Bug 3514761] and related ensemble/construction problems.dkf2012-04-043-4/+71
|/ / / / / / / / /