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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
24011: various tweaks to zcurses commands including rearrangement to dispatching
Peter Stephenson
2007-10-23
2
-268
/
+319
*
24010: fix max arguments for 'zcurses border' to 1.
Clint Adams
2007-10-23
2
-1
/
+6
*
users/12087: fix globbing problem on Cygwin
Peter Stephenson
2007-10-23
1
-2
/
+2
*
users/12087: fix globbing problem on Cygwin
Peter Stephenson
2007-10-23
2
-1
/
+25
*
24007: prompt allocation and use of "shout"
Peter Stephenson
2007-10-22
3
-5
/
+9
*
24006: (F) glob qualifier should unmetafy
Peter Stephenson
2007-10-22
2
-2
/
+9
*
24005: enforce min/max arguments on zcurses commands.
Clint Adams
2007-10-21
2
-2
/
+11
*
24004: align documentation with UI changes in 24002.
Clint Adams
2007-10-21
2
-20
/
+25
*
24002: change all the subcommands from option letters to words.
Clint Adams
2007-10-20
2
-66
/
+115
*
24001: fix up zcurses -C
Peter Stephenson
2007-10-20
2
-19
/
+29
*
Mikael Magnusson: 23999: improvements for git show, git rev-parse, et al.
Clint Adams
2007-10-20
2
-18
/
+17
*
23997: don't delete color pair hash on module unload unless it's been previou...
Clint Adams
2007-10-19
2
-2
/
+6
*
23994: tweaks for 23993.
Clint Adams
2007-10-19
2
-1
/
+4
*
Mikael Magnusson: 23993: improved completion for git show.
Clint Adams
2007-10-19
2
-1
/
+20
*
23924: Improve synchronising of character attributes with other
Geoff Wing
2007-10-19
3
-30
/
+34
*
Mikael Magnusson: 23991: fix typo in __git_blobs().
Clint Adams
2007-10-18
2
-1
/
+4
*
Mikael Magnusson: 23988: fix git-svn commands completion.
Clint Adams
2007-10-18
2
-0
/
+4
*
23989: add broken zcurses -C to set window colors.
Clint Adams
2007-10-18
2
-6
/
+128
*
23986: zmv example for turning spaces into underscores
Peter Stephenson
2007-10-18
2
-0
/
+10
*
23978: zcurses -s with wide characters: use waddwstr()
Peter Stephenson
2007-10-18
3
-29
/
+26
*
23982: documentation for zcurses -A.
Clint Adams
2007-10-17
2
-1
/
+10
*
23981: add zcurses -A to set window attributes.
Clint Adams
2007-10-17
2
-8
/
+87
*
23970: zcurses -i/-e, fix leak, add zcurses -r with no argument
Peter Stephenson
2007-10-17
3
-20
/
+69
*
23965: add missing bracket in completion for git svnimport.
Clint Adams
2007-10-15
2
-1
/
+4
*
23964: call endwin() in curses module cleanup.
Clint Adams
2007-10-15
2
-0
/
+3
*
23962: store windows in a linked list instead of a static array, and use stri...
Clint Adams
2007-10-15
3
-55
/
+125
*
23958: change target window to be the first argument of zcurses -a.
Clint Adams
2007-10-15
3
-7
/
+10
*
23957: minor fixes.
Clint Adams
2007-10-15
3
-2
/
+7
*
unposted: update for zsh/curses module and documentation.
Clint Adams
2007-10-14
3
-15
/
+21
*
23954: documentation for zsh/curses module.
Clint Adams
2007-10-14
3
-1
/
+44
*
unposted and users/12008: Functions/Prompts/prompt_bart_setup,
Bart Schaefer
2007-10-14
1
-0
/
+9
*
unposted: make sure localtraps is unset before setting TRAPWINCH.
Bart Schaefer
2007-10-14
1
-2
/
+2
*
zsh-users/12008: Assert zsh emulation to avoid setopt problems; don't try
Bart Schaefer
2007-10-14
1
-2
/
+5
*
23952: work with non-wide curses as well.
Clint Adams
2007-10-14
3
-2
/
+23
*
23947: remove apm battery status and add git branch detection.
Clint Adams
2007-10-13
2
-14
/
+11
*
unposted: quote name of aclocal function.
Clint Adams
2007-10-13
2
-1
/
+5
*
23945: autoconf include file for budding out-of-tree module support.
Clint Adams
2007-10-12
2
-1
/
+14
*
23943 (tweaked): search ncursesw and document this
Peter Stephenson
2007-10-12
3
-10
/
+24
*
23927: don't define struct timezone if ZSH_OOT_MODULE is defined.
Clint Adams
2007-10-11
2
-1
/
+6
*
23934: cleveren _expand_alias for "foo" -> "foo blah" expansions
Peter Stephenson
2007-10-11
3
-6
/
+32
*
23923: fold all other curses windowing builtins into zcurses.
Clint Adams
2007-10-08
2
-107
/
+73
*
23919: have new zcurses builtin replace 4 separate builtins.
Clint Adams
2007-10-08
3
-95
/
+116
*
23900: missed ChangeLog entry
Peter Stephenson
2007-10-08
1
-0
/
+5
*
arno: 23910: spaces in cases in init script
Peter Stephenson
2007-10-08
2
-1
/
+6
*
23911: curses windowing module.
Clint Adams
2007-10-08
4
-1
/
+345
*
Mikael Magnusson: 23907: add --cached option to git-diff completion.
Clint Adams
2007-10-06
2
-0
/
+4
*
23908: add missing backslash in _git-svn.
Clint Adams
2007-10-06
2
-2
/
+5
*
Mikael Magnusson: 23906: add missing backslash in _git-svn.
Clint Adams
2007-10-06
2
-1
/
+6
*
unposted, c.f. users/11935: quoting of arguments to unalias
Peter Stephenson
2007-10-05
2
-1
/
+8
*
23905: remove useless gitdir assignment and scope array locally in new __git_...
Clint Adams
2007-10-04
2
-2
/
+5
[next]