summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | backport [e393e41a8d]: Fix several more missing mutex-locks in TestasyncCmdjan.nijtmans2012-07-201-5/+28
| | | | |
| | * | | merge 8.5dgp2012-07-251-0/+2
| | |\ \ \
| | * \ \ \ merge 8.5dgp2012-07-242-1/+9
| | |\ \ \ \
| | * | | | | Release candidate branch for Tcl 8.5.12.dgp2012-07-101-2/+2
| | | | | | |
| * | | | | | Preserve the chanPtr so that script evaluation cannot invalidate it whendgp2012-07-241-0/+2
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | we plan to use it again.
| | * | | | | Preserve the chanPtr so that script evaluation cannot invalidate it whendgp2012-07-241-0/+2
| | | |/ / / | | |/| | | | | | | | | we plan to use it again.
| * | | | | [Bug 3545365]: Never try a bg-flush on a dead channel, just like before ↵ferrieux2012-07-231-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | 2011-08-17.
| * | | | | Fix several more missing mutex-locks in TestasyncCmd.Joe Mistachkin2012-07-201-0/+5
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fix several more missing mutex-locks in TestasyncCmd.Joe Mistachkin2012-07-201-0/+5
| | | | | |
| | * | | | [Bug 3544685]: Missing mutex-lock in TestasyncCmd since 2011-08-19. ↵ferrieux2012-07-191-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Unbounded gratitude to Stuart Cassoff for spotting it.
| | * | | | Remove surplus parensdgp2012-07-191-1/+1
| | |/ / /
| * | | | Fix mostly-harmless minor buffer overrun.dkf2012-07-161-2/+2
| | |_|/ | |/| |
* | | | Update TclOO package to 0.7, correct copyright dates.dkf2012-07-128-9/+10
| | | |
* | | | Release candidate branch for Tcl 8.6b3.dgp2012-07-111-2/+2
|/ / /
* | | 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
| | |
* | | missed a spotdkf2012-07-041-2/+1
| | |
* | | Factor out a number of common patterns of use of Tcl_DStringAppend.dkf2012-07-0324-116/+158
| | |
* | | NRInterpCoroutine -> TclNRInterpCoroutinejan.nijtmans2012-07-024-12/+13
| | | | | | | | | | | | make NRCommand static make TalInstructionTable static const
* | | add TclUnixCopyFile to stub table for Cygwinjan.nijtmans2012-07-013-4/+14
|\ \ \ | |/ /
| * | add TclUnixCopyFile to stub table for Cygwinjan.nijtmans2012-07-013-4/+19
| | |
* | | Simplify tclFileSystem.h. Define structs where used.dgp2012-06-283-64/+66
|\ \ \ | |/ /
| * | Simplify tclFileSystem.h. Define structs where used.dgp2012-06-283-64/+66
| | |
* | | fix some gcc 64-bit warningsjan.nijtmans2012-06-262-7/+4
|\ \ \ | |/ / | | | | | | quoting improvements eliminate unused variable
| * | fix some gcc 64-bit warningsjan.nijtmans2012-06-262-7/+4
| |\ \ | | |/ | | | | | | quoting improvements eliminate unused variable
| | * fix some gcc 64-bit warningsjan.nijtmans2012-06-261-4/+4
| | | | | | | | | quoting improvements
* | | use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_pathjan.nijtmans2012-06-261-2/+2
|\ \ \ | |/ /
| * | use cygwin_conv_path() in stead of deprecated cygwin_conv_to_full_posix_pathjan.nijtmans2012-06-261-2/+2
| |\ \ | | |/
* | | Use EAI_SYSTEM only if it exists.max2012-06-261-2/+5
| | |
* | | 3024359 Make sure that the per-thread cache of the list of file systemsdgp2012-06-253-38/+64
|\ \ \ | |/ / | | | | | | | | | currently registered is only updated at times when no active loops are traversing it. Also reduce the amount of epoch storing and checking to where it can make a difference.
| * | Repair Claim/Disclaim imbalancedgp2012-06-251-0/+1
| | |
| * | Simplify bug fix so that active claims on the FilesystemRecord list of a threadbug_3024359dgp2012-06-253-61/+29
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prevent any overwriting of that per-thread cache. This keeps active traversals of the list valid. The possible downside is that this may result in some delay in noticing new epochs and result in somewhat greater likelihood we will cache things in a "path" value that are out of date. Since the system has to deal with out of date cached data anyway, this should have no correctness affects, measured against the status quo. In multi-threaded operation the possibility of caching and/or retrieving outdated information can never be eliminated. Checkin also includes merge of 8.5.
| * \ \ merge 8.5dgp2012-06-251-6/+23
| |\ \ \
| * \ \ \ merge 8.5dgp2012-06-222-38/+12
| |\ \ \ \
| * \ \ \ \ merge 8.5dgp2012-06-221-2/+11
| |\ \ \ \ \
| * \ \ \ \ \ merge 8.5dgp2012-06-213-75/+26
| |\ \ \ \ \ \
| * | | | | | | Only record the filesystemEpoch when it actually marks the validity ofdgp2012-06-212-8/+17
| | | | | | | | | | | | | | | | | | | | | | | | something we are caching.
| * | | | | | | merge 8.5dgp2012-06-203-56/+16
| |\ \ \ \ \ \ \
| * | | | | | | | Next draft fix. This one appears to solve the problem, at least as demo'ddgp2012-06-181-46/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | by the test attached to Tcl Bug 3024359.
| * | | | | | | | More work in progress.dgp2012-06-131-38/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem with release of the elements of a fileSystemList by one routine while some other (caller) routine is still traversing that list is not dependent on threaded operations. An unthreaded build can still encounter the problem. Revised so that threaded/unthreaded operations are much closer to the same (no direct TCL_THREADS dependency). Also simplified the epoch checking which reduces locking to when it's needed. Still have the problem of returning as valid FilesystemRecords that are pulled from an outdated epoch.
| * | | | | | | | Convert function calls to macros.dgp2012-06-121-21/+31
| | | | | | | | |
| * | | | | | | | First draft patch to fix Bug 3024359. No reliable test yet.dgp2012-06-112-10/+91
| | | | | | | | |
* | | | | | | | | [Bug 3537605]: Make [encoding dirs ? ?] report the right error message.dkf2012-06-251-7/+9
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | [Bug 3537605]: Make [encoding dirs ? ?] report the right error message.dkf2012-06-251-7/+11
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | [Patch #1536227]: Cygwin network pathname supportjan.nijtmans2012-06-251-17/+23
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | [Patch #1536227]: Cygwin network pathname supportjan.nijtmans2012-06-251-6/+23
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | Cygwin network pathname supportbug_1536227jan.nijtmans2012-06-221-6/+28
| | | |_|/ / / | | |/| | | |
* | | | | | | FilesystemRecord structs no longer need refcountingdgp2012-06-222-35/+10
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | FilesystemRecord structs no longer need refcounting.dgp2012-06-222-35/+11
| | |_|_|/ / | |/| | | |