glob0 shouldn't set pglob->gl_matchc to 0, it's done by glob,
[unix-history] / usr / src / lib / libcurses /
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 *.
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
next