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
Commit message (
Expand
)
Author
Age
Files
Lines
*
23997: don't delete color pair hash on module unload unless it's been previou...
Clint Adams
2007-10-19
1
-2
/
+3
*
23924: Improve synchronising of character attributes with other
Geoff Wing
2007-10-19
2
-30
/
+29
*
23989: add broken zcurses -C to set window colors.
Clint Adams
2007-10-18
1
-6
/
+123
*
23978: zcurses -s with wide characters: use waddwstr()
Peter Stephenson
2007-10-18
1
-28
/
+20
*
23981: add zcurses -A to set window attributes.
Clint Adams
2007-10-17
1
-8
/
+82
*
23970: zcurses -i/-e, fix leak, add zcurses -r with no argument
Peter Stephenson
2007-10-17
1
-15
/
+50
*
23964: call endwin() in curses module cleanup.
Clint Adams
2007-10-15
1
-0
/
+1
*
23962: store windows in a linked list instead of a static array, and use stri...
Clint Adams
2007-10-15
1
-53
/
+119
*
23958: change target window to be the first argument of zcurses -a.
Clint Adams
2007-10-15
1
-6
/
+6
*
23957: minor fixes.
Clint Adams
2007-10-15
1
-1
/
+1
*
unposted: update for zsh/curses module and documentation.
Clint Adams
2007-10-14
1
-0
/
+1
*
23952: work with non-wide curses as well.
Clint Adams
2007-10-14
2
-2
/
+18
*
23927: don't define struct timezone if ZSH_OOT_MODULE is defined.
Clint Adams
2007-10-11
1
-1
/
+1
*
23923: fold all other curses windowing builtins into zcurses.
Clint Adams
2007-10-08
1
-107
/
+70
*
23919: have new zcurses builtin replace 4 separate builtins.
Clint Adams
2007-10-08
2
-95
/
+111
*
23911: curses windowing module.
Clint Adams
2007-10-08
2
-0
/
+338
*
23900: Better handling of NO_EQUALS in old completion
Peter Stephenson
2007-10-03
2
-1
/
+8
*
users/11883: return at top level caused following precommand functions
Peter Stephenson
2007-09-26
1
-2
/
+4
*
2381x: set vipenultsrchstr to NULL after freeing it to avoid vi-mode history ...
Clint Adams
2007-09-13
1
-0
/
+1
*
users/11818: allow non-numeric keys for job status parameters
Peter Stephenson
2007-09-05
3
-11
/
+28
*
users/11807: fix some job display bugs
Peter Stephenson
2007-09-04
2
-109
/
+162
*
23812: fix core dump on ( command & ) from 23460
Peter Stephenson
2007-08-31
1
-1
/
+2
*
23809: expand $'...' in completion word
Peter Stephenson
2007-08-30
1
-1
/
+84
*
23808: debugging for wcs_nicechar()
Peter Stephenson
2007-08-30
1
-0
/
+4
*
23807: fix interactive completion mode
Peter Stephenson
2007-08-30
2
-0
/
+12
*
23795: improve ${(Q)...} with $'..'
Peter Stephenson
2007-08-23
1
-0
/
+38
*
23794: fix crash completing on "foo$" (quotes significant)
Peter Stephenson
2007-08-22
1
-1
/
+1
*
23791: use VARARR for MB_CUR_MAX
Peter Stephenson
2007-08-22
1
-1
/
+1
*
23788: add -h option to chown symlinks rather than targets, and change defaul...
Clint Adams
2007-08-21
1
-3
/
+18
*
23784: Use $'\...' for quoting unparseable characters
Peter Stephenson
2007-08-20
1
-53
/
+107
*
23757: suppress correction of command words followed by ()
Peter Stephenson
2007-08-14
1
-3
/
+17
*
23736: status for file save wasn't initialised
Peter Stephenson
2007-08-01
1
-0
/
+1
*
update some .distfiles
Peter Stephenson
2007-08-01
1
-0
/
+1
*
23733: zmodload -LaF didn't include unloaded modules
Peter Stephenson
2007-07-31
1
-1
/
+1
*
23732: three broken tests
Peter Stephenson
2007-07-31
1
-1
/
+1
*
23730: improve preprocessor and regression tests for 23725
Peter Stephenson
2007-07-31
3
-13
/
+11
*
23725: use setenv()/unsetenv() for environment memory management
Peter Stephenson
2007-07-30
3
-6
/
+81
*
add (#cN,M) globbing flag
Peter Stephenson
2007-07-27
1
-8
/
+136
*
23702: fix installing executable scripts
Peter Stephenson
2007-07-26
1
-1
/
+1
*
23696: x=x; x[-10]=y did bad things
Peter Stephenson
2007-07-25
1
-1
/
+4
*
23694: fix =~
Peter Stephenson
2007-07-24
1
-1
/
+1
*
23693: _match completion tried to match the quoted form of filenames
Peter Stephenson
2007-07-23
1
-2
/
+24
*
23682: module field renaming missed from 23665
Peter Stephenson
2007-07-17
1
-2
/
+2
*
23671: command not found handler
Peter Stephenson
2007-07-13
1
-0
/
+23
*
revert that
Clint Adams
2007-07-12
4
-51
/
+127
*
23670: use getaddrinfo() and getnameinfo() instead of get*by* functions.
Clint Adams
2007-07-12
4
-127
/
+51
*
23665: autoloading of module features and related tweaks
Peter Stephenson
2007-07-06
42
-749
/
+1169
*
23660: fix numerical sorting of parameters + tests + documentation
Peter Stephenson
2007-07-06
1
-2
/
+2
*
unposted: force latest version of files from vendor to main branch
Peter Stephenson
2007-07-03
1
-2
/
+6
*
23670: rationalise some linked list functions
Peter Stephenson
2007-06-27
8
-93
/
+78
[next]