about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 14973: fix for reported problems on AIX.Andrey Borzenkov2001-06-191-0/+6
|
* 14962Sven Wischnowsky2001-06-181-0/+6
|
* more handler -> zhandlerPeter Stephenson2001-06-181-0/+4
|
* Fix file name again (sigh).Bart Schaefer2001-06-181-1/+1
|
* make zcompile unlink() the zwc file first (in case it is currently mapped we ↵Sven Wischnowsky2001-06-181-0/+4
| | | | don't want to overwrite it); also, create the file read-only (14952)
* rename handler() to zhandler() because it's now exported to modules (14951)Sven Wischnowsky2001-06-181-0/+5
|
* Add missing file name.Bart Schaefer2001-06-171-2/+2
|
* Fix attribution.Bart Schaefer2001-06-171-2/+2
|
* Per NetBSD, use "gcc -fPIC" rather than -fpic.Bart Schaefer2001-06-171-0/+5
|
* Fix a couple of typos; reorder a couple of entries to match the 4.0.x branchBart Schaefer2001-06-161-13/+14
| | | | ChangeLog.
* Undo mkstemp() change.Wayne Davison2001-06-161-0/+6
|
* Use mkstemp where availablePeter Stephenson2001-06-151-0/+5
|
* fix setting of individual positional parameters after 14915Peter Stephenson2001-06-151-0/+9
|
* 14931: fix socket/address length calculationAndrey Borzenkov2001-06-151-0/+5
|
* $* and $@ are specialPeter Stephenson2001-06-141-0/+6
|
* fixes for display bugs for completion lists (cursor left one line to far up ↵Sven Wischnowsky2001-06-131-0/+6
| | | | or down) (14903)
* mod_export handlerPeter Stephenson2001-06-131-0/+6
|
* fix for comparguments (completing after single letter options that get their ↵Sven Wischnowsky2001-06-131-0/+11
| | | | argument in the next word); make _values ignore some of the standard option it may get; make _mount use _dir_list in some places and improve that; `document' comparguments and compvalues with some comments in computil.c (14897)
* minor correctionOliver Kiddle2001-06-131-4/+3
|
* don't complete read-only parameters on the left side of an assignment (14896)Oliver Kiddle2001-06-131-0/+5
|
* Fix assignment problems spotted by BartPeter Stephenson2001-06-131-0/+5
|
* 14883Sven Wischnowsky2001-06-131-0/+5
|
* Reword README a little.Bart Schaefer2001-06-131-0/+5
|
* 14863: tcp_connectClint Adams2001-06-121-0/+5
|
* Added KSH_TYPESET option.Peter Stephenson2001-06-121-0/+6
|
* 14843: tcp_closeClint Adams2001-06-111-0/+5
|
* (14841)Sven Wischnowsky2001-06-111-0/+6
|
* Document PATH_DIRS behaviourPeter Stephenson2001-06-111-0/+5
|
* 14830: new config.guess and config.subClint Adams2001-06-101-0/+6
|
* Possible fix for -g test.Bart Schaefer2001-06-091-0/+4
|
* Fix problems with zwcstat() on systems that do not USE_MMAP.Bart Schaefer2001-06-091-0/+3
|
* Fix email address.Bart Schaefer2001-06-091-1/+1
|
* Avoid echotc in completion tests.Bart Schaefer2001-06-091-0/+4
|
* 14815: fix thinkoClint Adams2001-06-081-0/+3
|
* 14813: autoload functions from deleted .zwc filesClint Adams2001-06-081-0/+6
|
* More reliable BROKEN_KILL_ESRCH test.Bart Schaefer2001-06-081-0/+4
|
* Several patches, some held from before 4.0.1 release.Bart Schaefer2001-06-081-0/+16
|
* 14793Wayne Davison2001-06-081-0/+6
|
* unposted: add tcp module to .distfilesClint Adams2001-06-071-0/+3
|
* 14778: rename zsh/tcp to zsh/net/tcp.Clint Adams2001-06-061-0/+3
|
* 14770: tcp module from zftpClint Adams2001-06-061-0/+7
|
* 14772: David Lebel <lebel@lebel.org>: OpenBSD dynamic linkingAndrey Borzenkov2001-06-061-0/+3
|
* unposted: we support autoconf-2.50 nowAndrey Borzenkov2001-06-061-0/+2
|
* 14766: unify %l substitution (tty0, pts/3 etc)Andrey Borzenkov2001-06-061-0/+2
|
* 14760: do not use version number in AC_INITAndrey Borzenkov2001-06-061-0/+2
|
* 14758: use host_os instead of ac_cv_cygwinAndrey Borzenkov2001-06-061-0/+3
|
* (14736)Sven Wischnowsky2001-06-061-0/+3
|
* Fix dateAndrey Borzenkov2001-06-061-1/+1
|
* two fixes: try all actions that have to be tried (but only once), execute ↵Sven Wischnowsky2001-06-061-0/+6
| | | | actions if we aren't after an option already (in the same word) (14733)
* unposted; based on 14679 (me) and 14693 (Bart): Allow processing by bothAndrey Borzenkov2001-06-061-0/+8
| | | | autoconf-2.13 and autoconf-2.50; remove config.status hack for autoconf-2.50