about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge of 23645: use == instead of =.Paul Ackersviller2007-11-191-3/+3
|
* Merge of 23629: change references to "beta" to "dev" or "development".Paul Ackersviller2007-11-191-4/+4
|
* 23186: Merge new completion onto the 4.2 branch.Paul Ackersviller2007-11-192-0/+563
|
* 23611: Merge new completion onto the 4.2 branch.Paul Ackersviller2007-11-192-0/+71
|
* 23586: Merge new completion onto the 4.2 branch.Paul Ackersviller2007-11-191-0/+10
|
* 23587: Merge new completion onto the 4.2 branch.Paul Ackersviller2007-11-191-0/+32
|
* 23580: Merge new completion onto the 4.2 branch.Paul Ackersviller2007-11-191-0/+43
|
* Merge of 23568: complete iwconfig modu.Paul Ackersviller2007-11-191-0/+2
|
* Merge of users/11575: document use of additional completers and insert style ↵Paul Ackersviller2007-11-191-2/+9
| | | | with _all_matches.
* Merge of 23553: retrieving array as number.Paul Ackersviller2007-11-194-73/+193
|
* Merge new completion onto the 4.2 branch.Paul Ackersviller2007-11-191-0/+23
|
* Merge up to trunk revision 1.50; too many changes to list.Paul Ackersviller2007-11-191-476/+3265
|
* Merge of unposted: remove RCS Id comments.Paul Ackersviller2007-11-192-32/+0
|
* Merge of 23529: quote completion dump to prevent global alias expansion.Paul Ackersviller2007-11-191-0/+137
|
* Merge new completion onto the 4.2 branch.Paul Ackersviller2007-11-191-0/+80
|
* Merge of 23518: add find-file-in-path and file-path styles to MIME system.Paul Ackersviller2007-11-181-0/+37
|
* Merge of 23460/23461: fix longstanding problem with multios attached to a ↵Paul Ackersviller2007-11-183-6/+1066
| | | | subshell process.
* Merge of 23450: undefined widget caused crash in in $widgets special parameter.Paul Ackersviller2007-11-181-40/+34
|
* Merge of 23442/23443: update for vim 7.1, and mark --nofork and -f as redundant.Paul Ackersviller2007-11-181-1/+5
|
* file _cp was added on branch zsh-4_2-patches on 2007-12-03 02:31:50 +0000Paul Ackersviller2007-11-180-0/+0
|
* Merge of 23439: complete sessions for -dr, -dR, -Dr, -DR, -dx, and -Dx.Paul Ackersviller2007-11-181-0/+11
|
* Merge of users/11484: allow renaming $f to $g to work if the files are ↵Paul Ackersviller2007-11-181-34/+160
| | | | really the same.
* Merge of 23438: improve finding of network printers.Paul Ackersviller2007-11-181-1/+39
|
* Merge of 23434: use also for config.status.Paul Ackersviller2007-11-181-0/+9
|
* Merge of 23408: Peter A. Castro: zftp account handling was broken.Paul Ackersviller2007-11-181-1/+1
|
* Merge of 23364: fix race in POSIX signal blocking - use local variables as ↵Paul Ackersviller2007-11-182-54/+36
| | | | other forms already do.
* Merge of 23363: fake-files style now takes pattern.Paul Ackersviller2007-11-183-3/+33
|
* Merge of 23339: make malloc(0) allocate a single byte instead of returning ↵Paul Ackersviller2007-11-151-89/+209
| | | | invalid (and unfreeable) memory.
* Merge of 23326: with no __STDC_ISO_10646__ or HAVE_ICONV but with ↵Paul Ackersviller2007-11-151-1/+3
| | | | HAVE_NL_LANGINFO and CODESET the code wouldn't compile.
* Merge of 23308: stop tindent becoming negative, which causes infinite use of ↵Paul Ackersviller2007-11-141-17/+25
| | | | | | memory; add debug test to see where it would become negative.
* Merge of 23312: ensure parse.c is updated when version.h changes in order toPaul Ackersviller2007-11-142-2/+4
| | | | pick up changes to ZWC files; memset() header of wordcode file to normalise unused words.
* New function added by pws.Paul Ackersviller2007-11-141-0/+63
|
* Update licence year to 2007.Paul Ackersviller2007-11-141-0/+25
|
* Merge of workers/{21712,23275,23303}, i.e. up to trunk revision 1.6.Paul Ackersviller2007-11-131-41/+41
|
* Merge of 23264: don't add the -pcre-match operator unless the pcre functions ↵Paul Ackersviller2007-11-131-0/+249
| | | | are available.
* Merge new completion onto 4.2 branch.Paul Ackersviller2007-11-131-0/+51
|
* Merge of 23226 : "nice -n<->" wasn't handled.Paul Ackersviller2007-11-131-0/+14
|
* Merge of 23221: Martin Koeppe: don't used XTABS if not available.Paul Ackersviller2007-11-131-0/+2
|
* Merge of 23219: Fix lower casing of option names in some locales.Paul Ackersviller2007-11-121-1/+8
|
* I'm nearing the end of the 4.2 branch updates, so sync up log with contents ↵Paul Ackersviller2007-11-121-19/+821
| | | | of repository.
* Merge new completion onto 4.2 branch.Paul Ackersviller2007-11-121-0/+179
|
* Merge new completions onto 4.2 branch.Paul Ackersviller2007-11-123-0/+110
|
* 23206: Merge new completion onto 4.2 branch.Paul Ackersviller2007-11-121-0/+27
|
* Merge of 23653: add completion for apt-get autoremove.Paul Ackersviller2007-11-111-1/+2
|
* Merge of 23190: tweak _net_interfaces for Linux.Paul Ackersviller2007-11-111-2/+13
|
* Merge of unposted (based on users/10881,10884): add auto-previous zstyle, updatePaul Ackersviller2007-11-112-2/+126
| | | | | smart-insert-last-word to use auto-suffix-retain, "always" block, etc. plus users/11424: don't embed a comment inside a math expression.
* 23184: Merge new completion onto 4.2 branch.Paul Ackersviller2007-11-111-0/+55
|
* Merge of 23168: error when failing to bind to a port didn't use native byte ↵Paul Ackersviller2007-11-111-0/+712
| | | | order.
* Merge of 23164: when PUSHD_SILENT is set, don't print anything from popd/pushd.Paul Ackersviller2007-11-111-3/+4
|
* 23151: Merge new completion onto 4.2 branch.Paul Ackersviller2007-11-111-0/+41
|