Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 21366: LONG_LIST_JOBS applies to more places where job listings are printed | Bart Schaefer | 2005-08-15 | 1 | -8/+12 |
| | |||||
* | For gcc, use static inline functions in place of the ZS_str* | Wayne Davison | 2005-08-12 | 1 | -4/+16 |
| | | | | | macros so that we get type-checking without pointer-signedness warnings. | ||||
* | 21603: wchar/multibyte conversion of cursor position when at end of line | Peter Stephenson | 2005-08-12 | 1 | -2/+7 |
| | |||||
* | Changed several instances of ZWC() used on a string to ZWS(). | Wayne Davison | 2005-08-11 | 2 | -5/+5 |
| | |||||
* | 21596: fix run-help, which-command, accept-and-menu-complete | Peter Stephenson | 2005-08-10 | 2 | -6/+16 |
| | |||||
* | 21593: character arrays wrongly declared with ZLE_UNICODE_SUPPORT | Peter Stephenson | 2005-08-10 | 2 | -2/+2 |
| | |||||
* | 21592: browsing new directory from menu selection crashed | Peter Stephenson | 2005-08-10 | 1 | -0/+3 |
| | |||||
* | c.f. 21590: metafy_line()/unmetafy_line() now support wide characters | Peter Stephenson | 2005-08-10 | 16 | -553/+931 |
| | |||||
* | Make printf %s handle an embedded null (21579). | Wayne Davison | 2005-08-10 | 1 | -7/+10 |
| | |||||
* | Fixes from Thorsten Dahlheimer. | Peter Stephenson | 2005-08-09 | 3 | -14/+28 |
| | | | | | | 21578: mkmakemod.sh didn't exit on cleanup. 21582: fix failure status of zmodload -R. 21583: fix circularity test of zmodload -A. | ||||
* | 21577 (adapted): Dan Bullok: improved window resize handling, again | Peter Stephenson | 2005-08-09 | 2 | -1/+5 |
| | |||||
* | 21581: Thorsten Dahlheimer: Src/builtin.c: fixed error output | Wayne Davison | 2005-08-09 | 1 | -5/+12 |
| | | | | for unknown signal names when using "trap -". | ||||
* | Fixed a recently-introduced bug where printf %b with an empty arg | Wayne Davison | 2005-08-08 | 1 | -1/+1 |
| | | | | would output a single space instead of nothing. | ||||
* | unposted: unnecessary variable in 21575 | Peter Stephenson | 2005-08-08 | 1 | -1/+1 |
| | |||||
* | 21575 plus unposted: Add WARN_CREATE_GLOBAL option | Peter Stephenson | 2005-08-08 | 4 | -13/+41 |
| | |||||
* | 21567: Dan Bullok: trashzle on updating window size | Peter Stephenson | 2005-08-08 | 1 | -1/+1 |
| | |||||
* | 21557: Thorsten Dahlheimer: BRACE_CCL fix | Peter Stephenson | 2005-08-02 | 1 | -1/+1 |
| | |||||
* | Silenced a compiler warning about a variable that might be used | Wayne Davison | 2005-08-01 | 1 | -1/+1 |
| | | | | unassigned. | ||||
* | 21552: Thorsten Dahlheimer: various fixes to print builtin | Peter Stephenson | 2005-08-01 | 1 | -31/+40 |
| | |||||
* | unposted: Perforce "attribute" command | Peter Stephenson | 2005-08-01 | 1 | -1/+1 |
| | | | | | | 21551: FEATURES description for file<20-> 21546: oddities of subscripts when searching arrays 21544: ioctl() prototyping | ||||
* | 21541: remove some warnings from ZLE_UNICODE_SUPPORT | Peter Stephenson | 2005-07-28 | 6 | -14/+41 |
| | |||||
* | The PROMPT_SP output should be prior to the job notifications too. | Wayne Davison | 2005-07-27 | 1 | -7/+7 |
| | |||||
* | Moved the PROMPT_SP output into preprompt() so that it takes effect | Wayne Davison | 2005-07-26 | 1 | -0/+9 |
| | | | | prior to things like precmd(), the mail-check output, etc. | ||||
* | Moving the PROMPT_SP code earlier in the scheme of things so that | Wayne Davison | 2005-07-26 | 1 | -23/+1 |
| | | | | it can take affect prior to things like the mail-check output. | ||||
* | 21529: move scriptdir to a scripts subdir, and don't include Scripts in fpath. | Clint Adams | 2005-07-26 | 1 | -3/+3 |
| | |||||
* | Fixed bin_print() to handle \c escapes as per POSIX (truncating the | Wayne Davison | 2005-07-26 | 1 | -5/+16 |
| | | | | output at the \c). (Based on a patch by Thorsten Dahlheimer.) | ||||
* | If getkeystring() finds a \c escape (when looking for such escapes), | Wayne Davison | 2005-07-26 | 1 | -1/+3 |
| | | | | truncate the returned string at the escape. | ||||
* | The parsing of \c in $foo[(pws:\c:)1] should treat \c as an unknown | Wayne Davison | 2005-07-24 | 1 | -1/+1 |
| | | | | | escape (resulting in a literal "c"), not remove the sequence (from a patch by Thorsten Dahlheimer). | ||||
* | Improved the function comment for getkeystring(). | Wayne Davison | 2005-07-24 | 1 | -10/+11 |
| | |||||
* | Added missing "goto" in handling of 'c' escape (fix from | Wayne Davison | 2005-07-24 | 1 | -0/+2 |
| | | | | Thorsten Dahlheimer). | ||||
* | An install fix for Cygwin from Thorsten Dahlheimer. | Wayne Davison | 2005-07-24 | 1 | -0/+1 |
| | |||||
* | unposted: bring various .distfiles up to date | Peter Stephenson | 2005-07-21 | 1 | -0/+1 |
| | |||||
* | 21500: Add script and function as framework for new user stuff. | Peter Stephenson | 2005-07-20 | 1 | -2/+3 |
| | |||||
* | 21498: Add zsh/newuser module | Peter Stephenson | 2005-07-20 | 5 | -42/+194 |
| | |||||
* | Implement the new PROMPT_SP option. | Wayne Davison | 2005-07-15 | 1 | -1/+23 |
| | |||||
* | Reference 4 extra termcap items: save-cursor, restore-cursor, the | Wayne Davison | 2005-07-15 | 1 | -5/+18 |
| | | | | backspace character, and the ignore-newline-after-wrap flag. | ||||
* | Add "promptsp" to the optname optns[] array. | Wayne Davison | 2005-07-15 | 1 | -0/+1 |
| | |||||
* | Added the PROMPTSP option plus 3 new termcap defines | Wayne Davison | 2005-07-15 | 1 | -1/+5 |
| | | | | (TCSAVECURSOR, TCRESTRCURSOR, and TCBACKSPACE). | ||||
* | 21466: mkdir -p didn't work with symlinks | Peter Stephenson | 2005-07-14 | 1 | -1/+1 |
| | |||||
* | 21428: Travis: fix crash on bad compvalues call | Bart Schaefer | 2005-07-12 | 1 | -1/+2 |
| | |||||
* | 21402: Fix crash with case-insensitive matching. | Peter Stephenson | 2005-07-06 | 1 | -4/+16 |
| | |||||
* | 21391: only pass SIGINT and SIGQUIT from foreground processes to the shell. | Peter Stephenson | 2005-06-28 | 1 | -2/+4 |
| | |||||
* | 21317: fix bug where recursive glob within e qualifier would hang the shell | Oliver Kiddle | 2005-06-21 | 1 | -1/+0 |
| | |||||
* | 21352: Harald van Dijk: handle null after % in printf format specifier | Oliver Kiddle | 2005-06-17 | 1 | -1/+1 |
| | |||||
* | Prevent double precmd during "fc -e -" | Bart Schaefer | 2005-06-13 | 1 | -1/+1 |
| | |||||
* | unposted: need const for result of getsigname() | Peter Stephenson | 2005-06-01 | 1 | -1/+1 |
| | |||||
* | 21296: Add ERR alias for ZERR where possible. | Peter Stephenson | 2005-06-01 | 3 | -27/+48 |
| | | | | "trap" reports alias names. | ||||
* | 21270: don't use poll() on Apple | Peter Stephenson | 2005-05-23 | 1 | -0/+9 |
| | |||||
* | users/8856, users/8863: which-command stuff | Peter Stephenson | 2005-05-23 | 1 | -1/+4 |
| | |||||
* | Joerg Sonnenberger: 21252: Dragonfly BSD support | Oliver Kiddle | 2005-05-11 | 1 | -5/+3 |
| |