Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
38 check-ins using file generic/tclProc.c version a8d24916ed
|
2009-04-28
| ||
| 16:42 | * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the check to add _r to CC on AIX with thr... check-in: 37b40b2e2e user: hobbs tags: core-8-4-branch | |
|
2009-04-27
| ||
| 22:10 | Backport fix for [Bug 1028264]: WSACleanup() too early. The fix introduces "late exit handlers" for ... check-in: 19cb09b3ec user: ferrieux tags: core-8-4-branch | |
| 21:25 | Backport fix for [Bug 2446662]: resync Win behavior on RST with that of unix (EOF). check-in: 9fa32bd70a user: ferrieux tags: core-8-4-branch | |
|
2009-04-22
| ||
| 17:21 | * generic/tclStringObj.c (UpdateStringOfString): Added cast to fix signed/unsigned mismatch bre... check-in: 425b383f6f user: andreas_kupries tags: core-8-4-branch | |
|
2009-04-15
| ||
| 19:22 | UpdateStringOfString: matchup with core-8-5-branch changes check-in: 23808a5bdf user: das tags: core-8-4-branch | |
| 19:11 | * generic/tclStringObj.c: AppendUnicodeToUnicodeRep failed to set stringPtr->a... check-in: 9fe72d4216 user: dgp tags: core-8-4-branch | |
|
2009-04-14
| ||
| 19:25 | Regen unix/configure check-in: 771e1857a0 user: stwo tags: core-8-4-branch | |
| 18:50 | Removed -Wno-implicit-int from CFLAGS_WARNING. check-in: e8a3bd8a34 user: stwo tags: core-8-4-branch | |
|
2009-04-08
| ||
| 16:02 | * library/tcltest/tcltest.tcl: Fixed unsafe [eval]s in the tcltest * library/tcltes... check-in: 1cd91a22d2 user: dgp tags: core-8-4-branch | |
|
2009-04-07
| ||
| 18:37 | * generic/tclStringObj.c: Completed backports of fixes for [Bug 2494093] and [B... check-in: 25da06730d user: dgp tags: core-8-4-branch | |
|
2009-03-30
| ||
| 18:47 | * doc/Alloc.3: Size argument is "unsigned int". [Bug 2556263] check-in: a77712ae2f user: dgp tags: core-8-4-branch | |
| 17:47 | * generic/tclStringObj.c: Added protections from invalid memory * generic/tclT... check-in: e85458edfc user: dgp tags: core-8-4-branch | |
|
2009-03-27
| ||
| 19:14 | * tests/fileName.test: Tests for [Bug 2710920] to guard against its appearance. check-in: f3c53916ba user: dgp tags: core-8-4-branch | |
|
2009-03-21
| ||
| 02:53 | * generic/tclStringObj.c: Test stringObj-6.9 checks that * tests/stringObj.tes... check-in: 6c175deb9d user: dgp tags: core-8-4-branch | |
|
2009-03-20
| ||
| 14:22 | * generic/tclExecute.c (INST_CONCAT1): Panic when appends overflow the max length o... check-in: 7931b6b149 user: dgp tags: core-8-4-branch | |
|
2009-03-18
| ||
| 17:18 | * win/tclWinFile.c (TclpObjNormalizePath): Corrected Tcl_Obj leak. Thanks to Jo... check-in: 50e16b069f user: dgp tags: core-8-4-branch | |
|
2009-02-20
| ||
| 18:24 | * generic/tclPathObj.c: Fixed mistaken logic in TclFSGetPathType() * tests/fileName.... check-in: f8a85ea635 user: dgp tags: core-8-4-branch | |
|
2009-02-06
| ||
| 08:14 | * generic/tcl.h (Darwin): workaround conflict between deprecated tcl panic macro and panic() funct... check-in: 71ce90ecae user: das tags: core-8-4-branch | |
|
2009-02-05
| ||
| 14:10 | * generic/tclStringObj.c: Added overflow protections to the AppendUtfToUtfRep routin... check-in: 1287624315 user: dgp tags: core-8-4-branch | |
|
2009-02-04
| ||
| 22:39 | * generic/tclStringObj.c (SetUnicodeObj): Corrected failure of Tcl_SetUnicodeO... check-in: 3b1d7afdbe user: dgp tags: core-8-4-branch | |
|
2009-01-14
| ||
| 14:12 | typo check-in: 4f7d2e761f user: dgp tags: core-8-4-branch | |
|
2009-01-09
| ||
| 15:15 | * generic/tclStringObj.c (STRING_SIZE): Corrected failure to limit memory allocation... check-in: ec34b68502 user: dgp tags: core-8-4-branch | |
|
2009-01-08
| ||
| 17:57 | * generic/tclStringObj.c (STRING_UALLOC): Added missing parens required to get corr... check-in: de416fc6a1 user: dgp tags: core-8-4-branch | |
|
2008-12-07
| ||
| 16:39 | Tcl_MacOSXOpenVersionedBundleResources: Fix leak, simplify logic check-in: 8ad201e255 user: das tags: core-8-4-branch | |
|
2008-12-04
| ||
| 17:43 | * generic/tclIOUtil.c (Tcl_FSGetNormalizedPath): Added another flag value TCL... check-in: 5a77c1fe14 user: dgp tags: core-8-4-branch | |
|
2008-12-03
| ||
| 06:36 | * generic/tclFileName.c (TclDoGlob): One of the Tcl_FSMatchInDirectory() calls di... check-in: e3869039df user: dgp tags: core-8-4-branch | |
|
2008-12-01
| ||
| 21:48 | * generic/tclIO.c (TclFinalizeIOSubsystem): Revised latest commit to something that ... check-in: f0ac8ebbfa user: dgp tags: core-8-4-branch | |
|
2008-11-25
| ||
| 22:18 | * generic/tclIO.c (TclFinalizeIOSubsystem): Applied backport of Alexandre Ferrieux's patch for ... check-in: 57ca0f31d3 user: andreas_kupries tags: core-8-4-branch | |
|
2008-11-23
| ||
| 19:26 | * generic/tclIO.c: Backport of fix for [Bug 2333466]. check-in: ba4fa202be user: andreas_kupries tags: core-8-4-branch | |
|
2008-11-04
| ||
| 23:54 | * generic/tclPort.h: remove the ../{win,unix}/ header dirs as the build system already has it, and... check-in: 8eb504dbf1 user: hobbs tags: core-8-4-branch | |
|
2008-09-25
| ||
| 19:18 | * doc/global.n: Correct false claim about [info locals]. check-in: 5e584be1dd user: dgp tags: core-8-4-branch | |
|
2008-08-14
| ||
| 13:07 | * tests/fileName.test: Revise new tests for portability to case insensitive filesys... check-in: d3aa436987 user: dgp tags: core-8-4-branch | |
| 02:12 | * generic/tclCompile.h: add support for debug logging of DTrace * generic/tclBasic.c: 'proc', 'c... check-in: d8d2f9aa9c user: das tags: core-8-4-branch | |
|
2008-08-13
| ||
| 23:13 | autoconf-2.13 check-in: ea133d5fc7 user: das tags: core-8-4-branch | |
| 23:07 | * unix/Makefile.in: ensure Makefile shell is /bin/bash for * unix/configure.in (SunOS): DTrace-en... check-in: ab6c4bcc72 user: das tags: core-8-4-branch | |
| 23:04 | * unix/tcl.m4 (SC_PATH_X): check for libX11.dylib in addition to libX11.so et al. check-in: 569e25f4ca user: das tags: core-8-4-branch | |
| 17:59 | * generic/tclFileName.c: Fix for errors handling -types {} * tests/fileName.t... check-in: cc8e0dda9a user: dgp tags: core-8-4-branch | |
|
2008-08-11
| ||
| 20:13 | * generic/tclProc.c (Tcl_ProcObjCmd): Fixed memory leak triggered * tests/proc.test: by procbody:... check-in: 9722d89856 user: andreas_kupries tags: core-8-4-branch | |