summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ChangeLog release markcore_8_5_13core_8_5_13_rcdgp2012-11-091-0/+15
|
* merge markdgp2012-11-090-0/+0
|\
| * Pull msgcat fixes over the main dev branchdgp2012-11-083-7/+7
| |\ | |/ |/|
* | Revert msgcat requirement bump in the "clock" module. Should be no need for it.dgp2012-11-082-2/+2
| |
* | changed msgcat version from 1.4 to 1.5 in doc/msgcat.n, tests/clock.test, ↵oehhar2012-11-085-9/+9
| | | | | | | | library/clock.tcl, win/makefile.bc and tools/tcl.wse.in
* | tzdata updatedgp2012-11-0713-298/+790
|\ \ | |/
| * Import tzdata2012iKevin B Kenny2012-11-0713-298/+788
| |
* | update changesdgp2012-11-071-0/+2
| |
* | merge 8.5dgp2012-11-076-74/+78
|\ \ | |/
| * 3574493 Avoid hanging on exit due to use of synchronization calls indgp2012-11-072-8/+12
| |\ | | | | | | routines called by DllMain().
| | * 3574493 Avoid hanging on exit due to use of synchronization calls indgp2012-11-072-6/+12
| | | | | | | | | routines called by DllMain().
| * | merge-markjan.nijtmans2012-11-070-0/+0
| |\ \ | | |/
| | * needed for complation with mingw-w64 (autoconf still to be run)jan.nijtmans2012-11-071-0/+1
| | |
| * | just fix some characters that fossil cannot handle welljan.nijtmans2012-11-074-66/+66
| | |
* | | merge 8.5dgp2012-11-066-14/+24
|\ \ \ | |/ /
| * | changes updatedgp2012-11-061-0/+3
| | |
| * | complete bump to http 2.7.10dgp2012-11-062-4/+4
| | |
| * | [Bug 3581754]: Ensure that http -command callbacks are done at most once.dkf2012-11-063-10/+17
| | |
* | | make distdgp2012-11-051-6/+20
| | |
* | | 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.