<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh/Test/D02glob.ztst, branch declarednull</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/zsh/atom/Test/D02glob.ztst?h=declarednull</id>
<link rel='self' href='http://git.sudomsg.com/mirror/zsh/atom/Test/D02glob.ztst?h=declarednull'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/'/>
<updated>2021-02-05T01:52:22Z</updated>
<entry>
<title>47895: Remove trailing spaces from "print -ac" output lines.</title>
<updated>2021-02-05T01:52:22Z</updated>
<author>
<name>Bart Schaefer</name>
<email>schaefer@ipost.com</email>
</author>
<published>2021-02-05T01:52:22Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=465738fc2594ac4629de341738a106184858c678'/>
<id>urn:sha1:465738fc2594ac4629de341738a106184858c678</id>
<content type='text'>
</content>
</entry>
<entry>
<title>47865: More tests for globbing in restricted directories</title>
<updated>2021-02-05T01:03:46Z</updated>
<author>
<name>Bart Schaefer</name>
<email>schaefer@ipost.com</email>
</author>
<published>2021-02-05T01:03:46Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b803fbaa145e2d6eb7a427749fc03e3ead4da913'/>
<id>urn:sha1:b803fbaa145e2d6eb7a427749fc03e3ead4da913</id>
<content type='text'>
</content>
</entry>
<entry>
<title>47364: Enable extendedglob in pattern with ${(*)name/pattern/replacement}</title>
<updated>2020-09-13T23:19:52Z</updated>
<author>
<name>Bart Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2020-09-13T23:19:52Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=63b6398b7017d3850010f47458818a439479a456'/>
<id>urn:sha1:63b6398b7017d3850010f47458818a439479a456</id>
<content type='text'>
Mikael Magnusson: 47382: Completion for 47364
</content>
</entry>
<entry>
<title>unposted: Make test platform-independent.</title>
<updated>2020-04-02T00:10:42Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2020-04-02T00:10:34Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=c57d660764c368d6c1e0104f2b781c85e5a33f0b'/>
<id>urn:sha1:c57d660764c368d6c1e0104f2b781c85e5a33f0b</id>
<content type='text'>
Follow-up to the grandparent commit.
</content>
</entry>
<entry>
<title>unposted: D02glob: Fix platform-dependent test failure</title>
<updated>2020-04-01T21:59:32Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2020-04-01T21:59:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=9818ddeefb95de35114b827d8e878c58aca7b2a5'/>
<id>urn:sha1:9818ddeefb95de35114b827d8e878c58aca7b2a5</id>
<content type='text'>
workers/45583 introduced a test failure on macOS, *BSD, and Solaris, where wc
always outputs leading white space
</content>
</entry>
<entry>
<title>45583/0004: Fix segfault on resolving symlink loops</title>
<updated>2020-03-25T23:49:02Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2020-03-21T18:45:35Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=47fc5fe01fa315c38335739beb6102e103a80702'/>
<id>urn:sha1:47fc5fe01fa315c38335739beb6102e103a80702</id>
<content type='text'>
</content>
</entry>
<entry>
<title>45583/0001: Add tests for the segfault on resolving a symlink loop bug (workers/45282).</title>
<updated>2020-03-25T23:49:01Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2020-03-21T18:40:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=de587b43ba10fc11159630fd63486e247ea8719c'/>
<id>urn:sha1:de587b43ba10fc11159630fd63486e247ea8719c</id>
<content type='text'>
This is workers/45377, extended.
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/master' into 5.9</title>
<updated>2020-03-07T21:36:46Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>danielsh@apache.org</email>
</author>
<published>2020-03-07T21:36:46Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=6fc8e8628f9c3da6e4b83c3de67e44376708cbcb'/>
<id>urn:sha1:6fc8e8628f9c3da6e4b83c3de67e44376708cbcb</id>
<content type='text'>
* Test/D02glob.ztst:
  On the "unreadable directories can be globbed (users/24619, users/24626)"
  test, resolve conflicts by removing the Cygwin-only skip that has been added
  in master, since the test is passing on this branch.  This effectively reverts
  workers/45492.  See discussion starting in workers/45504.

