- 09 Jan, 2006 8 commits
-
-
Fredrik Lundh authored
-
Georg Brandl authored
-
Fredrik Lundh authored
-
Fredrik Lundh authored
-
Walter Dörwald authored
-
Neal Norwitz authored
-
Neal Norwitz authored
configure would break checking curses.h. Will backport.
-
Neal Norwitz authored
without prior setting of the userptr. Will backport.
-
- 08 Jan, 2006 20 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
aren't fixed yet. Includes a first test (for compiler).
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Will backport.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Tim Peters authored
-
Tim Peters authored
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 authored
Move declaration of local `flags` to top of block.
-
Neal Norwitz authored
Revert previous checkin, the check is for <, not ==. i is unsed in non-debug builds, but is used in debug builds
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
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 authored
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 authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
- 07 Jan, 2006 10 commits
-
-
Tim Peters authored
fail everywhere.
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
-
Neal Norwitz authored
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 Jan, 2006 2 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-