about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* 20556: change SOCKLEN_T to ZSOCKLEN_T to avoid clashPeter Stephenson2004-11-165-6/+12
|
* improved Mac completion, from Motoi WashidaPeter Stephenson2004-11-127-56/+896
|
* Use ";&" to have the new "(\$*)" case fall through to the continue.Wayne Davison2004-11-111-1/+1
|
* 20551Wayne Davison2004-11-101-0/+5
|
* Handle $$ when expanding variables.Wayne Davison2004-11-101-1/+5
|
* _bittorrent, from Jussi PakkanenPeter Stephenson2004-11-092-0/+102
|
* fix "compadd -k assoc1 assoc2"Bart Schaefer2004-11-052-3/+8
|
* * 20539: Completion/Unix/Command/_make: avoid problems minus signsClint Adams2004-11-022-1/+6
| | | | in expandVars().
* 20528: exec 8>>(grep a) waited incorrectly for grep to finishPeter Stephenson2004-10-292-7/+26
|
* 20522: must-match optimisation in parameter substitution brokenPeter Stephenson2004-10-263-2/+24
|
* 20510Wayne Davison2004-10-221-0/+5
|
* Fixed an arg in a call to times() (from Borzenkov Andrey).Wayne Davison2004-10-221-1/+1
|
* _comp_options needs NO_kshtypesetBart Schaefer2004-10-222-0/+6
|
* 20513: fix tests of zero-length patternsPeter Stephenson2004-10-224-3/+27
| | | | trivial optimisation in jobs.c (unposted)
* 20505Wayne Davison2004-10-211-0/+6
|
* Use the new gettempfile() function.Wayne Davison2004-10-214-16/+9
|
* Added gettempfile(), which works like a custom mkstemp() (in additionWayne Davison2004-10-211-0/+41
| | | | to the existing gettempname(), which works like a custom mktemp()).
* 20503Wayne Davison2004-10-191-0/+5
|
* Fixed the default completion-cache path. (Change from Alexey Tourbin.)Wayne Davison2004-10-191-2/+2
|
* 20499Wayne Davison2004-10-181-0/+7
|
* Added bicat() that works like dyncat(), but uses permanent memoryWayne Davison2004-10-181-0/+17
| | | | instead of the heap.
* Call gettempname() with its new args.Wayne Davison2004-10-182-4/+4
|
* - Fixed an unsafe use of gettempname().Wayne Davison2004-10-181-3/+5
| | | | - Call gettempname() with its new args.
* Made gettempname() take a prefix arg and a use_heap arg. When prefix isWayne Davison2004-10-181-9/+15
| | | | non-NULL, it uses the specified prefix instead of $TMPPREFIX.
* - Improved lockhistfile() to use the new gettempname() for a uniqueWayne Davison2004-10-181-14/+15
| | | | | | 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.
* 20500: Unmetafy patterns where possible and other minor pattern fixesPeter Stephenson2004-10-187-248/+537
|
* 20496Wayne Davison2004-10-181-0/+9
|
* Made zclose() avoid calling close() when fd < 0.Wayne Davison2004-10-181-1/+2
|
* In zleread(), initialize the first byte of the "line" buffer to '\0'Wayne Davison2004-10-171-0/+1
| | | | | so that functions such as magicspace() won't be accessing uninitialized memory when they look at "line".
* 20490: string lengths in pattern.c: ChangeLog entryPeter Stephenson2004-10-161-0/+5
|
* 20490: Don't assume null termination for test string in pattern matching.Peter Stephenson2004-10-153-104/+237
|
* 20482: but with completion inside interactive completionPeter Stephenson2004-10-142-1/+55
|
* Simple changes to _make and _rsync.Wayne Davison2004-10-131-0/+8
|
* Added the 7 remaining options that were missing from the _argumentsWayne Davison2004-10-131-0/+6
| | | | list.
* Got rid of "cmdargs" local since it is no longer used.Wayne Davison2004-10-121-1/+1
|
* 20467: Reintroduce rusage-based escapes for TIMEFMT.Peter Stephenson2004-10-087-57/+189
|
* 20462: Use getrusage for timing again.Peter Stephenson2004-10-077-38/+148
| | | | Time processes from before rather than after fork.
* _rsyncWayne Davison2004-10-071-0/+5
|
* Added the new options for 2.6.3 (only omitting --checksum-seed, whichWayne Davison2004-10-071-2/+5
| | | | is an advanced option that is not needed by normal users).
* unposted: update README for "test" changePeter Stephenson2004-10-052-1/+15
|
* 20412, tweaked: Make test builtin more POSIX compatiblePeter Stephenson2004-10-057-90/+198
| | | | 20435: Make pattern.c not alter strings.
* 20418: report parse error rather than crash on unfinished pipelines.Bart Schaefer2004-10-022-2/+11
|
* 20438 and a couple unposted changes.Wayne Davison2004-10-011-0/+20
|
* - Call saveandpophiststack() with its new writeflags arg.Wayne Davison2004-10-011-1/+2
|
* - Added an arg to saveandpophiststack() to allow the caller toWayne Davison2004-10-011-3/+4
| | | | | specify what flags to send to savehistfile(). - Implemented the HFILE_NO_REWRITE support in savehistfile().
* - Call saveandpophiststack() with its new writeflags arg.Wayne Davison2004-10-011-3/+6
| | | | | - Use the new HFILE_NO_REWRITE flag when saving the history file after a signal was received.
* Changed HFILE_GOT_SIGNAL to HFILE_NO_REWRITE.Wayne Davison2004-10-011-1/+1
|
* Silence unused-parameter warnings from the compiler.Wayne Davison2004-10-011-2/+2
|
* Added HFILE_GOT_SIGNAL.Wayne Davison2004-10-011-0/+1
|
* Use convbase() instead of a "%d" format to convert a zlong.Wayne Davison2004-10-011-3/+5
|