* origin/master:
  unposted: Remove 'sgi', as that OpenBSD port has been discontinued.
  45509: fix typos in B01cd.ztst
  45490 (+45495 and a test): refactor rlimits.c
  github #49: Fix typo: longson should be loongson
  users/24710: Fix job control problem with sudo.
  45492: skip test added by users/24633 on Cygwin
  45488: COMP_WORDS for bash need "$@"-style quoting
  45487: Missing mod_export declarations for AIX
  45447: Complete vcs_info_hookadd and vcs_info_hookdel. Expose _vcs_info_hooks as a top-level helper function.
  45463: test: kill: Document why we use SIGURG
  45453: builtins: kill: Do not signal current process group when pid is empty
  45452: builtins: kill: Add `kill ''` regression test with explicit sigspec
  45451: builtins: kill: Add basic test suite
  github #48/0002: vcs_info git: properly detect bare repositories
  github #48/0001: vcs_info git: avoid warnings in bare repositories
  unposted: Post-release version bump
  unposted: Release 5.8
  CVE-2019-20044: Update change log for preceding commits
  Update NEWS/README
  Add unsetopt/PRIVILEGED tests
  Clean up error-message white space
  Improve PRIVILEGED fixes (again)
  Improve PRIVILEGED fixes
  Drop privileges securely
  unposted: V01zmodload: Fix failing test from workers/45385
  45423: _su: Improve arg handling, shell look-ups
  unposted: _zip: Recognise '--'
  45385: Add a test for 'zmodload -Fa' preemptively disabling ("blacklisting"?) features.
  unposted: Test release: 5.7.1-test-3
  zsh/system: Fix infinite loop in sysread
  _diff_options: Restore -w completion lost in workers/43351
  unposted: Fix ChangeLog typo.
  45368: Add tests for workers/45367's issue about double slashes in 'cd -P' and /home/daniel/in/zsh.
  45373: Fix ERR_EXIT bug in else branch of if.
  45372: Record a symlink loop bug involving :P
  45365: _git: Fix __git_recent_branches for the case when a commit has an empty message
  45343: Queue signals around arithmetic evaluations
  45344: Document where third-party completion functions should be installed.
  45345: internal: ztst.vim: Fix highlighting of zsh comments in test payload
  unposted: internal: Add some comments and fix indentation.  No functional change.
  45340: internal: Document the difference between paramtab and realparamtab.
  45332: _git: add completion for git-version
  _brace_parameter: add missing \

Conflicts:
	ChangeLog
	Test/D02glob.ztst
	Test/V01zmodload.ztst
