Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
88 check-ins using file unix/tclUnixFile.c version 198f169531
|
2002-09-03
| ||
| 02:01 | * unix/tclUnixChan.c (Tcl_MakeTcpClientChannel): make sure to init flags field of TcpState ptr to ... check-in: c92bd9a23d user: hobbs tags: trunk | |
|
2002-09-02
| ||
| 23:39 | * unix/configure: * unix/tcl.m4: added 64-bit gcc compilation support on HP-11. [Patch #601051] (... check-in: 028c4fdbb0 user: hobbs tags: trunk | |
| 20:10 | Bumped version number to 8.4.0 check-in: b532c8db30 user: hobbs tags: trunk | |
| 20:10 | * generic/tclInterp.c (SlaveCreate): make sure that the memory and checkmem commands are initializ... check-in: 25a53d421c user: hobbs tags: trunk | |
| 19:27 | * unix/tclUnixInit.c (Tcl_MacOSXGetLibraryPath): made this static function only appear when HAVE_C... check-in: 7d7782e59a user: hobbs tags: trunk | |
| 19:27 | * tests/http.test (http-3.11): added close $fp that was causing an error on Windows because the fi... check-in: e4a85ee8d6 user: hobbs tags: trunk | |
| 19:27 | * tests/exec.test: marked exec-18.1 unixOnly until the Windows incompatability (in the test, not t... check-in: 96736f2971 user: hobbs tags: trunk | |
| 19:27 | * win/tclWinConsole.c (ConsoleCloseProc): only wait on writable pipe if there was something to wri... check-in: e9aec54546 user: hobbs tags: trunk | |
|
2002-08-31
| ||
| 13:27 | * unix/tcl.m4: added TK_SHLIB_LD_EXTRAS analogue of existing TCL_SHLIB_LD_EXTRAS for linker settin... check-in: a0d741025b user: das tags: trunk | |
| 06:09 | *** macosx-8-4-branch merged into the mainline [tcl patch #602770] *** * generic/tcl.decls: added... check-in: ac07f034c7 user: das tags: trunk, macosx-8-4-merge-2002-08-31-trunk | |
|
2002-08-29
| ||
| 19:02 | * win/tclWinThrd.c (TclpFinalizeThreadData, TclWinFreeAllocCache): Applied patch for bug #59942... check-in: 9fb15282b0 user: andreas_kupries tags: trunk, macosx-8-4-premerge-2002-08-31-trunk, macosx-8-4-merge-2002-08-30-trunk | |
|
2002-08-28
| ||
| 22:49 | no message check-in: ed24b018a2 user: davygrvy tags: trunk | |
| 22:48 | * generic/tclEnv.c: * unix/configure.in: * win/tclWinPort.h: putenv() on some systems copies the... check-in: 2985f5f43a user: davygrvy tags: trunk | |
| 14:46 | More people should automatically reach for the list command in conjunction with the eval command fol... check-in: d3b5324f96 user: dkf tags: trunk | |
| 08:47 | Cache handling of ac_cv_type_socklen_t was wrong. [Bug 600931] check-in: cdd98cf3ae user: dkf tags: trunk | |
|
2002-08-26
| ||
| 17:38 | 2002-08-26 Miguel Sofer <msofer@users.sourceforge.net> * generic/tclCompCmds.c: fix for [Bug 599... check-in: 22ac3d3f36 user: msofer tags: trunk | |
| 13:05 | * generic/tclThreadAlloc.c: small optimisation, reducing the new allocator's overhead. check-in: facfeb86d7 user: msofer tags: trunk | |
|
2002-08-24
| ||
| 01:29 | 2002-08-23 Miguel Sofer <msofer@users.sourceforge.net> * generic/tclObj.c (USE_THREAD_ALLOC): fi... check-in: f6b3630f19 user: msofer tags: trunk | |
|
2002-08-23
| ||
| 21:07 | * generic/tclThreadAlloc.c (USE_THREAD_ALLOC): moving objects between caches as a block, instead o... check-in: 919a9e1ad0 user: msofer tags: trunk | |
|
2002-08-22
| ||
| 15:57 | * generic/tclBasic.c: * generic/tclCmdMZ.c: fix for freed memory r/w in delete traces [Bug 589863... check-in: a67b8218c5 user: msofer tags: trunk | |
| 00:52 | * win/Makefile.in (CFLAGS): * unix/Makefile.in (MEM_DEBUG_FLAGS): Added usage of @MEM_DEBUG_FLAGS... check-in: 26d5a58144 user: andreas_kupries tags: trunk | |
|
2002-08-20
| ||
| 18:33 | * generic/tclCkalloc.c: CONSTified MemoryCmf and CheckmemCmd. check-in: a79277f712 user: dgp tags: trunk, macosx-8-4-merge-2002-08-20-trunk | |
| 15:33 | * README: Bumped version number to 8.4b3 to distinguish * generic/tcl.... check-in: 029bda30b1 user: dgp tags: trunk | |
| 03:03 | * unix/tclUnixTest.c (TestfilehandlerCmd): Changed readable/writable to the more common readabl... check-in: 53f26a9083 user: andreas_kupries tags: trunk | |
|
2002-08-16
| ||
| 13:58 | Added test. check-in: 1bb7a31db3 user: dkf tags: trunk | |
| 13:45 | Added documentation note to remind authors of object type implementations to keep their objects with... check-in: 3d458cd899 user: dkf tags: trunk | |
| 13:37 | * generic/tclIOUtil.c (SetFsPathFromAny): Objects should only have their old representation delete... check-in: 61f3bb5aa8 user: dkf tags: trunk | |
|
2002-08-14
| ||
| 17:31 | * generic/tclInt.h: * generic/tclObj.c: (code cleanup) factored the parts in the macros TclNewObj... check-in: e9d1065835 user: msofer tags: trunk | |
|
2002-08-13
| ||
| 20:35 | typo in Changelog entry of 2002-04-16 check-in: 418f4b52eb user: msofer tags: trunk | |
|
2002-08-12
| ||
| 12:24 | Missing Changelog entry for previous commit: * generic/tclCmdMZ.c: fixing UMR in delete traces, [Bu... check-in: e75175d26a user: msofer tags: trunk | |
| 12:23 | * generic/tclCmdMZ.c: fixing UMR in delete traces, [Bug 589863]. check-in: 67642dd640 user: msofer tags: trunk | |
|
2002-08-09
| ||
| 00:15 | no message check-in: 797dbad277 user: davygrvy tags: trunk | |
| 00:13 | Fixed $argv handling bug where if -bitmap wasn't specified $argc was off by one. check-in: a1b2c7081d user: davygrvy tags: trunk | |
|
2002-08-08
| ||
| 22:11 | corrected lsearch docs to use -inline in examples check-in: 1840c4bba4 user: hobbs tags: trunk | |
| 18:19 | * tests/uplevel.test: added 6.1 to test [uplevel] with shadowed commands [Bug 524383] check-in: efb6e09529 user: msofer tags: trunk | |
| 15:28 | * tests/subst.test: added 5.8-10 as further tests for [Bug 495207] check-in: 4b5fc76026 user: msofer tags: trunk | |
| 14:50 | * tests/README: Noted removal of defs.tcl. check-in: 44be5390e4 user: dgp tags: trunk | |
| 10:49 | 8.4b2 tag note check-in: 945f0deb05 user: hobbs tags: trunk, core-8-4-b2 | |
| 10:41 | [Patch #591647] (darley) (CopyRenameOneFile): this is currently disabled by default until further... check-in: eda141e5d3 user: hobbs tags: trunk | |
| 08:56 | * tests/fCmd.test: * tests/unixFCmd.test: updated tests for new link copy behavior. * generic/tcl... check-in: 2912293401 user: hobbs tags: trunk | |
| 08:55 | slight wording improvements check-in: c91b005d55 user: hobbs tags: trunk | |
|
2002-08-07
| ||
| 17:13 | * docs/BoolObj.3: added description of valid string reps for a boolean object [Bug 584794] * gene... check-in: 599315865e user: msofer tags: trunk | |
| 15:50 | * generic/tclCompile.h: * generic/tclObj.c: making tclCmdNameType static ([Bug 584567], Don Porte... check-in: 3080d8205d user: msofer tags: trunk | |
| 14:24 | * generic/tclObj.c (Tcl_NewObj): added conditional code for USE_THREAD_ALLOC; objects allocated th... check-in: d6086ae38b user: msofer tags: trunk | |
|
2002-08-06
| ||
| 01:49 | * generic/tclInt.decls: * unix/tclUnixThrd.c: Added stubs and implementations for non-threaded bu... check-in: 23c61ff933 user: das tags: trunk | |
|
2002-08-05
| ||
| 22:36 | * library/tcltest/tcltest.tcl: The setup and cleanup scripts are now * library/tclt... check-in: e6f67378c3 user: dgp tags: trunk | |
| 15:01 | * generic/tcl.decls: Restored Tcl_Concat to return (char *). Like * generic/tclD... check-in: 50d2abdc1c user: dgp tags: trunk | |
| 03:24 | * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ify * doc/Concat.3: ... check-in: e476c22fec user: dgp tags: trunk | |
|
2002-08-01
| ||
| 22:17 | * generic/tclExecute.c: bugfix (reading freed memory). Testsuite passed on linux/i386, compile-13.1 ... check-in: e8629e9570 user: msofer tags: trunk | |
| 20:13 | Messed up the message in the previous commit, it should have read: * generic/tclExecute.c: added a r... check-in: da2516d7c3 user: msofer tags: trunk | |
| 20:02 | * generic/tclInt.h (USE_THREAD_ALLOC): for unshared objects, check-in: 61def9af65 user: msofer tags: trunk | |
| 18:32 | * generic/tclCkalloc.c (TclFinalizeMemorySubsystem): Don't lock the ckalloc mutex before invoking ... check-in: a36efcbf5f user: mdejong tags: trunk | |
| 13:05 | * win/tclWinPort.h: The windows headers don't provide socklen_t, so we have to do it. check-in: fea397058c user: rmax tags: trunk | |
|
2002-07-31
| ||
| 14:57 | TclDecrRefCount under USE_THREAD_ALLOC: free intRep first, then string rep [Bug 524802] check-in: a00ae5c2d6 user: msofer tags: trunk | |
| 12:34 | * generic/tclInterp.c: signed/unsigned comparison warning fixed check-in: b074efc4ba user: msofer tags: trunk | |
| 10:45 | * unix/tcl.m4 (SC_BUGGY_STRTOD): Enabled caching of test results. check-in: 95bd716a83 user: dkf tags: trunk | |
| 10:24 | * unix/tcl.m4 (SC_BUGGY_STRTOD): Solaris 2.8 still has a buggy strtod() implementation; make sure ... check-in: 4b6878ba1b user: dkf tags: trunk | |
| 09:57 | Comment formatting fixes check-in: 834a7bdb00 user: dkf tags: trunk | |
| 09:33 | * tests/expr.test (expr-22.*): Marked as non-portable because it seems that these tests have an an... check-in: fcc047ebfc user: dkf tags: trunk | |
|
2002-07-30
| ||
| 18:36 | * tests/io.test: * generic/tclIO.c (WriteChars): Added flag to break out of loop if nothing of... check-in: e3952500b8 user: andreas_kupries tags: trunk | |
|
2002-07-29
| ||
| 23:00 | * unix/Makefile.in: Use CC_SEARCH_FLAGS instead of LD_SEARCH_FLAGS when linking with ${CC}. * uni... check-in: b61657c663 user: mdejong tags: trunk | |
| 16:54 | * unix/tcl.m4 (SC_SERIAL_PORT): Fixed detection for cases when ... check-in: 80c49e7297 user: rmax tags: trunk | |
| 15:58 | Fixing incomplete Changelog entry check-in: c158c9a0fe user: msofer tags: trunk | |
| 15:56 | bugfix, new tests for new [interp alias] code check-in: 86e71c5d61 user: msofer tags: trunk | |
| 12:28 | Dump junk spaces... check-in: 6a66fc9f19 user: dkf tags: trunk | |
| 12:27 | Extra comments for arguments check-in: a1d98aa515 user: dkf tags: trunk | |
| 10:56 | Fixes for regexp issues raised in [Bug 578363]. Lots of thanks to pvgoran@users.sf.net for tracking ... check-in: 8cfaf94bd8 user: dkf tags: trunk | |
| 00:25 | Fix for [Bug 582522] - aliases now fire execution traces on the target command. Optimisation of alia... check-in: 81bf54a155 user: msofer tags: trunk | |
|
2002-07-28
| ||
| 03:15 | * unix/Makefile.in: Revert fix for Tcl bug 529801 since it was incorrect and broke the build on o... check-in: e1f1545c04 user: mdejong tags: trunk | |
|
2002-07-27
| ||
| 21:17 | * generic/tclExecute.c: fixed Tcl_Obj leak in code corresponding to the macro NEXT_INST_V(x, 0, 1)... check-in: a6dca03400 user: msofer tags: trunk | |
| 01:44 | * generic/tclVar.c (TclObjLookupVar): leak fix and improved comments. check-in: 61efdac950 user: msofer tags: trunk | |
|
2002-07-26
| ||
| 21:41 | * generic/tclVar.c (TclLookupVar): removed early returns that prevented the parens from being rest... check-in: 997e3c748a user: hobbs tags: trunk | |
| 18:51 | * generic/tclExecute.c: * tests/expr-old.test: fix for erroneous error messages in [expr], [Bug 5... check-in: fd76c6306b user: msofer tags: trunk | |
|
2002-07-25
| ||
| 22:06 | Fix for Tk Bug #219218 "error handling with bgerror in Tk" check-in: a39c4f624f user: jenglish tags: trunk | |
|
2002-07-24
| ||
| 23:20 | * generic/tclExecute.c: restoring full TCL_COMPILE_DEBUG functionality. check-in: 5f71f67e78 user: msofer tags: trunk | |
| 21:05 | * tests/unixInit.test: relaxed unixInit-3.1 to accept iso8859-15 as a valid C encodi... check-in: 05616207b2 user: dgp tags: trunk | |
| 15:40 | * generic/tclExecute.c: restoring the tcl_traceCompile functionality while I repair tcl_traceExec. ... check-in: c3bd634366 user: msofer tags: trunk | |
| 13:51 | * unix/Makefile.in: * unix/configure.in: corrected fix for [Bug 529801]: ranlib only needed for s... check-in: 455e67ee4b user: das tags: trunk | |
|
2002-07-23
| ||
| 18:37 | touch up ChangeLog entry check-in: 66ba301e9a user: mdejong tags: trunk | |
| 18:17 | Man page updates from Larry Virden. check-in: 133521463e user: jenglish tags: trunk | |
| 17:32 | * unix/configure: Regen. * unix/tcl.m4 (SC_CONFIG_CFLAGS): Enable 64 bit compilation when using t... check-in: 62b8c71a34 user: mdejong tags: trunk | |
| 17:30 | * unix/Makefile.in: Combine ranlib tests and avoid printing unless ranlib is actually run. check-in: fd6a09fbf1 user: mdejong tags: trunk | |
| 17:22 | * unix/tcl.m4 (SC_PATH_X): Set XINCLUDES to "" instead of "# no special path needed" or "# no incl... check-in: 505c77455e user: mdejong tags: trunk | |
|
2002-07-22
| ||
| 16:57 | removed load-related clientData, made filesystem static check-in: f182692e41 user: vincentdarley tags: trunk | |
| 16:51 | removed load-related clientData, made filesystem static check-in: 2174b09a78 user: vincentdarley tags: trunk | |
| 10:04 | Allowed parser to recognise 'Inf' as a floating-point number. [Bug 218000] Also produce better error... check-in: 45c9659683 user: dkf tags: trunk | |
|
2002-07-21
| ||
| 17:03 | * Silence compiler warning. [Bug 584408] check-in: 84f12eedf1 user: dgp tags: trunk | |
|
2002-07-20
| ||
| 01:01 | vfs fixes check-in: 9e72205132 user: vincentdarley tags: trunk | |