index
:
mirror/zsh
this commit
#CVSPS.NO.BRANCH
5.9
declarednull
dot-zsh-3.1.5-pws-14
dot-zsh-3.1.5-pws-17
dot-zsh-3.1.5-pws-19
fork_early
interrupt_abort
job_control_debug
job_control_debug2
master
mikachu/badarrays
mikachu/redrawhook
schaefer/badarrays
typeset-array
zsh
zsh-3.1.5-pws-16-patches
zsh-4.0-patches
zsh-4.2-patches
zsh-5.8-patches
mirror of git://git.code.sf.net/p/zsh/code
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Silence compiler warnings.
Bart Schaefer
2001-05-28
1
-2
/
+2
*
make the zprof wrapper function be more careful, avoiding almost all of the c...
Sven Wischnowsky
2001-05-28
1
-48
/
+59
*
14314: writing const variable under cygwin
Peter Stephenson
2001-05-11
1
-3
/
+3
*
users/3872: rename inet_* routines to avoid clash with Solaris 7 headers.
Andrey Borzenkov
2001-05-10
1
-32
/
+52
*
Fixes from Andrej for zpty on cygwin
Peter Stephenson
2001-05-08
1
-1
/
+6
*
Bart 14144: fix compilation problem on current Cygwin 1.3.1 (macros were
Andrey Borzenkov
2001-04-30
1
-3
/
+23
*
14125: remove static incleanup flag because it is unused
Clint Adams
2001-04-26
2
-20
/
+0
*
14123: don't include curses.h in termcap.c if term.h doesn't need it
Clint Adams
2001-04-26
1
-1
/
+3
*
Another HAVE_TERM* compilation tweak.
Bart Schaefer
2001-04-26
1
-13
/
+22
*
Fix term* linkage _again_.
Bart Schaefer
2001-04-24
2
-1
/
+3
*
14077: revert clint's build patches on 19.04.2001
Andrey Borzenkov
2001-04-23
4
-8
/
+0
*
14065: decrease termcap/terminfo parameter fishiness
Clint Adams
2001-04-22
2
-0
/
+8
*
More term*.h inclusion un-confusion.
Bart Schaefer
2001-04-21
1
-12
/
+16
*
14055: include termio.h in termcap.c for the benefit of Solaris 8
Clint Adams
2001-04-20
1
-7
/
+13
*
14053: add $termcap special parameter
Clint Adams
2001-04-20
2
-1
/
+245
*
14041: reduce unnecessary linking for modules
Clint Adams
2001-04-19
4
-4
/
+4
*
14039: simulate old linking behavior
Clint Adams
2001-04-19
4
-3
/
+5
*
14033: reduce unnecessary library linking for modules and main binary
Clint Adams
2001-04-19
3
-0
/
+6
*
Don't define gethostbyname2() as static, since it can clash with the
Wayne Davison
2001-04-13
1
-1
/
+1
*
Fix term*.h header file collisions.
Bart Schaefer
2001-04-13
2
-0
/
+17
*
Fiddle with <term.h> vs. <termcap.h> inclusion.
Bart Schaefer
2001-04-12
1
-6
/
+3
*
13955: boolnames et al., not boolcodes
Clint Adams
2001-04-12
1
-9
/
+9
*
13953: use curses capability inventories instead of hardcoding and presume
Clint Adams
2001-04-12
1
-6
/
+18
*
13951: working ${(k)terminfo} and ${(kv)terminfo}
Clint Adams
2001-04-12
1
-0
/
+104
*
Mapfile fix from Bart: dupstring parameter name to avoid static buffer overuse
Peter Stephenson
2001-04-11
1
-0
/
+1
*
Bart's change makes terminfo_nam[] needed when HAVE_TIGETSTR is not
Wayne Davison
2001-04-09
1
-1
/
+2
*
Silence several warnings when HAVE_TIGETSTR is not defined.
Wayne Davison
2001-04-09
1
-4
/
+11
*
Fixes for 13922.
Bart Schaefer
2001-04-09
3
-12
/
+4
*
Make termcap and terminfo modules always loadable.
Bart Schaefer
2001-04-09
4
-23
/
+54
*
fix misaligned percent output of zprof (13673)
Sven Wischnowsky
2001-03-20
1
-29
/
+25
*
13431: better check for shared libraries.
Andrey Borzenkov
2001-02-13
4
-4
/
+24
*
try to make the -t option of zpty smarter (13462)
Sven Wischnowsky
2001-02-13
1
-5
/
+11
*
remove 13108 (trap queues); replace with signal queueing to ensure that user ...
Sven Wischnowsky
2001-01-16
3
-16
/
+33
*
13288: cast pointers for arg 2 of ztrapread/write
Clint Adams
2000-12-17
1
-3
/
+3
*
13242: don't segfault on $terminfo[nonexistentcap]
Clint Adams
2000-12-06
1
-1
/
+1
*
terminfo tweaks
Peter Stephenson
2000-12-05
2
-2
/
+2
*
13227: terminfo module fixes
Clint Adams
2000-12-05
2
-49
/
+56
*
13216: docs for tc/ti modules
Clint Adams
2000-12-03
1
-0
/
+9
*
13215: echotc, echoti, terminfo
Clint Adams
2000-12-03
4
-0
/
+375
*
Function installation information now in config.modules
Peter Stephenson
2000-11-30
1
-0
/
+1
*
13194: change in module configuration system
Peter Stephenson
2000-11-26
12
-3
/
+56
*
don't be sure that read-ahead doesn't contains nuls (13163)
Sven Wischnowsky
2000-11-14
1
-5
/
+8
*
use unmetafy() to allow writing special characters into a pty (13156)
Sven Wischnowsky
2000-11-13
1
-4
/
+6
*
Sven: 13108: Handle traps synchronously
Peter Stephenson
2000-11-11
2
-12
/
+12
*
*** empty log message ***
Sven Wischnowsky
2000-11-08
1
-1
/
+6
*
Tweak interactiveness of cloned shell.
Bart Schaefer
2000-11-06
1
-1
/
+1
*
Make zpty more like eval.
Bart Schaefer
2000-11-06
1
-56
/
+47
*
Assorted read_poll() and zpty cleanup.
Bart Schaefer
2000-11-05
1
-26
/
+65
*
Better streaming behavior from `zpty -r', plus other cleanup.
Bart Schaefer
2000-11-05
1
-43
/
+20
*
show current/previous job in $jobstates (3503)
Sven Wischnowsky
2000-11-02
1
-4
/
+11
[next]