1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-11 13:01:28 +02:00
Commit graph

1366 commits

Author SHA1 Message Date
Han Pingtian
63dfc82bd2 35311: typo in zfuput behaviour 2015-05-30 20:08:36 +01:00
Peter Stephenson
2b08d0ed67 35318: POSIX_BUILTINS behaviour for getopts.
It needs to keep OPTIND, as well as the index within the
string pointed to by OPTIND, global in this case.
2015-05-28 18:32:39 +01:00
Jun-ichi Takimoto
0a97508bf6 35289: fix typos in the description of emulate
based on 34981 by Han Pingtian
2015-05-26 23:12:37 +09:00
Peter Stephenson
a95f2c6071 35250: Fix case documentation (SH_GLOB) 2015-05-21 10:43:32 +01:00
Peter Stephenson
ff19094669 35193: Add "unalias -a". 2015-05-18 16:57:08 +01:00
Peter Stephenson
85a4cf9b36 35110: don't implicitly initialize restricted integers to zero 2015-05-14 09:28:57 +01:00
Jun T
9c3aeef99a unposted: include doc tweek to expn.yo from 35071
expn.yo is now essentially the same as commit 6269db8
2015-05-12 15:39:18 +09:00
Jun T
8421c9e59d 35086: reapply a hunk from 35067 for expn.yo
the hunk has been mistakenly reverted by 35075
2015-05-12 14:51:43 +09:00
Jun-ichi Takimoto
ffdeb1c257 35075: improve manual format
also fixed a ChangeLog entry for 35034 (2015-05-06)
2015-05-12 00:36:18 +09:00
Peter Stephenson
6269db883a 35067: Add (b) parameter flag for pattern char backslashing.
Doc tweak from Daniel in 35071.

Includes test.
2015-05-10 19:19:34 +01:00
Peter Stephenson
f855801fb9 35059: fix, document, test readonly -p.
Don't output specials as can't be reconstructed.

Output arrays in a useful order.
2015-05-08 12:53:18 +01:00
Peter Stephenson
f29895cc08 c.f. 35041: typo in zle.yo 2015-05-06 09:27:09 +01:00
Jun-ichi Takimoto
36a55e278e 35034: improve manual format up to Chapter18 2015-05-06 10:45:21 +09:00
Jun-ichi Takimoto
938751d263 35008: clarify description of 'exec' and 'return' 2015-05-01 22:11:30 +09:00
Peter Stephenson
0e797d79ce 35007: Note in doc about scope of ZLE parameters 2015-05-01 09:55:04 +01:00
Peter Stephenson
bf258a1c07 34992: POSIX fix for readonly variables.
With POSIXBUILTINS, variables can be marked readonly if unset.
Also, variables can't have the readonly flag removed.
2015-04-29 15:54:49 +01:00
Barton E. Schaefer
9d0e3bde2a 34961: minor wording clarification 2015-04-25 10:58:55 -07:00
Barton E. Schaefer
89c2129905 34961: sysparams[pid] and sysparams[ppid] added to variables index 2015-04-25 10:50:16 -07:00
Mikael Magnusson
ccb1cf2d10 34902: Doc: Explain the numeric argument and be consistent about what we call it 2015-04-16 14:30:26 +02:00
Han Pingtian
959aa75423 34880: POSIX_TRAPS doc 2015-04-13 11:30:23 +01:00
Han Pingtian
20982001b1 34875: CSH_JUNKIE_HISTORY doc 2015-04-13 11:26:52 +01:00
Han Pingtian
cea8b471f6 users/20078: HIST_BEEP doc 2015-04-13 11:21:12 +01:00
Jun-ichi Takimoto
be5f561fa4 34850: make URLs in html/pdf docs clickable 2015-04-07 20:40:57 +09:00
Jun-ichi Takimoto
f5e7c4c839 34840: minor format fixes in prompt.yo 2015-04-03 21:40:25 +09:00
Jun-ichi Takimoto
1278156dc3 34836: fix description of '%-0<<' in prompt.yo 2015-04-03 21:29:41 +09:00
Han Pingtian
5b2bb68364 34822: correction to GLOB_SUBST doc 2015-04-01 09:31:48 +01:00
Han Pingtian
26cfae830c 34785: fix typo in SHINSTDIN doc 2015-03-27 10:36:45 +00:00
Han Pingtian
ddf96cf933 34769: incorrect doc of process time calculation 2015-03-25 19:29:59 +00:00
Barton E. Schaefer
32b4cb0e73 34734: further aliasing adjustments and doc
restrict token aliasing (34641) to global aliases; tighten up POSIX_ALIASES to better match spec; update Aliasing doc to cover this and clarify older behavior

