CURSES_{OK,ERR} -> OK,ERR
[unix-history] / usr / src / lib /
1993-01-12 Keith BosticCURSES_{OK,ERR} -> OK,ERR
1993-01-11 Chris Torekreturn via g2, not g7 (for ABI)
1993-01-11 Keith Bosticexp__D, exp__E, log__D, and log__L are private; prepend...
1993-01-11 Keith Bosticdon't use assembly log() for mc68881 (try #2)
1993-01-11 Keith Bosticdon't use assembly log() for mc68881, need support...
1993-01-11 Keith Bosticreturn an error if dn_expand() returns -1
1993-01-11 Keith Bosticuse strtok, not strsep for compatibility
1993-01-11 Keith Bosticfix includes for portability
1993-01-11 Keith Bosticadd optind, optarg for compatibility
1993-01-11 Keith Bosticdon't have empty then clauses
1993-01-11 Keith Bosticadd -DSTATISTICS
1993-01-11 Keith Bosticadd global dbp pointer for gdb calls; add psize parameter
1993-01-11 Keith Bosticadd lots o' keys test with small page size to whack...
1993-01-11 Keith Bosticmake log tables and A1, A2, A3, A4 static
1993-01-11 Keith Bosticexp__D, exp__E, log__D, and log__L are private; prepend...
1993-01-11 Keith Bosticif large key/data pairs, can split and still not have...
1993-01-11 Keith Bosticclear the stack in the search routine; it's a lot simpler
1993-01-11 Keith Bosticif the tree is being prefix compressed, it's possible...
1993-01-11 Keith Bosticclear the stack in the search routine; it's a lot simpler
1993-01-11 Keith Bosticmake numbers fixed size so it's easier to read
1993-01-11 Keith Bosticjust clear the stack in on entry to put instead of...
1993-01-11 Keith Bosticadd prefix btree paper reference
1993-01-11 Keith Bosticmake it compile
1993-01-10 Keith BosticPut new key/data pair into split page before fixing...
1993-01-10 Keith Bosticpid's should be stored in pid_t's; from Craig Leres
1993-01-09 Keith Bostictypo
1993-01-09 Keith Bosticlint
1993-01-09 Keith Bosticadd Bentley paper to ref list
1993-01-09 Keith Bosticadd strtod, merge
1993-01-09 Keith Bostictypo in integration
1993-01-08 Keith Bosticnormalize routine bug; bug report net2/lib/4
1993-01-07 Keith Bosticucred.h not needed, sucked in by mount.h
1993-01-06 Dave A. BormanChange -DDES_ENCRYPT to -DDES_ENCRYPTION
1993-01-04 Ralph Campbellsomehow I lost a '.'. Just fixing it.
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-25 Ralph Campbelladded mips files
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-12-20 Keith Bosticfix comment out of MMAP_FILE
1992-12-20 Keith Bosticread slowly if can't mmap the file
1992-12-19 Dave A. BormanChange ENCRYPT to ENCRYPTION
1992-12-18 Keith Bosticremove ruserpass.c; it had some broken DES from BerkNET...
1992-12-17 Peter McIlroyreplaced missing lines in comment section.
1992-12-17 Peter McIlroyFixed behavior for subnormal returns.
1992-12-17 Peter McIlroyFixed comments section.
1992-12-17 Peter McIlroy(no message)
1992-12-17 Peter McIlroy(no message)
1992-12-17 Peter McIlroyFixed endian behavior
1992-12-17 Peter McIlroy(no message)
1992-12-17 Keith BosticPeter McIlroy's version that's integrated with David...
1992-12-17 Keith Bosticnote truncation, from Peter McIlroy
1992-12-17 Keith Bosticnew version from Peter McIlroy; note, funded by UUNET
1992-12-17 Keith Bosticnew versions from Peter McIlroy (derived from Sun Micro...
1992-12-15 Peter McIlroy(no message)
1992-12-15 Peter McIlroyreplaced expansions for x in [1.25, 4], [4, 30]
1992-12-15 Peter McIlroy(no message)
1992-12-15 Keith Bosticput a space before the error message
1992-12-14 Peter McIlroyuse strtod, not atof
1992-12-11 Elan AmirNew qsort from Bentley & McIlroy.
1992-12-05 Keith Bosticinitialize cursor so that first R_CURSORLOG works
1992-12-05 Keith BosticWhen glob() call errfunc, it doesn't convert extended...
1992-12-05 Keith Bosticminor cleanups
1992-12-05 Keith BosticR_APPEND -> R_CURSORLOG, add R_SETCURSOR
1992-12-05 Keith Bosticdocument cursor shift on insertion/deletion
1992-12-05 Keith Bosticinitialize the e->page element, not just the e->index...
1992-12-05 Keith Bostictest for duplicate btree keys
1992-12-05 Keith Bosticadd cursor flag test, recno reverse insert test
1992-12-05 Keith Bosticcopy the length of the data, not the length of the...
1992-12-05 Keith Bosticit's an insertion if R_IAFTER or R_IBEFORE are set...
1992-12-05 Keith Bosticcopy the length of the data, not the length of the...
1992-12-05 Keith BosticR_CURSOR fails if cursor not initialized or if cursor...
1992-12-05 Keith Bosticadd routine to dump a singlep age
1992-12-05 Keith Bosticadd routine to dump a single page
1992-12-05 Keith Bosticadd dump database command
1992-12-04 Chris Torekdo early allocation for nonzero size with NULL buffer...
1992-12-04 Chris Torekreality
1992-12-04 Chris Torekstyle police; setlinebuf returns whatever setvbuf returns
next