1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 00:41:44 +02:00
Commit Graph

3414 Commits

Author SHA1 Message Date
Peter Stephenson
4688564c0a 19733 with docs tweaked: keymaps for vared and zed 2004-04-06 09:16:57 +00:00
Peter Stephenson
294ce1cd6a 19728: note on (^F) qualifier 2004-04-05 13:22:39 +00:00
Peter Stephenson
41c7a25971 restore comment in ChangeLog 2004-04-05 12:35:45 +00:00
Peter Stephenson
0f04c3c645 moved stuff since 4.2.0 back into ChangeLog 2004-04-05 12:34:38 +00:00
Peter Stephenson
652d9c688a Change version to 4.2.0-dev-1
Move old ChangeLog to ChangeLog-4.1
2004-04-05 11:35:56 +00:00
Peter Stephenson
fda060370f 19717: (F) glob qualifier for full directories 2004-04-01 18:33:05 +00:00
Bart Schaefer
1f03c7a784 unposted: change "mv" to "mv -f" when backing up .zwc files in zrecompile 2004-03-31 16:48:37 +00:00
Oliver Kiddle
3876601c79 19708: change getent() to handle two arguments 2004-03-30 16:38:04 +00:00
Oliver Kiddle
3023ddf132 19707: negative index into arrays should return scalar and not one element array 2004-03-30 16:35:30 +00:00
Clint Adams
43513b4288 * 19691: Completion/Unix/Type/_diff_options: Allow more than
one --exclude or -x to diff.
2004-03-25 16:52:45 +00:00
Peter Stephenson
99b38b2f54 19683: Work around dllwrap problem on Cygwin 2004-03-25 12:32:10 +00:00
Peter Stephenson
83b0fd3674 19682: Don't run ZERR, DEBUG or EXIT traps inside other traps. 2004-03-25 10:07:12 +00:00
Peter Stephenson
8de7436fc0 19674, modified: support for non-standard ports in zftp. 2004-03-24 11:31:30 +00:00
Peter Stephenson
dda348832d 19661: Support diff -u for Solaris 2.10 upwards 2004-03-23 10:32:43 +00:00
Clint Adams
417c52e243 * 19673: Peter Palfrader: Completion/Unix/Command/_cvs:
tags can contain the + character.
----------------------------------------------------------------------
2004-03-22 23:43:36 +00:00
Peter Stephenson
bd100f2838 19669, 19670: Danek Duvall: two compaudit problems 2004-03-22 19:59:23 +00:00
Peter Stephenson
c5add3e2f5 19671: error in zle-line-init caused infinite loop 2004-03-22 19:51:17 +00:00
Bart Schaefer
e3938ae56d 19666 and users/7212. 2004-03-21 01:56:05 +00:00
Bart Schaefer
062a095cfe Add "unset" to the localoptions in several functions (users/7212). 2004-03-21 01:55:34 +00:00
Bart Schaefer
2313f83218 As suggested by 19666 and corrected by 19668, fix remote file completion. 2004-03-21 01:54:49 +00:00
Peter Stephenson
3f676a818f Get it right this time. zsh-4.2.0 2004-03-19 10:55:06 +00:00
Peter Stephenson
f76b0701e6 Missing ChangeLog entry for 4.2.0 changes 2004-03-19 10:52:35 +00:00
Peter Stephenson
514a476afe unposted: make 19655 a bit safer 2004-03-18 13:54:22 +00:00
Peter Stephenson
2f8a646d4e 19655, 19656, 19657: Memory leaks spotted by valgrind.
Also bug with multiple math function autoloads.
2004-03-18 12:23:31 +00:00
Peter Stephenson
91f0b666d0 unposted: tweak dlcompat note 2004-03-17 15:21:39 +00:00
Peter Stephenson
2cf5a12368 19653: Latest OS-specific information 2004-03-17 14:28:38 +00:00
Oliver Kiddle
65f322328f mention HFS+ as possible cause of -N test failure 2004-03-17 14:22:20 +00:00
Oliver Kiddle
8fc76ca370 19648: complete -t and -n options 2004-03-17 14:19:12 +00:00
Clint Adams
2dbe1c5436 * 19641: Src/Modules/pcre.c: implement -pcre-match conditional
suggested by Oliver.
2004-03-16 21:44:40 +00:00
Peter Stephenson
89057ab512 19629: fix zpty on HP-UX 2004-03-16 19:52:52 +00:00
Clint Adams
851c3882ed * 19640: Src/Modules/pcre.c: improve error reporting a bit. 2004-03-16 19:41:00 +00:00
Clint Adams
befd90b847 * 19631: Doc/Zsh/mod_pcre.yo, Src/Modules/pcre.c: avoid segfault
when pcre_study is called before pcre_compile; documentation on
      pcre_compile options.
2004-03-16 15:14:30 +00:00
Peter Stephenson
8860363e5c 19140: release process group on exit if acquired 2004-03-16 10:58:45 +00:00
Oliver Kiddle
796c38ccd5 update year to 2004 2004-03-14 13:01:23 +00:00
Oliver Kiddle
757d9213c3 mention relevant version numbers 2004-03-14 11:39:49 +00:00
Oliver Kiddle
5b8b7e9f06 19619: fix problem with getting signals on MacOS X 10.1 2004-03-14 11:27:28 +00:00
Peter Stephenson
bb9d76469e zsh-users/7160: Check and fix mod_export entries. 2004-03-12 18:56:42 +00:00
Peter Stephenson
63d82fcbd2 19615: Update MACHINES 2004-03-12 17:58:31 +00:00
Peter Stephenson
b74e003f9c 19615: update MACHINES zsh-4.2.0-pre-4 2004-03-12 16:38:47 +00:00
Oliver Kiddle
443f97422a fix indentation, missing local and add to .distfiles 2004-03-12 16:32:08 +00:00
Oliver Kiddle
867f40c779 19616: use correct linker options for shared libs with gcc on HP/UX 2004-03-12 16:29:30 +00:00
Clint Adams
247b73c60f 19614: Completion/Unix/Command/_mtr: better descriptions and grouping. 2004-03-12 15:35:32 +00:00
Clint Adams
0cef280ab7 19613: Completion/Unix/Command/_vux: better descriptions and indentation. 2004-03-12 15:19:07 +00:00
Oliver Kiddle
fc5d8fcb37 19602: cope with output from the preprocessor on HP/UX, Itanium II 2004-03-12 09:58:48 +00:00
Clint Adams
05f58bbb17 19605: Completion/Unix/Command/_mtr: completion for Matt's traceroute. 2004-03-11 21:58:49 +00:00
Clint Adams
01838ff30b 19604: Completion/Unix/Command/_vux: completion for vux and vuxctl. 2004-03-11 21:29:47 +00:00
Peter Stephenson
2ecaa07185 19603: Gracefully omit Y tests if zpty is not available 2004-03-11 19:14:38 +00:00
Oliver Kiddle
d351673349 add _tla 2004-03-11 17:36:31 +00:00
Clint Adams
eef98da697 * 19600: Completion/Unix/Command/_tla: rudimentary completion for tla. 2004-03-11 15:42:58 +00:00
Oliver Kiddle
479134a135 19596: include dlfcn.h instead of dl.h on HP/UX 11 2004-03-11 14:27:10 +00:00