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

1105 Commits

Author SHA1 Message Date
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
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
e1d5c7df58 20325: consensus fix for "command -v" crash w/POSIXBUILTINS. 2004-09-08 08:24:41 +00:00
Bart Schaefer
72fdf24448 20320: rewrite of 20318, for sanity. 2004-09-08 08:24:00 +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
Wayne Davison
0aa5829cc7 When downline() calls upline() or visa versa (due to a negative zmult),
the value of "n" that was returned should be negative but was positive.
Fixes some problems with {down,up}-line-or-history and others.
2004-08-24 15:47:04 +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
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
640bbab78f 20221: $LINENO in trap '...' DEBUG was wrong. 2004-07-29 15:09:51 +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
17e576782c 20198: fix TRAPEXIT. 2004-07-26 13:18:07 +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
aad11eb618 unposted: improve 20150 by setting pointer to NULL 2004-07-12 10:05:46 +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
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
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
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
Peter Stephenson
ed76bafc5e 20029: fix randomness of mathfunc rand48(seed) 2004-06-08 21:51:11 +00:00
Felix Rosencrantz
ba2415ce67 20002 -- fix for matching spec core dump 2004-06-04 06:00:32 +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
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
Peter Stephenson
5ac05cab9f 19976: fix spurious job table full messages 2004-05-25 18:38:56 +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