</content>
</entry>
<entry>
<title>45492: skip test added by users/24633 on Cygwin</title>
<updated>2020-02-27T07:08:13Z</updated>
<author>
<name>Jun-ichi Takimoto</name>
<email>takimoto-j@kba.biglobe.ne.jp</email>
</author>
<published>2020-02-27T07:08:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=fe516fccb4754833f850cb62f6607226370bbf53'/>
<id>urn:sha1:fe516fccb4754833f850cb62f6607226370bbf53</id>
<content type='text'>
</content>
</entry>
<entry>
<title>45368: Add tests for workers/45367's issue about double slashes in 'cd -P' and /home/daniel/in/zsh.</title>
<updated>2020-02-03T07:09:30Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>danielsh@apache.org</email>
</author>
<published>2020-02-03T07:08:54Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=3bcf9641eb2a8d39deda166579294ef515172d85'/>
<id>urn:sha1:3bcf9641eb2a8d39deda166579294ef515172d85</id>
<content type='text'>
</content>
</entry>
<entry>
<title>45292: D02glob: Add regression test for macOS stat(2) misbehaviour</title>
<updated>2020-01-16T01:31:16Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2020-01-16T01:31:16Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=977e1c75d8fcd7e727d20d8e4ac9b5b79ea9d667'/>
<id>urn:sha1:977e1c75d8fcd7e727d20d8e4ac9b5b79ea9d667</id>
<content type='text'>
On macOS, a privileged stat(2) call can erroneously treat files as
directories, which can produce unexpected glob results. This was reported at
workers/42891. A side-effect of the change from workers/45291 is that it seems
to work around this issue, at least in the obvious cases
</content>
</entry>
<entry>
<title>45291: A glob with a trailing slash will now match unreadable/unexecutable directories.</title>
<updated>2020-01-16T01:20:33Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>danielsh@apache.org</email>
</author>
<published>2020-01-13T00:27:24Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=edc04bd94656a152e17f06188bcef172d62a3ad4'/>
<id>urn:sha1:edc04bd94656a152e17f06188bcef172d62a3ad4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>45296: D02glob: Clean up after test from users/24633</title>
<updated>2020-01-13T23:43:51Z</updated>
<author>
<name>dana</name>
<email>dana@dana.is</email>
</author>
<published>2020-01-13T23:42:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=62a1e37cccb858587d9c7a5861e9fc22c1b541cd'/>
<id>urn:sha1:62a1e37cccb858587d9c7a5861e9fc22c1b541cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>users/24633: Add an xfail test for users/24619.</title>
<updated>2020-01-12T22:14:10Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>danielsh@apache.org</email>
</author>
<published>2020-01-10T17:12:22Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=0681be600c45f6dfa66be9bc2f3fc3de7113cb1d'/>
<id>urn:sha1:0681be600c45f6dfa66be9bc2f3fc3de7113cb1d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>44435: Handling digita arguments for :h and :t.</title>
<updated>2019-06-20T10:13:05Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.stephenson@samsung.com</email>
</author>
<published>2019-06-20T10:13:05Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b8dc5a7f6d52df98a546ad3b39104f4b8e7b8daf'/>
<id>urn:sha1:b8dc5a7f6d52df98a546ad3b39104f4b8e7b8daf</id>
<content type='text'>
Pick number of leading or trailing path components to substitute.
Active in history, brace parameters, glob qualifiers.

Add tests for all three environments.
</content>
</entry>
<entry>
<title>unposted: Adding comments to test changed line number in output</title>
<updated>2017-05-09T20:02:34Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2017-05-09T20:02:34Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=1caaa933b4589ade4af7716fec650ab7c68c25ae'/>
<id>urn:sha1:1caaa933b4589ade4af7716fec650ab7c68c25ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>40181: Fix buffer overrun in xsymlinks.</title>
<updated>2017-05-09T16:49:18Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2017-05-09T16:49:18Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=c7a9cf465dd620ef48d586026944d9bd7a0d5d6d'/>
<id>urn:sha1:c7a9cf465dd620ef48d586026944d9bd7a0d5d6d</id>
<content type='text'>
There was no check for copying to the internal xbuf2 for a
preliminary test.
</content>
</entry>
<entry>
<title>40760: Always tokenize unquoted - to Dash.</title>
<updated>2017-03-07T10:43:58Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2017-03-07T10:43:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f3f8537cfa05414ad14494e809d9ebfeef86ebbc'/>
<id>urn:sha1:f3f8537cfa05414ad14494e809d9ebfeef86ebbc</id>
<content type='text'>
This fixes use of pattern match character ranges in unusual contexts.

