about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* 24150: Exit status of null command should be exit status of last cmdsubst.Bart Schaefer2007-12-091-1/+1
* 24197: interface to ztrftime() for insufficient memory was brokenPeter Stephenson2007-12-092-6/+6
* unposted: add explanatory comment for blocking around fork()Peter Stephenson2007-12-071-0/+6
* 24179: use queue_signals() for 24170Peter Stephenson2007-12-072-31/+2
* Guillaume Chazarain: 24170: block interrupts around fork()Peter Stephenson2007-12-071-0/+4
* 24173: fix thinko in 24171Clint Adams2007-12-071-1/+1
* 24171: define USE_TERMINFO_MODULE when ncurses.h, ncurses/ncurses.h, or ncurs...Clint Adams2007-12-071-1/+1
* 24160: build terminfo module if ncursesw is present but curses.h is not.Clint Adams2007-12-052-2/+25
* 24148: attempt to use strerror_r() to make errors in signal handle saferPeter Stephenson2007-12-031-2/+35
* 24127: bug in matcher specs with left anchor and partial wordsPeter Stephenson2007-11-282-24/+44
* 24120: termcap string memory allocation was screwyPeter Stephenson2007-11-261-1/+5
* 24113: createparamtable() was still messing withBart Schaefer2007-11-231-0/+4
* 24098: Fix my botch with 23924, rework out new prompts andGeoff Wing2007-11-231-8/+6
* 24110: change ncurses includes againPeter Stephenson2007-11-211-4/+4
* 24107: extra search for ncurses headers but dont use if library isnt ncursesPeter Stephenson2007-11-201-8/+23
* add some mod_export tags where needed zsh-4.3.4-dev-2Peter Stephenson2007-11-202-3/+3
* unposted: prepare for 4.3.4-dev-2Peter Stephenson2007-11-201-1/+1
* users/12230: fix problem setting killring to zero sizePeter Stephenson2007-11-191-10/+12
* 24089 plus tweak: fix curses on older systemsPeter Stephenson2007-11-121-7/+12
* Vin Shelton: 24088: error with no multibytePeter Stephenson2007-11-121-1/+1
* 24083: add zcurses querycharPeter Stephenson2007-11-101-0/+116
* typo in mouse args in 24073Peter Stephenson2007-11-081-1/+1
* typo in parameter setting 24073Peter Stephenson2007-11-081-1/+1
* typo in parameter setting 24073Peter Stephenson2007-11-081-4/+4
* 24073 (plus tweak): zcurses mouse handlingPeter Stephenson2007-11-071-19/+230
* 24070: some \u fixes in getkeystring()Peter Stephenson2007-11-061-73/+134
* 24069: add zcurses_keycodesPeter Stephenson2007-11-061-0/+12
* 24068: attempt to make `printf "%g\n" -0 output "-0"Peter Stephenson2007-11-061-3/+19
* fallout from 24050: add curses_keys.h to .cvsignorePeter Stephenson2007-11-041-0/+1
* 24050: handle nanosecond resolution timestamps on systems that support themOliver Kiddle2007-11-013-0/+95
* 24048: fix home directory expansion with NIS on SolarisOliver Kiddle2007-11-011-1/+2
* 24045: fix memory leak where old value of an environment variable isn't freedOliver Kiddle2007-10-311-0/+2
* Fixed the use of an uninitialized 'x' in spckword() if shout is NULL.Wayne Davison2007-10-311-1/+2
* 24038: add "zcurses bg"Peter Stephenson2007-10-301-24/+104
* users/12149: "@" with splitting in double quotes retains empty fieldsPeter Stephenson2007-10-301-10/+13
* adapted 24030: work around Solaris cancelling curses key timeoutPeter Stephenson2007-10-301-0/+12
* fix crash when colo[u]r is not available in cursesPeter Stephenson2007-10-291-0/+4
* add zcurses timeoutPeter Stephenson2007-10-281-1/+29
* 24027: subwindows, "touch", optimized refreshPeter Stephenson2007-10-281-21/+124
* 24026: default colors in zcursesPeter Stephenson2007-10-281-0/+15
* 24025: new zcurses "clear" and "location" subcommandsPeter Stephenson2007-10-271-1/+1
* 24025: new zcurses "clear" and "location" subcommandsPeter Stephenson2007-10-272-17/+119
* zcurses input: oopsPeter Stephenson2007-10-261-1/+1
* 24024: add zcurses input with keypad handlingPeter Stephenson2007-10-263-0/+139
* 24018: add zcurses scrollPeter Stephenson2007-10-241-0/+50
* 24017: fold zcurses color into attrPeter Stephenson2007-10-241-80/+182
* 24016: compilation with curses and not ncursesPeter Stephenson2007-10-241-4/+11
* 24012: rename "endwin", "c", and "s" to "endwin", "char", and "string" respec...Clint Adams2007-10-231-3/+3
* 24011: various tweaks to zcurses commands including rearrangement to dispatchingPeter Stephenson2007-10-231-268/+311
* 24010: fix max arguments for 'zcurses border' to 1.Clint Adams2007-10-231-1/+1