summaryrefslogtreecommitdiff
path: root/Src/init.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-1829008, 29012: Add `--enable-additional-fpath' option to add arbitrary directo...Frank Terbeck1-2/+19
2011-02-11users/15770 HASH_DIRS tracks INTERACTIVEBart Schaefer1-0/+3
2010-12-20Paul 28538 / me 28540 / couple of unposted casts:Peter Stephenson1-1/+1
2010-07-1528073: allow #! scripts to search path if interpreter not foundPeter Stephenson1-19/+1
2010-06-0828006: make zgetcwd() fall back to pwd,Peter Stephenson1-1/+3
2010-05-1227951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxtPeter Stephenson1-3/+3
2010-03-1627793 and follow ups: add PATH_SCRIPT option to find script using $PATHPeter Stephenson1-21/+83
2010-03-1127785: IFS doesn't have a null in it in POSIXPeter Stephenson1-1/+2
2010-02-09Geoff: 27693: rename underscore to avoid name clashPeter Stephenson1-3/+3
2010-02-0327648, 267650/1, unposted README change:Peter Stephenson1-0/+1
2010-01-2727638, based on Frank Terbeck, 27633: SOURCETRACE optionPeter Stephenson1-0/+5
2009-12-16Check the return value of all pipe(), read(), and write() calls.Wayne Davison1-1/+1
2009-12-0227442 plus tweak: wait returns status for $! even if exitedPeter Stephenson1-0/+1
2009-07-1227134: Close SHTTY on exec.Peter Stephenson1-2/+10
2009-07-1127129: fix status at start of function, command subst, etc.Peter Stephenson1-5/+22
2009-07-1027126: a few more contexts where executing empty lists gives status zeroPeter Stephenson1-0/+1
2009-07-0927110: Only turn on MONITOR if set explicitly or INTERACTIVEPeter Stephenson1-1/+7
2009-07-0827100: Allow MONITOR option in non-interactive shells for testing.Peter Stephenson1-1/+1
2009-07-0127083: non-zero status on failures to find or execute file in "."Peter Stephenson1-7/+20
2009-03-0926072: lexsave()/lexrestore() to fix bug with sourcing from "funny" placesPeter Stephenson1-0/+4
2009-02-1926583: use HOOK_FUNCTIONS more widelyPeter Stephenson1-1/+1
2009-02-1126546, 26556: sticky emulation for functions defined in emulate ... -c ...Peter Stephenson1-8/+7
2008-09-1625677: add %x and %I prompt escapes for shell source code debuggingPeter Stephenson1-1/+1
2008-09-1125651: make getpermtext() output indentation more logicalPeter Stephenson1-1/+1
2008-09-0325595: fix line numbers with EVAL_LINENO,Peter Stephenson1-13/+12
2008-08-1325448: add $funcfiletrace to show absolute line number for callerPeter Stephenson1-0/+1
2008-08-1225443 (tweaked): allow $functrace to show sourced filesPeter Stephenson1-11/+12
2008-08-1125247 with further modifications: add $funcsourcetracePeter Stephenson1-2/+19
2008-08-0725415: Make DEBUG_BEFORE_CMD the default.Peter Stephenson1-5/+13
2008-08-0425385: fix another bug with trapreturn trampling on statusPeter Stephenson1-1/+1
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
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
2007-07-2623702: fix installing executable scriptsPeter Stephenson1-1/+1
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
2006-09-29Vin Shelton: 22789: 22783 broke .zshenvPeter Stephenson1-8/+10