summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Release candidate branch for Tcl 8.6b3.dgp2012-07-119-10/+10
|
* Update changes for 8.6b3.dgp2012-07-111-10/+52
|
*---. merge 8.5dgp2012-07-104-12/+90
|\ \ \
| | | * [Bug 3541646] Don't panic on triggerPipe overrunjan.nijtmans2012-07-102-5/+9
| | |/
| | * Update changes, repair ChangeLogdgp2012-07-102-52/+127
| |/
| * * win/tclWinSock.c (InitializeHostName): Corrected logic thatdkf2012-07-102-10/+13
| | | | | | | | | | extracted the name of the computer from the gethostname call so that it would use the name on success, not failure. Also ensured that the buffer size is exactly that recommended by Microsoft.
* | Add fix and test for URLs that contain literal IPv6 addresses. [Bug 3531209]max2012-07-083-2/+17
| |
* | MSVC 6.0 does not have the %I modifierjan.nijtmans2012-07-082-4/+10
|\ \ | |/
| * and don't forget the %jan.nijtmans2012-07-084-7/+7
| |
| * add TCL_I_MODIFIER and use it in the correct placesjan.nijtmans2012-07-086-8/+14
| |
* | 1189293 Make "<<" binary safe.dgp2012-07-053-2/+9
|\ \ | |/
| * 1189293 Make "<<" binary safe.dgp2012-07-053-5/+12
| |\
| | * 1189293 Make "<<" binary safe.dgp2012-07-053-5/+12
| | |\
| | | * 1189293 Make '<<' redirects binary safe. Don't use strlen() (or equivalent)bug_1189293dgp2012-07-022-2/+4
| | | | | | | | | | | | to find end of written data bytes.
* | | | protect Tcl_GetIndexFromObjStruct from empty strings in tablejan.nijtmans2012-07-051-7/+16
|\ \ \ \ | |/ / /
| * | | protect Tcl_GetIndexFromObjStruct from empty strings in tablejan.nijtmans2012-07-051-6/+15
| |\ \ \ | | |/ /
| | * | protect Tcl_GetIndexFromObjStruct from empty strings in tablejan.nijtmans2012-07-051-6/+15
| | |/
* | | only use public API in loaded packages; oops\!dkf2012-07-041-6/+5
| | |
* | | missed a spotdkf2012-07-041-2/+1
| | |
* | | Factor out a number of common patterns of use of Tcl_DStringAppend.dkf2012-07-0337-162/+210
| | |
* | | NRInterpCoroutine -> TclNRInterpCoroutinejan.nijtmans2012-07-024-12/+13
| | | | | | | | | | | | make NRCommand static make TalInstructionTable static const
* | | merge-markjan.nijtmans2012-07-020-0/+0
|\ \ \ | |/ /
| * | [Bug 3536888] update: Translate script parameters for msgcatjan.nijtmans2012-07-022-14/+21
| |\ \
* | \ \ [Bug 3536888] update: Translate script parameters for msgcatjan.nijtmans2012-07-022-14/+21
|\ \ \ \ | | |/ / | |/| |
| * | | translate script parameters for msgcatbug_3536888jan.nijtmans2012-06-292-14/+21
| | | | | | | | | | | | update msgcat doc
* | | | add TclUnixCopyFile to stub table for Cygwinjan.nijtmans2012-07-013-4/+14
|\ \ \ \ | | |/ / | |/| |
| * | | add TclUnixCopyFile to stub table for Cygwinjan.nijtmans2012-07-013-4/+19
| |/ /
* | | Add tn, ro_MO and ru_MO to msgcatjan.nijtmans2012-06-292-2/+7
|\ \ \ | |/ /
| * | Add tn, ro_MO and ru_MO to msgcatjan.nijtmans2012-06-292-2/+7
| |\ \ | | |/
| | * Add tn, ro_MO and ru_MO to msgcat. jan.nijtmans2012-06-295-34/+42
| | | | | | | | | | | | Make it work on cygwin (backported) Bump msgcat to 1.3.5
* | | [Bug 3536888] Locale guessing of msgcat fails on (some) Windows 7jan.nijtmans2012-06-296-18/+50
|\ \ \ | |/ / | | | Bump msgcat version to 1.4.5
| * | [Bug 3536888] Locale guessing of msgcat fails on (some) Windows 7jan.nijtmans2012-06-296-18/+50
| |\ \ | | | | | | | | Bump msgcat version to 1.4.5
| | * | suggestions from Haraldjan.nijtmans2012-06-291-11/+6
| | | |
| | * | merge trunkjan.nijtmans2012-06-2818-123/+343
| | |\ \ | | | | | | | | | | | | | | | bug fix: variable $key not found make it work on cygwin as well
| | * | | Locale guessing of msgcat fails on (some) Windows 7jan.nijtmans2012-06-225-7/+44
| | | | |
* | | | | Reinforced the description of the requirement for the tables of names for ↵dkf2012-06-292-3/+17
|\ \ \ \ \ | |/ / / / | | | | | | | | | | 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.
| * | | | Reinforced the description of the requirement for the tables of names for ↵dkf2012-06-292-2/+16
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | 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.
| | * | | Reinforced the description of the requirement for the tables of names for ↵dkf2012-06-292-2/+16
| | | | | | | | | | | | | | | | | | | | 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.
* | | | | only expect tcldde.dll when --enable-sharedjan.nijtmans2012-06-283-4/+8
|\ \ \ \ \ | |/ / / /
| * | | | only expect tcldde.dll when --enable-sharedjan.nijtmans2012-06-282-2/+2
| |\ \ \ \ | | |/ / /
| | * | | only expect tcldde.dll when --enable-sharedjan.nijtmans2012-06-282-2/+2
| | | | |
* | | | | Simplify tclFileSystem.h. Define structs where used.dgp2012-06-283-64/+66
|\ \ \ \ \ | |/ / / /
| * | | | Simplify tclFileSystem.h. Define structs where used.dgp2012-06-283-64/+66
| | |_|/ | |/| |
* | | | mergejan.nijtmans2012-06-272-4/+4
|\ \ \ \ | |/ / /
| * | | mergejan.nijtmans2012-06-274-6/+6
| |\ \ \ | | |/ /
| | * | fix bug in cygwin's [info nameofexecutable]jan.nijtmans2012-06-275-9/+27
| | | | | | | | | | | | install dde and registry dll for cygwin
* | | | don't print out copying of zlib1.dlljan.nijtmans2012-06-271-1/+1
| | | |
* | | | merge-markjan.nijtmans2012-06-260-0/+0
|\ \ \ \ | |/ / /
| * | | merge fixjan.nijtmans2012-06-262-2/+2
| | | |
* | | | fix some gcc 64-bit warningsjan.nijtmans2012-06-263-12/+9
|\ \ \ \ | |/ / / | | | | | | | | quoting improvements eliminate unused variable