about summary refs log tree commit diff
path: root/Src/init.c
Commit message (Expand)AuthorAgeFilesLines
* users/12305: option output not well documentedPeter Stephenson2007-12-121-2/+1
* 24120: termcap string memory allocation was screwyPeter Stephenson2007-11-261-1/+5
* users/11883: return at top level caused following precommand functionsPeter Stephenson2007-09-261-2/+4
* 23702: fix installing executable scriptsPeter Stephenson2007-07-261-1/+1
* 23665: autoloading of module features and related tweaksPeter Stephenson2007-07-061-2/+2
* 23488: tidy up module interface and documentationPeter Stephenson2007-05-291-6/+6
* see 23479: add initial features support for modulesPeter Stephenson2007-05-281-5/+5
* 23409: disable prompt_sp output after ^D was seen and message printedAndrey Borzenkov2007-05-101-1/+1
* 22983: exit could loop for everPeter Stephenson2006-11-081-0/+9
* 22981: Zvi Har'el: bad call from 22952Peter Stephenson2006-11-081-13/+17
* Vin Shelton: 22789: 22783 broke .zshenvPeter Stephenson2006-09-291-8/+10
* 22783: Frank Terbeck: don't load zsh/newuser unless interactivePeter Stephenson2006-09-281-1/+1
* 22727: "use 'exit' to exit" was suboptimalPeter Stephenson2006-09-171-2/+16
* 22676, 22678: extend sched and make it able to run events when waiting forPeter Stephenson2006-09-101-1/+0
* 22474: use variable argument lists to improve error message handlingPeter Stephenson2006-05-301-11/+10
* Changed some structures to avoid gcc's type-punned warnings.Wayne Davison2006-03-071-1/+1
* 22284: add --disable-dynamic-nss configure switch to disable use of getpw*(),...Clint Adams2006-02-191-3/+3
* 22198: do always set HOME in native emulationPeter Stephenson2006-02-071-5/+14
* 22195: don't set HOME in the shellPeter Stephenson2006-02-061-8/+12
* 22049: bug exiting from sourced file within functionPeter Stephenson2005-12-031-1/+2
* Changed two zle functions to each return a char pointer, not anWayne Davison2005-11-151-3/+3
* 21736: improve tests for word and identifier characters with multibyte inputPeter Stephenson2005-09-201-3/+0
* adapted from 21719: add some mod_exportsPeter Stephenson2005-09-091-1/+1
* 21709 plus tweaks: use $KEYTIMEOUT for multibyte chars.Reset input state on i...Peter Stephenson2005-09-091-1/+1
* 21577 (adapted): Dan Bullok: improved window resize handling, againPeter Stephenson2005-08-091-0/+3
* 21498: Add zsh/newuser modulePeter Stephenson2005-07-201-0/+12
* Reference 4 extra termcap items: save-cursor, restore-cursor, theWayne Davison2005-07-151-5/+18
* Prevent double precmd during "fc -e -"Bart Schaefer2005-06-131-1/+1
* 21131: exit with status 127 when script not foundPeter Stephenson2005-04-111-4/+4
* * 21124: Src/Zle/zle_main.c, Src/init.c, Src/params.c: have zle cache aClint Adams2005-04-081-0/+3
* 21078: parse errors didn't cause non-zero exit statusPeter Stephenson2005-04-011-0/+5
* 21049: Don't close process substitution file descriptors for external programmesPeter Stephenson2005-03-311-2/+2
* 20798: propagate an #ifdef to prototypesPeter Stephenson2005-02-071-0/+2
* 20794: Change version to 4.3.0-dev-1Peter Stephenson2005-02-071-0/+3
* c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson2005-01-141-5/+8
* 20462: Use getrusage for timing again.Peter Stephenson2004-10-071-1/+1
* 20387: revised algorithm for the fix in 20363.Bart Schaefer2004-09-201-1/+1
* 20363: Src/init.c, Src/Zle/zle_main.cPeter Stephenson2004-09-131-1/+1
* 20149: improve prompt-reset codePeter Stephenson2004-07-111-3/+3
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-4/+4
* 19505: compilation with NTTYDISC defined was broken.Peter Stephenson2004-03-011-2/+4
* 19295: $CONTEXT zle parameterPeter Stephenson2003-12-151-3/+3
* 19242: Make job table dynamically reallocatable.Peter Stephenson2003-11-131-1/+8
* a la 19209: zcalloc -> zshcallocPeter Stephenson2003-10-291-2/+2
* 19105: Set shout to stderr if interative with no ttyPeter Stephenson2003-09-221-3/+17
* 19014: add alias -s suf=handlerPeter Stephenson2003-09-031-1/+1
* 18539 and remaining bits of 18536???: vi and emacs options, autoload zlePeter Stephenson2003-05-151-1/+12
* 18536: EMACS and VI compatibility optionsPeter Stephenson2003-05-141-0/+3
* IKEGAMI Tsutomu: sf bug 722366: metafy pwd when read from $PWDPeter Stephenson2003-04-231-1/+2
* 18319: Philippe Troin: fix use of process groups with su and suspendPeter Stephenson2003-03-071-32/+2