Peter Stephenson
|
b2d08a2155
|
25744: dynamic named directories and further doshfunc() simplification
|
2008-09-26 09:11:27 +00:00 |
|
Peter Stephenson
|
602cc2abe0
|
Rocky: 25734: typo
25739: warn about GPL in binary if libgdm is linked
|
2008-09-24 09:10:15 +00:00 |
|
Peter Stephenson
|
d3c4108f30
|
Rocky Bernstein: 25727: allow fc non-interactively
Add sanity test for empty history
|
2008-09-23 08:41:54 +00:00 |
|
Peter Stephenson
|
2920c227d3
|
25677: add %x and %I prompt escapes for shell source code debugging
tidy up interface to doshfunc()
|
2008-09-16 15:02:01 +00:00 |
|
Peter Stephenson
|
6951a1e0b2
|
25671: non existing variable in typeset -p should cause status 1
|
2008-09-15 08:57:25 +00:00 |
|
Peter Stephenson
|
b8a36eea87
|
25662: declare -p should never create arguments
|
2008-09-13 19:59:13 +00:00 |
|
Peter Stephenson
|
db31a13ecd
|
25627: add $ZSH_SUBSHELL
|
2008-09-05 21:02:08 +00:00 |
|
Peter Stephenson
|
7ce1d57358
|
25615: $ZSH_DEBUG_CMD for use in DEBUG traps
|
2008-09-05 09:05:21 +00:00 |
|
Peter Stephenson
|
0cba5ef62a
|
25595: fix line numbers with EVAL_LINENO,
try to fix oddities with funcstack and sourced files,
simplify use of caller element of funcstack
|
2008-09-03 09:08:18 +00:00 |
|
Peter Stephenson
|
2e3363ef7d
|
25571: when parsing use line numbers for the start of a token, not the end
add test and move debug trap tests to new file
|
2008-08-31 19:50:47 +00:00 |
|
Peter Stephenson
|
b41c26d78a
|
25570: line numbers of complex sublists were wrong, plus test
make lineno zlong in another place
|
2008-08-31 16:01:10 +00:00 |
|
Peter Stephenson
|
50e4b43362
|
25568: Frank Terbeck & pws: invalid continue and break arguments
also tests for control commands
|
2008-08-31 13:35:28 +00:00 |
|
Peter Stephenson
|
b8ae885ab8
|
25532: problem skipping assignments etc. with setopt ERREXIT
|
2008-08-25 17:28:13 +00:00 |
|
Peter Stephenson
|
1395a5a70f
|
unposted: test changed needed by foregoing patch
|
2008-08-13 21:07:02 +00:00 |
|
Peter Stephenson
|
01f5d0a274
|
25443 (tweaked): allow $functrace to show sourced files
|
2008-08-12 20:25:14 +00:00 |
|
Peter Stephenson
|
6ce77ad7ba
|
unposted: fix test failure in previous commit
|
2008-08-11 19:29:25 +00:00 |
|
Peter Stephenson
|
2853ca830a
|
25247 with further modifications: add $funcsourcetrace
|
2008-08-11 19:22:54 +00:00 |
|
Peter Stephenson
|
20c2246d68
|
25429: Rocky Bernstein: dont assume PS4 is set to the default
|
2008-08-11 08:40:56 +00:00 |
|
Peter Stephenson
|
2706eac454
|
25415: Make DEBUG_BEFORE_CMD the default.
Reuse ERR_EXIT in DEBUG traps.
Clean up trapreturn code.
|
2008-08-07 16:25:14 +00:00 |
|
Peter Stephenson
|
c4f33330f6
|
25409: fix eval's use of lastval
|
2008-08-06 19:51:04 +00:00 |
|
Peter Stephenson
|
b36d4eec0b
|
25400: Rockys test for second part of trapreturn bug
|
2008-08-06 08:54:18 +00:00 |
|
Peter Stephenson
|
21d757f50f
|
25392: test for 25367
|
2008-08-05 08:41:22 +00:00 |
|
Peter Stephenson
|
dc72699b6c
|
25364: fix k flag in hash subscript
|
2008-07-31 13:53:28 +00:00 |
|
Peter Stephenson
|
950756d579
|
25255: add anonymous function capability
|
2008-06-30 10:37:11 +00:00 |
|
Peter Stephenson
|
8a4af211c3
|
25149: add C_PRECEDENCES option to make arithmetic have C/Perl precedence
|
2008-06-12 13:45:04 +00:00 |
|
Peter Stephenson
|
c17b4c8d77
|
25145: make sure XTRACE output is redirected with stderr
|
2008-06-11 09:27:55 +00:00 |
|
Peter Stephenson
|
fe3884ba08
|
unposted addition to 25144 for tests
|
2008-06-10 09:13:01 +00:00 |
|
Peter Stephenson
|
bab70abe6b
|
users/12848: return, break, continue in always block override try block
|
2008-05-11 19:03:58 +00:00 |
|
Peter Stephenson
|
7389a42d17
|
24708: Misc/globtests, Src/pattern.c, Test/D02glob.ztst:
fix backtracking problem in (#c) pattern
|
2008-03-30 22:14:22 +00:00 |
|
Peter Stephenson
|
ae832b901e
|
unposted: fix alias test in 24736 properly
|
2008-03-27 09:41:08 +00:00 |
|
Peter Stephenson
|
a34d483b8d
|
24736: a couple more tests failing on Solaris
|
2008-03-26 15:26:20 +00:00 |
|
Peter Stephenson
|
56e1904e45
|
fix optimisation of string matching with multibyte mode
24732: attempt to provide adequate space for sched ztrftime string with
multibyte characters
|
2008-03-25 17:47:10 +00:00 |
|
Bart Schaefer
|
4625e0eabc
|
24717, 24718, 24719: a 0 subscript is neither valid nor equivalent to 1
any longer, so the (i) subscript flag on an empty array needs to yield 1.
|
2008-03-18 15:14:20 +00:00 |
|
Peter Stephenson
|
948f015df0
|
24711: fix re-presentation of here-documents munged internally
to here-strings
|
2008-03-14 11:40:57 +00:00 |
|
Peter Stephenson
|
e9b11fa9f0
|
unposted: make test for added space in 24699 safer
|
2008-03-11 10:00:38 +00:00 |
|
Peter Stephenson
|
25413054c1
|
24699: bug with ${(Q)...} on initial ">"
bug with ${(z)...} on string with unterminated "("
|
2008-03-08 01:20:49 +00:00 |
|
Peter Stephenson
|
6cc9c89d89
|
24673: another attempt to sort characters the same way on multiple UTF-8
implementations
|
2008-03-03 16:14:52 +00:00 |
|
Peter Stephenson
|
3dd3f72bd9
|
24618: avoid problems with sorting of UTF-8 characters by using sort
|
2008-02-27 20:03:21 +00:00 |
|
Peter Stephenson
|
0076d68664
|
24611: fix ${+array[...]} for empty range
|
2008-02-27 15:51:26 +00:00 |
|
Peter Stephenson
|
e21bd541a2
|
24600: yet another typo
24602: fix test when not run
|
2008-02-26 20:50:11 +00:00 |
|
Peter Stephenson
|
8a63e7dd88
|
4.3.5
|
2008-02-01 11:31:35 +00:00 |
|
Clint Adams
|
4b5793c83e
|
24506: make ZSH_VERSIONSUFFIX propagate to somewhere useful.
|
2008-02-01 02:58:13 +00:00 |
|
Peter Stephenson
|
b24d545294
|
users/12412: check for extra arguments in test and [
|
2008-01-10 18:53:49 +00:00 |
|
Peter Stephenson
|
7d9ead9a46
|
24356: regex =~ test wasnt handled by gettext()
|
2008-01-04 14:45:39 +00:00 |
|
Clint Adams
|
4aef005bf8
|
24316: count skipped tests differently from successes and failures.
|
2007-12-25 01:40:16 +00:00 |
|
Peter Stephenson
|
f8585a7c21
|
24289 plus Ismail's suggestion 24290: count test scripts succeeded and failed
|
2007-12-18 21:16:30 +00:00 |
|
Peter Stephenson
|
20607774dc
|
24275: fixes for multibyte characters on Solaris
|
2007-12-17 17:11:29 +00:00 |
|
Peter Stephenson
|
6176062298
|
24271: handle parse failures in command substitution better
|
2007-12-16 22:20:31 +00:00 |
|
Peter Stephenson
|
2d03aa87fb
|
24264: restrict effect of 24234 to parameter substitution code and document
|
2007-12-16 14:05:14 +00:00 |
|
Peter Stephenson
|
fc9dc5940f
|
24236: another case where cond -N test can fail
|
2007-12-13 21:21:28 +00:00 |
|