improve exit status handling for program map code
[unix-history] / usr / src / lib / libcurses /
1995-04-30 Keith Bosticbool means something to C++
1995-01-11 Keith Bostictypo, wrong parameter to __mvcur in endwin()
1994-10-26 Keith Bostichandle tgoto functions that return NULL, not "OOPS"
1994-08-14 Keith Bosticuse 8K buffering for stdout -- some C libraries use 1K
1994-08-14 Keith Bosticthe cursor must be at the screen bottom for SF/sf
1994-08-11 Keith Bosticdon't leave the screen in stadnout mode
1994-08-10 Keith Bosticdon't reenter standout mode on every character
1994-08-10 Keith Bosticwstandend/wstandout return an int (that's what System...
1994-08-10 Keith Bosticsimplify the code, return an int (that's what System...
1994-08-04 Keith Bosticrework scrolling to us AL/DL if scrolling most of the...
1994-07-28 Keith BosticI got the sense of the scroll test backwards....
1994-07-28 Keith Bostic__tscroll has to take a second integer argument for...
1994-07-28 Keith Bosticadd support for CS SF/sf/SR/sr combinations as scrollin...
1994-07-28 Keith Bosticdelete __FULLLINE, it's never used
1994-07-28 Keith Bosticdelete __FULLLINE, it's never used
1994-06-02 Anne Hughespage breaks for the 4.4BSD manuals
1994-05-25 Kirk McKusickfix running head
1994-05-24 Kirk McKusicksyntax fixes
1994-05-20 Keith Bosticadd ioctl.h back in, TIOCGWINSZ on old systems.
1994-05-19 Keith Bosticfix return values for tty function
1994-05-04 Keith Bosticupgrade some includes, make curses.h local
1994-04-16 Keith Bosticadd %p, so we can load against System V terminfo files
1994-03-20 Keith BosticIt seems to me that addbytes() (and thus addch()) shoul...
1994-01-10 Keith Bosticdon't need termios.h any longer
1994-01-10 Keith Bosticaddbytes doesn't need termios.h any more.
1994-01-03 Keith Bosticendwin() needs to restore the stop signal handler
1994-01-03 Keith Bosticonly block SIGALRM and SIGWINCH, not every signal,...
1994-01-03 Keith Bosticit's LINES, not ROWS!
1994-01-03 Keith Bosticdelete HZ, it's Hazeltine specific, and conflicts with...
1994-01-03 Keith Bosticrename hash.c to cur_hash.c, it conflicts with hash...
1993-10-06 Keith Bosticuse #ifdef __STDC__, it's more correct, and, #if doesn...
1993-08-15 Kirk McKusick4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-08-15 Kirk McKusick4.4BSD snapshot (revision 8.1)
1993-07-30 Elan AmirFixed problem in .Fn macro that caused newlines to...
1993-07-30 Elan AmirAdded ex1.gr.
1993-07-20 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-07-20 Keith BosticLoop will loop one too many times, when wx == lch + 1
1993-07-20 Keith Bosticwin->orig is not initialized, but referenced in lots...
1993-06-12 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-12 Keith BosticRound #4; try to get ONLCR/NONL right once again
1993-06-09 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-09 Keith Bostic4.4BSD snapshot (revision 8.1)
1993-06-09 Keith Bosticdo roff .c files by hand
1993-06-08 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-08 Keith Bosticchange so users can set __tcaction if they want to...
1993-06-08 Keith Bosticchange so users can set __tcaction if they want to...
1993-06-08 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-08 Keith Bosticoriginal NONL test was flipped, and was simply translat...
1993-06-08 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-08 Keith Bosticprettiness police
1993-06-07 Keith Bosticnew doc.mk; document numbering changes for 4.4BSD
1993-06-06 Keith Bosticnew doc.mk; document numbering changes for 4.4BSD BSD-4_4-Snapshot-Development
1993-06-05 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-05 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-05 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-05 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-05 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-05 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-05 Keith Bostic4.4BSD snapshot (revision 8.1)
1993-06-05 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-05 Keith Bostic4.4BSD snapshot (revision 8.1)
1993-06-05 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-05 Marc Teitelbaumchanged to remember and restore TSTP handler, and also...
1993-06-02 Keith Bosticdon't return the address of an automatic
1993-05-31 Keith BosticMike Karels of BSDI's changes to make curses leave...
1993-05-31 Keith BosticSystem V and SMI systems overload VMIN and VTIME
1993-05-31 Keith BosticSun uses XTABS, not OXTABS
1993-05-31 Keith Bosticinclude curses.h, that's where the function is prototyped
1993-05-31 Keith Bosticno automatic aggregate initialization
1993-05-31 Keith Bosticdelete the emacs blank lines
1993-05-26 Keith Bosticmake mvcur a real function, it's just too painful otherwise
1993-05-18 Keith Bosticmake a few private functions public so the prototypes...
1993-05-18 Elan AmirFlags field in line structures should be set by newwin...
1993-05-18 Elan AmirNeed to repoint line pointers in subwin's after quickch...
1993-05-17 Keith Bosticmessed up the translation, though
1993-05-17 Keith Bosticsome preprocessors try to redefine the mvcur prototype...
1993-05-17 Keith Bosticrename trace.c to ctrace.c, don't collide with nvi
1993-05-17 Keith Bosticchange __TRACE to __CTRACE, so it doesn't collide with nvi
1993-05-13 Elan AmirDon't want to reset __echoit, __rawmode, and __pfast...
1993-05-13 Elan AmirAdded macros and c_macros.
1993-05-12 Elan AmirFixed typo -- polarity of in_refresh check in plod().
1993-05-12 Elan AmirDeleted ugly (and stupid) _win stuff for notifying...
1993-05-12 Elan AmirDeleted ugly (and stupid) _win stuff for notifying...
1993-05-12 Elan AmirAdded __mvcur and made mvcur a #define.
1993-05-11 Keith Bosticdelete a section of code that, as far as I can tell...
1993-05-11 Keith Bosticdon't call startwin() until the last minute, it outputs...
1993-05-11 Keith Bosticturn off line buffering in __startwin(), turn it back...
1993-05-08 Keith Bosticmake __cputchar visible, the back compatibility stuff...
1993-05-07 Elan AmirAdded CE for clear to end of line.
1993-05-07 Elan AmirRefresh() does not modify ISPASTEOL.
1993-05-07 Elan AmirMust take into account ISPASTEOL when clearing.
1993-05-07 Elan AmirFixed SCROLLWIN problems: don't output last character...
1993-04-28 Elan AmirFixed unsigned -signed comparison error.
1993-04-28 Elan AmirFixed up subwin creation -- need line space, but point...
1993-04-16 Elan AmirLINES can be any number. No restriction. COLS should...
1993-04-14 Elan Amirquickch() returns if there is a bottom unchanged region...
1993-04-14 Elan AmirMove from line turns of __ISPASTEOL.
1993-03-03 Elan AmirNeed to clear __ISPASTEOL if line is not dirty.
1993-03-03 Elan AmirFixed cast to __hash().
1993-02-25 Elan AmirCast argument to hash() to char *.
next