Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 48560: add TYPESET_TO_UNSET option to remove initialization of parameters | Bart Schaefer | 2021-04-18 | 1 | -0/+1 |
| | | | | | | | | | | Changes typeset such that ${newparam-notset} yields "notset" and "typeset -p newparam" does not show an assignment to the parameter. This is similar to the default behavior of bash and ksh, with minor differences in typeset output. Also add tests for some POSIX incompatibilities plus minor changes for test harness robustness. | ||||
* | 46280: compinit: add -w to explain why compdump runs | Mikael Magnusson | 2020-08-05 | 1 | -2/+27 |
| | |||||
* | 42294: disable REPORTTIME in completion | Peter Stephenson | 2018-01-18 | 1 | -1/+3 |
| | |||||
* | 41095: Use 2>&- in completion to avoide restricted shell problem. | Jan Kryl | 2017-05-08 | 1 | -1/+1 |
| | |||||
* | 40391: Add WARN_NESTED_VAR option and functions -W. | Peter Stephenson | 2017-01-23 | 1 | -0/+1 |
| | | | | | These are companions to WARN_CREATED_GLOBAL, warning when a variable from an enclosing scope is altered. | ||||
* | 40372: turn off POSIX_IDENTIFIERS option in completion | Peter Stephenson | 2017-01-16 | 1 | -0/+1 |
| | |||||
* | unposted (see users/22287): _comp_options needs to disable ERR_RETURN | Barton E. Schaefer | 2016-12-27 | 1 | -0/+1 |
| | |||||
* | 38289: "builtin enable" in $_comp_setup to avoid accidentally invoking ↵ | Barton E. Schaefer | 2016-04-15 | 1 | -4/+4 |
| | | | | external command of the same name | ||||
* | 35573: turn off POSIX_BUILTINS in completion. | Peter Stephenson | 2015-06-23 | 1 | -0/+1 |
| | | | | This is now needed to get suitable OPTIND behaviour. | ||||
* | users/20243: turn off GLOB_ASSIGN in completion system. | Peter Stephenson | 2015-06-02 | 1 | -0/+1 |
| | |||||
* | 33866: addendum to completion trap fix | Peter Stephenson | 2014-12-05 | 1 | -0/+1 |
| | | | | | | We need the multifuncdef option on for the trap function definitions to work. It is by default by this wasn't enforced for the completion functions. | ||||
* | 33804: hide values of large arrays in typeset output | Barton E. Schaefer | 2014-11-27 | 1 | -5/+5 |
| | | | | Declare arrays used internally by completion with the -H attribute. | ||||
* | 31465: fix basic completion and globbing uses of disabled patterns | Peter Stephenson | 2013-06-13 | 1 | -1/+2 |
| | |||||
* | users/17051: explicit IFS for "read" in compinit | Bart Schaefer | 2012-07-17 | 1 | -5/+5 |
| | |||||
* | unposted: add NO_ignoreclosebraces to options for completion | Peter Stephenson | 2011-12-09 | 1 | -0/+1 |
| | |||||
* | 29596: fix syntax to work with ksh_arrays | Mikael Magnusson | 2011-07-22 | 1 | -1/+1 |
| | |||||
* | 29384: Add _comp_caller_options | Mikael Magnusson | 2011-05-27 | 1 | -1/+3 |
| | |||||
* | 29307, 29308 + replies: Fix some doubled words in docs and comments. | Mikael Magnusson | 2011-05-19 | 1 | -1/+1 |
| | |||||
* | Mikael: 28948: compdef -e overrides interpretation of argument as service | Peter Stephenson | 2011-03-29 | 1 | -3/+4 |
| | |||||
* | users/15621: compdef -p/-P <pat>=<service> | Peter Stephenson | 2010-12-06 | 1 | -2/+14 |
| | | | | users/15622: use service with _pick_variant | ||||
* | unposted: a couple of typeset -g's and a comment | Peter Stephenson | 2010-02-08 | 1 | -1/+1 |
| | |||||
* | 25608: NO_cshjunkiesquote in completion | Peter Stephenson | 2008-09-05 | 1 | -0/+1 |
| | |||||
* | unposted: Completion/compinit: typo in 25068 | Peter Stephenson | 2008-05-19 | 1 | -1/+1 |
| | |||||
* | unposted: fix unwanted output from new typeset in compinit | Peter Stephenson | 2008-05-18 | 1 | -5/+3 |
| | |||||
* | 25068: Fix some completion warnings with WARN_CREATE_GLOBAL | Peter Stephenson | 2008-05-18 | 1 | -1/+7 |
| | |||||
* | 24807: Frank Terbeck: Completion system needs no_ignore_braces | Peter Stephenson | 2008-04-12 | 1 | -0/+1 |
| | |||||
* | 24776: clarify compinit message when compaudit fails | Peter Stephenson | 2008-03-28 | 1 | -2/+3 |
| | |||||
* | Frank Benkstein: 24047: fix compdef for more than three commands using the | Oliver Kiddle | 2007-11-01 | 1 | -1/+1 |
| | | | | same service | ||||
* | 22934, modified, see 22937: add HIST_SUBST_PATTERN option | Peter Stephenson | 2006-11-01 | 1 | -8/+9 |
| | | | | make ${.../#%...} anchor at both ends | ||||
* | 22525: lengths and cases of multibyte strings in parameters and history | Peter Stephenson | 2006-06-28 | 1 | -2/+3 |
| | |||||
* | 21880: add carriage return to IFS in completion context. | Bart Schaefer | 2005-10-17 | 1 | -0/+1 |
| | |||||
* | 21575 plus unposted: Add WARN_CREATE_GLOBAL option | Peter Stephenson | 2005-08-08 | 1 | -0/+1 |
| | |||||
* | _comp_options needs NO_kshtypeset | Bart Schaefer | 2004-10-22 | 1 | -0/+1 |
| | |||||
* | users/7553: include zsh version in dump file to avoid problems with upgrades | Oliver Kiddle | 2004-06-16 | 1 | -1/+3 |
| | |||||
* | 19767, 19785: store flags for -z and -k options to autoload allowing the | Oliver Kiddle | 2004-04-20 | 1 | -6/+6 |
| | | | | completion system to be used with ksh_autoload set | ||||
* | 19768: add clue to insecure directories warning and send errors to stderr | Oliver Kiddle | 2004-04-14 | 1 | -9/+10 |
| | |||||
* | users/4865: Completion/compinit: need to add NO_octalzeroes to | Peter Stephenson | 2002-04-25 | 1 | -0/+1 |
| | | | | $_comp_options. | ||||
* | remove that -T option to compdef again and instead use comma-separated ↵ | Sven Wischnowsky | 2002-03-13 | 1 | -120/+51 |
| | | | | sub-contexts both for function and style lookup (16819) | ||||
* | allow different sets of completion definitions selected with option -T to ↵ | Sven Wischnowsky | 2002-03-04 | 1 | -54/+135 |
| | | | | compdef; use this for parameter values and redirections (16755) | ||||
* | Fix exit status of compdef. | Bart Schaefer | 2001-06-21 | 1 | -3/+3 |
| | |||||
* | use `eval $_comp_setup' in all entry points of the completion system to not ↵ | Sven Wischnowsky | 2001-05-29 | 1 | -0/+11 |
| | | | | only set up the options, but also redirect stdin and ignore trap handlers for ZERR (14530) | ||||
* | NO_kshglob in _comp_options. | Bart Schaefer | 2001-04-29 | 1 | -0/+1 |
| | |||||
* | Improve prompt when compaudit finds badness. | Bart Schaefer | 2001-04-06 | 1 | -1/+2 |
| | |||||
* | after-move cleanup | Sven Wischnowsky | 2001-04-02 | 1 | -2/+2 |
| | |||||
* | moved from Completion/Core/compinit | Sven Wischnowsky | 2001-04-02 | 1 | -0/+483 |