1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-27 02:16:22 +02:00
Commit Graph

7996 Commits

Author SHA1 Message Date
Peter Stephenson dc9d994498 unposted: .gitignore generated FAQ*.html files 2014-08-23 20:52:37 +01:00
Barton E. Schaefer 7d2912de04 Merge branch 'master' of git://git.code.sf.net/p/zsh/code
Conflicts:
	ChangeLog
2014-08-22 09:14:50 -07:00
Barton E. Schaefer cb468501c9 33042: $? and $pipestatus report 128+signal number for stopped jobs 2014-08-22 09:12:23 -07:00
Mikael Magnusson 33ad7174f6 33038: Fix {^@..a} hanging 2014-08-21 01:23:32 +02:00
Barton E. Schaefer e5b504b975 Update .distfiles for _docker 2014-08-20 08:39:24 -07:00
Lokesh Mandvekar 56439df95d 33032: new completion for docker 2014-08-20 08:37:01 -07:00
Barton E. Schaefer 4ba08eef7e Increase size of xbuf2 in xsymlinks to make gcc FORTIFY_SOURCE=2 happy. 2014-08-17 10:32:02 -07:00
Barton E. Schaefer a3651e1205 timeout the final "read" in hung shell regression 2014-08-15 10:24:09 -07:00
Barton E. Schaefer 47d91c5fba 33012: add an error return value (-1) to xsymlinks() 2014-08-15 10:19:54 -07:00
Oliver Kiddle 2be0d8bdef 32998: completion function updates 2014-08-14 19:02:48 +02:00
Oliver Kiddle 469ee6daef 32997: new utility function for separated lists 2014-08-14 19:00:04 +02:00
Peter Stephenson 5bcf00979f 33002: tcp_expect -P pm tags matches with a string 2014-08-14 09:56:43 +01:00
Oliver Kiddle e0966c819c 32925: complete process groups, partly as a way to suppress insertion of ambiguous PID prefix 2014-08-13 17:00:03 +02:00
Oliver Kiddle 2af8b0e2a7 32893: move use of _call_program inside the _tags loop to allow processes to be separated 2014-08-13 16:59:57 +02:00
Peter Stephenson 25132aab70 unposted: 5.0.5-dev-2 2014-08-12 20:32:52 +01:00
Mikael Magnusson f402ea3738 unposted: Indent entries in NEWS for changes since 5.0.0 for consistency 2014-08-12 20:21:56 +02:00
Mikael Magnusson 22be586843 32985: Add NEWS entry for array zipping operators. 2014-08-12 20:20:02 +02:00
Axel Beckert 3542ca828a 32975, 32984: texi2html.conf location inconsistent in makefile 2014-08-12 09:42:08 +01:00
Peter Stephenson 781affc869 Missed ChangeLog commit for OpenSUSE rename. 2014-08-11 09:55:06 +01:00
Barton E. Schaefer a5024e76fd A couple of minor typo fixes. 2014-08-10 12:22:53 -07:00
Peter Stephenson f8ae47f29b unposted: updates for 5.0.5-dev-1 and subsequent 5.0.6 release 2014-08-10 17:49:55 +01:00
Axel Beckert 1973bbd125 unposted: Fix typo in Doc/Zsh/expn.yo 2014-08-10 13:27:41 +02:00
Barton E. Schaefer 349fe907cb mention 32971 in NEWS, clarify RPROMPT behavior in docs 2014-08-08 18:48:30 -07:00
Barton E. Schaefer 6fc3b67b80 32971: negative argument with %(l..) and with %<< or %>> calculates space available before right margin 2014-08-07 09:26:09 -07:00
Peter Stephenson c810a072e2 Rename _SuSEconfig to _SUSEconfig 2014-08-06 15:03:44 +01:00
Miles Ohlrich 22ee3a4fd9 32958: bitwise logic fix 2014-08-04 14:35:10 -07:00
Peter Stephenson ef3fd473c0 32954: Missed the doc change. 2014-08-04 19:53:54 +01:00
Peter Stephenson 6116f1dafa 32954 plus new test: [[ ... = ...(#q...) ]] shouldn't force a glob.
The (#q...) expression should simply be removed to leave a normal pattern
as before
2014-08-04 19:52:50 +01:00
Peter Stephenson b516dc37ac unposted: remove unused variables 2014-08-04 18:54:02 +01:00
Mikael Magnusson 3d97186bfa unposted: Fix formatting error in ChangeLog 2014-08-04 19:01:06 +02:00
Mikael Magnusson b8751cb9d7 32949 (wip 32928, 32937): Add :^ syntax for zipping two arrays 2014-08-04 19:00:01 +02:00
Peter Stephenson 1f396dbe25 32944: read -qs is handled correctly by current code 2014-08-03 20:33:11 +01:00
Peter Stephenson ebc27890da user/19006: document position of RC_EXPAND_PARAM in parameter subst 2014-08-03 20:31:21 +01:00
Peter Stephenson b79ef8caaf 32932: add hmkarray() and use to fix leak 2014-08-01 16:15:13 +01:00
Barton E. Schaefer 417cb94fe1 32931: with NO_NOMATCH, a subscript glob qualifier on a not-matching pattern returns the original pattern 2014-07-31 23:46:21 -07:00
Peter Stephenson 51c0ccd303 missed updates to calls to ztrftime() 2014-07-30 14:20:07 +01:00
Peter Stephenson 15db636380 %P at start of TCP function system prompt causes %-style prompt subst 2014-07-30 12:26:03 +01:00
Peter Stephenson d3d0910293 32918: add %. to ztrftime for use in prompts 2014-07-30 12:10:15 +01:00
Barton E. Schaefer 0442410c68 32593: update --vga option in _qemu 2014-07-28 19:56:38 -07:00
Barton E. Schaefer 0f20ffdd15 Merge branch 'master' of git://git.code.sf.net/p/zsh/code
Conflicts:
	ChangeLog
2014-07-26 14:58:49 -07:00
Axel Beckert 05ce4f2a0b unposted: Fix copy and paste error in the current changelog entry's date 2014-07-26 22:18:17 +02:00
Axel Beckert efde0a1296 32911: Expand bpython completion to bpython2 and bpython3 2014-07-26 22:11:24 +02:00
Sebastian Ramacher a7d7c77b7b 32816: Add completion for bpython and variants 2014-07-26 21:58:11 +02:00
Omari Norman 33351b14f6 32817: Add completion for moosic 2014-07-26 20:54:03 +02:00
Barton E. Schaefer e439bd105b 32910: quiet update of timestamp files 2014-07-26 09:58:00 -07:00
Barton E. Schaefer 2f0efe9f59 32853: redefine VARARR() to use heap rather than stack allocation
enable old behavior via "configure --with-stack-allocation"
2014-07-24 08:45:16 -07:00
Barton E. Schaefer 77119afe19 unposted (see 32892): 'fc -I' is an error 2014-07-24 08:33:13 -07:00
Barton E. Schaefer f6429189a8 32903: new empty (unset) elements in the special parameter hash tables are special themselves 2014-07-24 08:16:29 -07:00
Peter Stephenson 6076c474f2 unposted: replace-argument can take negative prefix to count from end 2014-07-24 10:49:50 +01:00
Keerthan jai.c 341d443414 users/18981: improved tmux function completion 2014-07-23 21:13:49 +01:00