Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-06-27 | ncurses-5.0-990626 | Todd C. Miller | |
1999-06-15 | ncurses-5.0-990614 -- only affects ada stuff which we don't ship so just ↵ | Todd C. Miller | |
update NCURSES_VERSION_PATCH | |||
1999-06-14 | cvs skipped these files in the previous commit for mysterious reasons | Todd C. Miller | |
1999-06-14 | ncurses-5.0-990612 | Todd C. Miller | |
1999-06-06 | ncurses-4.2-990605 | Todd C. Miller | |
1999-05-29 | we no longer have a builtin.h file | Todd C. Miller | |
1999-05-17 | ncurses-4.2-990516; no code changes | Todd C. Miller | |
1999-05-13 | dividing by zero is bad++, patch sent to millert@ for forwarding to curses ppl | Aaron Campbell | |
1999-05-11 | Install termcap.h too. Some packages assume that if you are using | Todd C. Miller | |
ncurses, termcap.h exists. Others, like X11's resize, use termcap.h to determine whether or not you are running ncurses. | |||
1999-05-08 | ncurses-4.2-990424 | Todd C. Miller | |
1999-03-28 | ncurses-4.2-990327; just man page fixes | Todd C. Miller | |
1999-03-18 | ncurses-4.2-990318 | Todd C. Miller | |
1999-03-16 | ncurses-4.2-990316 | Todd C. Miller | |
1999-03-15 | ncurses-4.2-990314 | Todd C. Miller | |
1999-03-14 | ncurses-4.2-990313 | Todd C. Miller | |
1999-03-14 | ncurses-4.2-990313 | Todd C. Miller | |
1999-03-12 | these somehow got missed in the earlier curses commit | Todd C. Miller | |
1999-03-11 | ncurses-4.2-990307 | Todd C. Miller | |
1999-03-02 | ncurses-4.2-990301 | Todd C. Miller | |
1999-02-24 | This is 5.0, not 4.2 | Todd C. Miller | |
1999-02-24 | ncurses-4.2-990220; this is a pre-release of 5.0 | Todd C. Miller | |
1999-02-24 | ncurses-990213 | Todd C. Miller | |
1999-02-11 | Update to ncurses-4.2-990206: | Todd C. Miller | |
suppress sc/rc capabilities from terminal description if they appear in smcup/rmcup. This affects only scrolling optimization, to fix a problem reported by several people with xterm's alternate screen, though the problem is more general. | |||
1999-02-01 | Bracket protos for _nc_read_bsd_terminfo_entry and _nc_read_bsd_terminfo_file | Todd C. Miller | |
with #ifdef __OpenBSD__ to make it obvious they are OpenBSD extensions. Update copyright years in tinfo/read_bsd_terminfo.c. | |||
1999-01-31 | missed this in last update | Todd C. Miller | |
1999-01-31 | ncurses-4.2-990130 | Todd C. Miller | |
1999-01-24 | ncurses-4.2-990123 | Todd C. Miller | |
1999-01-24 | ACS_BLCORNER and ACS_BRCORNER should be ACS_LLCORNER and ACS_LRCORNER ↵ | Todd C. Miller | |
respectively; bvdpoel@kootenay.com | |||
1999-01-23 | make _nc_read_file_entry() look in terminfo.db too. Makes the -A and -B ↵ | Todd C. Miller | |
flags of infocmp more useful. | |||
1999-01-22 | Move call to _nc_read_bsd_terminfo_entry() to _nc_read_entry() so reading | Todd C. Miller | |
terminfo.db is transparent. This requires us to be able to tell which of the entries in pathvec held the terminfo entry. To make that work we only pass one pathname to cgetent(3) at a time. This might be a slight performance hit but should not be noticable in normal use. | |||
1999-01-21 | mention html docs | Todd C. Miller | |
1999-01-20 | make /usr/src/lib/libcurses/doc/ if it does not exist since the mtree gets ↵ | Todd C. Miller | |
done *after* make install in libs. should go away after 2.5 is released | |||
1999-01-18 | use the doc dir | Todd C. Miller | |
1999-01-18 | ncurses docs in html | Todd C. Miller | |
1999-01-18 | ncurses-4.2-990116 | Todd C. Miller | |
1998-11-30 | typo | Todd C. Miller | |
1998-11-30 | Link -ltermcap to -lcurses and -lotermcap to -locurses. This fixes | Todd C. Miller | |
problems with 3rd party programs that want to link with both -ltermcap and -lcurses. | |||
1998-11-19 | Ignore $TERMINFO if setuigid | Todd C. Miller | |
1998-11-19 | For issetugid case, only ignore $TERMCAP if it is a path | Todd C. Miller | |
1998-11-17 | man updates from ncurses-4.2-981114 | Todd C. Miller | |
1998-11-17 | update to ncurses-4.2-981114 | Todd C. Miller | |
1998-10-31 | update to ncurses 4.2-981017 | Todd C. Miller | |
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 | |