summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | merge 8.5dgp2012-11-051-3/+20
| | |\ \ \ | |_|/ / / |/| | | |
* | | | | date fixesdgp2012-11-051-2/+2
| | | | |
* | | | | Update changes for 8.5.13.dgp2012-11-051-3/+20
| | | | |
| | * | | autoconf-2.59dgp2012-11-052-2/+2
| | | | |
| | * | | Release branch for Tcl 8.5.13.dgp2012-11-057-8/+8
| |/ / / |/| | |
* | | | Add dummy 0 parameter (unused flags) to internal Tcl_FSLoadFileProc call, ↵jan.nijtmans2012-10-242-2/+6
|\ \ \ \ | |/ / / | | | | | | | | for upwards compatibility with version 2 filesystems
| * | | Add dummy 0 parameter (unused flags) to internal Tcl_FSLoadFileProc call, ↵jan.nijtmans2012-10-242-2/+6
| | |/ | |/| | | | | | | for upwards compatibility with version 2 filesystems
* | | Remove unused TclpLoadFile function.jan.nijtmans2012-10-233-49/+5
| | |
* | | Bug 357650: Better fix, which helps for all Tcl_DictObjGet() calls in Tcl's ↵jan.nijtmans2012-10-143-1/+8
| | | | | | | | | | | | source code.
* | | Bug 3576509: tcl::Bgerror crashes with invalid argumentsjan.nijtmans2012-10-132-1/+6
| | |
* | | When checking for std channels being closed, compare the channel state,dgp2012-10-032-5/+15
|\ \ \ | |/ / | | | not the channel itself so that stacked channels do not cause trouble.
| * | When checking for std channels being closed, compare the channel state,dgp2012-10-032-20/+30
| |/ | | | | not the channel itself so that stacked channels do not cause trouble.
* | tip#404 file locale mcset: mc(fl)(m)set backport from 8.6oehhar2012-09-258-28/+219
|\ \
| * | Correct build version and backported 973091ef75tip404_tcl8_5oehhar2012-09-175-7/+19
| | |
| * | tip#404 file locale mcset: mc(fl)(m)set backport from 8.6oehhar2012-09-125-24/+203
| | |
* | | eliminate compiler warning in previous commitjan.nijtmans2012-09-171-1/+1
| | |
* | | Nicer style test.stwo2012-09-161-2/+2
|/ /
* | 3564735 Protect against mem corruption when var resolvers misbehave.dgp2012-09-111-2/+6
|\ \
| * | 3564735 Protection against namespace var resolvers that unexpectedly returnbug_3564735dgp2012-09-061-2/+6
| | | | | | | | | | | | | | | a pointer to Var while Tcl expects pointer to VarInHash. This may not be the total solution to Bug 3564735 (Itcl may be misbehaving), but this will prevent memory corruption.
* | | Backport of 2008-12-12 8.6 commit: Fix missing CLOEXEC on internal pipes ↵ferrieux2012-09-073-0/+11
|/ / | | | | | | [2417695]
* | Minor clarification of description; all traces use a command prefix for theirdkf2012-09-051-1/+1
| | | | | | callbacks.
* | minor: tidy up formattingdkf2012-08-251-66/+71
| |
* | [Bug 3561330]: Use the correct full name of March in Ukrainian.dkf2012-08-252-1/+6
| |
* | make sure that extensions which might still use TclWinNToHS, now use ntohs ↵jan.nijtmans2012-08-242-1/+5
| | | | | | | | directly.
* | small wrapper for TclWinNToHs, for change in calling conventionjan.nijtmans2012-08-231-1/+6
| |
* | [Bug 3496014] Protect Tcl_SetByteArrayObj for invalid valuesjan.nijtmans2012-08-232-1/+11
| | | | | | (Backported from Tcl 8.6)
* | 3559678 Fix bad filename normalization when the last component is the empty ↵dgp2012-08-202-2/+12
| | | | | | | | string.
* | ... and don't forget ChangeLog entryjan.nijtmans2012-08-201-0/+8
| |
* | Remove wrapper macro for ntohs(): unnecessary, because it doesn't require an ↵jan.nijtmans2012-08-203-27/+3
| | | | | | | | initialized winsock_2 library
* | nmakehlp: Add "-V<num>" option, in order to be able to detect partial ↵jan.nijtmans2012-08-172-4/+11
|\ \ | |/ | | | | version numbers.
| * nmakehlp: Add "-V<num>" option, in order to be able to detect partial ↵jan.nijtmans2012-08-171-0/+5
| | | | | | | | version numbers.
| * nmakehlp: Add "-V<num>" option, in order to be able to detect partial ↵jan.nijtmans2012-08-171-4/+6
| | | | | | | | version numbers.
* | Only build the threaded builds by default. jan.nijtmans2012-08-154-115/+175
| | | | | | Backport some improvements from Tcl 8.6
* | [Bug 3555454] Rearrange a bit to quash 'declared but never defined' compiler ↵stwo2012-08-132-6/+15
| | | | | | | | warnings.
* | [Bug #1536227]: Cygwin network pathname supoortjan.nijtmans2012-08-083-148/+104
| |
* | 3554250 Overlooked one field of cleanup in the thread exit handlerdgp2012-08-072-0/+6
| | | | | | for the filesystem subsystem.
* | Installer improvements, like [226a993973].stwo2012-08-074-131/+526
| |
* | Reference to correct Bug #numberjan.nijtmans2012-08-065-5/+5
|\ \ | |/
| * Reference to correct Bug #numberjan.nijtmans2012-08-065-5/+5
| |
* | add coffbase for samplejan.nijtmans2012-07-311-1/+2
|\ \ | |/
| * add coffbase for samplejan.nijtmans2012-07-311-1/+2
| |
* | add thread to coffbase.txt, so the thread extensions can use itjan.nijtmans2012-07-311-1/+9
|\ \ | |/
| * add thread to coffbase.txt, so the thread extensions can use itjan.nijtmans2012-07-311-1/+17
| |
* | Backport nmakehlp.c from Tcl 8.6, but add -Q option from sampleextensionjan.nijtmans2012-07-312-87/+63
|\ \ | |/
| * Backport nmakehlp.c from Tcl 8.6, but add -Q option from sampleextensionjan.nijtmans2012-07-313-70/+272
| |
* | Bug [3549770]: Multiple test failures running tcltest outside build treejan.nijtmans2012-07-285-28/+17
| |
* | [Bug 3549770] Multiple test failures running tcltest outside build treejan.nijtmans2012-07-284-17/+23
| |
* | Support Unicode 6.2 (Add Turkish lira sign)jan.nijtmans2012-07-273-2/+7
|\ \ | |/
| * Support Unicode 6.2 (Add Turkish lira sign)jan.nijtmans2012-07-273-2/+7
| |
* | merge release to devdgp2012-07-2712-18/+40
|\ \