1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-20 05:53:52 +01:00
Commit Graph

3514 Commits

Author SHA1 Message Date
Peter Stephenson
91aeae74f2 20112: Forgot this bit. 2004-06-30 10:01:05 +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
81d27b662a unposted: fix .distfiles for zed-set-file-name 2004-06-26 17:54:30 +00:00
Bart Schaefer
125bc163d6 Fix typos in some descriptions. 2004-06-24 15:45:58 +00:00
Peter Stephenson
fd1676f397 20089: various zed improvements 2004-06-23 16:14:24 +00:00
Clint Adams
ceb7a09833 20091: Src/Modules/pcre.c: silence gcc "unused parameter" warnings. 2004-06-22 23:47:57 +00:00
Peter Stephenson
08bd15e282 20076: improved function using always 2004-06-22 14:35:05 +00:00
Peter Stephenson
d591334e9d 20076, 20084: { ... } always { ... } syntax. 2004-06-22 13:09:55 +00:00
Bart Schaefer
6a1d913bd6 Record some uncommitted doc changes and a minor fix to predict-on. 2004-06-22 07:11:24 +00:00
Bart Schaefer
431db1a4c6 Minor update to cooperate with zle-line-init. 2004-06-22 07:10:35 +00:00
Bart Schaefer
fd8cff4c3f Document default bindings of copy-prev-shell-word. 2004-06-22 07:02:50 +00:00
Bart Schaefer
43c232e2a3 Previously uncommitted bits of 19785. 2004-06-22 07:02:35 +00:00
Clint Adams
c21172f2d0 * 20081: Doc/Zsh/mod_pcre.yo: document -pcre-match condition. 2004-06-20 22:47:16 +00:00
Oliver Kiddle
773b5c95d4 20077: fix completion of reserved words 2004-06-18 17:49:17 +00:00
Peter Stephenson
4dc114f160 _arguments fix for configure, unconfirmed 2004-06-18 09:48:58 +00:00
Oliver Kiddle
5177458d40 20069: complete character encodings case-insensitively for GNU iconv 2004-06-17 13:12:25 +00:00
Oliver Kiddle
c8de227be6 20059: check for systems using . separator instead of for those using : 2004-06-17 13:10:05 +00:00
Oliver Kiddle
78da7d872e users/7553: include zsh version in dump file to avoid problems with upgrades 2004-06-16 15:10:13 +00:00
Clint Adams
7c35cffb0d 20055: Completion/Unix/Command/_tla: additions and fixes from Jason McCarty. 2004-06-15 20:33:43 +00:00
Peter Stephenson
beb6d32294 c.f. 20034: zsh/mathfunc tests 2004-06-09 12:05:35 +00:00
Peter Stephenson
ed76bafc5e 20029: fix randomness of mathfunc rand48(seed) 2004-06-08 21:51:11 +00:00
Peter Stephenson
a9c6ca4ede 20026: INSTALL nitpick. 2004-06-08 15:15:38 +00:00
Peter Stephenson
2173c12f2d 20025: --with-tcsetpgrp from Philippe Troin 2004-06-08 13:34:11 +00:00
Peter Stephenson
f7323823c3 20024: Improve documentation for TRAPNAL functions 2004-06-08 13:31:53 +00:00
Felix Rosencrantz
ba2415ce67 20002 -- fix for matching spec core dump 2004-06-04 06:00:32 +00:00
Peter Stephenson
4070b8ba9e 20017: zsh.html was missing from doc distributino 2004-06-03 15:15:53 +00:00
Peter Stephenson
03d14ff12e users/7467: quoted commands weren't found in dispatcher lokoup 2004-06-03 15:14:55 +00:00
Wayne Davison
fc62495b70 UNUSED() 2004-06-02 22:21:58 +00:00
Wayne Davison
fb0937a69e Marked unused parameters with the new UNUSED() macro. 2004-06-02 22:14:25 +00:00
Wayne Davison
30a139fe89 Define the new UNUSED() macro for marking function parameters. 2004-06-02 18:11:43 +00:00
Wayne Davison
235db6ec00 19980 2004-05-28 19:35:53 +00:00
Wayne Davison
12b2ed63ab Silenced one signed/unsigned comparison compiler warning. 2004-05-28 19:24:13 +00:00
Wayne Davison
b5d7902c20 Silenced three signed/unsigned comparison compiler warnings. 2004-05-28 19:23:47 +00:00
Wayne Davison
327481b391 Silenced one signed/unsigned comparison compiler warning. 2004-05-28 19:22:17 +00:00
Wayne Davison
14c7f464c2 Silenced two signed/unsigned comparison compiler warnings. 2004-05-28 19:21:05 +00:00
Wayne Davison
fea94cd79f Fixed two signed/unsigned comparisons. 2004-05-28 19:20:29 +00:00
Wayne Davison
7c4ac8d60b - Added missing struct initializers to two last-in-list values.
- Fixed a few signed/unsigned comparisons.
2004-05-28 19:20:01 +00:00
Wayne Davison
f297798397 Made a variable (t2) size_t so that it matched the size of the
other variable it gets compared with (fw).
2004-05-28 19:18:17 +00:00
Wayne Davison
f160996d51 Changed a few job-table variables into ints. 2004-05-28 19:16:55 +00:00
Wayne Davison
059162c442 Supply all initializers for the final struct reswd element. 2004-05-28 19:07:13 +00:00
Wayne Davison
88013bb195 Fixed signed/unsigned compiler warning. 2004-05-28 19:05:11 +00:00
Clint Adams
957c870b57 * 19991: Completion/Unix/Command/_lynx: complete .htm files too. 2004-05-28 14:24:18 +00:00
Peter Stephenson
5ac05cab9f 19976: fix spurious job table full messages 2004-05-25 18:38:56 +00:00
Peter Stephenson
bf4be46676 c.f users/7474: reorder option descriptions in subheadings. 2004-05-25 16:51:17 +00:00
Wayne Davison
7d85e53b1e 19967+ 2004-05-21 20:09:20 +00:00
Wayne Davison
79a802c74c Added a call to saveandpophiststack(0) to endparamscope() to enable
the new auto-pop feature.
2004-05-21 20:05:16 +00:00
Wayne Davison
3e7b092bc7 - pushhiststack() now takes a level value and remembers it. If it was
the locallevel (instead of -1), the history list is marked to auto-pop
  on function exit.
- The saveandpophiststack() function now interprets a 0 arg as a request
  to do an auto-pop.
2004-05-21 20:05:12 +00:00
Wayne Davison
c39a15df42 - Added the -a option to "fc" and "history".
- Call saveandpophiststack() using the newest calling syntax.
2004-05-21 20:05:08 +00:00
Wayne Davison
6cfedab7ee Use the new `history -ap' command to restore the history instead of
using a trap function.
2004-05-21 20:05:03 +00:00
Wayne Davison
f0742aeaa5 Document the new -a option to `fc -p' and improved the documentation for
the history push/pop in other ways.
2004-05-21 20:04:59 +00:00