about summary refs log tree commit diff
path: root/Src
Commit message (Collapse)AuthorAgeFilesLines
* add missing mod_exportPeter Stephenson2012-12-161-1/+1
|
* 30876: fix obscure failures to propagate non-zero statusPeter Stephenson2012-12-131-3/+3
| | | | from optimised simple commands within lists
* users/17445: fix handling of leading zeroes in floating pointBart Schaefer2012-12-081-1/+2
|
* users/17042: don't stomp the environment in "jobs -Z" unless we've firstBart Schaefer2012-11-181-0/+2
| | | | copied it to new memory.
* 30789: Add CONTINUE_ON_ERROR for old behaviour.Peter Stephenson2012-11-154-3/+10
| | | | | New behaviour is for scripts to exit on error instead of returning to top level and executing the next command.
* 30786: do not enter interactive history editing or command execution ifBart Schaefer2012-11-081-0/+6
| | | | "fc" is called from a ZLE widget.
* 30783: We don't want leading "="s to be active whenPeter Stephenson2012-11-081-39/+41
| | | | | tokenising strings that aren't going to be treated as command line arguments
* 30735: array substitutions aren't simple:Peter Stephenson2012-10-251-0/+5
| | | | prevent crash on process substitution therein
* 30726: make shell options passed to emulate stick along with the emulationPeter Stephenson2012-10-119-40/+227
|
* 30724: shell code optimisd to use execsimple() doesn't have a valid thisjobPeter Stephenson2012-10-112-4/+31
|
* users/17318: only increment the undo variable return value for thePeter Stephenson2012-10-091-0/+11
| | | | first request in a row
* users/17314: ensure an undo change numberPeter Stephenson2012-10-091-10/+17
| | | | | uniquely specifies a point in editing history by incrementing the value returned by the variable.
* fix trivial typo with "functions +T"Peter Stephenson2012-10-091-1/+1
|
* 30722: fix some cases where emulations or options were not propagated properlyPeter Stephenson2012-10-075-66/+114
| | | | from the emulate command
* 30718: emulate command evaluations should apply sticky emulationPeter Stephenson2012-10-071-2/+1
| | | | to autoloads, too
* 30716: make IGNORECLOSEBRACES an emulation optionPeter Stephenson2012-10-051-1/+1
|
* 30715: use enum lextok for variables containing lexical tokensPeter Stephenson2012-10-056-47/+60
|
* users/17310: we can't treat < after [ as a normal character.Peter Stephenson2012-10-031-2/+2
| | | | Document problem and test for case that needs to work.
* users/17304: angle brackets aren't associated with special parsingPeter Stephenson2012-10-021-2/+2
| | | | inside square brackets
* 30692: allow autoload +X -m to workPeter Stephenson2012-09-211-2/+2
| | | | change to _path_files to make it load in that fashion
* 30687 with typo corrected: don't REPORTTIME if zleactivePeter Stephenson2012-09-211-0/+2
|
* 30647, 30649: allow underscores in numeric constantsPeter Stephenson2012-09-112-15/+52
|
* users/17236: r and other fc output didn't metafy when listing to a filePeter Stephenson2012-09-081-2/+6
| | | | other than stdout
* 30656: prevent SIGFPE in division by -1 by multiplying insteadPeter Stephenson2012-09-061-3/+23
|
* John Stahara: 30641: bindkey -N error report is misleadingPeter Stephenson2012-08-251-1/+1
| | | | when copying keymap.
* Jun T.: 30640: MacOS doesn't define __STDC_ISO_10646__ but we needPeter Stephenson2012-08-232-3/+10
| | | | the replacement wcwidth function anyway
* 30633: "functions -T" only traces marked function, not called functionsPeter Stephenson2012-08-216-8/+27
|
* 30629 plus unposted formatting changes:Peter Stephenson2012-08-171-30/+33
| | | | | support socket buffer size limit properly in ulimit; improve consistency of output and documentation and tweak formatting appropriately
* 30627: support RLIMIT_NTHR as on NetBSDPeter Stephenson2012-08-172-0/+12
|
* Hiramatsu Yoshifumi: 30621 patch-ab (from NetBSD pkgsrc):compilation onPeter Stephenson2012-08-161-0/+2
| | | | __INTERIX
* 30169: repeat "typeset -T" with same two first arguments is not an errorPeter Stephenson2012-08-161-1/+14
|
* 30617: rationalise replacement tgoto() prototypePeter Stephenson2012-08-162-5/+8
|
* Aaron Scrab: 30604: make repeating vi skip character useful by ignoringPeter Stephenson2012-08-131-7/+24
| | | | character just matched
* Aaron Schrab: 30603: repeating vi skip characters command caused bad positionPeter Stephenson2012-08-131-0/+2
|
* YAMAMOTO Takashi: 30599: don't use replacement wcwidth if not ISO-10646Peter Stephenson2012-08-072-3/+3
|
* Bart: 30560: unset ordinary array element by setting to nullPeter Stephenson2012-07-151-0/+28
|
* 30540: typeset flag handling with SECONDSBart Schaefer2012-06-301-2/+3
|
* 30530,30533: fix problems with COLUMNS or LINES < 1, and related issuesBart Schaefer2012-06-272-2/+2
|
* 30518: attempt to supply tgoto() prototype when missing only.Peter Stephenson2012-06-211-0/+4
| | | | For Solaris 10 and earlier.
* Dima Kogan: 30515: fix globbing problem with large files:Peter Stephenson2012-06-181-1/+3
| | | | failure owing to bad cast with large integers
* 30513: zsh/regex metafy fixes for widecharPhil Pennock2012-06-161-7/+16
|
* Danek: 30485: trailing garbage after signal number not recognised in killPeter Stephenson2012-05-221-3/+8
|
* 30469: Src/builtin.c: allow reverse listing of history usingPeter Stephenson2012-05-081-5/+5
| | | | fc -r, but don't allow reverse execution of commands at all.
* unposted: fix trailing spaces from previous commitMikael Magnusson2012-05-021-1/+1
|
* 30425 (fixed): Add localhistory/globalhistory to $ZLE_STATE as set by the ↵Mikael Magnusson2012-05-021-10/+18
| | | | set-local-history zle widget
* users/17046: don't count too many elements when splitting quoted parameterPeter Stephenson2012-05-011-1/+1
| | | | substitution on null parameter
* 30455: remove max array length testPeter Stephenson2012-04-251-0/+13
|
* unposted: add test for valid identifier to 30431Peter Stephenson2012-04-221-1/+8
|
* 30439: ${...:*...} with nonexistent or non-array after *Peter Stephenson2012-04-221-0/+13
| | | | should return no results
* 30431 with typo in _typeset fix:Peter Stephenson2012-04-222-1/+44
| | | | add ${...:|...} and ${...:*...} operators, as documented