Barton E. Schaefer
e7fa65ffae
Martin Vaeth: 31988 (plus missing semicolon): remove LC_CTYPE heuristics, assure clean environment, force LANG=C
2013-11-15 21:48:45 -08:00
Jun T
42fabadc35
31984: new df completion
2013-11-14 15:10:57 +00:00
Peter Stephenson
11d8781a3f
31983: suppress warning from cmp when genering patchlevel.h.
...
The warning doesn't indicate a problem, so isn't useful.
2013-11-14 11:59:35 +00:00
Peter Stephenson
4c611f9323
31982: detection of floating point constants was problematic.
...
Remove the cause and fix the original problem with floating point
numbers with leading zeros (users/17445) a different way.
2013-11-14 11:49:22 +00:00
Peter Stephenson
7a94960957
31977: It's OK to autoload a feature that's loaded.
...
Simply check that the feature is from the same module that's requested.
2013-11-13 22:14:27 +00:00
Jun T
128034e211
31971: locale fix for helpfiles
2013-11-13 19:46:33 +00:00
Peter Stephenson
299738c056
31959 tweak: put this back again
2013-11-13 19:44:25 +00:00
Peter Stephenson
0e7bdd1e16
Merge remote commit
2013-11-13 19:43:40 +00:00
Martin Vaeth
d3630bcd0c
31959: missed files
2013-11-13 19:42:54 +00:00
Bart Schaefer
48539541f6
31966: skip introductory paragraphs when processing "man zshbuiltins".
2013-11-12 22:38:16 -08:00
Peter Stephenson
590dd6c954
Fix merge conflict amending ChangeLog.
2013-11-12 21:07:47 +00:00
Martin Vaeth
0f9032753a
31959 (plus tweak to .gitignore): make help files during installation
2013-11-12 21:06:46 +00:00
Martin Vaeth
0640886d99
31959 (plus tweak to .gitignore): make help files during installation
2013-11-12 20:57:45 +00:00
Peter Stephenson
2fc2bb7c17
31961: rationalise fd watching to use structure
2013-11-12 20:41:06 +00:00
Peter Stephenson
3c733361c4
unposted: update some incorrect version numbers in ChangeLog
2013-11-08 16:56:36 +00:00
Peter Stephenson
963a572032
unposted: refer to zle -Fw in NEWS
2013-11-08 11:37:52 +00:00
Peter Stephenson
12251d65ff
31940: zcalc -e uses arguments as input
2013-11-08 11:34:37 +00:00
Peter Stephenson
f77a7a5b18
31937: zle -Fw uses widget semantics for file descriptor handler
2013-11-07 15:19:07 +00:00
Peter Stephenson
375115c7df
unposted: updates for 4.0.2-test-1.
...
Update references to 4.0.2 to 4.0.3.
Additional mod_export declarations.
Additions to .distfiles.
2013-11-06 19:25:07 +00:00
Stefan Neudorf
73746daf7f
31936: Rationalise limits for threads
2013-11-03 19:51:34 +00:00
Stefan Neudorf
93dec3a96a
31935: further updates to limits for BSD
2013-11-03 19:47:00 +00:00
Stefan Neudorf
790a4fee2b
31930 / 31934: New limits from BSD.
...
Avoid clash of uses for ulimit -k.
2013-10-31 20:25:13 +00:00
Barton E. Schaefer
ed01d6e1e8
31929: Src/jobs.c: fix DPUTS3() test condition from 31906.
2013-10-29 09:28:20 -07:00
Bart Schaefer
f2b2b4fece
Mention HISTORY_IGNORE
2013-10-28 12:12:17 -07:00
Peter Stephenson
cbe9371023
31922: zlecharasstring missed flip of bit 5 after Meta
2013-10-28 17:51:38 +00:00
Barton E. Schaefer
c98cbe25d2
31919: fix deadlock when a shell builtin with a multio redirection is used on the left side of a pipeline
...
Make sure stdin/out/err file descriptors are closed for the multio copy
process, which means not re-using those descriptors after they are closed
and marked FDT_UNUSED in fdtable[]. For completeness, initialize their
fdtable[] state to FDT_EXTERNAL.
2013-10-27 15:42:00 -07:00
Barton E. Schaefer
4748eff7d2
Some syntax adjustments in _expand_word_and_keep. Add a working URL.
2013-10-27 14:12:54 -07:00
Barton E. Schaefer
c39d2f8e49
31912: in closemn(), distinguish closing for >&- from closing for a real redirect
...
Fixes knock-on multios bug introduced by workers/20666 way back in 2005.
2013-10-27 11:27:41 -07:00
Jun T
973f8491ed
31909: new cat completion
2013-10-27 16:38:24 +00:00
Barton E. Schaefer
eec5140dde
Merge overlapping ChangeLog entries
2013-10-26 16:19:12 -07:00
Barton E. Schaefer
c3114a7735
31906: fix race-condition interaction of $pipestatus with job control
...
printjob() should not reference oldjobtab for job numbers unless it is being called from bin_fg(). printjob() also must not attempt to update pipestats when called from bin_fg(). acquire_pgrp() should not loop infintely if the shell is not interactive. Update the $pipestatus stress test so that it also exercises the oldjobtab repair.
2013-10-26 16:11:40 -07:00
Jun T
ef4d20ad6f
31902: rationalise use of gamma function.
...
Make zsh/mathfunc consistent across systems and use tgamma() where
available
2013-10-27 00:00:56 +01:00
Peter Stephenson
7a79f660db
31890 + 31891: Add NEWS for new features since 5.0.2
2013-10-25 22:27:07 +01:00
Barton E. Schaefer
5b30149638
31885: fix PIPEFAIL when the last command executes in the current shell
2013-10-24 17:31:13 -07:00
Peter Stephenson
0c97990b20
31889: tests for disable -p
2013-10-24 19:37:50 +01:00
Peter Stephenson
1c172cb080
31877: fix behaviour of disable -p with parentheses
2013-10-24 18:45:50 +01:00
Peter Stephenson
f91bf85cc3
31888: Add another test for pipestatus.
...
This one was reliably failing before the fix, see zsh-workers-31870
2013-10-24 17:51:19 +01:00
Peter Stephenson
7a5b85292a
31882: Insulate completion widget against environment.
...
Prevents change in pipestatus leaking back out.
2013-10-24 17:49:37 +01:00
Peter Stephenson
59b060bd5b
31884: Make new pipestatus test implementation proof.
...
It seems uniq's vary in the number of spaces they output.
2013-10-24 17:31:02 +01:00
Barton E. Schaefer
65e131c838
31879 plus misc.: improve $pipestatus handling and add a test for it
2013-10-23 22:45:02 -07:00
Peter Stephenson
225ee4c810
31873: Document conventions for command options in builtins
2013-10-23 18:11:40 +01:00
Barton E. Schaefer
de1eb561a2
Merge branch 'master' of git://git.code.sf.net/p/zsh/code
...
Conflicts:
ChangeLog
2013-10-21 09:25:19 -07:00
Øystein Walle
95a5ca90d9
31865: _git: Make --batch(-check) accept an argument
...
Also reword the explanation slightly to make it more compact since more
explanation is needed.
2013-10-21 17:40:13 +02:00
Øystein Walle
3d77fa789d
31864: _git: Add two sub-comamnds introduced in v1.8.4
...
Add _git-check-ignore() and _git-check-mailmap()
2013-10-21 17:40:12 +02:00
Øystein Walle
32ffba1214
31866: _git: Reword --heads to match new meaning
2013-10-21 17:40:09 +02:00
Øystein Walle
baee0a2295
31862: _git: Add status.short and status.branch
2013-10-21 17:40:07 +02:00
Øystein Walle
805b665901
31863: _git: Add new arguments introduced in Git v1.8.4
2013-10-21 17:40:03 +02:00
Øystein Walle
e91d90125b
31861: _git: Add git-clean -i/--interactive support
...
- Add -i and --interactive to _git-clean()
- Add column.clean configuration variable
2013-10-21 17:40:01 +02:00
m0viefreak
7a37568b8c
31855: _git: revert: add '-e,--edit'
2013-10-21 17:39:59 +02:00
m0viefreak
2c1affc6c1
31856: _git: fix a few "undocumented" options
...
commit: '--null' is documented
relink: '-h,--help' are never documented for subcommands but always exist
verify-tag: '-v,--verbose' are documented with updated description
diff: '--cumulative' is deprecated -> remove
2013-10-21 17:39:57 +02:00