| Age | Commit message (Expand) | Author | Files | Lines |
| 1999-05-13 | dividing by zero is bad++, patch sent to millert@ for forwarding to curses ppl |  aaron | 1 | -3/+5 |
| 1999-05-11 | Install termcap.h too. Some packages assume that if you are using |  millert | 1 | -2/+2 |
| 1999-05-08 | ncurses-4.2-990424 |  millert | 13 | -48/+42 |
| 1999-03-28 | ncurses-4.2-990327; just man page fixes |  millert | 2 | -5/+5 |
| 1999-03-18 | ncurses-4.2-990318 |  millert | 3 | -9/+15 |
| 1999-03-16 | ncurses-4.2-990316 |  millert | 3 | -11/+15 |
| 1999-03-15 | ncurses-4.2-990314 |  millert | 6 | -18/+24 |
| 1999-03-14 | ncurses-4.2-990313 |  millert | 3 | -8/+8 |
| 1999-03-12 | these somehow got missed in the earlier curses commit |  millert | 4 | -16/+16 |
| 1999-03-11 | ncurses-4.2-990307 |  millert | 11 | -95/+133 |
| 1999-03-02 | ncurses-4.2-990301 |  millert | 40 | -427/+1498 |
| 1999-02-24 | This is 5.0, not 4.2 |  millert | 1 | -4/+4 |
| 1999-02-24 | ncurses-4.2-990220; this is a pre-release of 5.0 |  millert | 20 | -157/+443 |
| 1999-02-24 | ncurses-990213 |  millert | 3 | -7/+18 |
| 1999-02-11 | Update to ncurses-4.2-990206: |  millert | 5 | -31/+42 |
| 1999-02-01 | Bracket protos for _nc_read_bsd_terminfo_entry and _nc_read_bsd_terminfo_file |  millert | 2 | -5/+7 |
| 1999-01-31 | missed this in last update |  millert | 1 | -4/+5 |
| 1999-01-31 | ncurses-4.2-990130 |  millert | 10 | -61/+89 |
| 1999-01-24 | ncurses-4.2-990123 |  millert | 4 | -11/+19 |
| 1999-01-24 | ACS_BLCORNER and ACS_BRCORNER should be ACS_LLCORNER and ACS_LRCORNER respectively; bvdpoel@kootenay.com |  millert | 1 | -2/+2 |
| 1999-01-23 | make _nc_read_file_entry() look in terminfo.db too. Makes the -A and -B flags of infocmp more useful. |  millert | 3 | -75/+125 |
| 1999-01-22 | Move call to _nc_read_bsd_terminfo_entry() to _nc_read_entry() so reading |  millert | 4 | -66/+92 |
| 1999-01-21 | mention html docs |  millert | 1 | -3/+9 |
| 1999-01-20 | make /usr/src/lib/libcurses/doc/ if it does not exist since the mtree gets done *after* make install in libs. should go away after 2.5 is released |  millert | 1 | -1/+3 |
| 1999-01-18 | use the doc dir |  millert | 1 | -1/+5 |
| 1999-01-18 | ncurses docs in html |  millert | 3 | -0/+3579 |
| 1999-01-18 | ncurses-4.2-990116 |  millert | 172 | -1988/+2788 |
| 1998-11-30 | typo |  millert | 1 | -2/+2 |
| 1998-11-30 | Link -ltermcap to -lcurses and -lotermcap to -locurses. This fixes |  millert | 1 | -2/+3 |
| 1998-11-19 | Ignore $TERMINFO if setuigid |  millert | 1 | -3/+3 |
| 1998-11-19 | For issetugid case, only ignore $TERMCAP if it is a path |  millert | 1 | -5/+8 |
| 1998-11-17 | man updates from ncurses-4.2-981114 |  millert | 3 | -10/+10 |
| 1998-11-17 | update to ncurses-4.2-981114 |  millert | 16 | -413/+650 |
| 1998-10-31 | update to ncurses 4.2-981017 |  millert | 34 | -325/+849 |
| 1998-10-08 | Don't honor $TERMCAP, $TERMINFO, or ~/.termcap, ~/.terminfo if we are setuid/setgid |  millert | 3 | -12/+12 |
| 1998-09-17 | ncurses-4.2-980912 |  millert | 7 | -33/+53 |
| 1998-09-13 | ncurses-4.2-980905 |  millert | 66 | -288/+360 |
| 1998-09-13 | kill dreck |  millert | 1 | -2774/+0 |
| 1998-09-12 | Use cgetent(3) and friends when reading termcap |  millert | 1 | -1/+3 |
| 1998-09-12 | fall back on termcap |  millert | 1 | -2/+2 |
| 1998-09-07 | More man page fixes. Particularly fix uses of it's/its, affect/effect, |  aaron | 1 | -2/+2 |
| 1998-08-31 | use HOSTCC to compile helper programs |  mickey | 1 | -3/+3 |
| 1998-08-29 | man page repairs; aaron@ug.cs.dal.ca |  deraadt | 1 | -15/+17 |
| 1998-08-16 | If $TERMINFO is set, use that in preference to the system terminfo file, but fallback on the system one if the terminal entry is not found in $TERMINFO |  millert | 1 | -48/+24 |
| 1998-08-15 | simplify a few things wrt realloc |  millert | 2 | -9/+5 |
| 1998-08-15 | fix broken realloc fix from yesterday |  millert | 4 | -27/+26 |
| 1998-08-14 | don't define HAVE_* since it conflicts with other configure scripts |  millert | 3 | -5/+17 |
| 1998-08-14 | fix realloc usage |  millert | 7 | -36/+86 |
| 1998-08-03 | update to ncurses-4.2-980801 |  millert | 5 | -40/+50 |
| 1998-07-30 | unctrl.c is generated at depend time |  millert | 1 | -45/+0 |