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

3455 Commits

Author SHA1 Message Date
Peter Stephenson
aff4313b12 19936: zcalc temp history file name 2004-05-13 17:08:03 +00:00
Peter Stephenson
8723d530b3 fix bug I missed, somehow 2004-05-12 10:26:41 +00:00
Peter Stephenson
10744b66fd 19920: attempt to improve hrealloc() 2004-05-12 10:20:33 +00:00
Wayne Davison
02af5b3eec 19893 2004-05-11 21:49:58 +00:00
Wayne Davison
1ec2b5c096 Fix the potential for an infinite loop in lockhistfile() if the
link() calls fails for some other reason than EEXIST.
2004-05-11 21:45:36 +00:00
Wayne Davison
c00fdaa3f0 19878 2004-05-05 17:06:55 +00:00
Wayne Davison
c42420319f Set the first character of buf to '\1' before the strftime() call so
we can try to distinguish a zero-length string from an error return
(a minor fix to Peter's patch).
2004-05-05 17:00:58 +00:00
Peter Stephenson
f57f65282b 19877: improved test for empty strftime strings 2004-05-04 16:43:29 +00:00
Clint Adams
c98b9dc800 * 19869: Src/prompt.c, Src/utils.c: avoid segfault when
prompt-expanding '%D{%p}' or '%D{%P}' under locales with null
        strings for am_pm.
2004-05-04 04:17:26 +00:00
Peter Stephenson
885509c023 Fix TRAPS_ASYNC so that it handles signals correctly. 2004-05-02 19:55:54 +00:00
Clint Adams
0056db1cfb * 19863: Completion/Zsh/Type/_command_names, Doc/Zsh/compsys.yo:
allow search path for command names to be overridden by means of new
        command-path style.
2004-05-01 05:47:38 +00:00
Clint Adams
039b15b516 * 19845: Completion/Debian/Command/_apt-move: apt-move
completion function from Steven Kowalik.
2004-04-28 14:07:56 +00:00
Peter Stephenson
28bd1b02cf 19839, 19842: improve handling of #q in qualifiers 2004-04-27 17:00:11 +00:00
Peter Stephenson
aa7003e0ca 19840: vared takes one normal argument 2004-04-27 15:16:13 +00:00
Peter Stephenson
5fa91b1116 19837: restore vared -e 2004-04-27 11:03:06 +00:00
Doug Kearns
d4cc68878c unposted: aap short and long options are mutually exclusive 2004-04-26 13:47:07 +00:00
Peter Stephenson
817b5a142c 19825: add changes style 2004-04-23 17:11:39 +00:00
Peter Stephenson
63442b3eaa 19810: ksh autoloading
19812: autoloaded traps which are still buggy.
2004-04-23 11:17:13 +00:00
Peter Stephenson
5747147aff 19809: improve NO_TRAPS_ASYNC by queueing traps alone 2004-04-21 11:18:45 +00:00
Oliver Kiddle
f34d9be61b 19806: fix bug with %v prompt expansion and negative index beyond array start 2004-04-21 08:31:45 +00:00
Peter Stephenson
c1e47cb71f 19801: implement autoloading of trap functions 2004-04-20 12:57:27 +00:00
Oliver Kiddle
2c1f42366d 19767, 19785: store flags for -z and -k options to autoload allowing the
completion system to be used with ksh_autoload set
2004-04-20 12:38:15 +00:00
Oliver Kiddle
ca0deae382 19767, 19785: store flags for -z and -k options to autoload allowing the
completion system to be used with ksh_autoload set
2004-04-20 12:11:13 +00:00
Oliver Kiddle
8c890ebe7f 19800: reverse sense of `declare +m' test, -m now being allowed for declare 2004-04-20 11:51:03 +00:00
Clint Adams
acbd025a02 19798: rudimentary completion for bogoutil. 2004-04-19 20:58:47 +00:00
Peter Stephenson
b5ceb73026 zsh-users/7365: new TRAPS_ASYNC option 2004-04-19 16:02:17 +00:00
Clint Adams
55940daefb * 19792: Completion/X/Command/_mplayer: complete .m2v and .m2p,
thanks to Rene H. Larsen.
2004-04-18 22:09:51 +00:00
Oliver Kiddle
53b0a922a2 19790: complete functions after -a and allow multiple -z/-k options 2004-04-17 21:07:16 +00:00
Doug Kearns
9b32c65e49 19775: new completion for php 2004-04-16 15:50:00 +00:00
Peter Stephenson
2617351d94 see 19778 etc.: remove Doc change from 19735 2004-04-15 17:13:17 +00:00
Clint Adams
dd9929a30e * 19606: Completion/Unix/Command/_tla: switch tla completion to
the version by Jason McCarty, Erik Toubro Nielsen, and Rob Weir.
2004-04-15 03:56:39 +00:00
Clint Adams
255ed50eae * Jay Berkenbilt: 19769: Completion/Unix/Command/_rsync:
fix quoting for remote file completion, add -L to ls command.
2004-04-14 14:54:13 +00:00
Oliver Kiddle
9ea50e0e4d Ingo Rohlfs: 19747: complete files/urls for svn cp and mv commands 2004-04-14 08:17:48 +00:00
Oliver Kiddle
36b568a4f1 add missing local declaration 2004-04-14 08:11:20 +00:00
Oliver Kiddle
37522a2dea 19768: add clue to insecure directories warning and send errors to stderr 2004-04-14 08:08:53 +00:00
Wayne Davison
b001b09591 19741 and 19743. 2004-04-06 17:49:26 +00:00
Wayne Davison
43156fe528 Test the new F glob qualifier. 2004-04-06 17:48:16 +00:00
Wayne Davison
5bae8f00b8 Minor optimization to qualnonemptydir() when a dir has a subdir. 2004-04-06 17:45:47 +00:00
Oliver Kiddle
98e28ff3ed 19712, 19740: allow assigning to associations with i and r subscript flags 2004-04-06 13:00:50 +00:00
Peter Stephenson
7af7f23508 make expn change clearer, suggested by Wayne 2004-04-06 09:26:48 +00:00
Peter Stephenson
6fa6a1f865 Peter Castro: Cygwin improvements for dynamic libraries, text/binary, paths 2004-04-06 09:25:17 +00:00
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