summaryrefslogtreecommitdiff
path: root/Src/init.c
AgeCommit message (Collapse)AuthorFilesLines
2008-08-0425384: fix problem with incorrect autoloads of zsh/zlePeter Stephenson1-8/+16
2008-08-01fix problems with trapreturn, in particular in source inside trapPeter Stephenson1-1/+1
2008-07-3125345, 25347: neaten interface from main shell to zlePeter Stephenson1-72/+82
2008-07-1725272: add zshaddhistory hookPeter Stephenson1-1/+1
2008-05-1225002: only ZLE should update attributes resulting from prompt expansionPeter Stephenson1-1/+2
2008-05-0924986: prompt escapes for coloursPeter Stephenson1-0/+3
2008-04-2924894: enable colouring of highlighted text in editorPeter Stephenson1-1/+7
2008-04-2624869: Marc Chantreux: make default readnullcmd configurablePeter Stephenson1-1/+1
2008-04-0324786: handle read -t properly in zle via getbyte()Peter Stephenson1-1/+1
2007-12-12users/12305: option output not well documentedPeter Stephenson1-2/+1
-c and SHIN_STDIN inconsistent with manual
2007-11-2624120: termcap string memory allocation was screwyPeter Stephenson1-1/+5
2007-09-26users/11883: return at top level caused following precommand functionsPeter Stephenson1-2/+4
to return immediately
2007-07-2623702: fix installing executable scriptsPeter Stephenson1-1/+1
23703: getenv() should be zgetenv()
2007-07-0623665: autoloading of module features and related tweaksPeter Stephenson1-2/+2
2007-05-2923488: tidy up module interface and documentationPeter Stephenson1-6/+6
2007-05-28see 23479: add initial features support for modulesPeter Stephenson1-5/+5
2007-05-1023409: disable prompt_sp output after ^D was seen and message printedAndrey Borzenkov1-1/+1
2006-11-0822983: exit could loop for everPeter Stephenson1-0/+9
2006-11-0822981: Zvi Har'el: bad call from 22952Peter Stephenson1-13/+17
22980: add hook array for special functions
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
input
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 ↵Clint Adams1-3/+3
getpw*(), getgr*(), initgroups() functions.
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
unsigned char pointer.
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 ↵Peter Stephenson1-1/+1
invalid characters or EOF
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
backspace character, and the ignore-newline-after-wrap flag.
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
wide-char version of WORDCHARS each time it's changed (when ZLE_UNICODE_SUPPORT is defined).
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
Don't compile in a static in init.c unless needed.
2005-01-14c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson1-5/+8
unposted: update version to 4.2.3-dev-1
2004-10-0720462: Use getrusage for timing again.Peter Stephenson1-1/+1
Time processes from before rather than after fork.
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
20150: commit ancient memory leak fix(?) in completion
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