Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
116 check-ins using file win/tclWinFile.c version 8a3f7c8ba7
|
2011-02-28
| ||
| 21:19 | Mark merge of 8.4 bugfixes into 8.5 development. check-in: d13d8d8f0a user: dgp tags: core-8-5-branch | |
| 20:14 | * doc/RegExp.3: [Bug 3165108]: Corrected documentation of description of subexpressi... check-in: c1b432aee2 user: dgp tags: core-8-5-branch | |
|
2011-01-25
| ||
| 15:55 | [Bug 3129448]: Possible over-allocation on 64-bit platforms, part 2, backported strcpy->memcpy chang... check-in: d69078d96b user: nijtmans tags: core-8-5-branch | |
|
2011-01-19
| ||
| 14:02 | Make sure to use CONST/VOID in stead of const/void when appropriate. This allows to use const/void i... check-in: 5c3a90bdc4 user: nijtmans tags: core-8-5-branch | |
| 08:14 | Backport of Miguel's 2010-09-22 fix on 8.6 branch (decache stack info wherever ::errorInfo may be up... check-in: 94a9222220 user: ferrieux tags: core-8-5-branch | |
| 08:04 | Make sure to use CONST/VOID in stead of const/void when appropriate. This allows to use const/void i... check-in: 1b43842ad6 user: nijtmans tags: core-8-5-branch | |
|
2011-01-18
| ||
| 10:02 | Various mismatches between Tcl_Panic format string and its arguments, discovered thanks to [Bug 3159... check-in: 6dd03122dc user: nijtmans tags: core-8-5-branch | |
|
2011-01-17
| ||
| 12:34 | [Bug 3148192]: Commands "read/puts" incorrectly interpret parameters. Improved error-message regardi... check-in: e128e8f455 user: nijtmans tags: core-8-5-branch | |
| 08:43 | handle --enable-64bit=ia64 for gcc. BACKPORT. [Patch 3059922]: fixes for mingw64 - gcc4.5.1 check-in: 6e410a115b user: nijtmans tags: core-8-5-branch | |
|
2011-01-15
| ||
| 19:07 | * doc/tclvars.n: * generic/tclStrToD.c: * generic/tclUtil.c (Tcl_PrintDouble): * tests/util.test (ut... check-in: d27c6004c8 user: kennykb tags: core-8-5-branch | |
|
2011-01-13
| ||
| 11:30 | * generic/tclExecute.c (GrowEvaluationStack): Off-by-one error in sizing the new allocation - was ... check-in: 78dccf16b8 user: msofer tags: core-8-5-branch | |
|
2011-01-03
| ||
| 10:08 | Fix "make genstubs", which was broken since 2010-11-30, the TclDoubleDigits backport. check-in: 28e98e3407 user: nijtmans tags: core-8-5-branch | |
|
2010-12-31
| ||
| 17:15 | [Bug 3007895]: Tcl_(Find|Create)HashEntry stub entries can never be called. They still cannot be cal... check-in: e75735ef76 user: nijtmans tags: core-8-5-branch | |
|
2010-12-17
| ||
| 23:51 | Remove unwanted/obsolete 'ddd' target. check-in: e8c32de6aa user: stwo tags: core-8-5-branch | |
| 21:59 | [Bug 2446711]: Remove 'allpatch' target. check-in: ff2a86c952 user: stwo tags: core-8-5-branch | |
| 17:56 | Use 'rpmbuild', not 'rpm' [Bug 2537626]. check-in: d1d97d178e user: stwo tags: core-8-5-branch | |
|
2010-12-13
| ||
| 21:18 | Cross-compile support for Win and UNIX (backported) check-in: cfe5c44774 user: nijtmans tags: core-8-5-branch | |
|
2010-12-12
| ||
| 12:04 | Better building on OpenBSD. check-in: 5d16188d35 user: stwo tags: core-8-5-branch | |
|
2010-12-10
| ||
| 17:16 | [backport] Make sure [fcopy -size ... -command ...] always calls the callback asynchronously, even f... check-in: f1c09901d7 user: ferrieux tags: core-8-5-branch | |
|
2010-12-03
| ||
| 22:27 | * generic/tclUtil.c (TclReToGlob): add extra check for multiple inner *s that leads to poor recurs... check-in: c7ad6de620 user: hobbs tags: core-8-5-branch | |
|
2010-12-01
| ||
| 18:57 | Whitespace, and fix broken backport of ilimi* initialization. check-in: 0b092682c7 user: andreas_kupries tags: core-8-5-branch | |
| 16:28 | * generic/tclStrToD.c (SetPrecisionLimits, TclDoubleDigits): Added meaningless initialization of 'i'... check-in: 338734e990 user: kennykb tags: core-8-5-branch | |
|
2010-11-30
| ||
| 20:59 | * generic/tclInt.decls: Backport of Kevin B. Kenny's work on * generic/tclInt.h: the Tcl Head, wi... check-in: 769801ace1 user: andreas_kupries tags: core-8-5-branch | |
| 18:16 | * generic/tclInt.decls, generic/tclInt.h, generic/tclIntDecls.h: * generic/tclStubInit.c: TclForma... check-in: 2a8fac784c user: hobbs tags: core-8-5-branch | |
|
2010-11-23
| ||
| 20:01 | * generic/tclVar.c (VarHashInvalidateEntry): Removed obsolete patch for AIX defining this macro... check-in: b279d6f571 user: andreas_kupries tags: core-8-5-branch | |
|
2010-11-19
| ||
| 21:37 | Allow cross-compilation by default (backported) Use -pipe for gcc on win32 (backported) check-in: f2157e3e11 user: nijtmans tags: core-8-5-branch | |
| 20:34 | fix gcc warnings: unused variable 'registration' check-in: 0f2da3bcd9 user: nijtmans tags: core-8-5-branch | |
| 20:12 | fix gcc warning: dereferencing pointer 'oemId' does break strict-aliasing rules check-in: c1de9c54ef user: nijtmans tags: core-8-5-branch | |
| 19:45 | fix gcc warning: passing argument 3 of 'Tcl_GetIndexFromObj' discards qualifiers from pointer target... check-in: 2cd6a7b788 user: nijtmans tags: core-8-5-branch | |
|
2010-11-18
| ||
| 11:27 | * doc/file.n: [Bug 3111298]: Typofix. check-in: a57d36cd77 user: dkf tags: core-8-5-branch | |
|
2010-11-16
| ||
| 14:57 | [Bug #3110161]: Extensions using TCHAR don't compile on VS2005 SP1 check-in: 702f2ec1eb user: nijtmans tags: core-8-5-branch | |
|
2010-11-15
| ||
| 21:32 | * doc/interp.n: [3081184] TIP #378. * doc/tclvars.n: Performance fix for TIP #280. * generic/tcl... check-in: 8902c8bc82 user: andreas_kupries tags: core-8-5-branch | |
|
2010-11-05
| ||
| 00:06 | Backport dgp's fixes to comments and ChangeLog entry check-in: cad6896003 user: kennykb tags: core-8-5-branch | |
|
2010-11-03
| ||
| 00:58 | * generic/tclCompCmds.c (TclCompileCatchCmd): * tests/compile.test (compile-3,6): Reworked the compi... check-in: 41849e1538 user: kennykb tags: core-8-5-branch | |
|
2010-11-02
| ||
| 21:57 | Improved handling of non-standard module path lists, empty path lists in particular. check-in: 15d3eaf640 user: stwo tags: core-8-5-branch | |
|
2010-11-01
| ||
| 19:39 | * library/tzdata/Asia/Hong_Kong: * library/tzdata/Pacific/Apia: * library/tzdata/Pacific/Fiji: Ols... check-in: 4150f5bace user: kennykb tags: core-8-5-branch | |
|
2010-10-23
| ||
| 21:28 | Update for VS10 check-in: c6457efd24 user: nijtmans tags: core-8-5-branch | |
| 07:32 | [Bug 3085863]: tclUniData 9 years old Upgrade everything to Unicode 6.0, except non-BMP characters ... check-in: 62a84670be user: nijtmans tags: core-8-5-branch | |
|
2010-10-09
| ||
| 16:31 | * generic/tclExecute.c: fix overallocation of exec stack in TEBC (mixing numwords and numbytes) check-in: bd5aaebeea user: msofer tags: core-8-5-branch | |
|
2010-10-04
| ||
| 05:23 | correct evalstats to use %#lx for %p for Tcl_AppendPrintfToObj check-in: af480328d1 user: hobbs tags: core-8-5-branch | |
|
2010-10-02
| ||
| 00:29 | * generic/tclExecute.c (EvalStatsCmd): change 'evalstats' to return data to interp by default, or ... check-in: 5726fcf08b user: hobbs tags: core-8-5-branch | |
|
2010-09-24
| ||
| 17:53 | * tclWinsock.c: [Bug 3056775]: Fixed race condition between thread and internal co-thread access ... check-in: d9701e49d0 user: andreas_kupries tags: core-8-5-branch | |
|
2010-09-23
| ||
| 17:59 | * generic/tclCmdAH.c: Fix cases where value returned by * generic/tclEvent.c: Tc... check-in: 5139ef090c user: dgp tags: core-8-5-branch | |
|
2010-09-18
| ||
| 23:14 | * doc/file.n (file readlink): [Bug 3070580]: Typofix. check-in: e57507e2c6 user: dkf tags: core-8-5-branch | |
|
2010-09-15
| ||
| 15:43 | update file generated by 'make dist' check-in: 262cde830e user: dgp tags: core-8-5-branch | |
|
2010-09-10
| ||
| 13:02 | * doc/regsub.n: [Bug 3063568]: Fix for gotcha in example due to Tcl's special handling of backslas... check-in: 1d67108b33 user: dkf tags: core-8-5-branch | |
|
2010-09-08
| ||
| 17:38 | * changes: Update for 8.5.9 release. check-in: 7f1e1062ab user: dgp tags: core-8-5-9, core-8-5-branch | |
| 16:53 | * doc/tm.n: Added underscore to the set of characters accepted in module names. This is true for ... check-in: 6786ad523b user: andreas_kupries tags: core-8-5-branch | |
| 15:42 | * win/tclWin32Dll.c: #ifdef protections to permit builds with * win/tclWinChan.c:... check-in: 48191d3979 user: dgp tags: core-8-5-branch | |
|
2010-09-06
| ||
| 12:57 | Backport blkcnt_t detection/usage. check-in: 9f550ab4d6 user: stwo tags: core-8-5-branch | |
|
2010-09-02
| ||
| 20:01 | Tag for RC4 release (again) check-in: 299bcc8b69 user: dgp tags: core-8-5-branch | |
| 19:50 | * doc/glob.n: Fixed documentation ambiguity regarding the handling of -join. check-in: 33010d3b4d user: andreas_kupries tags: core-8-5-branch | |
| 18:30 | * library/safe.tcl (::safe::AliasGlob): Fixed another problem, the option -join does not stop opt... check-in: 64be15e1e0 user: andreas_kupries tags: core-8-5-branch | |
| 18:03 | Tag for RC4 release check-in: 160be86ba4 user: dgp tags: core-8-5-branch | |
| 04:52 | * library/safe.tcl (::safe::AliasGlob): Moved the command extending the actual glob command with ... check-in: 114a940280 user: andreas_kupries tags: core-8-5-branch | |
|
2010-09-01
| ||
| 20:07 | * changes: Update for 8.5.9 release. check-in: 97a0d7c7dd user: dgp tags: core-8-5-branch | |
| 19:42 | * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff to * generic/tclVar.c: make the beha... check-in: e6f97d1e4a user: andreas_kupries tags: core-8-5-branch | |
| 15:45 | Tag for R2 release check-in: 552822d3bb user: dgp tags: core-8-5-branch | |
| 15:41 | * tools/tcltk-man2html.tcl: Improve handling of cross-links for options between Ttk manual pages. check-in: 09a3a34e63 user: dkf tags: core-8-5-branch | |
| 15:06 | * doc/Tcl.n: Avoid nroff hazards when generating documentation. check-in: 4b388593e9 user: dkf tags: core-8-5-branch | |
| 14:25 | Tag for RC2 release check-in: f859cb8157 user: dgp tags: core-8-5-branch | |
|
2010-08-31
| ||
| 20:46 | * win/tcl.m4: Applied patch by Jeff fixing issues with the manifest handling on Win64. * win/con... check-in: 3bc99598f5 user: andreas_kupries tags: core-8-5-branch | |
|
2010-08-30
| ||
| 14:14 | Tag for RC1 release check-in: aca284e37a user: dgp tags: core-8-5-branch | |
|
2010-08-29
| ||
| 15:40 | * doc/dict.n: [Bug 3046999]: Corrected cross reference to array manpage to refer to (correct) exis... check-in: 1695352703 user: dkf tags: core-8-5-branch | |
|
2010-08-27
| ||
| 00:16 | note unix/configure change check-in: 73a189669d user: hobbs tags: core-8-5-branch | |
| 00:15 | * unix/configure, unix/tcl.m4: SHLIB_LD_LIBS='${LIBS}' for OSF1-V*. Add /usr/lib64 to set of auto-... check-in: 264726aabf user: hobbs tags: core-8-5-branch | |
| 00:09 | * win/Makefile.in (VC_MANIFEST_EMBED_DLL VC_MANIFEST_EMBED_EXE): * win/configure, win/configure.in... check-in: e10d217c9e user: hobbs tags: core-8-5-branch | |
|
2010-08-24
| ||
| 18:30 | * changes: Update for 8.5.9 release. check-in: c84d150ccd user: dgp tags: core-8-5-branch | |
|
2010-08-23
| ||
| 19:59 | * library/tzdata/Africa/Cairo: * library/tzdata/Asia/Gaza: Olson's tzdata2010l. check-in: 6f255d05cd user: kennykb tags: core-8-5-branch | |
| 19:57 | * library/tzdata/Africa/Cairo: * library/tzdata/Asia/Gaza: Olson's tzdata2010l. check-in: 60c4fb3055 user: kennykb tags: core-8-5-branch | |
|
2010-08-19
| ||
| 10:04 | * generic/tclTrace.c (TraceExecutionObjCmd, TraceCommandObjCmd) (TraceVariableObjCmd): [Patch 3048... check-in: b7f158dc0f user: dkf tags: core-8-5-branch | |
|
2010-08-16
| ||
| 08:41 | regen check-in: 70aa8f85ce user: das tags: core-8-5-branch | |
| 08:37 | regen check-in: 87d2837303 user: das tags: core-8-5-branch | |
|
2010-08-15
| ||
| 16:16 | * generic/tclProc.c (ProcWrongNumArgs): [Bug 3045010]: Make the handling of passing the wrong numb... check-in: aab32b0944 user: dkf tags: core-8-5-branch | |
|
2010-08-12
| ||
| 08:55 | * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): [Bug 2826551, Patch 2948425]: Backport of updates to make... check-in: bc4ad84fe0 user: dkf tags: core-8-5-branch | |
| 00:11 | * unix/ldAix: remove ancient (pre-4.2) AIX support * unix/configure: regen with ac-2... check-in: fffa256274 user: hobbs tags: core-8-5-branch | |
|
2010-08-10
| ||
| 20:48 | * generic/tclUtil.c (TclByteArrayMatch): patterns may not be null-terminated, so acc... check-in: 6955f9dc51 user: hobbs tags: core-8-5-branch | |
|
2010-08-05
| ||
| 17:12 | * changes: Update for 8.5.9 release. check-in: cb4a497d66 user: uid37551 tags: core-8-5-branch | |
|
2010-08-04
| ||
| 19:45 | * unix/tclUnixFCmd.c: adjust license header as per ftp://ftp.cs.berkeley.edu/pub/4bs... check-in: 7d28ce9f5f user: hobbs tags: core-8-5-branch | |
| 19:37 | fix DFARs note for number-adjusted rights clause check-in: 661c9f0ba2 user: hobbs tags: core-8-5-branch | |
| 19:17 | * win/tclWin32Dll.c (asciiProcs, unicodeProcs): * win/tclWinLoad.c (TclpDlopen): 'lo... check-in: c33c6a7479 user: hobbs tags: core-8-5-branch | |
| 19:14 | * win/Makefile.in (%.${OBJEXT}): better implicit rules support check-in: b3dce4ee33 user: hobbs tags: core-8-5-branch | |
| 17:02 | * generic/tcl.h: Bump to 8.5.9 for release. * library/init.tcl: * too... check-in: d2331867f4 user: dgp tags: core-8-5-branch | |
| 16:47 | * generic/tclIORChan.c: [Bug 3034840]: Fixed reference counting * tests/ioCmd.test: in InvokeTclM... check-in: a34aac33af user: andreas_kupries tags: core-8-5-branch | |
|
2010-08-03
| ||
| 20:06 | Test iocmd-32.2 tests for Bug 3034840 check-in: 83eca62d8d user: dgp tags: core-8-5-branch | |
| 17:16 | * tests/var.test (var-19.1): [Bug 3037525]: Added test demonstrating the local hashtable deletion... check-in: fddfdf84f5 user: andreas_kupries tags: core-8-5-branch | |
| 16:50 | * tests/info.test (info-39.1, test_info_frame): Changed absolute to relative frame adressing to h... check-in: 3afaa5e1ff user: andreas_kupries tags: core-8-5-branch | |
| 13:19 | * changes: Update for 8.5.9 release. check-in: 1b40741101 user: dgp tags: core-8-5-branch | |
|
2010-08-02
| ||
| 19:12 | * library/tzdata/America/Bahia_Banderas: * library/tzdata/Pacific/Chuuk: * library/tzdata/Pacific/Po... check-in: 9808871b8d user: kennykb tags: core-8-5-branch | |
|
2010-07-31
| ||
| 18:10 | * generic/tclVar.c: fix for crash [Bug 3037525]: lose fickle optimisation in TclDeleteVars (used f... check-in: 7db93adfa3 user: msofer tags: core-8-5-branch | |
|
2010-07-25
| ||
| 10:13 | [Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6: revert tclInt.h to what it was before, a... check-in: 7d3080be8b user: nijtmans tags: core-8-5-branch | |
|
2010-07-17
| ||
| 07:42 | [Bug 3030870] make itcl 3.x built with pre-8.6 work in 8.6 check-in: 2abdbdef38 user: nijtmans tags: core-8-5-branch | |
|
2010-07-02
| ||
| 20:58 | * generic/tclExecute.c (IllegalExprOperandType): [Bug 3024379]: Made sure that errors caused by an... check-in: e5bab5e8b8 user: dkf tags: core-8-5-branch | |
| 20:49 | [Bug #803489] Tcl_FindNamespace problem in the Stubs table check-in: 70f70c32ff user: nijtmans tags: core-8-5-branch | |
|
2010-06-30
| ||
| 23:31 | * doc/mathop.n: [Bug 3023165]: Fix typo that was preventing proper rendering of the exclusive-or o... check-in: 0a9422ffb9 user: dkf tags: core-8-5-branch | |
|
2010-06-28
| ||
| 08:24 | [Bug 3019634] errno.h and tclWinPort.h have conflicting definitions. check-in: 267afb1dbc user: nijtmans tags: core-8-5-branch | |
|
2010-06-24
| ||
| 14:22 | [Bug 3019634] errno.h and tclWinPort.h have conflicting definitions. check-in: 0fd50a9685 user: nijtmans tags: core-8-5-branch | |
| 14:21 | [Bug 3019634] errno.h and tclWinPort.h have conflicting definitions. check-in: 6890a4a02e user: nijtmans tags: core-8-5-branch | |
|
2010-06-22
| ||
| 12:12 | * generic/tclCmdIL.c (Tcl_LsetObjCmd): [Bug 3019351]: Corrected wrong args message. check-in: 628405d346 user: dkf tags: core-8-5-branch | |
|
2010-06-18
| ||
| 12:43 | * library/init.tcl (auto_execok): [Bug 3017997]: Add .cmd to the default list of extensions that w... check-in: e923972936 user: dkf tags: core-8-5-branch | |
|
2010-06-16
| ||
| 13:13 | Add .so to .cvsignore check-in: 6d0300730b user: nijtmans tags: core-8-5-branch | |
| 10:40 | [Bug 3016135] traceback using clock format with locale of he_IL check-in: 76caa253b1 user: nijtmans tags: core-8-5-branch | |
|
2010-06-09
| ||
| 20:11 | * library/platform/platform.tcl: Added OSX Intel 64bit * library/platform/pkgIndex.tcl: Package u... check-in: 2206e62275 user: andreas_kupries tags: core-8-5-branch | |
|
2010-05-26
| ||
| 21:56 | * doc/socket.n: [Bug 3007442]: Server sockets never took a host argument, so the list of options m... check-in: 2b63642e45 user: dkf tags: core-8-5-branch | |
|
2010-05-25
| ||
| 10:37 | [Bug 2991415]: tclport.h #included before limits.h check-in: 8a1fe782a4 user: nijtmans tags: core-8-5-branch | |
|
2010-05-21
| ||
| 12:51 | [Bug #3005233] fix for build on OpenBSD vax check-in: e0957d3c69 user: nijtmans tags: core-8-5-branch | |
| 12:18 | installData.tcl: Make sure that copyDir only receives normalized paths. tclPlatDecls.h: Fix <tchar.h... check-in: 624625fe98 user: nijtmans tags: core-8-5-branch | |
|
2010-05-20
| ||
| 08:55 | [Backport] Also check the reverse path of dict->list EIAS violation. check-in: b34b2f2db9 user: ferrieux tags: core-8-5-branch | |
|
2010-05-19
| ||
| 22:04 | Backport of fix for [Bug 3004007], EIAS violation in list-dict conversions. check-in: 716909f303 user: ferrieux tags: core-8-5-branch | |
| 21:47 | Backport of fix for [Bug 3004007], EIAS violation in list-dict conversions. check-in: 506c349610 user: ferrieux tags: core-8-5-branch | |
|
2010-05-07
| ||
| 20:16 | * library/platform/platform.tcl: Fix cpu name for Solaris/Intel 64bit. * library/platform/pkgInde... check-in: e595e97051 user: andreas_kupries tags: core-8-5-branch | |
|
2010-04-30
| ||
| 20:59 | * generic/tclBinary.c (UpdateStringOfByteArray): Add panic when the generated... check-in: 60f3c2eb36 user: dgp tags: core-8-5-branch | |
|
2010-04-29
| ||
| 21:24 | Typo check-in: 80d1e76e88 user: andreas_kupries tags: core-8-5-branch | |
| 21:19 | * library/platform/platform.tcl: Another stab at getting the /lib, * library/platform/pkgIndex.tc... check-in: ac1de9bded user: andreas_kupries tags: core-8-5-branch | |
| 15:55 | * library/tzdata/Antarctica/Macquarie: * library/tzdata/Africa/Casablanca: * library/tzdata/Afr... check-in: 366f666db6 user: kennykb tags: core-8-5-branch | |
|
2010-04-19
| ||
| 07:40 | Fix [Patch 2986105]: conditionally defining strcasecmp/strncasecmp check-in: 322a3e1315 user: nijtmans tags: core-8-5-branch | |