Age | Commit message (Expand) | Author | Files | Lines |
2002-08-20 | fix default completion module loading, use compctl if it hasn't been loaded a... | Sven Wischnowsky | 4 | -1/+20 |
2002-08-19 | complete for killall5, ifup and ifdown | Oliver Kiddle | 1 | -2/+4 |
2002-08-19 | handle killall5 | Oliver Kiddle | 1 | -2/+2 |
2002-08-19 | complete for ifup and ifdown commands | Oliver Kiddle | 1 | -1/+1 |
2002-08-19 | users/5266: with the call-command style parse ant -projecthelp to get targets | Oliver Kiddle | 2 | -11/+76 |
2002-08-19 | complete also for the nail command | Oliver Kiddle | 1 | -1/+1 |
2002-08-19 | nedit 5.3 adds a -version option | Oliver Kiddle | 1 | -10/+12 |
2002-08-19 | Valgrind version 1.0.0 was released. | Felix Rosencrantz | 2 | -38/+52 |
2002-08-18 | 17558: zsh/net/socket , zsocket builtin | Clint Adams | 6 | -1/+360 |
2002-08-17 | unposted: clint prompt theme %v typo correction | Clint Adams | 2 | -1/+5 |
2002-08-14 | 17535: use-perl style for _make | Peter Stephenson | 3 | -2/+34 |
2002-08-10 | 17206 (Bruno Bonfils), 17207 (Oliver): completion for auto-apt | Clint Adams | 3 | -0/+65 |
2002-08-09 | 17522: clean up a few things | Oliver Kiddle | 5 | -85/+60 |
2002-08-09 | 17522: also handle tkinfo | Oliver Kiddle | 1 | -7/+19 |
2002-08-09 | 17521: new completion for ant | Oliver Kiddle | 3 | -1/+44 |
2002-08-08 | 17518: mention www.zshwiki.org in meta FAQ | Peter Stephenson | 2 | -0/+7 |
2002-08-08 | 17516, 17517: Attempted fixes for memory leaks shown by valgrind. | Peter Stephenson | 3 | -1/+19 |
2002-08-07 | 17509: complete .xhtml files as well as .html files. | Clint Adams | 2 | -1/+6 |
2002-08-06 | 17508: complete local files after file://localhost/ . | Clint Adams | 2 | -0/+4 |
2002-08-06 | 17507: Completion/Unix/Type/_urls: complete local files after file:/// . | Clint Adams | 2 | -0/+6 |
2002-08-06 | 17504: note that getopts doesn't handle a single `-' as an option argument | Peter Stephenson | 2 | -0/+7 |
2002-08-05 | 17502: Test changes for xtrace in 17492. | Peter Stephenson | 1 | -0/+8 |
2002-08-05 | 17502: Test changes for xtrace in 17492. | Peter Stephenson | 5 | -31/+57 |
2002-08-05 | 17503: fix typos and spelling mistakes | Oliver Kiddle | 1 | -0/+10 |
2002-08-05 | 17503: fix various typos and spelling mistakes in source code comments | Oliver Kiddle | 16 | -36/+36 |
2002-08-05 | 17503: fix various typos, spelling mistakes and poor wordings in the docs | Oliver Kiddle | 7 | -19/+18 |
2002-08-05 | 17499: BSD pkg_* tools now support bzip2'd packages | Oliver Kiddle | 2 | -3/+8 |
2002-08-02 | Unposted: fix typo in 17496. | Peter Stephenson | 2 | -1/+5 |
2002-08-01 | 17497: getopts skipped over zero-length arguments. | Peter Stephenson | 2 | -0/+9 |
2002-08-01 | Dan Nelson: 17492: Quote output from xtrace | Peter Stephenson | 3 | -13/+26 |
2002-08-01 | 17496: update for new options in GNU diff 2.8.1 | Oliver Kiddle | 2 | -19/+26 |
2002-07-30 | make sure invalidatelist() isn't called hwen we are inside menu selection and... | Sven Wischnowsky | 2 | -1/+7 |
2002-07-29 | 17488: correct patch number (not 17485) | Peter Stephenson | 1 | -1/+1 |
2002-07-29 | 17485?: Incorrect test for TYPESET_SILENT | Peter Stephenson | 2 | -1/+6 |
2002-07-26 | 17484: fix option check and add missing #autoload tag | Oliver Kiddle | 3 | -1/+8 |
2002-07-25 | 17481 from Karl Tomlinson: turn off variable arrays for SGI compiler. | Peter Stephenson | 2 | -0/+11 |
2002-07-24 | 17479: fix typo noticed by Martin Pool. | Clint Adams | 2 | -1/+3 |
2002-07-24 | 17478: new tags for sarge. | Clint Adams | 2 | -2/+8 |
2002-07-22 | 17476: Matt Zimmerman's completion for GNU GLOBAL. | Clint Adams | 4 | -0/+62 |
2002-07-16 | * 17459: Completion/Unix/Command/_cvs: exclude file which have | Tanaka Akira | 2 | -1/+6 |
2002-07-08 | remove qword, it isn't needed anymore (17439) | Sven Wischnowsky | 2 | -12/+4 |
2002-07-08 | don't display _dispatch as one of the called functions (17438) | Sven Wischnowsky | 2 | -3/+8 |
2002-07-05 | 17432: typeset test, typeset shows base for integer | Peter Stephenson | 2 | -1/+4 |
2002-07-05 | 17414: narrow-to-region save and restore. | Peter Stephenson | 3 | -50/+122 |
2002-07-05 | improve interactive mode when there are no matches left (alow to go back with... | Sven Wischnowsky | 2 | -10/+35 |
2002-07-04 | 17417: remove unused fluff from datetime.c | Clint Adams | 2 | -3/+5 |
2002-07-04 | 17410: narrow-to-region widgets | Peter Stephenson | 4 | -0/+125 |
2002-07-04 | 17405: adapt 17390 to reset PREDISPLAY and POSTDISPLAY when zle is entered | Peter Stephenson | 4 | -6/+21 |
2002-07-04 | in menu selection, use copies of comp{pre,suf}fix to make sure they exist; fi... | Sven Wischnowsky | 4 | -19/+49 |
2002-07-03 | fix for interactive mode when menu selection is called via the menu-select wi... | Sven Wischnowsky | 2 | -5/+10 |