| Age | Commit message (Expand) | Author |
| 2002-01-02 | Remove extraneous tabs from blank lines. | blymn |
| 2001-12-31 | fix __startwin() so it outputs the init strings to the correct device. | blymn |
| 2001-12-31 | * Fixed uninitialiased variable problem in newterm | blymn |
| 2001-12-30 | Make newterm set the default screen if the old default screen was | blymn |
| 2001-12-27 | Fix newterm so it syncs curscr to stdscr when term is created. Thanks | blymn |
| 2001-12-11 | * Remove termcap globals from public interface | blymn |
| 2001-12-02 | lib/14813: Jason R. Thorpe: worm(6) no longer builds w/ new libcurses | christos |
| 2001-12-02 | * Major change to add support for the newterm/set_term functions. | blymn |
| 2001-11-04 | fix WARNS=2 (-Wshadow) warning | lukem |
| 2001-11-01 | Remove bogus call to free(3) which caused several warning messages in | tron |
| 2001-10-15 | Added function - bumped minor version of lib. | blymn |
| 2001-10-14 | Whitespace, section name, and punctuation fixes. | wiz |
| 2001-10-14 | Added 2 new functions and a macro: | blymn |
| 2001-10-08 | Add mvderwin function. | blymn |
| 2001-09-24 | va_{start,end} audit: | wiz |
| 2001-09-20 | Add code to allow resizing of windows and the underlying terminal. | blymn |
| 2001-09-16 | Spell 'occurred' with two 'r's. | wiz |
| 2001-06-13 | withough -> without | wiz |
| 2001-06-11 | Fix various misspellings of compatible/compatibility. | wiz |
| 2001-05-17 | Set scrolling region top correctly. | jdc |
| 2001-04-21 | Document getnstr(). | jdc |
| 2001-04-21 | Add missing prototypes. | jdc |
| 2001-04-20 | Forget to mention: This fixes PR lib/12565. | jdc |
| 2001-04-20 | Add entries for scrolling regions and getnstr() functions. | jdc |
| 2001-04-20 | Bump libcurses minor (now 4.2). | jdc |
| 2001-04-20 | Implement the getnstr() functions. | jdc |
| 2001-04-20 | Make comments match reality (delete-char instead of insert-char). | jdc |
| 2001-04-20 | Implement scrolling regions : | jdc |
| 2001-02-05 | Display default (HLINE/VLINE) characters when character 0 is passed in. | jdc |
| 2001-02-05 | Don't delete attributes when character 0 (default) is passed in. | jdc |
| 2001-01-14 | There was a missing check for curscr != NULL, fixed. | blymn |
| 2001-01-10 | Fixed casting bug in array indexing, a signed char was being sign | blymn |
| 2001-01-07 | Make this compile again. | augustss |
| 2001-01-07 | Free(3) delstr after use. | jdc |
| 2001-01-05 | de-lint: | christos |
| 2001-01-05 | remove redundant declarations. | christos |
| 2001-01-01 | Add the instr and inchstr families of functions. | simonb |
| 2000-12-31 | Libcurses-4.0 | jdc |
| 2000-12-30 | va_list -> _BSD_VA_LIST_ to be consistent with prototype | martin |
| 2000-12-22 | Libcurses minor bump. | jdc |
| 2000-12-22 | Revert the change to the `pc' capability from the previous change. Pointed | jdc |
| 2000-12-19 | Rename variables refering to termcap capabilities from NN to __tc_nn. Case | jdc |
| 2000-09-27 | Last revision had some problems. One .De was missing, and a number of | wrstuden |
| 2000-09-23 | do not call wrefresh() uncondintionally from wgetch(). call it only | itojun |
| 2000-08-13 | change behavior of waddnstr(w, s, 0) to be more conformant to XCURSES. | itojun |
| 2000-08-13 | build a trace version of libcurses, with "make -DDEBUG_CURSES" | itojun |
| 2000-08-02 | on repaint, we must look at attributes present on curscr. | itojun |
| 2000-08-01 | use __cputchar(), not putchar(). | itojun |
| 2000-07-31 | free region got from t_getstr(). we will experience memory leak if | itojun |
| 2000-07-31 | fix 8bit cleanness of getch() and wgetch(). never use char variable against | itojun |