- 08 Ock, 2006 18 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Will backport.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
Squash new warnings from VC 7.1 about mixing signed and unsigned types in comparisons. I can see why `len` was changed to size_t here, but don't see why `i` was also changed. Change `i` back to int.
-
Tim Peters yazdı
Move declaration of local `flags` to top of block.
-
Neal Norwitz yazdı
Revert previous checkin, the check is for <, not ==. i is unsed in non-debug builds, but is used in debug builds
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
for 2 different values without changing. I think this was the intent. The unused warning only occurs when not building in debug mode.
-
Neal Norwitz yazdı
Fix icc warnings: try to set TCL_UNIX_FD for #if TCL_WIN_SOCKET == TCL_UNIX_FD. res is not used, add a XXX comment
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
- 07 Ock, 2006 10 kayıt (commit)
-
-
Tim Peters yazdı
fail everywhere.
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
This inappropriately disabled some capabilities which exist. Now test for readline in -lreadline, if not found there, try it in -ltermcap only if not in -lreadline. If both libraries are required, there will need to be more work, but I'm not sure under what conditions both libraries would be required.
-
- 06 Ock, 2006 8 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Neal Norwitz yazdı
cases if TERM isn't set or is unknown (perhaps we should only check if unset or empty?) Skip the test if TERM isn't set. This seems to occur when running under buildbot and presumably cron. For some more info check here: http://mail.python.org/pipermail/python-checkins/2006-January/048704.html Will backport if it works.
-
Tim Peters yazdı
Locals `revision` and `branch` were const-incorrect.
-
Tim Peters yazdı
-
Tim Peters yazdı
-
Martin v. Löwis yazdı
characters.
-
Martin v. Löwis yazdı
-
- 05 Ock, 2006 4 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Skip Montanaro yazdı
-
Martin v. Löwis yazdı
-