Attempt to detect a tokenized - in cases where we don't care.
</content>
</entry>
<entry>
<title>39046 + 39061: New :P history modifier.</title>
<updated>2016-08-22T03:34:30Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2016-07-30T16:16:22Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=7154052ebe3d810390164a05c39ff83f98a1d858'/>
<id>urn:sha1:7154052ebe3d810390164a05c39ff83f98a1d858</id>
<content type='text'>
</content>
</entry>
<entry>
<title>38728: Tests: Add tests for the ':a' and ':A' modifiers.</title>
<updated>2016-07-05T04:57:28Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2016-06-21T01:53:22Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=8468f24af48154e01869d5998160eb3903ad0e43'/>
<id>urn:sha1:8468f24af48154e01869d5998160eb3903ad0e43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>37689: ! and ^ need to be tokenised in character sets</title>
<updated>2016-01-19T17:24:12Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2016-01-19T17:24:12Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ad16356e1923ec1b4daf97b27b10a835cfe73ba7'/>
<id>urn:sha1:ad16356e1923ec1b4daf97b27b10a835cfe73ba7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>37678: Now possible to quote "-" in pattern range</title>
<updated>2016-01-19T09:55:46Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2016-01-19T09:55:46Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=8eb9070d6785f423dd9bdbbb0513aa47c8a08d62'/>
<id>urn:sha1:8eb9070d6785f423dd9bdbbb0513aa47c8a08d62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>36982: Fix bug with (#cN) patterns and remove redundant description.</title>
<updated>2015-10-27T11:54:19Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2015-10-27T11:54:19Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b498bd7ce5b8f126f420f8f9fd4946912f8334da'/>
<id>urn:sha1:b498bd7ce5b8f126f420f8f9fd4946912f8334da</id>
<content type='text'>
We need to restore the current count of matches when returning to
match at the point where we previously matched.
</content>
</entry>
<entry>
<title>34961: test for breadth-first glob with (Y1) qualifier (originally workers/32726)</title>
<updated>2015-04-25T17:39:48Z</updated>
<author>
<name>Barton E. Schaefer</name>
<email>schaefer@zsh.org</email>
</author>
<published>2015-04-25T17:39:48Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=76fcbc6edade87d45dd757783c3c8eda747d39fa'/>
<id>urn:sha1:76fcbc6edade87d45dd757783c3c8eda747d39fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>users/19059 based on users/19058: remove ineffiency with multiple * matches</title>
<updated>2014-09-08T15:38:51Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2014-09-08T15:38:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=8bf3595e3a05f0cea7f12c463a0df09e4010cd1c'/>
<id>urn:sha1:8bf3595e3a05f0cea7f12c463a0df09e4010cd1c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>32954 plus new test: [[ ... = ...(#q...) ]] shouldn't force a glob.</title>
<updated>2014-08-04T18:52:50Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2014-08-04T18:52:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=6116f1dafa412d6ac6da347719f7ddae57b5e446'/>
<id>urn:sha1:6116f1dafa412d6ac6da347719f7ddae57b5e446</id>
<content type='text'>
The (#q...) expression should simply be removed to leave a normal pattern
as before
</content>
</entry>
<entry>
<title>32708: glob qualifier (Y) implies (oN)</title>
<updated>2014-06-05T05:47:20Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2014-06-05T05:47:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=69378db3c53cea12d8c5f20380de5017e4e72611'/>
<id>urn:sha1:69378db3c53cea12d8c5f20380de5017e4e72611</id>
<content type='text'>
plus incidental patch to avoid adding a meaningless bitvalue to sort-order flags
</content>
</entry>
<entry>
<title>32694: the number of matches to find is the suffix argument of (Y) qualifier</title>
<updated>2014-06-04T06:46:07Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2014-06-04T06:46:07Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=9381bb6a2d3abd4a4c6871b5676f9fb04f42d921'/>
<id>urn:sha1:9381bb6a2d3abd4a4c6871b5676f9fb04f42d921</id>
<content type='text'>
</content>
</entry>
<entry>
<title>users/18870: fix glob scanner insert counting check.</title>
<updated>2014-06-02T13:32:51Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2014-06-02T12:57:23Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=06a4913245b3f862e7343b37ee1fc268b4f8d6f5'/>
<id>urn:sha1:06a4913245b3f862e7343b37ee1fc268b4f8d6f5</id>
<content type='text'>
Was causing problems with globs in paths with (Y) glob qualifier
</content>
</entry>
<entry>
<title>users/18857: add (Y) glob qualifier to generate only one match per pattern</title>
<updated>2014-06-01T21:18:21Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2014-06-01T21:18:21Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=10ae77c0cfee1e15fe062ee5a6d8a4b31304d58a'/>
<id>urn:sha1:10ae77c0cfee1e15fe062ee5a6d8a4b31304d58a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>32640: (#q) in [[ ... ]] forces globbing</title>
<updated>2014-06-01T19:55:39Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2014-06-01T19:55:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=501f2003a89673cebc956ec5aa5f4f401b3a8f5f'/>
<id>urn:sha1:501f2003a89673cebc956ec5aa5f4f401b3a8f5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>32136: fix problem with kshglob.</title>
<updated>2013-12-16T22:20:06Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2013-12-16T22:20:06Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=db23c630051fe330782cda4089a16de7ec579f29'/>
<id>urn:sha1:db23c630051fe330782cda4089a16de7ec579f29</id>
<content type='text'>
Non-pattern characters that could be followed by "(" to introduce
a ksh glob but weren't caused failures.
</content>
</entry>
<entry>
<title>32030: need to revert empty glob qualifier change.</title>
<updated>2013-11-20T17:35:57Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2013-11-20T17:35:57Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=8e2d4c2cf77125588549194677a2688a547c1b9e'/>
<id>urn:sha1:8e2d4c2cf77125588549194677a2688a547c1b9e</id>
<content type='text'>
It failed on an empty expansion that (N) was supposed to remove.
Add test for this case.
</content>
</entry>
<entry>
<title>31889: tests for disable -p</title>
<updated>2013-10-24T18:37:50Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2013-10-24T18:37:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=0c97990b207f2eb18e30fd2551a3f04ab678c368'/>
<id>urn:sha1:0c97990b207f2eb18e30fd2551a3f04ab678c368</id>
<content type='text'>
</content>
</entry>
<entry>
<title>27723: eval shouldn't modify non-zero return statuses</title>
<updated>2010-02-19T12:26:08Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2010-02-19T12:26:08Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=bbc88550db62ffe2cbdecd62c21252a941f8db36'/>
<id>urn:sha1:bbc88550db62ffe2cbdecd62c21252a941f8db36</id>
<content type='text'>
</content>
</entry>
<entry>
<title>27694: add P glob qualifier for prepending</title>
<updated>2010-02-09T17:47:02Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2010-02-09T17:47:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f4f0becb633709741253f0b9677fdde60ae87faf'/>
<id>urn:sha1:f4f0becb633709741253f0b9677fdde60ae87faf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>26061: fix clash between process subst and numeric glob</title>
<updated>2008-11-18T10:07:31Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2008-11-18T10:07:31Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=14231691e15744c0aac39224e9aa0d84835313fe'/>
<id>urn:sha1:14231691e15744c0aac39224e9aa0d84835313fe</id>
<content type='text'>
26062: additional compmatch change, missed from 26047
</content>
</entry>
<entry>
<title>24708: Misc/globtests, Src/pattern.c, Test/D02glob.ztst:</title>
<updated>2008-03-30T22:14:22Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2008-03-30T22:14:22Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=7389a42d173d7d446e147f92174ddfd5609d0c0f'/>
<id>urn:sha1:7389a42d173d7d446e147f92174ddfd5609d0c0f</id>
<content type='text'>
fix backtracking problem in (#c) pattern
</content>
</entry>
<entry>
<title>add (#cN,M) globbing flag</title>
<updated>2007-07-27T21:51:32Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2007-07-27T21:51:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a81e5a609e6d73a83c5a55a3f64f760c6fb45b92'/>
<id>urn:sha1:a81e5a609e6d73a83c5a55a3f64f760c6fb45b92</id>
<content type='text'>
</content>
</entry>
<entry>
<title>22557: turn on multibyte option by default</title>
<updated>2006-07-25T18:10:37Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2006-07-25T18:10:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=09bc7ee2b56239020d1ef6bb1f5d7b4ef9f19db1'/>
<id>urn:sha1:09bc7ee2b56239020d1ef6bb1f5d7b4ef9f19db1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>21317: fix bug where recursive glob within e qualifier would hang the shell</title>
<updated>2005-06-21T08:58:43Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@users.sourceforge.net</email>
</author>
<published>2005-06-21T08:58:43Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=6245d3e32fec771a9ccc67f533b868c34fd25c03'/>
<id>urn:sha1:6245d3e32fec771a9ccc67f533b868c34fd25c03</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add [[:IFS:]] etc. tests.</title>
<updated>2005-05-09T10:46:08Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2005-05-09T10:46:08Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=4fc0fadfaa5dc5a586f231f32cdab8a43906f677'/>
<id>urn:sha1:4fc0fadfaa5dc5a586f231f32cdab8a43906f677</id>
<content type='text'>
</content>
</entry>
<entry>
<title>20983: failed glob from fixed strings segments in globbed paths</title>
<updated>2005-03-16T11:50:50Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2005-03-16T11:50:50Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=51ec0b8079ed19c107f2f7f1ab4326c488ee3198'/>
<id>urn:sha1:51ec0b8079ed19c107f2f7f1ab4326c488ee3198</id>
<content type='text'>
</content>
</entry>
<entry>
<title>20522: must-match optimisation in parameter substitution broken</title>
<updated>2004-10-26T17:20:21Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2004-10-26T17:20:21Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=c8e70ab5cffaffacf6d0a4e81df4fbd685378bfd'/>
<id>urn:sha1:c8e70ab5cffaffacf6d0a4e81df4fbd685378bfd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>20513: fix tests of zero-length patterns</title>
<updated>2004-10-22T15:36:35Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2004-10-22T15:36:35Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=feca88ede6dec816878832f2129fe85b211770e4'/>
<id>urn:sha1:feca88ede6dec816878832f2129fe85b211770e4</id>
<content type='text'>
trivial optimisation in jobs.c (unposted)
</content>
</entry>
<entry>
<title>20500: Unmetafy patterns where possible and other minor pattern fixes</title>
<updated>2004-10-18T11:56:14Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2004-10-18T11:56:14Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b115ca307adf7ef9dca13f6e7ce40768bc0b2b75'/>
<id>urn:sha1:b115ca307adf7ef9dca13f6e7ce40768bc0b2b75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>20490: Don't assume null termination for test string in pattern matching.</title>
<updated>2004-10-15T10:21:02Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2004-10-15T10:21:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a82a2564dd9c20592f8b7744f96e45a40dc5c6cb'/>
<id>urn:sha1:a82a2564dd9c20592f8b7744f96e45a40dc5c6cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Test the new F glob qualifier.</title>
<updated>2004-04-06T17:48:16Z</updated>
<author>
<name>Wayne Davison</name>
<email>wayned@users.sourceforge.net</email>
</author>
<published>2004-04-06T17:48:16Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=43156fe52802a6d1a40a105d78516f6f2936bec7'/>
<id>urn:sha1:43156fe52802a6d1a40a105d78516f6f2936bec7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>19269: 8-bit characters in character classes</title>
<updated>2003-12-03T10:54:36Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2003-12-03T10:54:36Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=7d672455bbc8f2142e9fa53db25974d012293b5e'/>
<id>urn:sha1:7d672455bbc8f2142e9fa53db25974d012293b5e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>18391: add tests for read builtin a few glob qualifiers, 17678 and 18015</title>
<updated>2003-03-26T17:33:04Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@users.sourceforge.net</email>
</author>
<published>2003-03-26T17:33:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=244f2a14fc2c0b9a57d782a290d17bc1a4299600'/>
<id>urn:sha1:244f2a14fc2c0b9a57d782a290d17bc1a4299600</id>
<content type='text'>
</content>
</entry>
<entry>
<title>moved from ./Test/11glob.ztst</title>
<updated>2001-04-02T12:33:33Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2001-04-02T12:33:33Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=5efb1e47cbc048b6566ae1eabea9ee95b14c9ac1'/>
<id>urn:sha1:5efb1e47cbc048b6566ae1eabea9ee95b14c9ac1</id>
<content type='text'>
</content>
</entry>
</feed>
