about summary refs log tree commit diff
path: root/Src/Modules
Commit message (Expand)AuthorAgeFilesLines
* 13194: change in module configuration systemPeter Stephenson2000-11-2612-3/+56
* don't be sure that read-ahead doesn't contains nuls (13163)Sven Wischnowsky2000-11-141-5/+8
* use unmetafy() to allow writing special characters into a pty (13156)Sven Wischnowsky2000-11-131-4/+6
* Sven: 13108: Handle traps synchronouslyPeter Stephenson2000-11-112-12/+12
* *** empty log message ***Sven Wischnowsky2000-11-081-1/+6
* Tweak interactiveness of cloned shell.Bart Schaefer2000-11-061-1/+1
* Make zpty more like eval.Bart Schaefer2000-11-061-56/+47
* Assorted read_poll() and zpty cleanup.Bart Schaefer2000-11-051-26/+65
* Better streaming behavior from `zpty -r', plus other cleanup.Bart Schaefer2000-11-051-43/+20
* show current/previous job in $jobstates (3503)Sven Wischnowsky2000-11-021-4/+11
* make assignament to $nameddirs behave like hash -d (13095)Sven Wischnowsky2000-10-301-9/+18
* make non-blocking IO on ptys work again; add -t option to test if command is ...Sven Wischnowsky2000-10-191-14/+41
* 12845: dynamically allocate pbuf in domove()Clint Adams2000-09-191-5/+13
* 12836: bin_ln now independent of PATH_MAXClint Adams2000-09-181-20/+13
* make $modules report aliases correctly (12654)Sven Wischnowsky2000-08-161-3/+5
* 12604: Remove calls to zpathmax(), minor fixes to zopenmax().Bart Schaefer2000-08-142-11/+4
* 12547: Handle ENOENT and ENOTDIR in zpathmax().Bart Schaefer2000-08-051-16/+2
* 12533: pathconf() without tail in mkdirClint Adams2000-08-041-2/+16
* 15216: Rewrite pathconf() support.Bart Schaefer2000-08-042-44/+7
* quotingSven Wischnowsky2000-08-031-2/+2
* 12489: pathconf for unlimited fsClint Adams2000-08-022-6/+10
* 12472: limited pathconf supportClint Adams2000-08-022-78/+326
* shut compiler upPeter Stephenson2000-07-041-1/+1
* 12149: guard against undefined h_errno in zftpPeter Stephenson2000-07-041-0/+4
* Andrej: don't close slave if not yet open (12084)Sven Wischnowsky2000-06-271-1/+0
* Andrej: 12081: zpty under cygwinPeter Stephenson2000-06-271-2/+6
* zstyle -e option; change math-styles to boolean ones; change defaults for _ex...Sven Wischnowsky2000-06-161-41/+84
* 11838: typeset -HPeter Stephenson2000-06-092-5/+8
* -K option for zparseopts to keep previous array values (11792)Sven Wischnowsky2000-06-071-32/+44
* some more memory leak fixes (11745)Sven Wischnowsky2000-06-051-2/+3
* Changed the array "len" to be "end" -- a 1-relative index of the lastWayne Davison2000-06-022-6/+6
* Wayne: pattern.c unitialised varPeter Stephenson2000-05-312-46/+44
* Wayne: Fix two history bugs that were causing theBart Schaefer2000-05-301-2/+2
* 11616: netinet/in_systm.h againPeter Stephenson2000-05-281-1/+10
* 11587: Felix Rosencrantz: Src/pattern.c: uninitialised variablePeter Stephenson2000-05-262-16/+22
* 11567: FD_CLOEXEC in zftp.cPeter Stephenson2000-05-251-6/+3
* add -E option to zparseopts (11530)Sven Wischnowsky2000-05-231-10/+43
* remove -h option from zstyle (11490)Sven Wischnowsky2000-05-221-6/+1
* 11426: Src/Modules/zpty.c: don't use #elif.Tanaka Akira2000-05-171-4/+6
* 11420: Src/Modules/zpty.c: try more pty device files.Tanaka Akira2000-05-161-4/+7
* zparseopts should detect if it is called without option descriptions (11360)Sven Wischnowsky2000-05-151-1/+7
* 11285: zftp exit hookPeter Stephenson2000-05-091-22/+38
* 11276: fix build on OpenBSD.Tanaka Akira2000-05-091-402/+1070
* close fd for pty-master in sub-shellSven Wischnowsky2000-05-081-0/+1
* make zpty -r stoppable even when SIGINT is caught (and the handler calls retu...Sven Wischnowsky2000-05-051-1/+1
* 11165: Completion/Base/_regex_arguments, Completion/Debian/_apt,Tanaka Akira2000-05-041-230/+1015
* close dump file descriptors in children (11151)Sven Wischnowsky2000-05-041-0/+2
* make pty the controlling terminal of their commands (11144)Sven Wischnowsky2000-05-041-40/+75
* new (z) parameter flag to do shell-word splitting on the value (11113)Sven Wischnowsky2000-05-031-1/+1
* new widget copy-prev-shell-word, like copy-prev-word but uses shell parsing t...Sven Wischnowsky2000-04-121-1/+5