Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FreeBSD 5.x uses different wchar_t/win_t guards than earlier versions | Andrew MacIntyre | 2003-06-29 | 1 | -0/+12 |
| | |||||
* | fix the curses module build failure on FreeBSD, reported in SF #740234. | Andrew MacIntyre | 2003-06-11 | 1 | -0/+15 |
| | |||||
* | Moved the Apple workaround for the guard define for wchar_t out of | Jack Jansen | 2003-02-28 | 1 | -1/+2 |
| | | | | | the #ifdef HAVE_NCURSES_H: the same problem exists on OSX 10.1 with a fink-installed curses (which uses curses.h as the include file name). | ||||
* | Fix for #641455: curses module doesn't build on MacOSX. It turns out the | Jack Jansen | 2002-11-22 | 1 | -0/+9 |
| | | | | | | | system headers have two declarations for wchar_t, with different guard macros. Not sure whether this is a bugfix candidate, that depends on what changed in the curses module. | ||||
* | Patch #477752: Drop old-style getargs from curses. | Martin v. Löwis | 2002-01-17 | 1 | -16/+7 |
| | |||||
* | Check for HP/UX curses problems. Define _XOPEN_SOURCE_EXTENDED and | Martin v. Löwis | 2001-10-24 | 1 | -0/+11 |
| | | | | | | STRICT_SYSV_CURSES when compiling curses module on HP/UX. Generalize access to _flags on systems where WINDOW is opaque. Fixes bugs #432497, #422265, and the curses parts of #467145 and #473150. | ||||
* | Check for term.h and include it on non-ncurses system to get a declaration | Martin v. Löwis | 2001-10-13 | 1 | -0/+4 |
| | | | | for tigetstr. | ||||
* | Added header file for C API exported by _cursesmodule.c | Andrew M. Kuchling | 2000-12-22 | 1 | -0/+133 |