update from Mike Karels at BSDI
[unix-history] / usr / src / lib / libcurses /
1993-02-25 Elan AmirCast argument to hash() to char *.
1993-02-25 Elan AmirFixed typo in insch decl.
1993-02-19 Elan AmirDeleted unused variable clsp.
1993-02-19 Elan AmirAdded waddch and hash prototypes.
1993-02-19 Elan AmirNeed string.h for memcpy.
1993-02-19 Elan AmirDeleted vacuous destline and destcol variables.
1993-02-19 Elan Amirtouchwin needs to return an int.
1993-02-19 Elan AmirGot rid of unsused variable 'end'.
1993-02-19 Elan AmirGot rid of unused variable i.
1993-02-19 Elan Amirbcopy, bcmp -> memcpy, memcmp.
1993-02-19 Elan Amirbcopy -> memcpy. Probably more portable.
1993-02-19 Elan AmirFixed bug in makech(): Don't need to special case XN...
1993-02-18 Elan AmirAdded debugging info. Made top and bot regions not...
1993-02-17 Elan AmirOptimized quickch() by eliminating the top and bottom...
1993-02-15 Keith Bosticdon't do a strlen() if length is provided
1993-02-15 Keith Bosticdate and time created 93/02/14 11:06:16 by bostic
1993-02-14 Keith Bosticdelete addstr.c, add addnstr.c
1993-02-14 Keith Bosticadd the System V C-string oriented functions (from...
1993-02-13 Chris Torekdo not put '\n' characters into the screen data structures
1993-02-13 Elan Amirbcmp -> memcmp, probably more portable.
1993-02-13 Keith Bosticmake addbytes calls declare const char *
1993-02-13 Keith Bosticmake strings to addbytes and addstr const char * (for...
1993-02-04 Elan Amir0x80 -> 0xff in unctrl().
1993-02-04 Elan Amirorigtermio -> curses_termios.
1993-02-04 Elan AmirFixed missing "db".
1993-02-03 Elan Amir__swflags is global.
1993-02-03 Elan AmirFixed inconsistency in function declarations (static...
1993-01-25 Keith Bosticrename origtermio to be __orig_termios
1993-01-25 Keith Bosticadd __startwin, which reinitializes the terminal using...
1993-01-25 Keith Bosticrewrite tstp as __stop_signal_handler: new implementation
1993-01-25 Keith Bosticrename origtermio to be __orig_termios
1993-01-25 Keith Bosticrename origtermio to __orig_termios; delete tstp, add
1993-01-16 Elan AmirAdded colons.
1993-01-16 Elan AmirDeleted ex1.c. Referred user to source code.
1993-01-16 Elan AmirCross reference font fix.
1993-01-16 Elan AmirSemicolons in 'w' fns (no commas).
1993-01-16 Elan Amirdate and time created 93/01/15 10:14:57 by elan
1993-01-16 Elan AmirFixed problem in .Fn -- parethesees not italic.
1993-01-15 Elan AmirTRUE/FALSE --> non-zero/zero. Fixed typos.
1993-01-15 Elan Amir(no message)
1993-01-15 Elan AmirFixed typos.
1993-01-15 Elan AmirFixed indentation problem
1993-01-15 Elan AmirDeleted life.c and twinkle2.c. Reorganized the example...
1993-01-15 Elan AmirCURSES_ERR --> ERR.
1993-01-15 Elan AmirGot rid of empty lines.
1993-01-15 Elan AmirCURSES_ERR/OK --> ERR/OK
1993-01-15 Elan AmirAdded waddbytes(), mvwprintw(), mvprintw(), mvwscanw...
1993-01-15 Elan AmirFixed typo in comment.
1993-01-15 Elan Amirfixed up the makefile.
1993-01-15 Elan AmirChanged names of C files.
1993-01-15 Elan AmirVarious typos and style corrections and additional...
1993-01-15 Elan Amir\*m -> \(dg. Made functions ANSI style declarations.
1993-01-15 Elan AmirAdded new ANSI style .Fn macro.
1993-01-12 Elan AmirNo -g.
1993-01-12 Elan AmirMade characters 8-but chracters.
1993-01-12 Elan Amirunctrl -> 8-bit characters,
1993-01-12 Keith Bosticmake GT, NONL, UPPERCASE and termcap strings `backward...
1993-01-12 Keith Bostictscroll -> __tscroll (for now)
1993-01-12 Keith Bosticprettiness police
1993-01-12 Keith BosticCURSES_{OK,ERR} -> OK,ERR
1992-12-31 Elan AmirFixed mistake -- appendix C should be appendix A.
1992-12-31 Elan AmirGot rid of appendix A and B. Now old Appendix C is...
1992-12-31 Elan Amirdate and time created 92/12/30 15:34:18 by elan
1992-12-31 Elan AmirAdded Dg macro.
1992-12-31 Elan AmirRedid documentation to reflect new package.
1992-12-31 Elan Amirdate and time created 92/12/30 15:28:27 by elan
1992-12-31 Elan AmirChanged to be new section on Chracter output Old secti...
1992-12-31 Elan Amir(no message)
1992-12-31 Elan AmirMade a bit less cute.
1992-12-31 Elan AmirAdded new acknowledgemnts and name.
1992-12-31 Elan AmirAdded examples and changed to be appendix A so appendix...
1992-12-31 Elan AmirEverything changes. Appendix C becomes appendix A.
1992-12-31 Elan AmirMade termcap capabilities private.
1992-12-31 Elan AmirChanged ERR to CURSES_ERR and OK to CURSES_OK.
1992-12-31 Elan AmirMade _sprintw and _sscans global and public. Changed...
1992-12-30 Elan AmirAdded some debugging help.
1992-12-30 Elan Amirendwin() leaves cursor at lower left upon exit.
1992-12-23 Keith Bosticresult doesn't need to be static
1992-12-23 Keith Bosticdon't need newtermio, initialize useraw in case called...
1992-12-23 Keith Bosticdestcol, destline don't need to be static
1992-12-23 Keith Bosticrework initscr to always call gettmode(), use My_term...
1992-12-23 Elan Amirdelete __endwin (I don't understand it)
1992-12-23 Keith Bosticvariables don't need to be static
1992-12-23 Keith Bosticdelete __endwin (I don't understand it)
1992-12-23 Keith Bosticdon't include copyright notice
1992-12-23 Keith Bosticerr if tcgetattr fails
1992-11-13 Elan AmirMade waddch return a value.
1992-11-13 Elan AmirCorrected previous fix.
1992-11-13 Elan AmirFixed bug in winch() definition.
1992-11-13 Elan AmirSet up correct memory allocation and pointers for subwi...
1992-11-12 Elan AmirAdded pointers to firstch and lastch for correct operat...
1992-11-11 Elan AmirUndid debugging.
1992-11-10 Elan AmirFixed bug in scrolln() and quickch() that caused incons...
1992-11-06 Elan AmirBypassed plod if on last column due to inconsistent...
1992-11-06 Elan Amir(no message)
1992-11-06 Elan AmirFixed bug in overlapping botoom, middle, and top region...
1992-10-28 Elan AmirAdded check for no HO or CM since without them we can...
1992-10-28 Elan AmirCommented quickch() and cleaned up scrolln().
1992-10-28 Elan AmirChanged touchline() to __touchline() so that user interface
1992-10-28 Elan AmirChanged touchline to __touchline so that touchline...
next