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

2493 Commits

Author SHA1 Message Date
Bart Schaefer
fc960bad4e 20397: Fix places where texinfo changes "--" to "-" 2004-09-22 04:37:00 +00:00
Peter Stephenson
f212e8072d Unposted: update _perforce for release 2004.2 2004-09-21 14:41:05 +00:00
Peter Stephenson
0f1267a8aa 20398: allow clean exit from within widget function 2004-09-21 14:07:41 +00:00
Peter Stephenson
7d3d6f4a5a 20391: SHLVL wasn't updated in environment 2004-09-20 14:35:19 +00:00
Bart Schaefer
5741e2840f 20388: tweak ignoreeof behavior on user-defined widgets to match docs. 2004-09-20 14:03:36 +00:00
Bart Schaefer
2e9bbdc833 20387: revised algorithm for the fix in 20363. 2004-09-20 13:37:41 +00:00
Peter Stephenson
037485c4a4 20378: Matthias B.: fix bugs joining with metafied chars. 2004-09-17 09:25:38 +00:00
Peter Stephenson
53383c33b8 20364: use $WIDGETSTYLE in _oldlist 2004-09-16 14:46:50 +00:00
Peter Stephenson
1268f477b0 20363: Src/init.c, Src/Zle/zle_main.c 2004-09-13 13:04:39 +00:00
Peter Stephenson
b12c168505 20348: rejig WIDGETSTYLE and add WIDGETFUNC 2004-09-10 18:03:33 +00:00
Peter Stephenson
6b1dc0f701 20331: Use internal zlong variables for consistency
20332: Add WIDGETSTYLE zle parameter
2004-09-09 10:12:42 +00:00
Peter Stephenson
65bbf722d9 20330: rationalise zle return statuses 2004-09-08 15:23:47 +00:00
Bart Schaefer
70857d0d75 20320, 20325: improved EVAL_LINENO + XTRACE fix, plus EVAL_LINENO test;
fix and test for "command -v" crash with POSIX_BUILTINS.
2004-09-08 08:26:14 +00:00
Bart Schaefer
91a08a2517 20318: Fix xtrace output bug introduced by 20308. 2004-09-04 16:59:35 +00:00
Peter Stephenson
97fd0d9b89 20308: add EVAL_LINENO option 2004-09-03 09:47:44 +00:00
Peter Stephenson
fb79072575 20303: zle -I test and running zle widgets in traps 2004-09-02 14:34:33 +00:00
Peter Stephenson
d24593bf38 20300: fix spurious EOF from ^C 2004-09-02 09:20:35 +00:00
Bart Schaefer
7f2db6916e Previously-forgotten entry corresponding to zed fix from workers/20244. 2004-09-02 03:52:40 +00:00
Wayne Davison
3338d3121c 20283 2004-08-24 21:01:54 +00:00
Wayne Davison
cfb6ea8d2e 20282 2004-08-24 15:54:19 +00:00
Wayne Davison
1f42dc4008 02070 2004-08-18 20:40:29 +00:00
Wayne Davison
973a53300b 20269 2004-08-18 17:13:15 +00:00
Peter Stephenson
7d3220f298 20251: integer conversion truncation
20258: save command status in prompt substitution
update FAQ
rename version to 4.2.1-dev-1
2004-08-16 09:52:56 +00:00
Clint Adams
b8e6c82fab unposted: config.guess, config.sub: update to 2004-07-19 and 2004-06-24, respectively. 2004-08-13 23:01:30 +00:00
Peter Stephenson
edd3a2519d Version 4.2.1 2004-08-13 10:39:11 +00:00
Wayne Davison
5c4cc7796d Changed an entry that was space-indented to being tab-indented like
all the others.
2004-08-11 15:40:10 +00:00
Oliver Kiddle
ad25b67e3d 20254: restrict scope of the default tag-order to fix a problem with cdrecord
completion. Ideally the tag-order should go but _arguments currently needs it.
2004-08-11 11:57:04 +00:00
Oliver Kiddle
f4973986e9 20237: handle mysqlimport, more mysql options. Redo screen session completion 2004-08-07 19:01:09 +00:00
Oliver Kiddle
d8b1242723 20236: fix problem with keep-prefix style where a modifier removes the prefix 2004-08-07 15:27:07 +00:00
Oliver Kiddle
0172512966 20235: sync remote file completion against _ssh to fix bug with quote handling 2004-08-07 14:28:31 +00:00
Geoff Wing
fd62429d19 still allow user specified text modifiers with a short terminal.
Only disallow if the terminal is really unknown or without
sufficient capabilities or if SINGLE_LINE_ZLE option is given
2004-08-07 08:43:56 +00:00
Peter Stephenson
de79a24999 20232 with typo corrected: remove zftp directory listing on zfcd 2004-08-06 14:10:30 +00:00
Peter Stephenson
2a2ddb36a4 unposted: zsh-4.2.1-test-A 2004-08-06 13:32:35 +00:00
Clint Adams
6a84de2db9 * 20230: Completion/Debian/Command/_apt: dumb down apt-get
install completion and always complete from all available packages.
2004-08-01 14:48:14 +00:00
Clint Adams
4260265582 * 20225: Doc/Zsh/mod_clone.yo: add Philippe Troin's explanations
of clone usage.
2004-08-01 14:03:58 +00:00
Peter Stephenson
ab899b76c7 20222: turn on max function depth
plus unposted reference to this in README
plus unposted neatening of 20219 history-pattern-search
2004-07-30 11:09:16 +00:00
Peter Stephenson
b550cfe7e3 20221: $LINENO in trap '...' DEBUG was wrong. 2004-07-29 15:33:19 +00:00
Peter Stephenson
efe2876d92 20219: make zle parameter HISTNO writeable
add history-pattern-search widget
2004-07-29 14:21:57 +00:00
Peter Stephenson
e1d8ca1d70 20208: ternary path codes in prompt treat / as zero elements 2004-07-29 11:45:53 +00:00
Peter Stephenson
241aa1d40d 20214: fix debugging test with recursive functions 2004-07-28 10:34:31 +00:00
Peter Stephenson
e31d0b939d 20204: Motoi Washida: typo in _retrieve_cache 2004-07-28 09:33:20 +00:00
Peter Stephenson
804599a7ce 20200 plus unposted: fix MIME stuff,
don't let _kfmclient drop through to `no more arguments' unnecessarily
2004-07-28 09:18:29 +00:00
Peter Stephenson
8c9a6b01d1 20199: improve MIME handling. 2004-07-26 16:59:53 +00:00
Peter Stephenson
17e576782c 20198: fix TRAPEXIT. 2004-07-26 13:18:07 +00:00
Bart Schaefer
725616d600 Unposted: documentation for "zargs" 2004-07-26 06:57:37 +00:00
Oliver Kiddle
6bc341280e 20180 (based on Jean-Baptiste Quenot's 20177): fix to work on BSD systems 2004-07-23 14:19:28 +00:00
Oliver Kiddle
8605ba6dac Motoi Washida: 20179: new completions for Mac OS X 2004-07-23 13:37:42 +00:00
Oliver Kiddle
d8e4bb5a38 Jean-Baptiste Quenot: 20167: find targets enclosed in single quotes 2004-07-19 16:30:54 +00:00
Peter Stephenson
f5d9a995f9 20173: fix crash when reallocating heaps 2004-07-17 19:24:59 +00:00
Peter Stephenson
0cfb07ee92 20153: make zle-line-init run after the first zrefresh() 2004-07-13 09:41:36 +00:00
Peter Stephenson
bedf58cfce NEWS: more additions from Oliver. 2004-07-12 10:34:53 +00:00
Peter Stephenson
ad81f0055b NEWS: read through and tidied up 2004-07-12 10:21:33 +00:00
Peter Stephenson
31e2939157 20151: ChangeLog for NEWS 2004-07-12 10:12:39 +00:00
Peter Stephenson
aad11eb618 unposted: improve 20150 by setting pointer to NULL 2004-07-12 10:05:46 +00:00
Bart Schaefer
def0167e34 20145: Additional arguments to read-from-minibuffer specify initial values
of LBUFFER and RBUFFER.
2004-07-12 04:00:29 +00:00
Peter Stephenson
86ae90bc1c 20149: improve prompt-reset code
20150: commit ancient memory leak fix(?) in completion
2004-07-11 22:53:01 +00:00
Peter Stephenson
f63b677f53 21042: add test for bug fixed in 21041 2004-07-07 15:40:34 +00:00
Peter Stephenson
4c8796b11d 20141: Crash restoring exported special parameters 2004-07-07 15:00:44 +00:00
Peter Stephenson
8784bbe97c 20126: tidy up before 4.2.1
20127: tweaked version of Wayne's patch to reexand prompts
2004-07-02 15:59:07 +00:00
Peter Stephenson
e9fa060671 20125: say where the output for job notifications goes 2004-07-02 14:59:04 +00:00
Peter Stephenson
3c13204e55 7650: new reset-prompt zle widget 2004-07-01 14:55:54 +00:00
Peter Stephenson
bf21478722 20118: improvements to limits builtins 2004-06-30 11:10:35 +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
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
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
235db6ec00 19980 2004-05-28 19:35:53 +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
Peter Stephenson
665b0950c6 19971: Fix environment nastiness in zexecve() 2004-05-21 11:19:30 +00:00
Wayne Davison
ac3bedf522 19962 2004-05-20 22:33:13 +00:00
Peter Stephenson
3971345ee6 unposted: _perforce: minor tweak to revision syntax 2004-05-19 11:10:47 +00:00
Peter Stephenson
d3b14e887e 19941: fix (( 3, )) 2004-05-13 20:04:10 +00:00
Peter Stephenson
aff4313b12 19936: zcalc temp history file name 2004-05-13 17:08:03 +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
c00fdaa3f0 19878 2004-05-05 17:06:55 +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
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
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
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
Bart Schaefer
e3938ae56d 19666 and users/7212. 2004-03-21 01:56:05 +00:00
Peter Stephenson
3f676a818f Get it right this time. 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