1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 21:44:11 +01:00
Commit Graph

3625 Commits

Author SHA1 Message Date
Wayne Davison
1637c4eba6 Made gettempname() take a prefix arg and a use_heap arg. When prefix is
non-NULL, it uses the specified prefix instead of $TMPPREFIX.
2004-10-18 19:07:46 +00:00
Wayne Davison
945a40f7e6 - Improved lockhistfile() to use the new gettempname() for a unique
filename instead of a .PID suffix.
- Use bicat() to build the $HISTFILE.LOCK filename.
- Put the $HOST value into $HISTFILE.LOCK in addition to the PID.
2004-10-18 19:07:30 +00:00
Peter Stephenson
b115ca307a 20500: Unmetafy patterns where possible and other minor pattern fixes 2004-10-18 11:56:14 +00:00
Wayne Davison
bc704ef05c 20496 2004-10-18 05:07:04 +00:00
Wayne Davison
0d6e174e23 Made zclose() avoid calling close() when fd < 0. 2004-10-18 03:32:16 +00:00
Wayne Davison
66baaced5d In zleread(), initialize the first byte of the "line" buffer to '\0'
so that functions such as magicspace() won't be accessing uninitialized
memory when they look at "line".
2004-10-17 20:12:46 +00:00
Peter Stephenson
d73354ba3c 20490: string lengths in pattern.c: ChangeLog entry 2004-10-16 10:03:23 +00:00
Peter Stephenson
a82a2564dd 20490: Don't assume null termination for test string in pattern matching. 2004-10-15 10:21:02 +00:00
Peter Stephenson
cf89569c45 20482: but with completion inside interactive completion 2004-10-14 07:19:04 +00:00
Wayne Davison
4b9621a523 Simple changes to _make and _rsync. 2004-10-13 05:53:33 +00:00
Wayne Davison
53dc7a77fc Added the 7 remaining options that were missing from the _arguments
list.
2004-10-13 05:50:08 +00:00
Wayne Davison
bb5c466af8 Got rid of "cmdargs" local since it is no longer used. 2004-10-12 20:05:13 +00:00
Peter Stephenson
8a67a66a61 20467: Reintroduce rusage-based escapes for TIMEFMT. 2004-10-08 14:36:51 +00:00
Peter Stephenson
cc72740775 20462: Use getrusage for timing again.
Time processes from before rather than after fork.
2004-10-07 09:45:43 +00:00
Wayne Davison
0f7a3eaca5 _rsync 2004-10-07 08:36:03 +00:00
Wayne Davison
bf1b892e39 Added the new options for 2.6.3 (only omitting --checksum-seed, which
is an advanced option that is not needed by normal users).
2004-10-07 07:43:44 +00:00
Peter Stephenson
869dc5a771 unposted: update README for "test" change 2004-10-05 13:14:14 +00:00
Peter Stephenson
46141be5f9 20412, tweaked: Make test builtin more POSIX compatible
20435: Make pattern.c not alter strings.
2004-10-05 10:39:41 +00:00
Bart Schaefer
684da738b0 20418: report parse error rather than crash on unfinished pipelines. 2004-10-02 21:44:13 +00:00
Wayne Davison
f986922ac2 20438 and a couple unposted changes. 2004-10-01 19:51:45 +00:00
Wayne Davison
74fb5712a2 - Call saveandpophiststack() with its new writeflags arg. 2004-10-01 19:48:57 +00:00
Wayne Davison
89eb92d8c2 - Added an arg to saveandpophiststack() to allow the caller to
specify what flags to send to savehistfile().
- Implemented the HFILE_NO_REWRITE support in savehistfile().
2004-10-01 19:48:53 +00:00
Wayne Davison
2e4db343c6 - Call saveandpophiststack() with its new writeflags arg.
- Use the new HFILE_NO_REWRITE flag when saving the history
  file after a signal was received.
