|
From: Andreas K. <and...@us...> - 2006-09-22 22:32:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv30032 Modified Files: ChangeLog Log Message: * generic/tclInt.h: Moved TIP#268's field 'packagePrefer' to the end of the structure, for better backward compatibility. |
|
From: miguel s. <ms...@us...> - 2006-09-24 19:13:46
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv19607 Modified Files: ChangeLog Log Message: * generic/tclParse.c (Tcl_ParseCommand): also return an error if start==NULL and numBytes<0. This is coverity's bug #20 |
|
From: miguel s. <ms...@us...> - 2006-09-24 20:46:43
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26335 Modified Files: ChangeLog Log Message: * generic/tclStringObj.c (STRING_SIZE): fix allocation for 0-length strings. This is coverity's bugs #54-5 |
|
From: miguel s. <ms...@us...> - 2006-09-24 21:15:12
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6494 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclParse.c (Tcl_ParseCommand): also return an error if start==NULL and numBytes<0. This is coverity's bug #20 * generic/tclStringObj.c (STRING_SIZE): fix allocation for 0-length strings. This is coverity's bugs #54-5 |
|
From: Donal K. F. <dk...@us...> - 2006-09-25 00:09:44
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20018 Modified Files: ChangeLog Log Message: Fix [Bug 1564677] |
|
From: Don P. <dg...@us...> - 2006-09-25 13:38:53
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20003 Modified Files: ChangeLog Log Message: fix line endings |
|
From: Kevin B K. <ke...@us...> - 2006-09-25 14:58:14
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20156 Modified Files: ChangeLog Log Message: yet another stab at 1564777 |
|
From: Andreas K. <and...@us...> - 2006-09-25 15:58:27
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13341 Modified Files: ChangeLog Log Message: * doc/package.n: Fixed nits reported by Daniel Steffen in the TIP#268 changes. |
|
From: Andreas K. <and...@us...> - 2006-09-25 17:27:35
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv17730 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclBasic.c: Reverted exposure of patchlevel in registered core version when TIP#268 features are activated. Better compatibility with existing packages. Like Tk. |
|
From: Andreas K. <and...@us...> - 2006-09-25 21:55:07
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv32424 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tclIO.c (Tcl_StackChannel): Fixed [SF Tcl Bug 1564642], aka coverity #51. Extended loop condition, added checking for NULL to prevent seg.fault. |
|
From: Andreas K. <and...@us...> - 2006-09-25 21:55:28
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv382 Modified Files: ChangeLog Log Message: * generic/tclIO.c (Tcl_StackChannel): Fixed [SF Tcl Bug 1564642], aka coverity #51. Extended loop condition, added checking for NULL to prevent seg.fault. |
|
From: Pat T. <pat...@us...> - 2006-09-26 00:05:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18831 Modified Files: ChangeLog Log Message: More fixing which struct stat to refer to. Some casts from time_t to int required. Tcl_Time structure members are longs. Support for varying compiler options and build to platform-specific subdirs. |
|
From: Pat T. <pat...@us...> - 2006-09-26 00:11:58
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv21769 Modified Files: ChangeLog Log Message: Fixing msvc8 and stat modifications |
|
From: Don P. <dg...@us...> - 2006-09-26 14:07:00
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2850 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * generic/tcl.h: As 2006-09-22 commit from Donal K. Fellows demonstrates, "#define NULL 0" is just wrong, and as a quotable chat figure observed, "If NULL isn't defined, we're not using a C compiler." Improper fallback definition of NULL removed. |
|
From: Don P. <dg...@us...> - 2006-09-26 14:08:36
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3682 Modified Files: ChangeLog Log Message: * generic/tcl.h: As 2006-09-22 commit from Donal K. Fellows demonstrates, "#define NULL 0" is just wrong, and as a quotable chat figure observed, "If NULL isn't defined, we're not using a C compiler." Improper fallback definition of NULL removed. |
|
From: Pat T. <pat...@us...> - 2006-09-26 20:47:05
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18336 Modified Files: ChangeLog Log Message: Additional compiler flags and amd64 support. |
|
From: Pat T. <pat...@us...> - 2006-09-26 21:40:38
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv8654 Modified Files: Tag: core-8-4-branch ChangeLog Log Message: * win/makefile.vc: Updated MSVC build to properly deal with * win/nmakehlp.c: MSVC8 and AMD64 target. Backport from 8.5 * win/rules.vc: * generic/tcl.h: Fixed stat definition for MSVC8 AMD64. * win/tclWinSock.c: Casting type police. * win/tclWinTime.c: |
|
From: Kevin B K. <ke...@us...> - 2006-09-26 23:01:16
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv9859 Modified Files: ChangeLog Log Message: TIP 27 changes for Tcl_CreateEncoding |
|
From: miguel s. <ms...@us...> - 2006-09-27 13:49:22
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11409 Modified Files: ChangeLog Log Message: * generic/tclFileName.c (TclGlob): added a panic for a call with TCL_GLOBMODE_TAILS and pathPrefix==NULL. This would cause a segfault, as found by coverity #26. |
|
From: Andreas K. <and...@us...> - 2006-09-27 20:22:41
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23730 Modified Files: ChangeLog Log Message: * tests/pkg.test: Added test for version comparison at the 32bit boundary. [SF Tcl Bug 1563836]. * generic/tclPkg.c: [SF Tcl Bug 1563836]. Rewrote CompareVersion to perform string comparison instead of numeric. This breaks through the 32bit limit on version numbers. See code for details (handling of leading zeros, signs, etc.). un-CONSTed some arguments of CompareVersions, RequirementSatisfied, and AllRequirementsSatisfied. The new compare modifies the string (temporary string terminators). All callers use heap-allocated ver-intreps, so we are good with that. |
|
From: miguel s. <ms...@us...> - 2006-09-27 22:39:39
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14865 Modified Files: ChangeLog Log Message: changed last commit - ifdef'ing out unused mcce (multi char collation elements) code. |
|
From: miguel s. <ms...@us...> - 2006-09-27 23:35:01
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5592 Modified Files: ChangeLog Log Message: * generic/regc_color.c (uncolorchain): * generic/regc_nfa.c (freearc): changed tests and asserts to equivalent formulation, designed to avoid an explicit comparison to NULL and satisfy coverity that 6 and 9 are not bugs. |
|
From: Don P. <dg...@us...> - 2006-09-28 15:10:29
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28713 Modified Files: ChangeLog Log Message: * generic/tclPkg.c (CompareVersion): Flatten strcmp() results to {-1, 0, 1} to match expectations of CompareVersion() callers. |
|
From: miguel s. <ms...@us...> - 2006-09-28 19:25:10
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv29627 Modified Files: ChangeLog Log Message: * generic/tclIO.c (Tcl_GetsObj): added two test'n'panic guards for possible NULL derefs, [Bug 1566382] and coverity #33. |
|
From: Don P. <dg...@us...> - 2006-09-28 20:06:45
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv14470 Modified Files: ChangeLog Log Message: * generic/tclExecute.c: Corrected error in INST_LSHIFT in the * tests/expr.test: calculation done to determine whether a shift in the (long int) type is possible. The calculation had literal value "1" where it needed a value "1L" to compute the correct result. Error detected via testing with the math::bigfloat package [Bug 1567222] |