summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2007-12-1324240: make vared check for trailing garbage earlierPeter Stephenson1-0/+4
2007-12-1324234: apply typeset parameter flags consistentlyPeter Stephenson2-141/+128
2007-12-12users/12325: implement OSI rules for test & [, add more doc warningsPeter Stephenson1-0/+15
2007-12-12users/12305: option output not well documentedPeter Stephenson1-2/+1
-c and SHIN_STDIN inconsistent with manual
2007-12-1124210: set -o should abort on failurePeter Stephenson1-4/+6
2007-12-0924150: Exit status of null command should be exit status of last cmdsubst.Bart Schaefer1-1/+1
2007-12-0924197: interface to ztrftime() for insufficient memory was brokenPeter Stephenson2-6/+6
2007-12-07unposted: add explanatory comment for blocking around fork()Peter Stephenson1-0/+6
2007-12-0724179: use queue_signals() for 24170Peter Stephenson2-31/+2
24180: back off strerror_r() patch, except for use of temporary var
2007-12-07Guillaume Chazarain: 24170: block interrupts around fork()Peter Stephenson1-0/+4
2007-12-0724173: fix thinko in 24171Clint Adams1-1/+1
2007-12-0724171: define USE_TERMINFO_MODULE when ncurses.h, ncurses/ncurses.h, or ↵Clint Adams1-1/+1
ncursesw/ncurses.h is present.
2007-12-0524160: build terminfo module if ncursesw is present but curses.h is not.Clint Adams2-2/+25
2007-12-0324148: attempt to use strerror_r() to make errors in signal handle saferPeter Stephenson1-2/+35
2007-11-2824127: bug in matcher specs with left anchor and partial wordsPeter Stephenson2-24/+44
2007-11-2624120: termcap string memory allocation was screwyPeter Stephenson1-1/+5
2007-11-2324113: createparamtable() was still messing withBart Schaefer1-0/+4
the internals of the environment even when USE_SET_UNSET_ENV.
2007-11-2324098: Fix my botch with 23924, rework out new prompts andGeoff Wing1-8/+6
their lengths before use in resetvideo().
2007-11-2124110: change ncurses includes againPeter Stephenson1-4/+4
2007-11-2024107: extra search for ncurses headers but dont use if library isnt ncursesPeter Stephenson1-8/+23
2007-11-20add some mod_export tags where neededPeter Stephenson2-3/+3
2007-11-20unposted: prepare for 4.3.4-dev-2Peter Stephenson1-1/+1
2007-11-19users/12230: fix problem setting killring to zero sizePeter Stephenson1-10/+12
2007-11-1224089 plus tweak: fix curses on older systemsPeter Stephenson1-7/+12
2007-11-12Vin Shelton: 24088: error with no multibytePeter Stephenson1-1/+1
2007-11-1024083: add zcurses querycharPeter Stephenson1-0/+116
2007-11-08typo in mouse args in 24073Peter Stephenson1-1/+1
2007-11-08typo in parameter setting 24073Peter Stephenson1-1/+1
2007-11-08typo in parameter setting 24073Peter Stephenson1-4/+4
2007-11-0724073 (plus tweak): zcurses mouse handlingPeter Stephenson1-19/+230
2007-11-0624070: some \u fixes in getkeystring()Peter Stephenson1-73/+134
2007-11-0624069: add zcurses_keycodesPeter Stephenson1-0/+12
2007-11-0624068: attempt to make `printf "%g\n" -0 output "-0"Peter Stephenson1-3/+19
2007-11-04fallout from 24050: add curses_keys.h to .cvsignorePeter Stephenson1-0/+1
add high res timestamps to NEWS
2007-11-0124050: handle nanosecond resolution timestamps on systems that support themOliver Kiddle3-0/+95
2007-11-0124048: fix home directory expansion with NIS on SolarisOliver Kiddle1-1/+2
2007-10-3124045: fix memory leak where old value of an environment variable isn't freedOliver Kiddle1-0/+2
2007-10-31Fixed the use of an uninitialized 'x' in spckword() if shout is NULL.Wayne Davison1-1/+2
2007-10-3024038: add "zcurses bg"Peter Stephenson1-24/+104
2007-10-30users/12149: "@" with splitting in double quotes retains empty fieldsPeter Stephenson1-10/+13
2007-10-30adapted 24030: work around Solaris cancelling curses key timeoutPeter Stephenson1-0/+12
2007-10-29fix crash when colo[u]r is not available in cursesPeter Stephenson1-0/+4
2007-10-28add zcurses timeoutPeter Stephenson1-1/+29
2007-10-2824027: subwindows, "touch", optimized refreshPeter Stephenson1-21/+124
2007-10-2824026: default colors in zcursesPeter Stephenson1-0/+15
2007-10-2724025: new zcurses "clear" and "location" subcommandsPeter Stephenson1-1/+1
zcurses window "stdscr" various minor zcurses tweaks
2007-10-2724025: new zcurses "clear" and "location" subcommandsPeter Stephenson2-17/+119
zcurses window "stdscr" various minor zcurses tweaks
2007-10-26zcurses input: oopsPeter Stephenson1-1/+1
2007-10-2624024: add zcurses input with keypad handlingPeter Stephenson3-0/+139
2007-10-2424018: add zcurses scrollPeter Stephenson1-0/+50