index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
Modules
Age
Commit message (
Collapse
)
Author
Files
Lines
2001-04-12
Fiddle with <term.h> vs. <termcap.h> inclusion.
Bart Schaefer
1
-6
/
+3
2001-04-12
13955: boolnames et al., not boolcodes
Clint Adams
1
-9
/
+9
2001-04-12
13953: use curses capability inventories instead of hardcoding and presume
Clint Adams
1
-6
/
+18
that they are terminfo
2001-04-12
13951: working ${(k)terminfo} and ${(kv)terminfo}
Clint Adams
1
-0
/
+104
2001-04-11
Mapfile fix from Bart: dupstring parameter name to avoid static buffer overuse
Peter Stephenson
1
-0
/
+1
2001-04-09
Bart's change makes terminfo_nam[] needed when HAVE_TIGETSTR is not
Wayne Davison
1
-1
/
+2
defined.
2001-04-09
Silence several warnings when HAVE_TIGETSTR is not defined.
Wayne Davison
1
-4
/
+11
2001-04-09
Fixes for 13922.
Bart Schaefer
3
-12
/
+4
2001-04-09
Make termcap and terminfo modules always loadable.
Bart Schaefer
4
-23
/
+54
2001-03-20
fix misaligned percent output of zprof (13673)
Sven Wischnowsky
1
-29
/
+25
2001-02-13
13431: better check for shared libraries.
Andrey Borzenkov
4
-4
/
+24
2001-02-13
try to make the -t option of zpty smarter (13462)
Sven Wischnowsky
1
-5
/
+11
2001-01-16
remove 13108 (trap queues); replace with signal queueing to ensure that user ↵
Sven Wischnowsky
3
-16
/
+33
signal handlers are only executed when it is safe to run them (13365)
2000-12-17
13288: cast pointers for arg 2 of ztrapread/write
Clint Adams
1
-3
/
+3
2000-12-06
13242: don't segfault on $terminfo[nonexistentcap]
Clint Adams
1
-1
/
+1
2000-12-05
terminfo tweaks
Peter Stephenson
2
-2
/
+2
2000-12-05
13227: terminfo module fixes
Clint Adams
2
-49
/
+56
2000-12-03
13216: docs for tc/ti modules
Clint Adams
1
-0
/
+9
2000-12-03
13215: echotc, echoti, terminfo
Clint Adams
4
-0
/
+375
2000-11-30
Function installation information now in config.modules
Peter Stephenson
1
-0
/
+1
2000-11-26
13194: change in module configuration system
Peter Stephenson
12
-3
/
+56
2000-11-14
don't be sure that read-ahead doesn't contains nuls (13163)
Sven Wischnowsky
1
-5
/
+8
2000-11-13
use unmetafy() to allow writing special characters into a pty (13156)
Sven Wischnowsky
1
-4
/
+6
2000-11-11
Sven: 13108: Handle traps synchronously
Peter Stephenson
2
-12
/
+12
pws: 13109, 13111: clear up zle display when output produced in trap.
2000-11-08
*** empty log message ***
Sven Wischnowsky
1
-1
/
+6
2000-11-06
Tweak interactiveness of cloned shell.
Bart Schaefer
1
-1
/
+1
2000-11-06
Make zpty more like eval.
Bart Schaefer
1
-56
/
+47
2000-11-05
Assorted read_poll() and zpty cleanup.
Bart Schaefer
1
-26
/
+65
2000-11-05
Better streaming behavior from `zpty -r', plus other cleanup.
Bart Schaefer
1
-43
/
+20
2000-11-02
show current/previous job in $jobstates (3503)
Sven Wischnowsky
1
-4
/
+11
2000-10-30
make assignament to $nameddirs behave like hash -d (13095)
Sven Wischnowsky
1
-9
/
+18
2000-10-19
make non-blocking IO on ptys work again; add -t option to test if command is ↵
Sven Wischnowsky
1
-14
/
+41
still alive (13035)
2000-09-19
12845: dynamically allocate pbuf in domove()
Clint Adams
1
-5
/
+13
2000-09-18
12836: bin_ln now independent of PATH_MAX
Clint Adams
1
-20
/
+13
2000-08-16
make $modules report aliases correctly (12654)
Sven Wischnowsky
1
-3
/
+5
2000-08-14
12604: Remove calls to zpathmax(), minor fixes to zopenmax().
Bart Schaefer
2
-11
/
+4
2000-08-05
12547: Handle ENOENT and ENOTDIR in zpathmax().
Bart Schaefer
1
-16
/
+2
2000-08-04
12533: pathconf() without tail in mkdir
Clint Adams
1
-2
/
+16
2000-08-04
15216: Rewrite pathconf() support.
Bart Schaefer
2
-44
/
+7
2000-08-03
quoting
Sven Wischnowsky
1
-2
/
+2
2000-08-02
12489: pathconf for unlimited fs
Clint Adams
2
-6
/
+10
2000-08-02
12472: limited pathconf support
Clint Adams
2
-78
/
+326
2000-07-04
shut compiler up
Peter Stephenson
1
-1
/
+1
2000-07-04
12149: guard against undefined h_errno in zftp
Peter Stephenson
1
-0
/
+4
2000-06-27
Andrej: don't close slave if not yet open (12084)
Sven Wischnowsky
1
-1
/
+0
2000-06-27
Andrej: 12081: zpty under cygwin
Peter Stephenson
1
-2
/
+6
2000-06-16
zstyle -e option; change math-styles to boolean ones; change defaults for ↵
Sven Wischnowsky
1
-41
/
+84
_expand styles (11937)
2000-06-09
11838: typeset -H
Peter Stephenson
2
-5
/
+8
2000-06-07
-K option for zparseopts to keep previous array values (11792)
Sven Wischnowsky
1
-32
/
+44
2000-06-05
some more memory leak fixes (11745)
Sven Wischnowsky
1
-2
/
+3
[next]