summaryrefslogtreecommitdiff
path: root/Src/init.c
AgeCommit message (Expand)AuthorFilesLines
2006-11-0822983: exit could loop for everPeter Stephenson1-0/+9
2006-11-0822981: Zvi Har'el: bad call from 22952Peter Stephenson1-13/+17
2006-09-29Vin Shelton: 22789: 22783 broke .zshenvPeter Stephenson1-8/+10
2006-09-2822783: Frank Terbeck: don't load zsh/newuser unless interactivePeter Stephenson1-1/+1
2006-09-1722727: "use 'exit' to exit" was suboptimalPeter Stephenson1-2/+16
2006-09-1022676, 22678: extend sched and make it able to run events when waiting forPeter Stephenson1-1/+0
2006-05-3022474: use variable argument lists to improve error message handlingPeter Stephenson1-11/+10
2006-03-07Changed some structures to avoid gcc's type-punned warnings.Wayne Davison1-1/+1
2006-02-1922284: add --disable-dynamic-nss configure switch to disable use of getpw*(),...Clint Adams1-3/+3
2006-02-0722198: do always set HOME in native emulationPeter Stephenson1-5/+14
2006-02-0622195: don't set HOME in the shellPeter Stephenson1-8/+12
2005-12-0322049: bug exiting from sourced file within functionPeter Stephenson1-1/+2
2005-11-15Changed two zle functions to each return a char pointer, not anWayne Davison1-3/+3
2005-09-2021736: improve tests for word and identifier characters with multibyte inputPeter Stephenson1-3/+0
2005-09-09adapted from 21719: add some mod_exportsPeter Stephenson1-1/+1
2005-09-0921709 plus tweaks: use $KEYTIMEOUT for multibyte chars.Reset input state on i...Peter Stephenson1-1/+1
2005-08-0921577 (adapted): Dan Bullok: improved window resize handling, againPeter Stephenson1-0/+3
2005-07-2021498: Add zsh/newuser modulePeter Stephenson1-0/+12
2005-07-15Reference 4 extra termcap items: save-cursor, restore-cursor, theWayne Davison1-5/+18
2005-06-13Prevent double precmd during "fc -e -"Bart Schaefer1-1/+1
2005-04-1121131: exit with status 127 when script not foundPeter Stephenson1-4/+4
2005-04-08 * 21124: Src/Zle/zle_main.c, Src/init.c, Src/params.c: have zle cache aClint Adams1-0/+3
2005-04-0121078: parse errors didn't cause non-zero exit statusPeter Stephenson1-0/+5
2005-03-3121049: Don't close process substitution file descriptors for external programmesPeter Stephenson1-2/+2
2005-02-0720798: propagate an #ifdef to prototypesPeter Stephenson1-0/+2
2005-02-0720794: Change version to 4.3.0-dev-1Peter Stephenson1-0/+3
2005-01-14c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson1-5/+8
2004-10-0720462: Use getrusage for timing again.Peter Stephenson1-1/+1
2004-09-2020387: revised algorithm for the fix in 20363.Bart Schaefer1-1/+1
2004-09-1320363: Src/init.c, Src/Zle/zle_main.cPeter Stephenson1-1/+1
2004-07-1120149: improve prompt-reset codePeter Stephenson1-3/+3
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-4/+4
2004-03-0119505: compilation with NTTYDISC defined was broken.Peter Stephenson1-2/+4
2003-12-1519295: $CONTEXT zle parameterPeter Stephenson1-3/+3
2003-11-1319242: Make job table dynamically reallocatable.Peter Stephenson1-1/+8
2003-10-29a la 19209: zcalloc -> zshcallocPeter Stephenson1-2/+2
2003-09-2219105: Set shout to stderr if interative with no ttyPeter Stephenson1-3/+17
2003-09-0319014: add alias -s suf=handlerPeter Stephenson1-1/+1
2003-05-1518539 and remaining bits of 18536???: vi and emacs options, autoload zlePeter Stephenson1-1/+12
2003-05-1418536: EMACS and VI compatibility optionsPeter Stephenson1-0/+3
2003-04-23IKEGAMI Tsutomu: sf bug 722366: metafy pwd when read from $PWDPeter Stephenson1-1/+2
2003-03-0718319: Philippe Troin: fix use of process groups with su and suspendPeter Stephenson1-32/+2
2003-01-2718144: no SIGHUP handler if parent was ignoring.Bart Schaefer1-1/+4
2002-11-1317931: Philippe: restore blocking of SIGTERM in interactive shellPeter Stephenson1-0/+1
2002-11-0817861 from Philippe Troin: make signal initialisation more consistentPeter Stephenson1-23/+9
2002-11-0417859: Philippe Troin: better handling of process groups interactively.Peter Stephenson1-5/+26
2002-08-2717582: Improved option argument handling.Peter Stephenson1-1/+1
2002-08-0517503: fix various typos and spelling mistakes in source code commentsOliver Kiddle1-1/+1
2002-06-0717299: Use reference counts in Eprogs so as to be able to free them as soonPeter Stephenson1-2/+0
2002-05-1317120, 17121: Src/init.c: work around problem with NIS tying up filePeter Stephenson1-4/+47