2015-03-18  Peter Stephenson  <p.stephenson@samsung.com>

	* 34723: configure.ac: turn off fixed site function directory if
2015-03-18 18:01:54 -07:00
Peter Stephenson
235e9bd1bf 34721: new glob qualifier functions before, after 2015-03-16 15:09:16 +00:00
Daniel Shahaf
236da69842 34671 plus tweaks: Add -1 -2 -J -V -x to _describe, use them to sort 'git --fixup' hash completions 2015-03-16 09:27:06 +00:00
Barton E. Schaefer
7e994fe145 34712: clarify words that may be aliased 2015-03-15 23:33:19 -07:00
Peter Stephenson
e85906ebc9 users/19985: improve doc of subscripting substrings further 2015-03-10 12:20:47 +00:00
Jun-ichi Takimoto
d902b55bd4 34643: clarify documentation for print and bindkey 2015-03-06 20:32:56 +09:00
Peter Stephenson
2f3547689c 34653: move aborted vared lines to ZLE_VARED_ABORTED 2015-03-06 09:51:16 +00:00
Peter Stephenson
00b3085b96 34657: document the effect of substring subscripting better 2015-03-06 09:50:01 +00:00
Daniel Shahaf
42e5f591f5 34640: clarify documentation for _guard function 2015-03-04 09:18:07 +00:00
Barton E. Schaefer
4edcacbcf3 users/19934: document %D{...} for WATCHFMT 2015-02-28 13:45:51 -08:00
Barton E. Schaefer
009b6c9ff5 34597: Revise strftime description to correctly explain timezone handling and note signed int rollover 2015-02-21 20:01:32 -08:00
Peter Stephenson
041a85243e 34558: preexec doc fix.
It was wrongly claming the first parameter was empty if the line was
removed from the history.
2015-02-16 16:12:07 +00:00
Mikael Magnusson
dd988542f4 Fix typo from 28487 2015-02-14 02:00:25 +01:00
Peter Stephenson
638bccb1c5 users/19850: add pattern support to watch variable 2015-02-11 12:52:22 +00:00
Peter Stephenson
1a91cb7fb1 users/19825: Clear statement about POSIX compatibility
Right of start of manual where we already refer to ksh.
2015-02-06 10:46:58 +00:00
Barton E. Schaefer
a7925f9a1c unposted: fix formatting of "--". 2015-02-03 19:26:51 -08:00
Peter Stephenson
79378d4acd users/19800: more help for $HISTORY_IGNORE 2015-02-03 17:13:26 +00:00
Barton E. Schaefer
3ae6fb965f 34446: add "ztie -r" and "zuntie -u", update documentation 2015-02-01 14:01:53 -08:00
Barton E. Schaefer
22ad56296d unposted: fix other typeset doc errors 2015-01-28 09:07:25 -08:00
Barton E. Schaefer
6558ab611b 34421: clean up typeset documentation
Also remove duplicated ChangeLog entry for 34365.
2015-01-28 08:04:52 -08:00
Frank Terbeck
88c7badb8b 34419: vcs_info documentation: Fix wording
As suggested by Daniel Shahaf.
2015-01-27 21:14:47 +01:00
Barton E. Schaefer
2fa11b7c54 34350, 34353: document zsh/db/gdbm module, clean up a few things in the code
Still core dumps at this revision if the tied parameter is forced to be a local and is not untied before end of scope.
2015-01-25 11:34:26 -08:00