Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ERR: Removed most of the repeated curses declarations. The cause errors on ↵ | Brad King | 2002-06-21 | 1 | -0/+3 |
| | | | | other platforms. Grrrr.. | ||||
* | ERR: Added function declarations from curses.h. They are not present on ↵ | Brad King | 2002-06-21 | 1 | -0/+15 |
| | | | | some platforms. Fixes warnings about implicit declarations. | ||||
* | ERR: Fixed unused parameter warning. | Brad King | 2002-06-19 | 1 | -0/+1 |
| | |||||
* | ERR: Fixed compiler warnings about unused parameters. | Brad King | 2002-06-18 | 7 | -8/+8 |
| | |||||
* | ERR: Fixed compiler warnings when using strict ansi. | Brad King | 2002-06-18 | 7 | -4/+17 |
| | |||||
* | ERR: Attempt to fix warning on OSF about implicit declaration of winnstr. | Brad King | 2002-06-18 | 1 | -0/+2 |
| | |||||
* | ERR: Fixed sun CC warnings. | Bill Hoffman | 2002-06-11 | 2 | -2/+9 |
| | |||||
* | ENH: add -B option to specify the build directory, so make edit_cache will work | Bill Hoffman | 2002-05-07 | 1 | -1/+6 |
| | |||||
* | The entry widgets are now created with what is initially available on the ↵ | Berk Geveci | 2002-05-01 | 5 | -20/+36 |
| | | | | terminal. | ||||
* | Exit ccmake on fatal errors. | Berk Geveci | 2002-04-23 | 3 | -6/+14 |
| | |||||
* | BUG: Changed from SOURCE_FILES to SET | Amitha Perera | 2002-04-22 | 2 | -6/+6 |
| | |||||
* | This dir should not be covered (form distrib) | Sebastien Barre | 2002-02-13 | 1 | -0/+1 |
| | |||||
* | ENH: use target link libraries and add the link directory for cmform | Bill Hoffman | 2002-02-05 | 1 | -5/+6 |
| | |||||
* | try to get this working for dec cxx default compiler options | Bill Hoffman | 2002-01-31 | 1 | -12/+12 |
| | |||||
* | ERR: Corrected assertions of pointers to remove warnings. | Brad King | 2002-01-25 | 4 | -16/+16 |
| | |||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 24 | -0/+384 |
| | |||||
* | BUG: Curses was being used without initialization. | Berk Geveci | 2002-01-14 | 1 | -8/+11 |
| | |||||
* | BUG: not all displayed messages are errors | Bill Hoffman | 2002-01-07 | 1 | -1/+6 |
| | |||||
* | prints the relese version | Ken Martin | 2002-01-02 | 2 | -4/+4 |
| | |||||
* | Fixed warning. | Berk Geveci | 2001-12-18 | 1 | -1/+0 |
| | |||||
* | Updated toolbar. | Berk Geveci | 2001-12-13 | 14 | -83/+325 |
| | |||||
* | 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-04 | 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 ↵ | Berk Geveci | 2001-11-30 | 2 | -8/+6 |
| | | | | to initialize MAX_WIDTH in a .cxx file. | ||||
* | 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-30 | 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 |
| |