summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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
|\ \ \ | |/ /
| * | fix some gcc 64-bit warningsjan.nijtmans2012-06-262-7/+4
| |\ \ | | |/
| | * fix some gcc 64-bit warningsjan.nijtmans2012-06-261-4/+4
* | | 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
|\ \ \ | |/ /
| * | 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
| |\ \
| * \ \ 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
| * | | | | | | 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
| * | | | | | | | More work in progress.dgp2012-06-131-38/+7
| * | | | | | | | 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
| | |_|_|/ / | |/| | | |
* | | | | | Revise the order of memory free, so that bugs that attempt to access freed me...dgp2012-06-221-2/+11
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Revise the order of memory free, so that bugs that attempt to access freeddgp2012-06-221-2/+11
| |/ / / /
* | | | | Rework the error message generation of [socket], so that the errormax2012-06-221-28/+4
* | | | | Restored the possibility to define a panicproc asjan.nijtmans2012-06-221-8/+7
* | | | | Stop storing FilesystemRecord in the intrep of a "path". We never use it.dgp2012-06-213-73/+25
|\ \ \ \ \ | |/ / / /
| * | | | Stop storing FilesystemRecord in the intrep of a "path". We never use it.dgp2012-06-213-73/+26
| | |/ / | |/| |
| | | |
| \ \ \
*-. \ \ \ Remove dead code that complicates fs path values but adds no value.dgp2012-06-203-55/+16
|\ \ \ \ \ | | |/ / /
| | * | | Purge more dead fs path code.dgp2012-06-203-22/+7
| | |\ \ \ | |/ / / / | | | | _
| | * | Purge more dead fs path code.dgp2012-06-201-17/+7
| * | | Remove dead code that complicates fs path values but adds no value.dgp2012-06-203-35/+10
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * ...and one more line.dgp2012-06-201-1/+0
| | * Remove dead code that complicates fs path values but adds no value.dgp2012-06-201-31/+10