2004-10-01 19:48:44 +00:00
Wayne Davison
0c77a8e876 Changed HFILE_GOT_SIGNAL to HFILE_NO_REWRITE. 2004-10-01 19:10:59 +00:00
Wayne Davison
b8b11e7627 Silence unused-parameter warnings from the compiler. 2004-10-01 19:06:49 +00:00
Wayne Davison
aa5c13f71c Added HFILE_GOT_SIGNAL. 2004-10-01 18:55:16 +00:00
Wayne Davison
cbaaa338fa Use convbase() instead of a "%d" format to convert a zlong. 2004-10-01 18:51:44 +00:00
Wayne Davison
aee4661e96 We can't use "%d" on a histent number (which is a zlong these days).
Changed the sprintf() to convbase().
2004-10-01 18:48:27 +00:00
Wayne Davison
3892864c15 20277 (modified) 2004-10-01 17:29:10 +00:00
Wayne Davison
4b3edafbbd This version now uses a zsh function to parse the makefile instead
of awk or perl.  That function has been enhanced to follow includes
and to expand variables (which makes a target such as foo$(EXEEXT)
expand into the right executable extention for the current system).
2004-10-01 17:16:02 +00:00
Peter Stephenson
1bf6bbe0b5 20427: Fix problem with _oldlist and custom completer.
20339: show-completer style
2004-10-01 10:29:08 +00:00
Clint Adams
0fa7015cc8 * 20358: Completion/Unix/Command/_make: avoid potential gawk locale bug by not using awk. 2004-09-30 16:05:47 +00:00
Clint Adams
988948f2a8 20414: Completion/Unix/Type/_diff_options: correct missing minus in --unified, spotted by Paul Wagland. 2004-09-28 17:48:46 +00:00
Wayne Davison
1199a03348 Some improvements suggested by Oliver. 2004-09-28 00:02:35 +00:00
Peter Stephenson
db7e23754d unposted: improve p4 add to ignore files being added already 2004-09-27 11:17:43 +00:00
Wayne Davison
31ce8d6560 20409 2004-09-25 00:40:44 +00:00
Wayne Davison
4d431e1068 Completion for the darcs revision control system. Derived from
the zsh completion example that ships with darcs.
2004-09-25 00:26:08 +00:00
Bart Schaefer
fc960bad4e 20397: Fix places where texinfo changes "--" to "-" 2004-09-22 04:37:00 +00:00
Peter Stephenson
f212e8072d Unposted: update _perforce for release 2004.2 2004-09-21 14:41:05 +00:00
Peter Stephenson
0f1267a8aa 20398: allow clean exit from within widget function 2004-09-21 14:07:41 +00:00
Bart Schaefer
c16cbae652 Fix typo. 2004-09-20 15:43:34 +00:00
Peter Stephenson
7d3d6f4a5a 20391: SHLVL wasn't updated in environment 2004-09-20 14:35:19 +00:00
Bart Schaefer
5741e2840f 20388: tweak ignoreeof behavior on user-defined widgets to match docs. 2004-09-20 14:03:36 +00:00
Bart Schaefer
2e9bbdc833 20387: revised algorithm for the fix in 20363. 2004-09-20 13:37:41 +00:00
Peter Stephenson
037485c4a4 20378: Matthias B.: fix bugs joining with metafied chars. 2004-09-17 09:25:38 +00:00
Peter Stephenson
53383c33b8 20364: use $WIDGETSTYLE in _oldlist 2004-09-16 14:46:50 +00:00
Peter Stephenson
1268f477b0 20363: Src/init.c, Src/Zle/zle_main.c 2004-09-13 13:04:39 +00:00
Peter Stephenson
b12c168505 20348: rejig WIDGETSTYLE and add WIDGETFUNC 2004-09-10 18:03:33 +00:00
Bart Schaefer
6f607e1098 Tests for EVAL_LINENO and for "command" used with POSIX_BUILTINS. 2004-09-09 15:03:31 +00:00
Peter Stephenson
6b1dc0f701 20331: Use internal zlong variables for consistency
20332: Add WIDGETSTYLE zle parameter
2004-09-09 10:12:42 +00:00