Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-10-08 | Don't honor $TERMCAP, $TERMINFO, or ~/.termcap, ~/.terminfo if we are ↵ | Todd C. Miller | |
setuid/setgid | |||
1998-09-17 | ncurses-4.2-980912 | Todd C. Miller | |
1998-09-13 | ncurses-4.2-980905 | Todd C. Miller | |
1998-09-13 | kill dreck | Todd C. Miller | |
1998-09-12 | Use cgetent(3) and friends when reading termcap | Todd C. Miller | |
1998-09-12 | fall back on termcap | Todd C. Miller | |
1998-09-07 | More man page fixes. Particularly fix uses of it's/its, affect/effect, | Aaron Campbell | |
then/than and such. Other miscellaneous problems fixed across these source files. | |||
1998-08-31 | use HOSTCC to compile helper programs | Michael Shalayeff | |
1998-08-29 | man page repairs; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-08-16 | If $TERMINFO is set, use that in preference to the system terminfo file, but ↵ | Todd C. Miller | |
fallback on the system one if the terminal entry is not found in $TERMINFO | |||
1998-08-15 | simplify a few things wrt realloc | Todd C. Miller | |
1998-08-15 | fix broken realloc fix from yesterday | Todd C. Miller | |
1998-08-14 | don't define HAVE_* since it conflicts with other configure scripts | Todd C. Miller | |
1998-08-14 | fix realloc usage | Todd C. Miller | |
1998-08-03 | update to ncurses-4.2-980801 | Todd C. Miller | |
1998-07-30 | unctrl.c is generated at depend time | Todd C. Miller | |
1998-07-27 | update to ncurses-4.2-980725 | Todd C. Miller | |
1998-07-25 | (3) not (3S) | Todd C. Miller | |
1998-07-25 | termcap(3), not curs_termcap(3) | Todd C. Miller | |
1998-07-25 | terminfo(3), not curs_terminfo(3) | Todd C. Miller | |
1998-07-25 | fix comment | Todd C. Miller | |
1998-07-24 | typo | Jason Downs | |
1998-07-23 | fix comment | Todd C. Miller | |
1998-07-23 | ncurses-4.2-980718 | Todd C. Miller | |
1998-07-18 | terminfo(3) not curs_terminfo(3); james@oaktree.co.uk | Todd C. Miller | |
1998-06-15 | use Bx macro for BSD versions | Michael Shalayeff | |
1998-06-03 | zero sigaction before use | Theo de Raadt | |
1998-05-14 | Theo made a typo | Niklas Hallqvist | |
1998-05-14 | better buf oflow protection | Theo de Raadt | |
1998-05-14 | buf oflows | Theo de Raadt | |
1998-01-17 | Use _ti_get_screensize() from libtermlib to update screen size if changed | Todd C. Miller | |
after a program is suspended. Define EXTERN_TERMINFO in curses.h. Update to ncurses-4.1-980103 and crank minor. | |||
1997-12-17 | Add in lots of MLINKS | Todd C. Miller | |
1997-12-14 | ncurses-4.1-971213 | Todd C. Miller | |
1997-12-09 | Make reset_prog_mode() and reset_shell_mode() in libtermlib weak | Todd C. Miller | |
symbols so that they get overridden by the ones in libcurses. This is rather gross but the curses versions are tightly coupled to naughty bits private to libcurses. This allows reset_prog_mode() and reset_shell_mode() to operate properly both with an without libcurses linked in. | |||
1997-12-06 | #ifdef out call to _nc_update_screensize | Todd C. Miller | |
1997-12-03 | 3X-> 3 | Todd C. Miller | |
1997-12-03 | Merge of ncurses-4.1-971129 | Todd C. Miller | |
1997-12-01 | Fix typo, vnsprintf -> vsnprintf. Tsk tsk. | Todd C. Miller | |
1997-11-29 | Check malloc() return vals. | Todd C. Miller | |
1997-11-28 | oops, buffer needs to be 4 char larger due to a prefix/tag. | Todd C. Miller | |
1997-11-28 | Fix syntax wrt tracing stuff and change TRACE -> CURSESTRACE | Todd C. Miller | |
1997-11-28 | Add tracing/debugging code from ncurses 4.1 but don't compile by default. | Todd C. Miller | |
malloc buffer in hardscroll.c so we don't have oflow worries. Allow hardscroll.c to compile if SCROLLDEBUG is defined but TRACE is not. | |||
1997-11-27 | constrain buf against oflow; shok.janova.org | Theo de Raadt | |
1997-11-26 | Need to run this through tbl. | Todd C. Miller | |
1997-11-26 | Need to run these through tbl. | Todd C. Miller | |
1997-11-26 | ncurses 4.1 + changes to work with our terminfo libs (instead of | Todd C. Miller | |
the ncurses ones). Changes are #ifdef EXTERN_TERMINFO. Post 4.1 patches will be applied in a separate commit. | |||
1997-09-18 | environment variables | Theo de Raadt | |
1997-06-23 | buffer overflows which never ever happen; brian@firehouse.net | Theo de Raadt | |
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd C. Miller | |
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named. | |||
1997-04-09 | the the | Theo de Raadt | |