Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
138 check-ins using file generic/tclProc.c version 8b2795250d
|
2004-03-09
| ||
| 12:57 | glob -path fix for near filesystem root check-in: 43b58eb623 user: vincentdarley tags: trunk | |
| 12:54 | glob -path fix for near filesystem root check-in: cd921511a7 user: vincentdarley tags: trunk | |
|
2004-03-08
| ||
| 16:34 | * generic/tclParse.c (TclParseInit): Modified TclParseInit so * generic/tclTest.c... check-in: ffd089be31 user: dgp tags: trunk | |
| 01:53 | reformatted a comment I had once moved so it doesn't exceed 74 colums. check-in: c3199a26cf user: davygrvy tags: trunk | |
| 01:51 | some silly reformatting changes to remove useless whitespace. check-in: 958f519d14 user: davygrvy tags: trunk | |
| 01:50 | added a slot position for a project of my own. check-in: 0f0dfb3fa4 user: davygrvy tags: trunk | |
| 01:50 | Checks MSDevDir, not MSVCDir envar. check-in: b5776c465d user: davygrvy tags: trunk | |
|
2004-03-05
| ||
| 21:27 | * win/configure: Regen. * win/configure.in: Check for define of MWMO_ALERTABLE in winuser.h. * w... check-in: 2dd40b62f0 user: mdejong tags: trunk | |
| 16:36 | * generic/tclTest.c: Modified TesteventObjCmd to use a Tcl_QueuePosition in place of an 'int' for t... check-in: 6b18cc1df5 user: kennykb tags: trunk | |
| 15:48 | * tests/registry.test: Applied fix from Patch #910174 to make the test for an English-language ... check-in: 2c9ca622ea user: kennykb tags: trunk | |
| 14:06 | hidden unix-specific implementations of file volumes and file attributes under #ifndef DJGPP. Added ... check-in: 8616737a8a user: vbwagner tags: trunk | |
|
2004-03-04
| ||
| 23:25 | * generic/tclInt.h (TclParseInit): Factored the common code * generic/tclParse.... check-in: c12d51f5d1 user: dgp tags: trunk | |
| 23:02 | Applied fix from #766159 for Win98 registry to skip unicode tests. check-in: a3e24a02e0 user: patthoyts tags: trunk | |
| 22:39 | * generic/tclParse.c (InitParse): Factored the common code for initializing a ... check-in: e4a6a58133 user: dgp tags: trunk | |
| 15:10 | Added TIP #100 support to the registry package (patch #903831) This provides a Windows test of the T... check-in: e9c5a80862 user: patthoyts tags: trunk | |
| 09:40 | Fix minor syntax problems. [Bug 909288] check-in: 285f8155e0 user: dkf tags: trunk | |
|
2004-03-03
| ||
| 23:58 | minor doc fixes for html conversion check-in: 19368459df user: hobbs tags: trunk, core-8-5-a1 | |
| 23:26 | whitespace mods check-in: c108dc0c63 user: hobbs tags: trunk | |
| 23:26 | note TIP#124 changes check-in: d80a777066 user: hobbs tags: trunk | |
| 22:49 | updated changes for 8.5a1 check-in: 5f997cc298 user: hobbs tags: trunk | |
| 10:47 | no message check-in: 736b7a5a56 user: davygrvy tags: trunk | |
| 10:47 | fixed some commentary. check-in: 61969488ef user: davygrvy tags: trunk | |
| 10:44 | * win/tclWinNotify.c (Tcl_WaitForEvent) : Allows an idling notifier to service "Asynchronous Procedu... check-in: cc0704a50f user: davygrvy tags: trunk | |
| 09:11 | no message check-in: 6d1a4b90d2 user: davygrvy tags: trunk | |
| 09:10 | default environment variable for VC++ is %MSDevDir% not %MSVCDir%, although vcvars32.bat sets both. check-in: d5c1be6b3c user: davygrvy tags: trunk | |
|
2004-03-02
| ||
| 00:42 | update patchlevel to 8.5a1 check-in: 28d3b065c8 user: hobbs tags: trunk | |
| 00:41 | update HP-11 build libs setup check-in: a462c3aeae user: hobbs tags: trunk | |
|
2004-03-01
| ||
| 19:27 | Update changes for 8.4.6 release. check-in: ff98c9801c user: dgp tags: trunk | |
| 18:01 | * unix/tcl.m4 (SC_CONFIG_CFLAGS): Allow 64-bit enabling on IRIX64-6.5* systems... check-in: a2b66a2187 user: dgp tags: trunk | |
| 17:33 | * generic/tclTrace.c (TclCheckInterpTraces): The TIP 62 * generic/tclTest.c (Test... check-in: fbc9a80268 user: dgp tags: trunk | |
|
2004-02-28
| ||
| 15:46 | more robust tests check-in: afdde5e5e0 user: vincentdarley tags: trunk | |
| 15:45 | removed 'the the' typos check-in: 6ba58f0303 user: vincentdarley tags: trunk | |
| 15:44 | test and documentation fixes check-in: c98c5a8e85 user: vincentdarley tags: trunk | |
|
2004-02-26
| ||
| 09:10 | * macosx/Makefile: fixed copyright year in Tcl.framework Info.plist check-in: 9ff2cb1d73 user: das tags: trunk | |
|
2004-02-25
| ||
| 23:56 | * tests/basic.test: Made several tests more robust to the * tests/cmdMZ.test: ... check-in: 0fb8324d96 user: dgp tags: trunk | |
| 16:17 | Missed a pointer dereference in check for NULL. D'oh! [904307] check-in: 53abe20838 user: dkf tags: trunk | |
| 14:50 | Fix memleak with long hostnames. [Bug 888777] check-in: 0a8ace07ca user: dkf tags: trunk | |
| 14:12 | * win/tclWinDde.c: Removed some gcc warnings - except for the -Wconversion warning for GetGlobalAt... check-in: ff97c10f82 user: patthoyts tags: trunk | |
|
2004-02-24
| ||
| 23:02 | Regen check-in: 66634dd693 user: dkf tags: trunk | |
| 22:58 | TIP#100 implementation largely based on work by Georgios Petasis. check-in: 4f599936a4 user: dkf tags: trunk | |
|
2004-02-23
| ||
| 10:43 | Fix memleak. [Bug 902562] check-in: d3278367b9 user: dkf tags: trunk | |
|
2004-02-21
| ||
| 12:48 | Fix memory leak on error path check-in: ccdf97e374 user: dkf tags: trunk | |
| 04:36 | no message check-in: bc2376f3b3 user: davygrvy tags: trunk | |
| 02:17 | (SocketThreadExitHandler): Don't call TerminateThread when WaitForSingleObject returns a timeout. T... check-in: 5952fe710d user: davygrvy tags: trunk | |
|
2004-02-20
| ||
| 18:38 | changes through 8.4.6 release check-in: 24cd087d17 user: dgp tags: trunk | |
|
2004-02-18
| ||
| 01:41 | * doc/tcltest.n: * library/tcltest/tcltest.tcl: Changed -verbose default value to ... check-in: a6db62923b user: dgp tags: trunk | |
| 01:30 | add constraints to unixInit-7.1 check-in: d30acaa0b8 user: hobbs tags: trunk | |
| 01:06 | Whitespace police check-in: 10b901b784 user: dgp tags: trunk | |
|
2004-02-17
| ||
| 23:50 | * tests/unixInit.test (unixInit-7.1): * unix/tclUnixInit.c (TclpInitPlatform): ensure the std fds ... check-in: 2f989b379a user: hobbs tags: trunk | |
| 20:55 | Fix for my bozo-ness. [Bug 898910] check-in: 38a9d30743 user: dkf tags: trunk | |
| 04:56 | * generic/tclTrace.c (TclTraceExecutionObjCmd) (TclTraceCommandObjCmd): fix possible mem leak in t... check-in: 9adbc9d47f user: hobbs tags: trunk | |
| 04:55 | clarify info exists vs. variables return result check-in: dab52bb35a user: hobbs tags: trunk | |
|
2004-02-12
| ||
| 23:19 | * win/tclWinInit.c (AppendEnvironment): Use the tail component of the passed in lib path instead ... check-in: dab9952df9 user: mdejong tags: trunk | |
|
2004-02-10
| ||
| 22:07 | no message check-in: eaf3758d7d user: davygrvy tags: trunk | |
| 22:04 | better macro grepping logic check-in: e404be82cc user: davygrvy tags: trunk | |
|
2004-02-08
| ||
| 01:44 | speling check-in: 9902152912 user: davygrvy tags: trunk | |
| 01:38 | minor bug fix for last commit. check-in: 35f211ff7b user: davygrvy tags: trunk | |
|
2004-02-07
| ||
| 21:47 | no message check-in: 57e94ff38f user: davygrvy tags: trunk | |
| 21:47 | * win/makefile.vc: * win/rules.vc: * win/tcl.rc: * win/tclsh.rc: Added an 'unchecked' option to the... check-in: cc4a3db7ed user: davygrvy tags: trunk | |
|
2004-02-06
| ||
| 16:48 | * doc/clock.n: Removed reference to non-existent [file ctime]. check-in: 75bae7c0e9 user: dgp tags: trunk | |
| 00:02 | no message check-in: 7cbbb6831c user: davygrvy tags: trunk | |
| 00:01 | * docs/tclvars.n: Added clarification of the ::tcl_platform(debug) var that it only refers to the fl... check-in: 36c5695448 user: davygrvy tags: trunk | |
|
2004-02-05
| ||
| 20:25 | * generic/tclFileName.c (SkipToChar): Corrected CONST and type-casting issues that... check-in: 41ccda6f8f user: dgp tags: trunk | |
|
2004-02-04
| ||
| 06:46 | typo check-in: 0275ac08d0 user: dgp tags: trunk | |
| 06:45 | * generic/tclCmdAH.c (StoreStateData): Removed improper refcount decrement of the v... check-in: a3caa70500 user: dgp tags: trunk | |
| 06:15 | * library/tcltest/tcltest.tcl: Corrected references to non-existent $name variable ... check-in: 9b2ed78e0d user: dgp tags: trunk | |
|
2004-02-03
| ||
| 18:51 | * library/tcltest/tcltest.tcl: Corrected parsing of single command line argument (o... check-in: ec96c9f4f8 user: dgp tags: trunk | |
|
2004-02-02
| ||
| 21:35 | minor formatting and some commentary. check-in: 59fb37143b user: davygrvy tags: trunk | |
| 21:33 | no message check-in: cac04cff9e user: davygrvy tags: trunk | |
| 21:31 | * generic/tclIO.c (Tcl_Ungets): fixed improper filling of the channel buffer. [Bug 405995] check-in: b0dd06df66 user: davygrvy tags: trunk | |
| 02:36 | * tests/winPipe.test: Six more cases added. * win/tclWinPipe.c: Fixed BuildCommandLine() to pass the... check-in: 50286521bc user: davygrvy tags: trunk | |
| 01:34 | * tests/winPipe.test: more cases with the "N backslashes followed a quote -> insert N * 2 + 1 backsl... check-in: d260547fb9 user: davygrvy tags: trunk | |
| 01:13 | no message check-in: 0dd1a6acbc user: davygrvy tags: trunk | |
| 01:13 | * tests/winPipe.test: Added proof that BuildCommandLine() is not doing the "N backslashes followed a... check-in: 3b1e20bff7 user: davygrvy tags: trunk | |
|
2004-02-01
| ||
| 23:37 | * tests/winPipe.test: Added proof that BuildCommandLine() is not doing the "N backslashes followed a... check-in: 298d5353d5 user: davygrvy tags: trunk | |
| 11:42 | no message check-in: 3fff4ffa6a user: davygrvy tags: trunk | |
| 10:28 | * win/nmakehlp.c: defensive techniques to avoid static buffer overflows and a couple envars upsettin... check-in: 2944745dc0 user: davygrvy tags: trunk | |
| 09:37 | * tests/winPipe.test: more pass-thru commandline verifications. * win/tclWinPipe.c (BuildCommandLine... check-in: 072413cbd2 user: davygrvy tags: trunk | |
|
2004-01-30
| ||
| 08:13 | no message check-in: 07eb715366 user: davygrvy tags: trunk | |
| 08:10 | * win/makefile.vc: Use the -GZ compiler switch when building for symbols. This is supposed to emula... check-in: 1df3e9186e user: davygrvy tags: trunk | |
|
2004-01-29
| ||
| 13:01 | fix to file normalization with links check-in: ea7a46acae user: vincentdarley tags: trunk | |
| 11:47 | fix to test and comment check-in: 11032aae7c user: vincentdarley tags: trunk | |
| 10:28 | filesystem fixes for '-force' consistency and picky compilers check-in: fff97fe116 user: vincentdarley tags: trunk | |
|
2004-01-28
| ||
| 23:56 | Speed improvements to SetBooleanFromAny's string handling whitespace/style policing check-in: 2611b2eb6e user: dkf tags: trunk | |
| 00:59 | no message check-in: 7c1b7dc268 user: davygrvy tags: trunk | |
| 00:56 | * win/nmakehlp.c: Use '.\nul' as the sourcefile name instead of 'nul' so VC 5.2 doesn't try searchin... check-in: 50878eedab user: davygrvy tags: trunk | |
|
2004-01-26
| ||
| 13:33 | filesystem documentation and tests check-in: 4837ad9131 user: vincentdarley tags: trunk | |
|
2004-01-23
| ||
| 10:59 | file normalize bug fixes for .. and . check-in: 53c4f86a01 user: vincentdarley tags: trunk | |
|
2004-01-22
| ||
| 03:06 | no message check-in: 40eef2a450 user: davygrvy tags: trunk | |
| 03:03 | mentions of 'panic' and 'panicVA' removed from the documentation. check-in: b6c6b09106 user: davygrvy tags: trunk | |
|
2004-01-21
| ||
| 19:59 | filesystem optimisation -- Three main issues accomplished: (1) cleaned up variable names in check-in: 9cfcca63fb user: vincentdarley tags: trunk | |
|
2004-01-20
| ||
| 15:49 | Whitespace minimisation check-in: 1b403006e0 user: dkf tags: trunk | |
| 15:40 | Minor comment improvements check-in: 5dac2d2955 user: dkf tags: trunk | |
| 15:39 | Minor whitespace/capitalization fixes check-in: b3c1b261c0 user: dkf tags: trunk | |
| 05:20 | no message check-in: f2a60767e6 user: davygrvy tags: trunk | |
| 05:18 | * win/tclWinPipe.c (Tcl_WaitPid): Fixed a thread-safety problem with the process list. The delayed ... check-in: 5940c523f9 user: davygrvy tags: trunk | |
|
2004-01-18
| ||
| 16:19 | Full bytecode compilation for [lassign] check-in: 9a1a37c9ae user: dkf tags: trunk | |
|
2004-01-17
| ||
| 07:31 | no message check-in: 4aaf6cf992 user: davygrvy tags: trunk | |
| 07:29 | added #pragma comment(lib, "advapi32.lib") when compiling under VC++ check-in: 4187620765 user: davygrvy tags: trunk | |
| 00:52 | Fix a shimmering bug check-in: 0d952b7fa6 user: dkf tags: trunk | |
| 00:38 | Minor fixes and update of UNIX documentation installer check-in: 62cc8bc440 user: dkf tags: trunk | |
| 00:28 | Basic implementation of TIP#57 - TclX's [lassign] command into Tcl core Not a direct copy * Better... check-in: 57030a2c1d user: dkf tags: trunk | |
|
2004-01-16
| ||
| 02:52 | no message check-in: 454e3b2da8 user: davygrvy tags: trunk | |
| 02:46 | Same change in how TCL_USE_STATIC_PACKAGES is used. check-in: 3ebae57864 user: davygrvy tags: trunk | |
| 02:42 | Some clean-up with how the resource files are built and how -DTCL_USE_STATIC_PACKAGES is sent when c... check-in: bb79714827 user: davygrvy tags: trunk | |
| 02:40 | Some clean-up with how the resource files are built. check-in: 0f93be7d06 user: davygrvy tags: trunk | |
|
2004-01-15
| ||
| 23:23 | document 'fullwarn' in the opening usage comments check-in: ca655ff7b0 user: davygrvy tags: trunk | |
| 23:09 | no message check-in: 6e8a08124c user: davygrvy tags: trunk | |
| 23:08 | Added new logic to crank-up the warning levels for both compile and link when $(FULLWARNINGS) is set... check-in: 2e5169c29a user: davygrvy tags: trunk | |
| 23:08 | * win/rules.vc: Added new 'fullwarn' to the CHECKS commandline macro; sets $(FULLWARNINGS). check-in: b6f4c0a1ef user: davygrvy tags: trunk | |
| 22:24 | no message check-in: a5ee97fe90 user: davygrvy tags: trunk | |
| 22:20 | * win/tclWinReg.c: Placed the requirement for advapi.lib into the object file itself with #paragma ... check-in: 6176b7ad8e user: davygrvy tags: trunk | |
| 21:53 | record bug report number check-in: 58e6d362c0 user: dgp tags: trunk | |
|
2004-01-14
| ||
| 22:07 | Allow [dict exists {a {b c}} d e] to not be an error. [Bug 871387] check-in: 45131a775e user: dkf tags: trunk | |
| 09:34 | Dict refcount fixes from Peter Spjuth. Thanks! [Bug 876170] check-in: 54f23bec93 user: dkf tags: trunk | |
|
2004-01-13
| ||
| 23:37 | * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): Silence compiler warnings. check-in: b986a19bed user: dgp tags: trunk | |
| 23:15 | Patch 876451: restores performance of [return]. Also allows forms such as [return -... check-in: 8727b42c2c user: dgp tags: trunk | |
| 17:13 | more detail check-in: ea75b3a19d user: dgp tags: trunk | |
| 17:13 | * generic/tclFileName.c (Tcl_GlobObjCmd): Latest changes to management of the inter... check-in: 884b1f7ddf user: dgp tags: trunk | |
| 09:42 | Fix shared object panics. [Bug 875395] check-in: 1a953d39a5 user: dkf tags: trunk | |
| 02:12 | 2004-01-09 edit check-in: 484c049a78 user: davygrvy tags: trunk | |
|
2004-01-12
| ||
| 18:50 | improved comments check-in: 46b0946107 user: msofer tags: trunk | |
| 18:21 | * generic/tclCompExpr.c (CompileLandOrLorExpr): cosmetic changes. check-in: f4eba2f0b3 user: msofer tags: trunk | |
| 03:28 | Fix a comment. check-in: 2afb845a06 user: msofer tags: trunk | |
| 03:23 | * generic/tclCompExpr.c (CompileLandOrLorExpr): new logic, fewer instructions. As a side effect, t... check-in: d0d26ee384 user: msofer tags: trunk | |
|
2004-01-11
| ||
| 20:45 | no message check-in: c4dfe68e26 user: davygrvy tags: trunk | |
| 20:38 | no message check-in: e234ac2dc1 user: davygrvy tags: trunk | |
| 20:36 | * win/tclWinThrd.c (Tcl_ConditionNotify): condPtr must be dereferenced to see if there are waiters... check-in: 6885a5fa49 user: davygrvy tags: trunk | |
|
2004-01-10
| ||
| 00:26 | no message check-in: a7eb027c89 user: davygrvy tags: trunk | |
| 00:24 | Added -DTCL_NO_DEPRECATED usage to makefile.vc. Called like this: nmake -af makefile.vc CHECKS=no... check-in: 9bff31696e user: davygrvy tags: trunk | |
|
2004-01-09
| ||
| 20:59 | no message check-in: 2aff60c745 user: davygrvy tags: trunk | |
| 20:55 | Renamed and deprecated #defines moved to within the #ifndef TCL_NO_DEPRECATED block. This alows us ... check-in: 39e2760edf user: davygrvy tags: trunk | |
| 15:22 | TclFinalizeFilesystem fix check-in: ffc8724479 user: vincentdarley tags: trunk | |
|
2003-12-26
| ||
| 04:12 | * win/tclWin32Dll.c (DllMain): Add HAVE_NO_SEH blocks in place of __try and __except statements t... check-in: e091eeb230 user: mdejong tags: trunk | |
|
2003-12-24
| ||
| 14:40 | typo fixes check-in: e63aa2f51c user: dgp tags: trunk | |
| 04:20 | no message check-in: 7419700723 user: davygrvy tags: trunk | |
| 04:20 | Deprected use of Tcl_Ckalloc changed to Tcl_Alloc in the TclAllocObjStorage macro. check-in: 19b15f1dba user: davygrvy tags: trunk | |
| 04:18 | All uses of 'panic' (the macro) changed to 'Tcl_Panic' (the function). The #define of panic in tcl.... check-in: 524a53e3b3 user: davygrvy tags: trunk | |