about summary refs log tree commit diff
path: root/Src/init.c
Commit message (Collapse)AuthorAgeFilesLines
* 29165: use term.h globally if needed at all.Peter Stephenson2011-05-091-2/+2
|
* 29008, 29012: Add `--enable-additional-fpath' option to add arbitrary ↵Frank Terbeck2011-04-181-2/+19
| | | | directories to the default `$fpath'.
* users/15770 HASH_DIRS tracks INTERACTIVEBart Schaefer2011-02-111-0/+3
|
* Paul 28538 / me 28540 / couple of unposted casts:Peter Stephenson2010-12-201-1/+1
| | | | use char * for pointer arithmetic rather than void *
* 28073: allow #! scripts to search path if interpreter not foundPeter Stephenson2010-07-151-19/+1
|
* 28006: make zgetcwd() fall back to pwd,Peter Stephenson2010-06-081-1/+3
| | | | only use "." if setting pwd
* 27951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxtPeter Stephenson2010-05-121-3/+3
|
* 27793 and follow ups: add PATH_SCRIPT option to find script using $PATHPeter Stephenson2010-03-161-21/+83
|
* 27785: IFS doesn't have a null in it in POSIXPeter Stephenson2010-03-111-1/+2
| | | | unposted: note & needs quoting in :s in glob qualifier
* Geoff: 27693: rename underscore to avoid name clashPeter Stephenson2010-02-091-3/+3
|
* 27648, 267650/1, unposted README change:Peter Stephenson2010-02-031-0/+1
| | | | Turn off repeat and turn on ulimit in emulation modes
* 27638, based on Frank Terbeck, 27633: SOURCETRACE optionPeter Stephenson2010-01-271-0/+5
|
* Check the return value of all pipe(), read(), and write() calls.Wayne Davison2009-12-161-1/+1
| | | | | | Gets rid of all the remaining "ignoring return value" compiler warnings, and makes some read/write operations safer by ensuring that an EINTR is handled.
* 27442 plus tweak: wait returns status for $! even if exitedPeter Stephenson2009-12-021-0/+1
|
* 27134: Close SHTTY on exec.Peter Stephenson2009-07-121-2/+10
| | | | | 27135: POSIX_JOBS leaves MONITOR on in subshell and doesn't save parent job table.
* 27129: fix status at start of function, command subst, etc.Peter Stephenson2009-07-111-5/+22
|
* 27126: a few more contexts where executing empty lists gives status zeroPeter Stephenson2009-07-101-0/+1
|
* 27110: Only turn on MONITOR if set explicitly or INTERACTIVEPeter Stephenson2009-07-091-1/+7
|
* 27100: Allow MONITOR option in non-interactive shells for testing.Peter Stephenson2009-07-081-1/+1
|
* 27083: non-zero status on failures to find or execute file in "."Peter Stephenson2009-07-011-7/+20
|
* 26072: lexsave()/lexrestore() to fix bug with sourcing from "funny" placesPeter Stephenson2009-03-091-0/+4
|
* 26583: use HOOK_FUNCTIONS more widelyPeter Stephenson2009-02-191-1/+1
|
* 26546, 26556: sticky emulation for functions defined in emulate ... -c ...Peter Stephenson2009-02-111-8/+7
| | | | environments, plus documentation
* 25677: add %x and %I prompt escapes for shell source code debuggingPeter Stephenson2008-09-161-1/+1
| | | | tidy up interface to doshfunc()
* 25651: make getpermtext() output indentation more logicalPeter Stephenson2008-09-111-1/+1
|
* 25595: fix line numbers with EVAL_LINENO,Peter Stephenson2008-09-031-13/+12
| | | | | try to fix oddities with funcstack and sourced files, simplify use of caller element of funcstack
* 25448: add $funcfiletrace to show absolute line number for callerPeter Stephenson2008-08-131-0/+1
|
* 25443 (tweaked): allow $functrace to show sourced filesPeter Stephenson2008-08-121-11/+12
|
* 25247 with further modifications: add $funcsourcetracePeter Stephenson2008-08-111-2/+19
|
* 25415: Make DEBUG_BEFORE_CMD the default.Peter Stephenson2008-08-071-5/+13
| | | | | Reuse ERR_EXIT in DEBUG traps. Clean up trapreturn code.
* 25385: fix another bug with trapreturn trampling on statusPeter Stephenson2008-08-041-1/+1
|
* 25384: fix problem with incorrect autoloads of zsh/zlePeter Stephenson2008-08-041-8/+16
|
* fix problems with trapreturn, in particular in source inside trapPeter Stephenson2008-08-011-1/+1
|
* 25345, 25347: neaten interface from main shell to zlePeter Stephenson2008-07-311-72/+82
|
* 25272: add zshaddhistory hookPeter Stephenson2008-07-171-1/+1
|
* 25002: only ZLE should update attributes resulting from prompt expansionPeter Stephenson2008-05-121-1/+2
|
* 24986: prompt escapes for coloursPeter Stephenson2008-05-091-0/+3
|
* 24894: enable colouring of highlighted text in editorPeter Stephenson2008-04-291-1/+7
|
* 24869: Marc Chantreux: make default readnullcmd configurablePeter Stephenson2008-04-261-1/+1
|
* 24786: handle read -t properly in zle via getbyte()Peter Stephenson2008-04-031-1/+1
|
* users/12305: option output not well documentedPeter Stephenson2007-12-121-2/+1
| | | | -c and SHIN_STDIN inconsistent with manual
* 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
| | | | to return immediately
* 23702: fix installing executable scriptsPeter Stephenson2007-07-261-1/+1
| | | | 23703: getenv() should be zgetenv()
* 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
| | | | 22980: add hook array for special functions