Peter Stephenson
|
1acf23db3e
|
27243: reverse indexing of arrays with beginning index out of range returned
wrong value
|
2009-09-05 19:49:19 +00:00 |
|
Peter Stephenson
|
6d4d1261a5
|
27240: fix fix for lexing in test builtin
|
2009-09-02 15:26:44 +00:00 |
|
Peter Stephenson
|
c81ba09d8f
|
27218: don't unquote $line generated in comparguments for _arguments
|
2009-08-17 21:06:03 +00:00 |
|
Peter Stephenson
|
fff4f63b97
|
27216: set chwords to NULL when freed
|
2009-08-16 20:37:44 +00:00 |
|
Peter Stephenson
|
2237f7376e
|
users/14307: end of command line in completion with variant zsh syntax
|
2009-08-15 16:59:21 +00:00 |
|
Peter Stephenson
|
207acdfe89
|
27211: handle Cygwin device files & drives specially in compfiles
|
2009-08-05 10:14:53 +00:00 |
|
Clint Adams
|
5bf950d685
|
27202: unbreak _GNU_SOURCE on Debian GNU/kFreeBSD.
|
2009-08-01 04:20:35 +00:00 |
|
Peter Stephenson
|
72f0b14a04
|
27188: improve read -q by using read -k code
|
2009-07-24 18:35:49 +00:00 |
|
Peter Stephenson
|
2c81423516
|
27181: extend POSIX_CD to handle target directory printing behaviour
|
2009-07-21 09:34:08 +00:00 |
|
Bart Schaefer
|
bda90c969f
|
27159: restore pre-23067 behavior of SIGINT outside a "wait", so that
foreground jobs that handle or ignore interrupts are not orphaned.
|
2009-07-20 04:38:56 +00:00 |
|
Peter Stephenson
|
606cfb5a5e
|
27167: add POSIX_CD option to test "." after CDPATH
|
2009-07-19 19:07:14 +00:00 |
|
Peter Stephenson
|
f43022eec0
|
users/14240: assignment before a function definition is an error
|
2009-07-17 20:32:33 +00:00 |
|
Peter Stephenson
|
351f6541e9
|
Eric Blake: 27151: cd handling with initial // for Cygwin
|
2009-07-15 08:43:25 +00:00 |
|
Peter Stephenson
|
3257f6b8d5
|
27134: Close SHTTY on exec.
27135: POSIX_JOBS leaves MONITOR on in subshell and doesn't save
parent job table.
|
2009-07-12 15:09:56 +00:00 |
|
Peter Stephenson
|
653d6a0dd9
|
27131: allow MONITOR in subshell by not closing SHTTY
|
2009-07-11 19:06:51 +00:00 |
|
Peter Stephenson
|
bdfebe3e32
|
27129: fix status at start of function, command subst, etc.
|
2009-07-11 16:42:53 +00:00 |
|
Peter Stephenson
|
4db28c55b6
|
27126: a few more contexts where executing empty lists gives status zero
|
2009-07-10 22:10:25 +00:00 |
|
Peter Stephenson
|
b4c2ea2cec
|
27125: handle nested use of colour code buffer allocation
|
2009-07-10 21:32:44 +00:00 |
|
Peter Stephenson
|
73be7ee553
|
27106: reset status on command that expands to empty
27122: add POSIX_JOBS option
|
2009-07-10 11:08:39 +00:00 |
|
Peter Stephenson
|
bd2ee44b78
|
27119: job output to stdout if non-interactive
no automated jobs notifications
|
2009-07-10 09:10:59 +00:00 |
|
Peter Stephenson
|
5df700fb5b
|
27112: allow jobbing output if not interactive
|
2009-07-09 20:33:56 +00:00 |
|
Peter Stephenson
|
ce4137c858
|
Eric Blake: 27109: don't attachtty() if not interactive
|
2009-07-09 20:20:53 +00:00 |
|
Peter Stephenson
|
2d628b0bce
|
Eric Blake: 27109: don't attachtty() if not interactive
|
2009-07-09 20:20:30 +00:00 |
|
Peter Stephenson
|
aabd747d4f
|
Eric Blake: 27109: don't attachtty() if not interactive
|
2009-07-09 19:50:58 +00:00 |
|
Peter Stephenson
|
aa563b1a3f
|
27110: Only turn on MONITOR if set explicitly or INTERACTIVE
|
2009-07-09 19:42:20 +00:00 |
|
Peter Stephenson
|
b31ca21b46
|
27100: Allow MONITOR option in non-interactive shells for testing.
|
2009-07-08 17:06:02 +00:00 |
|
Peter Stephenson
|
c6a3ccc8d7
|
27092: missing then-clause for if wasn't an error
|
2009-07-06 20:44:28 +00:00 |
|
Peter Stephenson
|
5c5a388ed7
|
27087: change return codes from failed "."
|
2009-07-02 13:46:36 +00:00 |
|
Peter Stephenson
|
55e4beb8d8
|
27085: add accept-search handling to scrollist keymap
|
2009-07-01 17:09:37 +00:00 |
|
Peter Stephenson
|
041057687f
|
27083: non-zero status on failures to find or execute file in "."
|
2009-07-01 15:07:25 +00:00 |
|
Peter Stephenson
|
88d07936a2
|
27080: it wasnt possible to exit menu selection cleanly
|
2009-07-01 13:41:18 +00:00 |
|
Peter Stephenson
|
10787467bc
|
27079: save lexical context in test builtin
|
2009-07-01 09:07:07 +00:00 |
|
Peter Stephenson
|
506c845b25
|
Greg Klanderman: 27057: %e and %f time formats were swapped
|
2009-06-26 21:10:04 +00:00 |
|
Peter Stephenson
|
72529e4fa6
|
27304: add ${(q-)..} flag
|
2009-06-05 11:15:48 +00:00 |
|
Clint Adams
|
bd35231e70
|
27025: define _GNU_SOURCE on the Hurd.
|
2009-05-30 17:55:50 +00:00 |
|
Peter Stephenson
|
71865fd36d
|
27021: fix length of saved glob flags in pattern matching
|
2009-05-29 21:06:40 +00:00 |
|
Peter Stephenson
|
0f4c321380
|
26975: compilation issues in bin_print()
|
2009-05-20 09:53:13 +00:00 |
|
Peter Stephenson
|
feb29659f1
|
users/14143 plus tweak in padding code:
use default IFS if IFS is unset
|
2009-05-20 09:04:39 +00:00 |
|
Peter Stephenson
|
1134e72a7a
|
Greg Klanderman: 26972: fix problem ni 26964.
|
2009-05-19 08:41:16 +00:00 |
|
Peter Stephenson
|
a4106e0523
|
Greg Klanderman: 26964 (modified): PROMPT_EOL_MARK
|
2009-05-17 18:23:09 +00:00 |
|
Peter Stephenson
|
9169cd747f
|
Paul Ackersviller: 26962: updated HP-UX dynamic linking
|
2009-05-16 12:13:00 +00:00 |
|
Peter Stephenson
|
feb2df4b63
|
26958: Fix reallocation problem in prompts
|
2009-05-12 19:58:04 +00:00 |
|
Peter Stephenson
|
d1abd3e7cf
|
26957: Fix some memory problems with read builtin
unposted: fix a WARN_CREATE_GLOBAL warning
|
2009-05-12 11:11:14 +00:00 |
|
Peter Stephenson
|
c18b6c2c99
|
26956: tidy up some zle variables for module unloading
note issue found on HP-UX
|
2009-05-11 09:03:25 +00:00 |
|
Peter Stephenson
|
ff0b4ebdd5
|
26950: warn on failed attempt to change user or group ID
26593: print warning but dont fail test if simple Unicode conversion fails
|
2009-05-08 14:30:31 +00:00 |
|
Peter Stephenson
|
6195160598
|
26984: ensure zle window sizes are reset with video data
|
2009-05-08 08:37:31 +00:00 |
|
Peter Stephenson
|
a6ff95d0c1
|
26954: read should pass through invalid multibyte characters
|
2009-05-07 16:04:21 +00:00 |
|
Peter Stephenson
|
e61af474c1
|
26876 with updated documentation: add ZLE_{REMOVE,SPACE}_SUFFIX_CHARS
|
2009-04-24 09:00:29 +00:00 |
|
Peter Stephenson
|
8f0af2115e
|
26852: make terminfo.mdd test agree with one in terminfo.c
|
2009-04-20 17:05:32 +00:00 |
|
Peter Stephenson
|
9b7d3a6e46
|
users/14041: bind : by default to execute-named-cmd in vicmd mode
|
2009-04-17 15:23:08 +00:00 |
|