- 09 Ock, 2006 8 kayıt (commit)
-
-
Fredrik Lundh yazdı
-
Georg Brandl yazdı
-
Fredrik Lundh yazdı
-
Fredrik Lundh yazdı
-
Walter Dörwald yazdı
-
Neal Norwitz yazdı
-
Neal Norwitz yazdı
configure would break checking curses.h. Will backport.
-
Neal Norwitz yazdı
without prior setting of the userptr. Will backport.
-
- 08 Ock, 2006 20 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
aren't fixed yet. Includes a first test (for compiler).
-
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 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-