1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 17:01:19 +02:00
Commit Graph

2936 Commits

Author SHA1 Message Date
Peter Stephenson
14f39707cb 17859: Philippe Troin: better handling of process groups interactively. 2002-11-04 13:56:50 +00:00
Wayne Davison
a46aee1188 17881 2002-10-31 18:36:29 +00:00
Wayne Davison
a2365a60db - Use floatsecondsgetfn() and floatsecondssetfn() inside the int* version
of the functions (for improved accuracy).
- Added getrawseconds() and setrawsecodns() to allow the code to save and
  restore the actual start time of the $SECONDS variable.
- Changed the code that was adding in the child's elapsed time into the
  parent $SECONDS variable to just restore the raw time.
2002-10-31 18:32:40 +00:00
Wayne Davison
fd3bac933f - Save off the raw start-time of the $SECONDS special variable if we're
creating a local value (avoids rounding problems with elapsed time).
- Also changed a line where the newspecial enum was compared to 0 instead
  of NS_NONE.
2002-10-31 18:32:06 +00:00
Wayne Davison
23fdf20e03 Compiler-warning fix. 2002-10-30 19:31:17 +00:00
Wayne Davison
f303c735fd Got rid of a gcc-3.2 compiler warning. 2002-10-30 19:29:42 +00:00
Peter Stephenson
c2b5a21ae5 17873: When restoring SECONDS after a function call, included elapsed time. 2002-10-29 12:58:00 +00:00
Peter Stephenson
ff23ebe925 17872: Fix `typeset SECONDS' when creating local parameter 2002-10-29 10:56:38 +00:00
Peter Stephenson
7bfc0f1b5c 17868: Allow $SECONDS to become floating point. 2002-10-29 10:31:12 +00:00
Clint Adams
63d92c10da unposted: add apt-cache showsrc part missing from 16463. 2002-10-18 18:33:28 +00:00
Oliver Kiddle
1eb8f971a4 17832: add a default list of filename extensions as a fallback 2002-10-17 09:06:40 +00:00
Clint Adams
6c998a07ab * 17810 (Martin Waitz): Src/utils.c: bung up memory leak with
POSIX.1e capabilities.
2002-10-11 01:08:18 +00:00
Oliver Kiddle
7a0ab2444d 17794: fix bugs with tied parameters 2002-10-10 11:06:42 +00:00
Felix Rosencrantz
114d799efd Changes to _store_cache to allow cache names to contain slashes "/". 2002-10-09 20:38:24 +00:00
Oliver Kiddle
ae8f4db385 mention that typeset doesn't default parameters to scalar in ksh 2002-10-09 13:19:26 +00:00
Peter Stephenson
3ad5e3e7fe 17481 (Karl Tomlinson): get/set for terminfo and termcap parameters 2002-10-07 11:48:06 +00:00
Bart Schaefer
5445efbb91 17760, 17714: two sh emulation bugs. 2002-10-06 18:40:41 +00:00
Bart Schaefer
d4c7657014 17760: Fix case-pattern parsing bug in sh emulation. 2002-10-06 18:38:14 +00:00
Bart Schaefer
fbc08ff52c 17714: Fix to 17357, add module dependencies even if not adding autoloads. 2002-10-06 18:25:39 +00:00
Clint Adams
49e5f818ba 17765: add some missing apt-get options. 2002-10-05 00:50:07 +00:00
Oliver Kiddle
56fb02f1d3 Akinori Musha: 17719: add support for the pkg_create command 2002-09-26 10:30:00 +00:00
Bart Schaefer
a1d727e5dc 17692: Prevent typeset of a positional parameter before it can do damage,
and improve the error message about it.
2002-09-19 17:57:56 +00:00
Peter Stephenson
41b50445ea 17673: Fix bug with &&s and ||s in complex constructs 2002-09-17 10:42:17 +00:00
Oliver Kiddle
49bfbc1248 17678: ignore initial `--' argument to printf to satisfy POSIX 2002-09-16 18:24:47 +00:00
Oliver Kiddle
770d437504 17682: add support for -H and -p in typeset completion 2002-09-16 18:10:49 +00:00
Oliver Kiddle
88adedc1d5 17542: Thomas Stromberg: most systems don't have /etc/mtab 2002-09-16 17:29:17 +00:00
Oliver Kiddle
bb9a84d4c4 add descriptions for keyword substitutions 2002-09-06 15:39:26 +00:00
Clint Adams
0b0f8cbc3c 17629: patch from Juergen Erhard to handle ssh-keygen -f -p, &c. 2002-09-06 06:19:57 +00:00
Clint Adams
9ad6a0eff9 17620: add new/missing lynx options. 2002-09-04 19:10:23 +00:00
Bart Schaefer
62878a462d Massive improvement of --max-procs handling; reorganize option parsing to
do only what's necessary for each early-bailout test; bump version number.
2002-09-04 06:28:37 +00:00
Oliver Kiddle
58ff8e64c6 fix minor bug - -g to _files was missing despite presence of the glob 2002-09-03 20:02:50 +00:00
Peter Stephenson
56565320c1 17608: comment on use and abuse of BINF_SKIPINVALID 2002-09-03 19:33:00 +00:00
Oliver Kiddle
30aa9063e8 pass -F option through to ssh when getting remote files for scp completion 2002-09-03 19:05:27 +00:00
Oliver Kiddle
f4065b138b 17591: new _losetup and move _modutils and _valgrind to Linux directory 2002-09-03 12:32:58 +00:00
Oliver Kiddle
bb9a3f1e01 17607: pass on options for port no to ssh when getting remote files for scp 2002-09-03 12:28:41 +00:00
Oliver Kiddle
227194d7e0 moved to Completion/Linux/Command 2002-09-03 12:26:53 +00:00
Oliver Kiddle
f2159b9ce0 17591: new completion for losetup 2002-09-03 12:26:21 +00:00
Oliver Kiddle
efa93741d7 moved from Completion/Unix/Command/_modutils 2002-09-03 12:25:51 +00:00
Oliver Kiddle
e875dd2db9 moved from Completion/Unix/Command/_valgrind 2002-09-03 12:25:30 +00:00
Peter Stephenson
25e363df2b 17602, 17603: Rationalise option handling, in particular for cd, pushd, popd. 2002-09-03 09:33:35 +00:00
Bart Schaefer
a487300092 Implement --max-procs. 2002-09-02 20:37:36 +00:00
Bart Schaefer
9ec85beaf1 Mention zargs. 2002-09-02 18:31:02 +00:00
Bart Schaefer
e43fd50592 Add zargs. 2002-09-02 18:27:07 +00:00
Bart Schaefer
61dcbe0da3 Based on users/5283: Implement xargs-like segmenting of argument list, with
a command called on each segment.
2002-09-02 18:26:00 +00:00
Peter Stephenson
39b181b2a8 17590: Missing enditem() in mod_socket.yo 2002-08-28 16:12:56 +00:00
Peter Stephenson
b32d6325a5 17582: Change Test for different error message post-opt-arg 2002-08-27 21:11:44 +00:00
Peter Stephenson
9634760d5e 17582: Improved option argument handling.
unposted: Updated version to 4.1.0-dev-6 because of interface change.
2002-08-27 21:10:30 +00:00
Oliver Kiddle
043c302261 17577: pass classpath as an option to _java_class pre-opt-arg 2002-08-24 19:19:14 +00:00
Oliver Kiddle
bc5567c859 17573: complete new -s option to read 2002-08-23 10:23:05 +00:00
Peter Stephenson
7123f4413b 17544: implement read -s to suppress tty echo 2002-08-22 12:57:43 +00:00