about summary refs log tree commit diff
path: root/Src/init.c
Commit message (Expand)AuthorAgeFilesLines
...
* 25677: add %x and %I prompt escapes for shell source code debuggingPeter Stephenson2008-09-161-1/+1
* 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
* 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
* 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
* 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