Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bug with string | Andy Cedilnik | 2001-12-06 | 1 | -1/+1 |
* | Added support for ~. | Berk Geveci | 2001-12-06 | 1 | -2/+11 |
* | Cleaning last line at exit. | Ken Martin | 2001-12-06 | 1 | -0/+2 |
* | Fixed outdated comment | Berk Geveci | 2001-12-04 | 1 | -1/+1 |
* | Fixed overflow problem. | Berk Geveci | 2001-12-04 | 1 | -8/+2 |
* | replacing clear() | Berk Geveci | 2001-12-04 | 1 | -1/+2 |
* | Added debugging. | Berk Geveci | 2001-12-04 | 6 | -1/+81 |
* | no c++ comments in c code, duhhhh | Bill Hoffman | 2001-12-04 | 1 | -1/+1 |
* | ENH: AIX seems to define lines and columns as macros, I undefed them | Bill Hoffman | 2001-12-03 | 1 | -0/+4 |
* | Improving interface. | Berk Geveci | 2001-11-30 | 2 | -1/+13 |
* | print cmake running message to cerr | Bill Hoffman | 2001-11-30 | 1 | -0/+1 |
* | Better documentation. | Berk Geveci | 2001-11-30 | 1 | -0/+1 |
* | Better documentation. | Berk Geveci | 2001-11-30 | 1 | -1/+29 |
* | Improved help. | Berk Geveci | 2001-11-30 | 3 | -8/+55 |
* | Can non use clear because it is undef'ed. | Berk Geveci | 2001-11-30 | 4 | -4/+9 |
* | Fixed warning. | Berk Geveci | 2001-11-30 | 1 | -2/+3 |
* | Fixed warning. | Berk Geveci | 2001-11-30 | 2 | -5/+4 |
* | Since it is being used as an array size in another file, it is not possible t... | Berk Geveci | 2001-11-30 | 2 | -8/+6 |
* | Missed std:: | Berk Geveci | 2001-11-30 | 2 | -4/+4 |
* | Missed std:: | Berk Geveci | 2001-11-30 | 1 | -1/+1 |
* | opps I forgot to add these | Berk Geveci | 2001-11-29 | 2 | -0/+225 |
* | Improvements to the curses interface. | Berk Geveci | 2001-11-29 | 7 | -127/+420 |
* | define hacks and such for the dec compiler | Bill Hoffman | 2001-11-20 | 2 | -4/+19 |
* | ERR: Re-ordered includes to fix macro conflict for gcc 3.0. | Brad King | 2001-11-14 | 1 | -3/+5 |
* | ERR: Fixed compiler warning for gcc 3.0. | Brad King | 2001-11-14 | 1 | -1/+2 |
* | fixes to curses stuff | Ken Martin | 2001-11-13 | 1 | -1/+3 |
* | warnings | Bill Hoffman | 2001-11-13 | 1 | -4/+0 |
* | ENH: remove warnings | Bill Hoffman | 2001-11-13 | 1 | -6/+2 |
* | Renaming ccurses to ccmake. | Berk Geveci | 2001-11-09 | 2 | -2/+2 |
* | Trying to fix curses. | Berk Geveci | 2001-11-09 | 4 | -18/+38 |
* | Trying to fix curses problems. | Berk Geveci | 2001-11-08 | 2 | -2/+6 |
* | Fixing problems with curses headers. | Berk Geveci | 2001-11-08 | 2 | -0/+2 |
* | Trying to fix curses problems. | Berk Geveci | 2001-11-08 | 2 | -6/+4 |
* | Oops. | Berk Geveci | 2001-11-08 | 1 | -7/+0 |
* | Changes to remove warnings and fix dependencies. | Berk Geveci | 2001-11-08 | 4 | -2/+16 |
* | Trying to fix curses problems with some systems. | Bill Hoffman | 2001-11-07 | 1 | -19/+10 |
* | Trying to fix build problems related to curses. | Berk Geveci | 2001-11-07 | 1 | -3/+16 |
* | use cmake as the executable for cmake and not ccurses | Bill Hoffman | 2001-11-07 | 1 | -3/+5 |
* | ENH: tell cmake object where cmake is | Bill Hoffman | 2001-11-06 | 3 | -5/+8 |
* | Removed a function which used va_start (did not compile on Sun with gcc) | Bill Hoffman | 2001-11-06 | 2 | -45/+0 |
* | Many improvements. | Berk Geveci | 2001-11-05 | 6 | -35/+214 |
* | Re-enabling curses support. | Berk Geveci | 2001-11-05 | 1 | -2/+5 |
* | HPUX support. | Berk Geveci | 2001-11-05 | 8 | -8/+22 |
* | Adding form library. | Berk Geveci | 2001-11-05 | 47 | -0/+10081 |
* | Fixing problems on Sun (name collusions between STL and curses) and disabling... | Berk Geveci | 2001-11-05 | 6 | -9/+13 |
* | ERR: To include cmake headers, one should use ../ | Berk Geveci | 2001-11-05 | 7 | -12/+9 |
* | Need to include standard headers. | Berk Geveci | 2001-11-04 | 1 | -0/+1 |
* | Adding curses support. | Berk Geveci | 2001-11-04 | 22 | -0/+1136 |