| Commit message (Expand) | Author | Age | Files | Lines |
* | 25910: avoid dangling file handle in bin_print. | Clint Adams | 2008-10-18 | 1 | -1/+4 |
* | 25896: remove small bit of dead code in execbuiltin. | Clint Adams | 2008-10-14 | 1 | -4/+1 |
* | 25817: make "fc -l" more careful to list all recent history | Peter Stephenson | 2008-10-06 | 1 | -2/+22 |
* | users/13295, tweaked: dont reset line numbers when parsing strings, sometimes | Peter Stephenson | 2008-09-29 | 1 | -2/+2 |
* | 25755/25756: Jörg Sommer: improved handling of module arguments | Peter Stephenson | 2008-09-27 | 1 | -3/+13 |
* | Rocky Bernstein: 25727: allow fc non-interactively | Peter Stephenson | 2008-09-23 | 1 | -0/+2 |
* | 25671: non existing variable in typeset -p should cause status 1 | Peter Stephenson | 2008-09-15 | 1 | -1/+3 |
* | 25662: declare -p should never create arguments | Peter Stephenson | 2008-09-13 | 1 | -4/+11 |
* | 25651: make getpermtext() output indentation more logical | Peter Stephenson | 2008-09-11 | 1 | -1/+1 |
* | 25595: fix line numbers with EVAL_LINENO, | Peter Stephenson | 2008-09-03 | 1 | -2/+43 |
* | 25568: Frank Terbeck & pws: invalid continue and break arguments | Peter Stephenson | 2008-08-31 | 1 | -0/+5 |
* | 25415: Make DEBUG_BEFORE_CMD the default. | Peter Stephenson | 2008-08-07 | 1 | -2/+4 |
* | 25409: fix eval's use of lastval | Peter Stephenson | 2008-08-06 | 1 | -6/+8 |
* | 25345, 25347: neaten interface from main shell to zle | Peter Stephenson | 2008-07-31 | 1 | -6/+13 |
* | following discussion, change fc error message | Peter Stephenson | 2008-07-27 | 1 | -1/+2 |
* | 25338: disallow usage of current history line in fc | Peter Stephenson | 2008-07-25 | 1 | -0/+14 |
* | 25272: add zshaddhistory hook | Peter Stephenson | 2008-07-17 | 1 | -2/+2 |
* | Mikael: 25143: spelling corrections | Peter Stephenson | 2008-06-10 | 1 | -1/+2 |
* | 25040: zpty should display context information more like eval | Peter Stephenson | 2008-05-15 | 1 | -1/+1 |
* | 25025: check radix for integer constants is between 2 and 36 inclusive | Peter Stephenson | 2008-05-14 | 1 | -0/+4 |
* | 25002: only ZLE should update attributes resulting from prompt expansion | Peter Stephenson | 2008-05-12 | 1 | -2/+4 |
* | 24980: zmodload -mF | Peter Stephenson | 2008-05-08 | 1 | -1/+1 |
* | 24861 (with tweaks): logic to use alternative wcwidth() if needed; | Peter Stephenson | 2008-04-22 | 1 | -1/+1 |
* | 24786: handle read -t properly in zle via getbyte() | Peter Stephenson | 2008-04-03 | 1 | -18/+33 |
* | 24768: add -q option to cd, chdir, pushd, popd | Peter Stephenson | 2008-03-28 | 1 | -8/+9 |
* | overeagnerness to spot integers in cd after - and + | Peter Stephenson | 2008-03-02 | 1 | -1/+2 |
* | zsh-users/12600: reorder handling of -s/-d/-t options so that terminal | Bart Schaefer | 2008-02-18 | 1 | -90/+93 |
* | Silence a compiler warning. | Wayne Davison | 2008-01-21 | 1 | -1/+1 |
* | users/12412: check for extra arguments in test and [ | Peter Stephenson | 2008-01-10 | 1 | -2/+7 |
* | 24275: fixes for multibyte characters on Solaris | Peter Stephenson | 2007-12-17 | 1 | -3/+7 |
* | users/12325: implement OSI rules for test & [, add more doc warnings | Peter Stephenson | 2007-12-12 | 1 | -0/+15 |
* | 24210: set -o should abort on failure | Peter Stephenson | 2007-12-11 | 1 | -4/+6 |
* | 24068: attempt to make `printf "%g\n" -0 output "-0" | Peter Stephenson | 2007-11-06 | 1 | -3/+19 |
* | 23665: autoloading of module features and related tweaks | Peter Stephenson | 2007-07-06 | 1 | -1/+1 |
* | 23488: tidy up module interface and documentation | Peter Stephenson | 2007-05-29 | 1 | -1/+1 |
* | see 23479: add initial features support for modules | Peter Stephenson | 2007-05-28 | 1 | -6/+25 |
* | 23444: handle multibyte characters in print -c/-C | Peter Stephenson | 2007-05-20 | 1 | -9/+55 |
* | 23164: Silence popd when PUSHD_SILENT is set. | Felix Rosencrantz | 2007-02-11 | 1 | -3/+4 |
* | 23152: make ztrcmp() respect MULTIBYTE | Peter Stephenson | 2007-02-06 | 1 | -10/+10 |
* | 23118: improve sorting to make it work with locales | Peter Stephenson | 2007-01-21 | 1 | -25/+10 |
* | 23098: printf multibyte character widths | Peter Stephenson | 2007-01-09 | 1 | -12/+66 |
* | 23088: printf formats and arguments need different octal escape sequences | Peter Stephenson | 2007-01-04 | 1 | -2/+2 |
* | unposted: improve CUTBUFFER and killring documentation | Peter Stephenson | 2006-12-10 | 1 | -20/+24 |
* | 22997: fix ${...?...} exit and traps | Peter Stephenson | 2006-11-11 | 1 | -0/+5 |
* | 22992: make $? available in exit traps/hooks | Peter Stephenson | 2006-11-10 | 1 | -0/+1 |
* | 22984: add zshexit hook | Peter Stephenson | 2006-11-09 | 1 | -0/+1 |
* | 22983: exit could loop for ever | Peter Stephenson | 2006-11-08 | 1 | -0/+11 |
* | 22981: Zvi Har'el: bad call from 22952 | Peter Stephenson | 2006-11-08 | 1 | -10/+3 |
* | 22968: fix metafication for print -z and print -s | Peter Stephenson | 2006-11-05 | 1 | -0/+16 |
* | 22819: improved internal use of string quotation, | Peter Stephenson | 2006-10-05 | 1 | -1/+2 |