summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Backport from Tcl 8.6.dkf2012-11-141-0/+8
| | | | | | | | | * unix/tclUnixPipe.c (DefaultTempDir): [Bug 2933003]: Allow overriding of the back-stop default temporary file location at compile time by setting the TCL_TEMPORARY_FILE_DIRECTORY #def to a string containing the directory name (defaults to "/tmp" as that is the most common default). FossilOrigin-Name: dbb6880cd242d8dc084c96f8e9ac3d727bd6ceef
* 3574493 Avoid hanging on exit due to use of synchronization calls indgp2012-11-071-0/+5
| | | | | routines called by DllMain(). FossilOrigin-Name: 42933eb98a56005b5237f00db5d71194ac7d4a69
* When checking for std channels being closed, compare the channel state,dgp2012-10-031-0/+6
| | | | | not the channel itself so that stacked channels do not cause trouble. FossilOrigin-Name: 1b7584406b08b67f566d79ba6c98feb3a80626e9
* nmakehlp: Add "-V<num>" option, in order to be able to detect partial ↵jan.nijtmans2012-08-171-0/+5
| | | | | version numbers. FossilOrigin-Name: 3f8069f0b436cc8d81083e399426d3da90f64069
* Reference to correct Bug #numberjan.nijtmans2012-08-061-1/+1
| | | FossilOrigin-Name: 2516170e7cc596106bfe82bc68bdc429e8b4af7c
* Backport nmakehlp.c from Tcl 8.6, but add -Q option from sampleextensionjan.nijtmans2012-07-311-0/+5
| | | FossilOrigin-Name: 80fb1bc43c23da276c3930d11e2bafcc64d073cf
* Support Unicode 6.2 (Add Turkish lira sign)jan.nijtmans2012-07-271-0/+5
| | | FossilOrigin-Name: a2a0d1ae92cb510aad5656037e024e6cfd9fc849
* [Bug 3544932]: Visual studio compiler check failsjan.nijtmans2012-07-171-0/+4
| | | FossilOrigin-Name: 0b36bbd298edbbb054c81a23df2a7e2a9b756a86
* 1189293 Make "<<" binary safe.dgp2012-07-051-3/+8
| | | FossilOrigin-Name: 8c25ee1bb3b29e3c53dd9cdd9ad0df06345c9ba3
* Add tn, ro_MO and ru_MO to msgcat. jan.nijtmans2012-06-291-0/+5
| | | | | | Make it work on cygwin (backported) Bump msgcat to 1.3.5 FossilOrigin-Name: 43a8de67fbf5cf3d29292fed2370c64b67749388
* Reinforced the description of the requirement for the tables of names for ↵dkf2012-06-291-0/+8
| | | | | Tcl_GetIndexFromObj to index over to be static, following posting to tcl-core by Brian Griffin about a bug caused by not obeying this rule correctly. FossilOrigin-Name: dfd2b68795a3fc7978ac7da12d0ce8cd2bc7bb47
* [Bug 3508771]: Cygwin notifier for handling win32 eventsjan.nijtmans2012-06-231-0/+5
| | | FossilOrigin-Name: 0741b45cd7a212c5c3cf0f991d80273dbf9b9dd7
* Plug memory leak, part of [Bug #3362446]jan.nijtmans2012-06-191-0/+4
| | | FossilOrigin-Name: e095cf0d42d612107d7877d21ff2db7a76565b6a
* Update autogoo for gettimeofday(). Thanks Joe English.dgp2012-06-081-0/+6
| | | FossilOrigin-Name: f6e87a944226d2436bd17aac87e8a75c46bee954
* On Cygwin, use win32 API in stead of uname() to determine the tcl_platform ↵jan.nijtmans2012-06-061-0/+5
| | | | | variables FossilOrigin-Name: 399d1126efce4d9c130d089a4b13887546b8e58c
* [Bug 473946]: special characters not correctly sent, now for XTYP_EXECUTE as ↵jan.nijtmans2012-05-251-0/+6
| | | | | | | well as XTYP_REQUEST. Fix "make genstubs" when cross-compiling on UNIX FossilOrigin-Name: 7ebfab5576a5511bbb8512304e50e3186d61b20f
* Take cygwin handling of X11 into accountjan.nijtmans2012-05-241-0/+8
| | | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix FossilOrigin-Name: 17576c7c066fc0a259bf537f850285e9b77d3343
* Revert most of [ae92de6078], since when we let cygwin share the win32 stub ↵jan.nijtmans2012-05-221-0/+9
| | | | | | | | table this is no longer necessary implement TclpInetNtoa for win32 Let cygwin share stub table with win32 FossilOrigin-Name: 455f8b5d30002b1766a8d1a468c54a99703827b3
* When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer,dgp2012-05-211-0/+8
| | | | | | | care must be taken that the value cannot possibly become pure Unicode. Calling Tcl_AppendToObj() has the possibility of making such a conversion. Bug found while valgrinding the trunk. FossilOrigin-Name: 4aab8681b0a77c52cf2d7554ea31d23e130188d4
* [Bug 3525462]: Document what relational operators really do with string args.dkf2012-05-161-0/+6
| | | FossilOrigin-Name: 0fa648d69ec00950f1aadbd49b097768475b1426
* Protect against receiving strings without ending \0, as external ↵jan.nijtmans2012-05-131-0/+5
| | | | | applications (or Tcl with TIP #106) could generate that. FossilOrigin-Name: a939eb0d1c1c995b0571e49ba454f5cef002af08
* [Bug 473946]: special characters not correctly senjan.nijtmans2012-05-101-0/+5
|\ | | | | FossilOrigin-Name: 98d6eb2b340c44b991c07e7e660399a824183938
| * Increase version to 1.2.5jan.nijtmans2012-05-091-1/+2
| | | | | | | | | | | | | | Now should work on Win95 as well Use Tcl_GetUnicodeFromObj in stead of Tcl_Win* functions, so we no longer have to detect whether we are on WinNT+ FossilOrigin-Name: 7bb9d6699fd91049cd5581ee5ecfa8f82174027c
| * [Bug 473946]: special characters not correctly sentjan.nijtmans2012-05-091-0/+4
|/ | | FossilOrigin-Name: 18027385fde19eaab3d980be054f79f26c31aadb
* Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-0/+6
| | | | | Simplify stub tables for functions which work on both UNIX and windows FossilOrigin-Name: d10b6a84313e53bdd9d639c96eaf93875fd8a398
* Better detection and implementation for cpuid instruction on Intel-derived ↵jan.nijtmans2012-05-021-0/+6
|\ | | | | | | | | processors, both 32-bit and 64-bit FossilOrigin-Name: 847aacf3813812612d99bfa382db133ef2c50c01
| * Tame deadlocks in broken refchan tests [Bug 3522560]ferrieux2012-04-301-1/+5
| | | | | | FossilOrigin-Name: 29535daab164e8739e600dfa6fa4a640f6b119e5
| * Mention compatibility matters in Changelog. Make test insensitive to ambient ↵ferrieux2012-04-301-2/+2
| | | | | | | | | | compat flag. FossilOrigin-Name: 08f40b8f8e23fa31decc2f62b051f11041eb5958
| * IMPLEMENTATION OF TIP#398 : Quickly Exit with Non-Blocking Blocked Channelsferrieux2012-04-281-0/+8
| |\ | | | | | | FossilOrigin-Name: efc6bbd2cba9d5ebf2cec4788584b9005792e0af
| * \ Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongsjan.nijtmans2012-04-271-0/+7
| |\ \ | | | | | | | | FossilOrigin-Name: add6ea13976b7c891bec7653ccab6d3b9acd9eac
| | * | Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongsjan.nijtmans2012-04-271-0/+7
| | | | | | | | | | | | FossilOrigin-Name: 533c11d007d8e745310500281326a69c5252bdc5
| * | | Make 'auto_execok START' do the Right Thingdkf2012-04-271-0/+5
| |\ \ \ | | |/ / | | | | FossilOrigin-Name: b8ffe55b406232efadff6c4a834e66876403a702
| | * | Make 'auto_execok START' do the Right Thingdkf2012-04-271-0/+5
| | |\ \ | |_|/ / |/| | | FossilOrigin-Name: cdcff6d669de3c0eb80462970c9faff997be24fe
| * | | get rid of _ANSI_ARGS_ and CONSTjan.nijtmans2012-04-261-0/+8
| |\ \ \ | | |/ / | | | | FossilOrigin-Name: ce95e51ad20a4c8e0a7822078157bb939e97af89
| | * | get rid of _ANSI_ARGS_jan.nijtmans2012-04-261-0/+8
| | |\ \ | | | | | | | | | | FossilOrigin-Name: a3f95a3b3dcf92a68cee4b5950ea33e8806fa97c
| * | | | * generic/tclUtil.c (TclDStringToObj): Added internal function to makedkf2012-04-251-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the fairly-common operation of converting a DString into an Obj a more efficient one. FossilOrigin-Name: 2e12143e3906901f7fe95b8ce11211f9310e741f
| | | | |
| | \ \ \
| *-. \ \ \ [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-0/+10
| |\ \ \ \ \ | | | |/ / / | | | | | / | | |_|_|/ | |/| | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin FossilOrigin-Name: 3caedf05df5f633fcf7be0aae735bb26a6de081b
| | | * | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-15/+25
| | | |\ \ | | |/ / / | | | | _ | | | | | | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin FossilOrigin-Name: fcc5957e5911f8e7bd56f6da83842ec3b2054999
| | * | Apply tzdata2012ckbk2012-04-181-0/+8
| | | | | | | | | | | | FossilOrigin-Name: 7fbd5f91d3e176d1b24812c8ecfa0974de2b40ea
| * | | Apply tzdata2012ckbk2012-04-181-0/+8
| | | | | | | | | | | | FossilOrigin-Name: 4f48685207239e8331d3c09ef735b2ee7266e0b8
| * | | Restore the tcl_platform(threaded) variable.dgp2012-04-171-7/+0
| | | | | | | | | | | | FossilOrigin-Name: 5d93f81982af880710d2565e3ef1d1501fa0181c
| * | | * doc/FileSystem.3 (Tcl_FSOpenFileChannelProc): [Bug 3518244]: Fixeddkf2012-04-161-0/+7
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | 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. FossilOrigin-Name: 0f636792c9dad67e518d959b95565ee7f39d1839
| | * | * doc/FileSystem.3 (Tcl_FSOpenFileChannelProc): [Bug 3518244]: Fixeddkf2012-04-161-0/+7
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. FossilOrigin-Name: e5a6d7528ca5390eef84af0399fb322bf4b3dcba
| * | | | Remove some low-value C stack frames.dkf2012-04-151-0/+4
| | | | | | | | | | | | | | | FossilOrigin-Name: daf94de0ca014b3c63e4b32b6078f8929c6051af
| * | | | * generic/tclZlib.c (ZlibTransformSetOption): [Bug 3517696]: Makedkf2012-04-151-9/+15
| | | | | | | | | | | | | | | | | | | | | | | | | flushing work correctly in a pushed compressing channel transform. FossilOrigin-Name: d04f1fc81a3f50a37d3759a03f41ac46b1f7fd3e
| * | | | [Bug 3514475]: remove TclpGetTimeZone and TclpGetTZNamejan.nijtmans2012-04-121-0/+9
| |\ \ \ \ | | | | | | | | | | | | FossilOrigin-Name: f45623c63d8fb0c2e43a04a4aa7ae0281ae0fbfc
| | * | | | [Bug 3514475]: remove TclpGetTimeZone and TclpGetTZNamejan.nijtmans2012-04-031-0/+9
| | | | | | | | | | | | | | | | | | FossilOrigin-Name: 571970a62f10ff7eb219821e7a7690dd0d8c9dcc
| * | | | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-111-0/+17
| |\ \ \ \ \ | | | |/ / / | | |/| | | FossilOrigin-Name: 8032e7f92e8aac123998c370690d4bb6b221069b
| | * | | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-111-0/+8
| | |\ \ \ \ | | | | | | | | | | | | | | FossilOrigin-Name: beba7a8c8c5e2acd7fddd5bafae03d55d1f4e46e
| * | | | | | corrected changelog entrydkf2012-04-101-4/+5
| | | | | | | | | | | | | | | | | | | | | FossilOrigin-Name: 2f3e260bc871b716108d3dc48e72456ffd1e0ab6