Sven Wischnowsky
|
d9b00a3870
|
make compdef foo=bar' use the service defined for bar' if there is any (13494)
|
2001-02-16 14:57:48 +00:00 |
|
Bart Schaefer
|
04e1ef5b68
|
Partial sh emulation fixs for ${1+"$@"} and "${foo=$@}".
|
2001-02-16 08:43:46 +00:00 |
|
Andrey Borzenkov
|
12ef192f31
|
unposted: corrected date in ChangeLog
|
2001-02-15 07:21:00 +00:00 |
|
Clint Adams
|
74ee4ba61d
|
unposted: remove unused variable declaration
|
2001-02-14 23:37:39 +00:00 |
|
Clint Adams
|
e846a825fe
|
13478: whence shouldn't segfault on an empty path component
|
2001-02-14 23:36:23 +00:00 |
|
Peter Stephenson
|
53a7b0c445
|
13473: clean config.modules, fix CSH_NULL_GLOB doc
|
2001-02-14 17:58:11 +00:00 |
|
Clint Adams
|
39ab4f33c6
|
13323: handle multi-line buffers in edit-command-line widget
|
2001-02-14 15:37:53 +00:00 |
|
Peter Stephenson
|
5d60b66944
|
Updated to 4.0.1-pre-1
zsh-4.0.1-pre-1
|
2001-02-14 11:53:30 +00:00 |
|
Andrey Borzenkov
|
fa6bab3083
|
13431: better check for shared libraries.
|
2001-02-13 14:35:07 +00:00 |
|
Sven Wischnowsky
|
326d682510
|
try to make the -t option of zpty smarter (13462)
|
2001-02-13 13:14:45 +00:00 |
|
Sven Wischnowsky
|
90b07817db
|
wehn using glob_complete, don't treat everything starting with a tilde as a pattern (13459)
|
2001-02-13 09:23:34 +00:00 |
|
Bart Schaefer
|
275f3c95d4
|
Add 'glob' to $_comp_options.
|
2001-02-13 03:16:54 +00:00 |
|
Sven Wischnowsky
|
006e966e43
|
two small fixes to _multi_parts; one more place where a caller-supplied -S can be used and fix for the code deciding which prefix to use (13450)
|
2001-02-09 14:01:57 +00:00 |
|
Oliver Kiddle
|
5723d260c0
|
add completion for newsgroups (13448)
|
2001-02-08 17:50:26 +00:00 |
|
Oliver Kiddle
|
14d2dae44c
|
fix _gzip to work for zcat again (13445)
|
2001-02-08 15:33:26 +00:00 |
|
Bart Schaefer
|
dcb2530bd3
|
13449: "make clean" cleans up after killed tests.
|
2001-02-08 07:17:09 +00:00 |
|
Bart Schaefer
|
db3d3e2b27
|
13442: Use +Z to suppress loading of ZLE modules when testing.
|
2001-02-08 03:29:58 +00:00 |
|
Andrey Borzenkov
|
7194a50300
|
unposted: fix patterns previous patch
|
2001-02-02 08:44:53 +00:00 |
|
Sven Wischnowsky
|
8ff6a955fe
|
Peter:13427: filename-quoting fix in _expand
|
2001-02-02 08:18:49 +00:00 |
|
Oliver Kiddle
|
3f862ce205
|
Changes references to sunsite.auc.dk to just sunsite.dk (13422)
|
2001-02-01 15:48:57 +00:00 |
|
Oliver Kiddle
|
92f2594aec
|
new completion function for the tin newsreader (13420)
|
2001-02-01 15:00:42 +00:00 |
|
Andrey Borzenkov
|
79b9ccd285
|
13412: avoid duplicates in subdirecory list for recursive build
|
2001-01-31 10:08:14 +00:00 |
|
Andrey Borzenkov
|
2708badb16
|
unposted: correct typo in commit message
|
2001-01-29 13:47:46 +00:00 |
|
Felix Rosencrantz
|
f88e6dc98d
|
zsh-workers/13395: Added code to test compstate[insert_positions], value of insert_positions are now reported
|
2001-01-28 19:49:18 +00:00 |
|
Felix Rosencrantz
|
5c111766c1
|
zsh-workers/13395: Added code to test compstate[insert_positions], value of insert_positions are now reported
|
2001-01-28 19:37:30 +00:00 |
|
Andrey Borzenkov
|
e28d948e92
|
13389: normalize path in cd_do_chdir on Cygwin to get rid of DOS names
|
2001-01-26 12:47:37 +00:00 |
|
Sven Wischnowsky
|
193846af84
|
fix for mergin two CLF_MID entries in cline lists (with two equal prefixes it thought there were characters missing) (13388)
|
2001-01-25 15:16:27 +00:00 |
|
Sven Wischnowsky
|
b6fb83e4ff
|
make signal queueing variables be exported to modules (13384)
|
2001-01-25 09:20:12 +00:00 |
|
Sven Wischnowsky
|
bdaa4f4c05
|
*** empty log message ***
|
2001-01-22 12:03:55 +00:00 |
|
Andrey Borzenkov
|
d36dbe2337
|
13370: avoid in-place modification of environments variables when importing.
Zsh tried to free unallocated memory when importing colon arrays. Removed
redundant replenv().
|
2001-01-19 14:54:52 +00:00 |
|
Andrey Borzenkov
|
9740af197e
|
13380: replace AC_CHECK_LIB(...,tgetent) with AC_SEARCH_LIBS(tgetent,...)
to make it possible to override default library selected
|
2001-01-19 14:47:43 +00:00 |
|
Sven Wischnowsky
|
c06782d95b
|
*** empty log message ***
|
2001-01-18 14:41:40 +00:00 |
|
Peter Stephenson
|
0acd646e94
|
13302: division by zero
|
2001-01-18 10:25:07 +00:00 |
|
Sven Wischnowsky
|
757168e2c8
|
remove 13108 (trap queues); replace with signal queueing to ensure that user signal handlers are only executed when it is safe to run them (13365)
|
2001-01-16 13:44:18 +00:00 |
|
Sven Wischnowsky
|
052316fea3
|
fix for ol' compctl when completing hash keys (13364)
|
2001-01-16 12:39:21 +00:00 |
|
Sven Wischnowsky
|
4a39b5d9c5
|
two more fixes for completion matching and reporting interesting positions (13349)
|
2001-01-15 10:44:14 +00:00 |
|
Sven Wischnowsky
|
25900ecf28
|
add completion for ls and ([ef]|)grep (13347)
|
2001-01-15 09:26:57 +00:00 |
|
Sven Wischnowsky
|
ca585f812b
|
add `services', allowing easier re-use of (parts of) completion functions (13346)
|
2001-01-15 09:11:31 +00:00 |
|
Sven Wischnowsky
|
a11115ecee
|
fix for 13339 (report each position only once) and fixlet for matching: a case where missing characters weren't remembered (13343)
|
2001-01-12 13:50:13 +00:00 |
|
Sven Wischnowsky
|
2a78c24842
|
*** empty log message ***
|
2001-01-11 10:06:40 +00:00 |
|
Geoff Wing
|
1853089714
|
Etc/MACHINES: format leading spaces to tabs
|
2001-01-10 17:19:17 +00:00 |
|
Sven Wischnowsky
|
9af83c6c2a
|
fix cursor positioning with partial-word match specs using `**' (13336)
|
2001-01-10 09:24:45 +00:00 |
|
Sven Wischnowsky
|
4a376d7250
|
fix for listpacked for matches as long as screen is wide (minus added spaces); more security when freeing matches: make sure current menu match pointer isn't used afterwards (13331)
|
2001-01-08 15:25:01 +00:00 |
|
Peter Stephenson
|
f6d71cda8c
|
Builds on SCO UnixWare 2.1.3
|
2001-01-07 19:06:20 +00:00 |
|
Clint Adams
|
bb7b1ddf82
|
13315: ignore parens and leading paths on killall completion
|
2000-12-27 16:40:49 +00:00 |
|
Clint Adams
|
d1d89c7942
|
13314: don't complete hyphen-prefixed commands for killall
|
2000-12-27 04:34:05 +00:00 |
|
Clint Adams
|
17fb952654
|
13312: killall gets long filenames from procps
|
2000-12-26 21:22:49 +00:00 |
|
Clint Adams
|
ebb9daa319
|
unposted: thinko in configure.in for determination of jobtable size
|
2000-12-23 07:26:11 +00:00 |
|
Clint Adams
|
25faa7dbf9
|
13310: apt-cache typo in --names-only
|
2000-12-23 06:53:19 +00:00 |
|
Bart Schaefer
|
bf23eb259c
|
Back out 13285.
|
2000-12-18 02:14:57 +00:00 |
|