Peter Stephenson
|
962624e8c3
|
29491: remove some variables set but not used
|
2011-06-19 16:26:10 +00:00 |
|
Peter Stephenson
|
c31caeb086
|
29490: add RLIMIT_RTTIME
|
2011-06-19 00:10:34 +00:00 |
|
Bart Schaefer
|
98b29d02ca
|
29481: always return a matching job in findproc() but scan the whole list
to prefer running jobs
|
2011-06-15 15:38:14 +00:00 |
|
Bart Schaefer
|
21c39600ef
|
29472: findproc() needs at least to also return stopped jobs.
|
2011-06-12 15:06:37 +00:00 |
|
Peter Stephenson
|
03b0edaa63
|
29462: fix warning
|
2011-06-06 09:08:21 +00:00 |
|
Peter Stephenson
|
d7582f006f
|
29459: Further fixes for parameter flag completion,
plus drive-by fix for double-quoted parameter completion with flags
|
2011-06-04 21:32:06 +00:00 |
|
Peter Stephenson
|
d292edc4dc
|
29452: allow completion of parameter flags
|
2011-06-03 22:06:59 +00:00 |
|
Peter Stephenson
|
22af58bf2b
|
29451: ${##stuff} removes stuff from the head of $#
|
2011-06-03 22:03:43 +00:00 |
|
Peter Stephenson
|
12e246495c
|
29413: "print -S" for saving to history with lexical word split
|
2011-06-03 19:54:43 +00:00 |
|
Peter Stephenson
|
31456074c8
|
histlexwords splitting of ";;" in case
|
2011-05-27 21:56:09 +00:00 |
|
Bart Schaefer
|
8a6222a372
|
29382: apply 29374 to zccmd_input too.
|
2011-05-27 13:54:07 +00:00 |
|
Mikael Magnusson
|
bd2d0636d2
|
29329: fix undefined behaviour in math.c
|
2011-05-27 01:42:30 +00:00 |
|
Peter Stephenson
|
54acd80359
|
29374: exit ZLE immediately if exit pending when keypress expected
|
2011-05-26 09:19:11 +00:00 |
|
Bart Schaefer
|
e39dfaeb95
|
29367, 29368: avoid redirecting the xtrace of simple commands along with
their standard error.
|
2011-05-24 15:49:03 +00:00 |
|
Peter Stephenson
|
29d0aa8ef8
|
29351: casts needed to pass integers through stdarg
|
2011-05-23 16:08:47 +00:00 |
|
Mikael Magnusson
|
0198b8423d
|
29224: Support negative LEN in ${VAR:OFFSET:LEN} like bash.
|
2011-05-19 16:24:38 +00:00 |
|
Mikael Magnusson
|
6a29bc80d0
|
29261: Add g:: flag.
|
2011-05-19 16:16:28 +00:00 |
|
Mikael Magnusson
|
72cb7cfc6f
|
29307, 29308 + replies: Fix some doubled words in docs and comments.
|
2011-05-19 16:10:46 +00:00 |
|
Bart Schaefer
|
6699851bcb
|
29313: better sh emulation with SHWORDPLIT and empty $IFS
|
2011-05-18 01:49:15 +00:00 |
|
Bart Schaefer
|
86b900ad97
|
29312, users/16032: add "zparseopts -M"
|
2011-05-18 00:23:00 +00:00 |
|
Peter Stephenson
|
ad30100e09
|
29282: hide prototypes for ZSH_HEAP_DEBUG with #ifdef's
|
2011-05-14 17:23:23 +00:00 |
|
Bart Schaefer
|
fdb4a83213
|
29276: always typedef Heapid for use by auto-generated header files.
|
2011-05-14 04:10:07 +00:00 |
|
Peter Stephenson
|
f61ae85acf
|
29268: extra dupstring() for value to be used in completion match group
|
2011-05-14 00:36:06 +00:00 |
|
Peter Stephenson
|
506615ff94
|
29267: add -enable-zsh-debug and use for debugging completion matcher groups
|
2011-05-14 00:07:41 +00:00 |
|
Peter Stephenson
|
9c0a19669b
|
Danek: 29254: fix some compiler warnings
|
2011-05-13 18:12:05 +00:00 |
|
Peter Stephenson
|
a5ff5b61a4
|
Jérémie Roquet: 29258: mark a couple more functions for export.
|
2011-05-13 11:59:05 +00:00 |
|
Mikael Magnusson
|
1ac8412d6f
|
29208: make vimatchbracket more useful in emacs mode
|
2011-05-12 15:55:12 +00:00 |
|
Peter Stephenson
|
7fc9a4414d
|
29217: main shell now depends on zshcurses.h and zshterm.h
|
2011-05-11 08:59:55 +00:00 |
|
Peter Stephenson
|
d770d2554b
|
rename system.h to zsh_system.h
|
2011-05-10 16:44:38 +00:00 |
|
Peter Stephenson
|
de06c83334
|
29214: use -I rather than explicit path to find headers
|
2011-05-10 16:40:27 +00:00 |
|
Peter Stephenson
|
c59e19cd77
|
29191 (Danek) and 29203 (with fixes): make TERMINFO variable special.
|
2011-05-10 15:40:32 +00:00 |
|
Peter Stephenson
|
bafa15955d
|
29195: Separate nameddir hash to avoid clash of
"bool" type on Solaris
|
2011-05-09 10:38:02 +00:00 |
|
Peter Stephenson
|
ae4a0ab46c
|
29193: badly placed variable declaration
|
2011-05-09 10:27:32 +00:00 |
|
Peter Stephenson
|
d89361739a
|
29165: use term.h globally if needed at all.
|
2011-05-09 09:49:08 +00:00 |
|
Bart Schaefer
|
70fd751a82
|
users/15986: handle EINTR in zccmd_input
|
2011-05-08 23:19:11 +00:00 |
|
Bart Schaefer
|
6150565494
|
29175: optimize freeheap
|
2011-05-07 19:32:57 +00:00 |
|
Peter Stephenson
|
8e0a5b0aa0
|
29134: change termcap prototypes locally for AIX
|
2011-05-03 12:03:46 +00:00 |
|
Peter Stephenson
|
17e3f742f1
|
29129: reading of end of fd array
|
2011-05-02 12:32:41 +00:00 |
|
Bart Schaefer
|
2938c58c82
|
29107: replace overlapping strcpy with memmove
|
2011-04-29 15:23:33 +00:00 |
|
Wayne Davison
|
348d2842f3
|
Use "const" qualifier in termcap prototypes.
|
2011-04-26 19:08:26 +00:00 |
|
Bart Schaefer
|
ecb32c6b12
|
Jun T.: 29031: increment global minfo state when inserting characters
on the line during interactive menu selection.
|
2011-04-24 19:10:20 +00:00 |
|
Frank Terbeck
|
32974286d4
|
29008, 29012: Add --enable-additional-fpath' option to add arbitrary directories to the default $fpath'.
|
2011-04-18 20:36:31 +00:00 |
|
Wayne Davison
|
c06f5b4556
|
Fix compiler warning due to state.doff duplication.
|
2011-04-15 14:56:53 +00:00 |
|
Peter Stephenson
|
7657ea65dc
|
28997: make --enable-libc-musl explicit
|
2011-04-14 09:11:02 +00:00 |
|
Peter Stephenson
|
d2fd8b86cf
|
Valentin Ochs: 28990: more changes needed for signals.
|
2011-04-12 14:51:31 +00:00 |
|
Peter Stephenson
|
35ddd9c4ba
|
users/15953: handle EINTR when using read -k or -q with -u or -p
|
2011-04-11 16:34:21 +00:00 |
|
Wayne Davison
|
9e0b7684e5
|
28977: fix copying of uninitialized memory when trying to
spell-correct a really long string.
|
2011-04-06 00:04:06 +00:00 |
|
Peter Stephenson
|
47d1215cb4
|
Stef van Vlierberghe: 28965 (as posted in 28967):
findproc() should not return processes not marked as SP_RUNNING
|
2011-04-01 11:02:15 +00:00 |
|
Bart Schaefer
|
67847a96ee
|
28926: No newline after the last line in listlist() when printing the list
in a single column.
|
2011-03-28 04:50:20 +00:00 |
|
Peter Stephenson
|
e4059eedc7
|
Mikael: 28941: fix $CURSOR access when metafied
|
2011-03-27 17:55:41 +00:00 |
|
Peter Stephenson
|
ee52e3c349
|
28936: ${#$} and ${#?} also didn't work
|
2011-03-21 11:09:50 +00:00 |
|
Peter Stephenson
|
4263d2b821
|
28889: ${##} should return the length of $#
|
2011-03-11 21:05:59 +00:00 |
|
Peter Stephenson
|
f2dca9e155
|
users/15864: turn zsh_directory_name into a hook
|
2011-03-11 16:32:07 +00:00 |
|
Peter Stephenson
|
cc69ecfb9e
|
28886: Fix region_highlight dynamic updates for $PREDISPLAY
|
2011-03-11 10:33:33 +00:00 |
|
Peter Stephenson
|
7bc97b920b
|
28866: with POSIX_BUILTINS "command" prefix resets specialness
|
2011-03-06 21:37:38 +00:00 |
|
Frank Terbeck
|
2eac105770
|
28853: Fix typo: preceed -> precede
|
2011-03-04 13:25:25 +00:00 |
|
Bart Schaefer
|
6e50d3d7db
|
28823: make it an error to tie the same scalar to two different arrays
|
2011-03-01 05:18:15 +00:00 |
|
Peter Stephenson
|
5035892725
|
Frank, 28812 as modified in 28813:
fix allocation of wide array in wcs_ztrdup()
|
2011-02-28 12:05:31 +00:00 |
|
Peter Stephenson
|
655370ff3c
|
28799: lexical analyser didn't stop early enough with completion words
|
2011-02-24 13:48:47 +00:00 |
|
Peter Stephenson
|
4bfb5daa7e
|
28795 plus typos noticed by Mikael: careful with forked shells
|
2011-02-23 09:47:05 +00:00 |
|
Peter Stephenson
|
dbbcbf67cb
|
28791: exit on errors with special builtins with POSIXBUILTINS
|
2011-02-22 20:09:20 +00:00 |
|
Peter Stephenson
|
73ebca4fe9
|
28783: allow parentheses to be special in more places with SH_GLOB
|
2011-02-21 11:32:47 +00:00 |
|
Peter Stephenson
|
0e792b9447
|
28784: exit on exec redirection error with POISX_BUILTINS
|
2011-02-21 11:28:49 +00:00 |
|
Peter Stephenson
|
24e97ba046
|
28773: add zle-history-line-set widget
|
2011-02-18 22:34:29 +00:00 |
|
Peter Stephenson
|
212ca9edf9
|
28772: Update regions in region highlight dynamically
|
2011-02-18 22:08:45 +00:00 |
|
Peter Stephenson
|
3a23e82941
|
28762: fix coproc file desriptor closing
|
2011-02-17 19:52:41 +00:00 |
|
Peter Stephenson
|
459953f029
|
28671: better cursor positioning after undo
|
2011-02-11 19:32:21 +00:00 |
|
Bart Schaefer
|
90b83e028a
|
users/15770 HASH_DIRS tracks INTERACTIVE
|
2011-02-11 04:04:05 +00:00 |
|
Peter Stephenson
|
94225e07fc
|
28638: add $usergroups parameter
|
2011-01-19 12:42:53 +00:00 |
|
Peter Stephenson
|
aa58d139ff
|
Mikael: 28637: ${foo:0:} caused crash
|
2011-01-18 10:29:58 +00:00 |
|
Peter Stephenson
|
4f9ee790e0
|
28630: Ricky Zhou: fix crash with isident()
28634: add test
|
2011-01-16 20:35:29 +00:00 |
|
Peter Stephenson
|
ef4055d97c
|
unposted: fix return types in 28617
|
2011-01-11 20:42:40 +00:00 |
|
Peter Stephenson
|
fe59d196a0
|
28611: remove unused special behaviour for vi mark 26
|
2011-01-11 20:12:18 +00:00 |
|
Peter Stephenson
|
dfc26195c9
|
28617: NO_EXEC option was doing too much work in
parameter subscripting, parameter assignment, and globbing
|
2011-01-10 18:24:17 +00:00 |
|
Peter Stephenson
|
e72999c092
|
gi1242+zsh@gmail.com: 28594:
Various new and improved completions
|
2011-01-09 16:57:01 +00:00 |
|
Peter Stephenson
|
a89f0559c2
|
28590: make read return status non-zero on error
|
2011-01-07 10:05:35 +00:00 |
|
Peter Stephenson
|
6318e041d1
|
unposted: fix argument type for write_loop()
|
2011-01-06 21:31:06 +00:00 |
|
Peter Stephenson
|
020e116c54
|
28588: fix textual display after =~ test
|
2011-01-06 20:28:50 +00:00 |
|
Bart Schaefer
|
87d6527628
|
28578: fix handling of numeric escapes that expand to "%" in printf
format strings, so they are not treated as format introducers.
|
2011-01-06 16:49:25 +00:00 |
|
Peter Stephenson
|
dd0ad1ac23
|
28568: buffer overflow examining paths
|
2011-01-05 18:22:08 +00:00 |
|
Bart Schaefer
|
bc1a12f91e
|
users/15662: array slice assignment with one index positive and one negative.
|
2010-12-21 16:54:30 +00:00 |
|
Peter Stephenson
|
904e537204
|
unposted: restore unintentionally removed .PHONY entries
|
2010-12-20 16:51:25 +00:00 |
|
Peter Stephenson
|
f6cff33fb7
|
unposted: release 4.3.11
|
2010-12-20 16:03:28 +00:00 |
|
Peter Stephenson
|
a7bc22ca00
|
Paul 28538 / me 28540 / couple of unposted casts:
use char * for pointer arithmetic rather than void *
|
2010-12-20 10:28:43 +00:00 |
|
Peter Stephenson
|
c8d07027c8
|
28537: fix word splitting on "((" when it was nested subshells rather than
arithmetic
|
2010-12-19 17:42:09 +00:00 |
|
Bart Schaefer
|
70acf8ed59
|
"prep" target depends on Makemod
|
2010-12-18 23:03:20 +00:00 |
|
Peter Stephenson
|
655174ca42
|
uncommitted: fix properly
|
2010-12-17 23:05:31 +00:00 |
|
Peter Stephenson
|
a9421446d2
|
Mikael: users/15653: zle_highlight=(none) turns off suffix highlighting
unposted: note suffix highlighting in NEWS
|
2010-12-17 14:01:23 +00:00 |
|
Peter Stephenson
|
246bcd10a7
|
Mikael: 28531: typos
|
2010-12-16 13:55:35 +00:00 |
|
Bart Schaefer
|
66152e8ada
|
28530: replace (z+opts+) flag with (Z:opts:), add reserved (_🎏).
|
2010-12-15 04:05:50 +00:00 |
|
Peter Stephenson
|
ef5cf45780
|
unposted: another neatening of lexflags use in ZLE
|
2010-12-14 10:40:42 +00:00 |
|
Peter Stephenson
|
ebcead7543
|
lexsave/lexrestore lexflags
add new LEXFLAGS_ZLE
|
2010-12-14 10:35:38 +00:00 |
|
Peter Stephenson
|
eab4f9a83c
|
28528: Rearrange zleparse to lexflags
Add (z+n+)
|
2010-12-14 09:59:04 +00:00 |
|
Peter Stephenson
|
5858e79f4d
|
28526: remove bogus newline with stripped comment zplitting
|
2010-12-13 11:20:46 +00:00 |
|
Peter Stephenson
|
0a5702457b
|
28510: add (z+c+) and (z+C+) parameter flags
|
2010-12-12 22:44:50 +00:00 |
|
Peter Stephenson
|
c66f52bad9
|
Mikael: 28480: allow PROMPT_EOL_MARK to be an empty string
|
2010-12-06 19:34:32 +00:00 |
|
Peter Stephenson
|
3e97b749f4
|
28486: $compstate[parameter] needs untokenizing
|
2010-12-06 10:49:51 +00:00 |
|
Peter Stephenson
|
25b12c5d11
|
28474, 28478: extended {START..END..STEP} syntax
|
2010-12-05 21:07:48 +00:00 |
|
Peter Stephenson
|
9371146ad7
|
28469: fix memory leak in anonymous function
|
2010-12-05 16:59:41 +00:00 |
|
Bart Schaefer
|
cf17c39832
|
28461: flush stderr in PRINT_EXIT_VALUE handling.
|
2010-11-27 19:46:32 +00:00 |
|
Peter Stephenson
|
2e37fda925
|
28559: flush shell output in PROMPT_SP handling
|
2010-11-27 17:13:29 +00:00 |
|
Wayne Davison
|
3f42b0a617
|
Use newer PROMPT_SP behavior for hasxn terms too.
|
2010-11-26 18:50:22 +00:00 |
|
Wayne Davison
|
d89e55fe0e
|
Overwrite PROMPT_SP string if it should remain invisible,
even with an upcoming newline.
|
2010-11-25 17:16:27 +00:00 |
|
Peter Stephenson
|
fc6c76519b
|
28434: make ${NAME:OFFSET} always use zero-offset
|
2010-11-25 10:34:32 +00:00 |
|
Peter Stephenson
|
cc9bc2dd0b
|
28424: new POSIX_STRINGS option
|
2010-11-22 11:42:47 +00:00 |
|
Peter Stephenson
|
e6946adf57
|
28425: remove null arguments and untokenize
|
2010-11-20 23:46:26 +00:00 |
|
Peter Stephenson
|
8f20b2361c
|
28419: Doc/Zsh/expn.yo, Src/subst.c, Test/D04parameter.ztst:
KSH_ARRAY ${*:0:1} gives $0, etc.
|
2010-11-18 13:57:18 +00:00 |
|
Peter Stephenson
|
23bdfc7fd2
|
28418: add ${NAME:OFFSET:LENGTH} substitution
|
2010-11-18 10:07:55 +00:00 |
|
Bart Schaefer
|
ad56692b16
|
28384: improve error message on assignment to a field of a read-only hash.
CVS ----------------------------------------------------------------------
|
2010-11-03 22:40:33 +00:00 |
|
Peter Stephenson
|
73d622e9c4
|
28363: fix insert bug refreshing zle with wide characteter
|
2010-10-25 14:59:18 +00:00 |
|
Peter Stephenson
|
3f3d80c394
|
28360: NO_UNSET option should check parameters with trailing options
|
2010-10-22 16:32:36 +00:00 |
|
Peter Stephenson
|
467cd12e13
|
Mikael: 28356: don't increment old display line too far when refreshing
|
2010-10-17 17:59:27 +00:00 |
|
Peter Stephenson
|
bdb38058e4
|
28345: make ${(D)...} return a fully usable command line argument
|
2010-10-15 18:56:16 +00:00 |
|
Peter Stephenson
|
af5a85f363
|
28339: backslash-newline history without HIST_LEX_WORDS
28340: assignment to range of scalar variable with multibyte characters
|
2010-10-10 17:51:29 +00:00 |
|
Peter Stephenson
|
6fea7f0d3c
|
28332: backslash-newline with HIST_LEX_WORDS
|
2010-10-10 17:26:38 +00:00 |
|
pdpennock
|
d234059b1c
|
28338: keep =~ from inverting sense of subsequent tests (after &&/||)
|
2010-10-10 00:05:24 +00:00 |
|
Peter Stephenson
|
1cdaf8c459
|
28327: fix pseudolexical word splitting with RC_QUOTES
|
2010-10-07 16:49:50 +00:00 |
|
Peter Stephenson
|
92c826555d
|
not yet posted: fix some more HIST_LEX_WORDS anomalies
|
2010-10-06 13:07:43 +00:00 |
|
Peter Stephenson
|
8aac69241f
|
28319: (z) splitting oddities
|
2010-10-06 08:27:09 +00:00 |
|
Peter Stephenson
|
22899d3788
|
28285: zle-isearch-update and zle-isearch-exit
|
2010-10-06 08:25:28 +00:00 |
|
Peter Stephenson
|
66f32a80dc
|
28308/28310: HIST_LEX_WORDS, check for quick history read
|
2010-10-02 21:03:03 +00:00 |
|
Peter Stephenson
|
377f2bb812
|
28309: fix infinite loop padding with extra wide characters
|
2010-10-02 19:55:30 +00:00 |
|
Peter Stephenson
|
5ca08eccd0
|
28295 plus tweak: use lexer to split words from history file
|
2010-09-25 18:49:36 +00:00 |
|
Peter Stephenson
|
8856dc878e
|
28282: new function zlecallhook()
fix arguments to zle-keymap-select
|
2010-09-20 09:27:46 +00:00 |
|
Bart Schaefer
|
9530331b4f
|
28268: I/O to a terminated (or never created) coprocess emits a
"no coprocess" diagnostic, instead of either nothing or "bad file number".
|
2010-09-19 19:20:33 +00:00 |
|
Peter Stephenson
|
f1495f5099
|
28259: Finally fix some ancient problems with here-documents
|
2010-09-14 14:46:26 +00:00 |
|
Peter Stephenson
|
3b6b4982b9
|
28258: fix undefined variable in traps
|
2010-09-14 12:52:31 +00:00 |
|
Peter Stephenson
|
ade705cf5b
|
28253: document -h argument to atribute commands
|
2010-09-12 18:56:40 +00:00 |
|
Peter Stephenson
|
7e5a7a9135
|
28237: new parameter ZLE_LINE_ABORTED
28241: don't list .safe with bindkey -lL
|
2010-09-08 12:32:32 +00:00 |
|
Peter Stephenson
|
ff955f61b4
|
28229: can list individual keymaps
|
2010-09-05 20:39:08 +00:00 |
|
Peter Stephenson
|
17dee17e4e
|
28227: improved documentation on keymaps
28226: improve bindkey -lL for aliased keymaps
|
2010-09-05 19:24:44 +00:00 |
|
Peter Stephenson
|
8bc64084a4
|
28220 plus some comments: fix "HELLO=$HELLO shellfunc"
|
2010-08-31 19:32:56 +00:00 |
|
Peter Stephenson
|
afc3a7c412
|
28202: unmetafy line for reversemenucomplete
|
2010-08-31 18:09:15 +00:00 |
|
Peter Stephenson
|
c7ff1b79dd
|
28179, users/15314, users/15310, users/15200:
various job and process control fixes
|
2010-08-22 20:08:57 +00:00 |
|
Peter Stephenson
|
ef9b4ad79e
|
28172: mark processes as not stopped if sent SIGCONT
|
2010-08-18 21:21:17 +00:00 |
|
Peter Stephenson
|
a15007fe64
|
28167: reset more variables on invalidating completion list
|
2010-08-15 18:40:04 +00:00 |
|
Peter Stephenson
|
8e5061d0c6
|
28160, 28164: fix redisplay problem after display reset
|
2010-08-13 08:52:06 +00:00 |
|
Peter Stephenson
|
80eee3a4a3
|
28122 (Frank) / 28139: add ZLE_STATE
|
2010-08-11 12:48:19 +00:00 |
|
Peter Stephenson
|
edcd71603d
|
Daiki Ueno: 28112: fix character width assignment
|
2010-08-02 09:02:30 +00:00 |
|
Peter Stephenson
|
fc7ad5cc1c
|
users/15219: PRINTEXITVALUE if terminated by signal
|
2010-07-31 22:03:41 +00:00 |
|
Peter Stephenson
|
5659426c2a
|
always print job status if non-zero status and PRINTEXITSVALUE
|
2010-07-31 21:06:10 +00:00 |
|
Peter Stephenson
|
9a17762b0c
|
users/15217: use top-level status when redrawing prompt
|
2010-07-31 19:36:53 +00:00 |
|
Peter Stephenson
|
a5a27ad5ec
|
<hamer@hamer.org.ua>: 28104: fix completion crash due to NULL pointer.
Actually commit the code.
|
2010-07-29 11:08:28 +00:00 |
|
Peter Stephenson
|
278a892888
|
28102: use lstat() when checking ignore-parents
|
2010-07-26 14:00:46 +00:00 |
|
Peter Stephenson
|
76aef28b31
|
28073: allow #! scripts to search path if interpreter not found
|
2010-07-15 18:44:12 +00:00 |
|
Peter Stephenson
|
5da6530d83
|
28065 plus unposted zsh.mdd:
add cdr and related functions and docs
|
2010-07-09 14:47:48 +00:00 |
|
Peter Stephenson
|
e3f764d1ef
|
28047: attempt to make locking with fc command more useful
|
2010-06-22 11:00:31 +00:00 |
|
Peter Stephenson
|
e6f14352d6
|
28037: improved error messages for module autoloads
of math functions and builtins
|
2010-06-14 11:57:08 +00:00 |
|
Peter Stephenson
|
825c1a1141
|
28010: use getcwd() as fallback
|
2010-06-14 11:48:06 +00:00 |
|
Peter Stephenson
|
64d431d98b
|
28025: (D) parameter flag
|
2010-06-11 20:08:01 +00:00 |
|
Peter Stephenson
|
7850fc5a2c
|
28006: make zgetcwd() fall back to pwd,
only use "." if setting pwd
|
2010-06-08 08:51:03 +00:00 |
|
Peter Stephenson
|
4ad0a25af1
|
27983: colours could be output twice
|
2010-06-03 19:36:16 +00:00 |
|
Peter Stephenson
|
099dc207fa
|
27994: better error for failed parameter autoload
|
2010-06-03 13:38:17 +00:00 |
|
Peter Stephenson
|
fdebbca754
|
27990: don't use return value from setupterm()
to decide if module booted OK
|
2010-06-02 13:13:43 +00:00 |
|
Peter Stephenson
|
147cedfb6f
|
27965, 27966: Improve ${(q)...}: newline appears as $'\n;,
|
2010-05-27 18:57:34 +00:00 |
|
Peter Stephenson
|
9ecfa0842b
|
unposted: fix typo in previous commit
|
2010-05-12 10:17:58 +00:00 |
|
Peter Stephenson
|
09960dc5b9
|
27951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxt
|
2010-05-12 10:06:59 +00:00 |
|
Peter Stephenson
|
a6ea7ab36d
|
27947: some cases where we should execute EXIT traps
|
2010-05-05 09:49:39 +00:00 |
|
Peter Stephenson
|
edc01c0455
|
Mikael: 27929 + doc: global aliases shouldn't trigger HIST_IGNORE_SPACE
|
2010-04-28 08:55:35 +00:00 |
|
Peter Stephenson
|
443d873258
|
27926: fix completion suffix when inserting last word
|
2010-04-27 08:58:34 +00:00 |
|
Peter Stephenson
|
11440d17d1
|
27889: Force more use of GLOB_SUBST in parameters if ~ is used
|
2010-04-20 21:16:21 +00:00 |
|
Peter Stephenson
|
e2d855f364
|
27865: fix problem with glob_subst in parameter subsitution
|
2010-04-09 15:40:13 +00:00 |
|
Peter Stephenson
|
815cc9fc0d
|
rationalise widths of non-printing characters to zero.
|
2010-03-27 19:04:35 +00:00 |
|
Peter Stephenson
|
e71df91bd2
|
27827: fix infinite loop in recursive alias at end of parsed string
|
2010-03-25 14:03:40 +00:00 |
|
Peter Stephenson
|
c2fdffa316
|
27823: fix memory access in 27822
|
2010-03-22 23:20:11 +00:00 |
|
Peter Stephenson
|
b16923b096
|
27812: display invalid bytes in multibyte characters specially
|
2010-03-22 19:46:53 +00:00 |
|
Peter Stephenson
|
08dec290d4
|
Fix ZLE access to pushed history line
|
2010-03-22 16:22:13 +00:00 |
|
Peter Stephenson
|
be2381eb52
|
27804: don't hang in isearch if invalid character found
|
2010-03-18 16:03:09 +00:00 |
|
Peter Stephenson
|
53745d8df0
|
27793 and follow ups: add PATH_SCRIPT option to find script using $PATH
|
2010-03-16 09:43:51 +00:00 |
|
Peter Stephenson
|
43df0a21c0
|
27785: IFS doesn't have a null in it in POSIX
unposted: note & needs quoting in :s in glob qualifier
|
2010-03-11 22:38:58 +00:00 |
|
Peter Stephenson
|
e050b88b97
|
Michael Hwang: 27773: document how linked lists are joined together
|
2010-03-07 21:48:26 +00:00 |
|
Peter Stephenson
|
21193d7f01
|
users/14905 + 14906: problems with :s in parameter expansion
|
2010-02-27 00:18:13 +00:00 |
|
Peter Stephenson
|
31123a1184
|
users/14902: another go at strftime
|
2010-02-26 17:07:18 +00:00 |
|
Peter Stephenson
|
d5a0f7623c
|
users/14900: ULONG_MAX is a valid return value from strotoul()
|
2010-02-26 15:30:37 +00:00 |
|
Peter Stephenson
|
e8c1e2ff4c
|
users/14897: extra test in strftime builtin for time conversion
|
2010-02-26 14:24:57 +00:00 |
|
Peter Stephenson
|
07b6256d8e
|
27756: add OS file locking to calendar
add errflag test to loop over fcntl()
|
2010-02-26 12:09:20 +00:00 |
|
Peter Stephenson
|
a3b971a27e
|
27755: add "zsystem supports" to zsh/system
|
2010-02-25 11:15:26 +00:00 |
|
Peter Stephenson
|
bec3de98df
|
27754 plus NEWS change: add "zsystem flock"
|
2010-02-24 21:37:24 +00:00 |
|
Peter Stephenson
|
48315b019b
|
unposted: add debug code to zclose()
|
2010-02-22 11:35:13 +00:00 |
|
Peter Stephenson
|
7977ce0747
|
27721: rationalise initialisation of file descriptors
|
2010-02-22 10:12:22 +00:00 |
|
Peter Stephenson
|
ed5d053514
|
27722: bad error reporting and checking in conditions
|
2010-02-19 12:45:35 +00:00 |
|
Peter Stephenson
|
bbc88550db
|
27723: eval shouldn't modify non-zero return statuses
|
2010-02-19 12:26:08 +00:00 |
|
Peter Stephenson
|
dbf51cf3f0
|
27708: remove distracting initial semicolons in job outpt
|
2010-02-13 20:28:36 +00:00 |
|
Peter Stephenson
|
a589007d59
|
unposted: initially clear list for P glob qualifier
|
2010-02-13 20:25:49 +00:00 |
|
Peter Stephenson
|
f4f0becb63
|
27694: add P glob qualifier for prepending
|
2010-02-09 17:47:02 +00:00 |
|
Peter Stephenson
|
192c4f6ac1
|
27693: Missed this.
|
2010-02-09 14:24:01 +00:00 |
|
Peter Stephenson
|
9fe0077305
|
Geoff: 27693: rename underscore to avoid name clash
|
2010-02-09 13:58:11 +00:00 |
|
Peter Stephenson
|
4a0ddedf0a
|
unposted: a couple of typeset -g's and a comment
|
2010-02-08 11:49:28 +00:00 |
|
Peter Stephenson
|
7da34421c1
|
27675: Michael Hwang: fix crash in hash builtin
|
2010-02-07 18:49:28 +00:00 |
|
Peter Stephenson
|
8ac97f3308
|
27648, 267650/1, unposted README change:
Turn off repeat and turn on ulimit in emulation modes
|
2010-02-03 18:34:32 +00:00 |
|
Peter Stephenson
|
0d8a580951
|
users/14752: add #! line to zed
allow script run with -i to exit on return
|
2010-01-29 21:44:54 +00:00 |
|
Peter Stephenson
|
06b7029aa8
|
27638, based on Frank Terbeck, 27633: SOURCETRACE option
|
2010-01-27 19:24:22 +00:00 |
|
Peter Stephenson
|
ec46ff026e
|
users/14732: Test X:/ rather than X: in Cygwin
|
2010-01-22 20:42:09 +00:00 |
|
Peter Stephenson
|
f0287c6e17
|
users/14723: invalid converted characters should never match valid ones
|
2010-01-21 11:11:05 +00:00 |
|
Peter Stephenson
|
f02778f83c
|
27611: cache parameter values in math eval so subscripts are eval'd once
|
2010-01-20 17:17:45 +00:00 |
|
Peter Stephenson
|
af68ff74cd
|
27608: fix memory for mbegin, mend & regexp test
|
2010-01-20 11:16:22 +00:00 |
|
Peter Stephenson
|
8890e6e19f
|
27600: extend =~ syntax to set positional variables for matches
|
2010-01-17 21:48:25 +00:00 |
|
Peter Stephenson
|
036cb0ce95
|
Joakim Rosqvist: 27591 as modified in 27594:
KEYBOARD_HACK variable
|
2010-01-13 12:05:22 +00:00 |
|
Peter Stephenson
|
f80bc2b5f6
|
27566: add ulimit -c hard and immediate return on argument error
|
2010-01-05 16:29:35 +00:00 |
|
Peter Stephenson
|
de4dac8874
|
27565: sanity check numeric arguments to ulimit
|
2010-01-05 15:58:15 +00:00 |
|