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
path:
root
/
Src
/
utils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Greg Klanderman: 27057: %e and %f time formats were swapped
Peter Stephenson
2009-06-26
1
-2
/
+2
*
27304: add ${(q-)..} flag
Peter Stephenson
2009-06-05
1
-9
/
+98
*
users/14143 plus tweak in padding code:
Peter Stephenson
2009-05-20
1
-1
/
+1
*
Greg Klanderman: 26972: fix problem ni 26964.
Peter Stephenson
2009-05-19
1
-1
/
+4
*
Greg Klanderman: 26964 (modified): PROMPT_EOL_MARK
Peter Stephenson
2009-05-17
1
-3
/
+7
*
26806 (doc tweaked): Add CORRECT_IGNORE variable
Peter Stephenson
2009-04-06
1
-1
/
+13
*
26774: cd to $HOME on failure in preference to /
Peter Stephenson
2009-03-24
1
-4
/
+18
*
26772: better error handling and fix runaway chdir on failed cd
Peter Stephenson
2009-03-24
1
-3
/
+27
*
26769: fix finger trouble in 26767
Peter Stephenson
2009-03-24
1
-1
/
+1
*
26767: fix file descriptor leak in 26763
Peter Stephenson
2009-03-23
1
-15
/
+32
*
26763: fix problem on failed cd -s to relative path
Peter Stephenson
2009-03-20
1
-5
/
+6
*
tidy up from 26625
Peter Stephenson
2009-03-20
1
-3
/
+2
*
26735: Check some function return values for failures. Gets rid of
Wayne Davison
2009-03-15
1
-1
/
+2
*
26686: problem storing long $_ using VARARR()
Peter Stephenson
2009-03-03
1
-3
/
+10
*
26665: Src/utils.c: fix one incorrect test in 26614.
Bart Schaefer
2009-03-03
1
-1
/
+2
*
Lionel Flandrin: 26625: inopportune interrupt wrecked terminal set up
Peter Stephenson
2009-03-02
1
-2
/
+3
*
26614 + 26615: history -t <fmt> plus ztrftime "-" format modifier
Peter Stephenson
2009-03-02
1
-15
/
+56
*
26583: use HOOK_FUNCTIONS more widely
Peter Stephenson
2009-02-19
1
-2
/
+0
*
26249: remove arbitrary string length limit in unmeta()
Peter Stephenson
2009-01-05
1
-10
/
+51
*
26095: compilation error if TIOCGWINSZ not defined
Peter Stephenson
2008-11-27
1
-0
/
+2
*
25969: two bugs with metafication plus a test for one
Peter Stephenson
2008-10-30
1
-1
/
+5
*
25963: Interrupt at spell check prompt output garbage
Peter Stephenson
2008-10-30
1
-1
/
+2
*
25930: dynamic directory expansion memory handling was screwy
Peter Stephenson
2008-10-24
1
-1
/
+1
*
25771: shell function context for substitution functions
Peter Stephenson
2008-09-29
1
-2
/
+11
*
25761: Mikael Magnusson: newline in getquery()
Peter Stephenson
2008-09-27
1
-0
/
+1
*
25744: dynamic named directories and further doshfunc() simplification
Peter Stephenson
2008-09-26
1
-3
/
+46
*
25677: add %x and %I prompt escapes for shell source code debugging
Peter Stephenson
2008-09-16
1
-12
/
+9
*
25247 with further modifications: add $funcsourcetrace
Peter Stephenson
2008-08-11
1
-1
/
+4
*
25345, 25347: neaten interface from main shell to zle
Peter Stephenson
2008-07-31
1
-3
/
+3
*
25272: add zshaddhistory hook
Peter Stephenson
2008-07-17
1
-7
/
+17
*
users/13036: "." is a valid character in a user name
Peter Stephenson
2008-07-15
1
-1
/
+1
*
25259: improve getquery() handling of unhandled characters
Peter Stephenson
2008-07-01
1
-15
/
+29
*
Mikael: 25143: spelling corrections
Peter Stephenson
2008-06-10
1
-1
/
+1
*
25095: thorough modernization of prompt theme system
Peter Stephenson
2008-05-17
1
-0
/
+2
*
25057: better debug error on memory failure
Peter Stephenson
2008-05-17
1
-0
/
+7
*
25040: zpty should display context information more like eval
Peter Stephenson
2008-05-15
1
-1
/
+1
*
25025: check radix for integer constants is between 2 and 36 inclusive
Peter Stephenson
2008-05-14
1
-1
/
+1
*
25002: only ZLE should update attributes resulting from prompt expansion
Peter Stephenson
2008-05-12
1
-3
/
+4
*
24861 (with tweaks): logic to use alternative wcwidth() if needed;
Peter Stephenson
2008-04-22
1
-3
/
+3
*
24856: add IS_COMBINING() and IS_BASECHAR() and widen tests
Peter Stephenson
2008-04-21
1
-1
/
+1
*
24853: use metafied strings for inner loops over history
Peter Stephenson
2008-04-20
1
-36
/
+45
*
24825: fix internal word-boundary widgets
Peter Stephenson
2008-04-17
1
-5
/
+6
*
24808: initial support for combining characters in zle
Peter Stephenson
2008-04-13
1
-0
/
+8
*
24712: handling of backticks being requoted for double quotes
Peter Stephenson
2008-03-14
1
-0
/
+2
*
24609: try to be safe about using libiconv
Peter Stephenson
2008-02-27
1
-3
/
+20
*
24600: yet another typo
Peter Stephenson
2008-02-26
1
-1
/
+1
*
another fatfinger: change comparison to asignment
Geoff Wing
2008-02-26
1
-1
/
+1
*
pws fatfingered the last change in utils.c
Geoff Wing
2008-02-26
1
-1
/
+1
*
24596: use "US-ASCII" as charset if nl_langinfo(CODESET) returns "" or "646"
Peter Stephenson
2008-02-26
1
-0
/
+13
*
24592: make types of charset conversion failure more explicit
Peter Stephenson
2008-02-26
1
-3
/
+3
[next]