about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* unposted: 4.0.6 zsh-4.0.6Peter Stephenson2002-08-142-2/+4
* 17542 (Thomas Stromberg): most systems don't have /etc/mntPeter Stephenson2002-08-142-6/+11
* 17482 (Karl Tomlinson): Resolve problems with getting and setting termcapPeter Stephenson2002-08-123-8/+405
* 17206 (Bruno Bonfils), 17207 (Oliver): completion for auto-aptClint Adams2002-08-103-0/+65
* unposted: version 4.0.5 zsh-4.0.5Peter Stephenson2002-08-097-8/+19
* 17516, 17517: Attempted fixes for memory leaks shown by valgrind.Peter Stephenson2002-08-083-19/+91
* merge _lynx changes from 4.1 branchClint Adams2002-08-072-0/+117
* 17508: complete local files after file://localhost/ .Clint Adams2002-08-062-0/+4
* 17507: Completion/Unix/Type/_urls: complete local files after file:/// .Clint Adams2002-08-062-0/+6
* 17503: fix various typos, spelling mistakes and poor wordings in the docsOliver Kiddle2002-08-055-8/+11
* 17499: BSD pkg_* tools now support bzip2'd packagesOliver Kiddle2002-08-052-3/+8
* 17497: getopts skipped over zero-length arguments.Peter Stephenson2002-08-012-0/+6
* 17481 from Karl Tomlinson: turn off variable arrays for SGI compiler.Peter Stephenson2002-07-252-0/+11
* 17479: fix typo noticed by Martin Pool.Clint Adams2002-07-242-8/+10
* 17478: new tags for sarge.Clint Adams2002-07-242-2/+8
* 17476: Matt Zimmerman's completion for GNU GLOBAL.Clint Adams2002-07-224-0/+60
* 17459: exclude files which have RCS kflags for cvs add.Clint Adams2002-07-222-1/+6
* 17391: complete files after dpkg -S.Clint Adams2002-07-012-10/+19
* 17357: Predefine autoloads in zsh emulation only.Bart Schaefer2002-06-272-10/+22
* users/5073: use typeset to get function names for compdumpBart Schaefer2002-06-232-0/+136
* 17318: ${(z)...} added an extra space when the lexical analyser failed.Peter Stephenson2002-06-142-0/+14
* 17283: func() { ... } trash at end ignoredPeter Stephenson2002-06-052-0/+6
* 17285: David Wolfe <dwolfe@gforcetech.com>: finally fix QNX rlimits problemPeter Stephenson2002-06-052-1/+9
* 17273, not 17272: inner function definition could define nonsensePeter Stephenson2002-06-021-1/+1
* 17272: inner function definition could define nonsensePeter Stephenson2002-06-022-0/+8
* unposted: get rid of evil -Wno-implicit in CFLAGS.Clint Adams2002-05-314-12/+69
* unposted: remove -Wno-implicitClint Adams2002-05-312-2/+7
* 17244: don't complete udebs for --unpack or -i.Clint Adams2002-05-283-97/+91
* 17225: change $CVSIGNORE to $=CVSIGNORE.Clint Adams2002-05-262-1/+6
* 17234: don't call _path_files with empty ().Clint Adams2002-05-262-1/+10
* 17211: respect $CVSIGNORE.Clint Adams2002-05-232-0/+6
* uposted: do not set style by default, it does not workAndrey Borzenkov2002-05-122-3/+10
* users/4951: make ulimit documentation clearerPeter Stephenson2002-05-102-1/+7
* Merge 17080,17076,17075,17074,16461,16434,16437,16258,16247,16253Andrey Borzenkov2002-05-0812-12/+344
* 17072: fix pushdminus handling in completion after directory stack referencesOliver Kiddle2002-05-082-11/+12
* 17057: completion for debfosterClint Adams2002-04-301-0/+93
* thinkoClint Adams2002-04-301-0/+0
* 16349: completion for make-kpkg.Clint Adams2002-04-303-1/+29
* 17057: completion for debfoster.Clint Adams2002-04-302-1/+7
* 17055: shared object linkage on the Hurd.Clint Adams2002-04-292-2/+6
* 15720 and 16927.Wayne Davison2002-04-291-0/+13
* Committed 15720 and 16927.Wayne Davison2002-04-291-33/+159
* unposted: add missing bracket in _spamassassin.Clint Adams2002-04-292-1/+6
* Remove references to "zsh 2.7", change "Generic" to "Example".Bart Schaefer2002-04-273-2/+13
* 17046: Src/math.c: OCTAL_ZEROES with a `0' on its own wasPeter Stephenson2002-04-252-6/+48
* users/4865: Completion/compinit: need to add NO_octalzeroes toPeter Stephenson2002-04-252-0/+4
* 17045: complete all files for w3m, not just *.html.Clint Adams2002-04-252-0/+53
* 17041: Src/Modules/zftp.c: Typos creating a dataPeter Stephenson2002-04-252-2/+7
* 17035: remove one half of 17029; the part for zstyle wasn't rightSven Wischnowsky2002-04-252-1/+5
* 17029: fix memory leak (found by Felix): pre-compiled patterns for stylesSven Wischnowsky2002-04-242-100/+204