1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-08-01 23:51:05 +02:00
Commit graph

20 commits

Author SHA1 Message Date
Mikael Magnusson
d7b8619396 49813: <<<: Document newline behavior and fix optimization
The =(<<<foo) optimization forgot to add a newline, but =(cat<<<foo)
always did, make the behavior consistent, and document it.
2022-03-30 08:07:39 +02:00
Daniel Shahaf
5b4a6dc7e0 44964: zshmisc(1): Document APPEND_CREATE under the append redirection operators, >> and >>!. 2019-12-03 02:54:48 +00:00
Peter Stephenson
3bdf4d6641 44480: Don't automatically close externally visible file descroptors.
These are descriptors marked FDT_EXTERNAL.

Make all sysopen'ed file descriptors FDT_EXTERNAL.

Make =(...) call closem() consistent with other substitutions.

Document file descriptors are left open.
2019-07-02 13:42:53 +01:00
Peter Stephenson
079f7f9d48 43694: More detail on multios.
Mention how opening files in multios differs from cat.
2018-10-17 17:05:31 +01:00
dana
a8f90de4ff 43672: Document result of redirecting from a non-existent file 2018-10-15 22:08:38 -05:00
Peter Stephenson
5b2b94918a unposted: typo in redirect doc 2016-05-01 13:05:08 +01:00
Peter Stephenson
caff72941d 38236: Order of redirections is important. 2016-04-04 14:53:11 +01:00
Jun-ichi Takimoto
36a55e278e 35034: improve manual format up to Chapter18 2015-05-06 10:45:21 +09:00
Mikael Magnusson
7e27b4eee3 unposted: fix two typos in 29661 2011-08-10 23:04:57 +00:00
Peter Stephenson
e7f198f267 29661: Improved documentation for {var}>... redirections 2011-08-09 18:26:24 +00:00
Peter Stephenson
4431ebe7c1 unposted: alter reference to process substitutions in redriction docs 2005-09-26 18:34:51 +00:00
Peter Stephenson
c69b149cb5 21141: fix some issues associated with the {myfd}>... syntax 2005-04-14 16:24:42 +00:00
Peter Stephenson
b3f8e32e5c 21133: New {myfd} syntax for allocating file descriptors 2005-04-12 15:11:07 +00:00
Peter Stephenson
7f26993e99 20112 changed c.f. 20113:
fix here string and here document expansion and quoting
2004-06-28 15:38:10 +00:00
Peter Stephenson
94da86f795 18492: Provide partial fix for multios and output process substitution
asynchronicity problem.  Document workarounds for remaining problems.
2003-05-02 10:25:27 +00:00
Bart Schaefer
94f73ed646 16895: cross-references to the |&' and >(...)' syntax. 2002-03-28 04:22:03 +00:00
Bart Schaefer
5fcfa125bd Better indexing and misc. cleanup in the first tenth or so of the doc. 2001-07-10 08:59:17 +00:00
Peter Stephenson
26cc1ad1df doc changes; typo in _jobs; integer builtin understands `-i base' 2000-05-14 22:08:41 +00:00
Peter Stephenson
e025336f2f Updated from list as far as 10376 2000-04-01 20:43:43 +00:00
Tanaka Akira
c175751b50 Initial revision 1999-04-15 18:05:35 +00:00