index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
utils.c
Age
Commit message (
Expand
)
Author
Files
Lines
2003-12-17
19308: zsh crashes with $((##))
Oliver Kiddle
1
-1
/
+4
2003-10-29
a la 19209: zcalloc -> zshcalloc
Peter Stephenson
1
-8
/
+8
2003-10-06
19168: Various problems with size of buffers and pointer usage in ztrftime
Peter Stephenson
1
-9
/
+59
2003-09-24
19129: extra argument to typeset -T gives character for joining array
Peter Stephenson
1
-4
/
+18
2003-08-01
18920: fix unset IFS betterer
Peter Stephenson
1
-0
/
+2
2003-08-01
18916: unsetting IFS could cause segfault
Peter Stephenson
1
-4
/
+6
2003-05-13
18525: add manual UTF-8 conversion so \u and \U should work on more systems
Oliver Kiddle
1
-42
/
+101
2003-05-12
18524: sepjoin !heap bug cause problem in vared
Peter Stephenson
1
-1
/
+1
2003-05-02
18492: Provide partial fix for multios and output process substitution
Peter Stephenson
1
-4
/
+4
2003-03-25
Fixed zjoin() when it returns an empty string that should be allocated.
Wayne Davison
1
-1
/
+1
2003-03-24
18376: Fix headers for wchar.h and some related gcc waringnings
Peter Stephenson
1
-3
/
+3
2003-03-18
18359: fix bug where not enough memory was allocated if MB_LEN_MAX < 6
Oliver Kiddle
1
-4
/
+1
2003-03-14
18343, 18348: handle \u and \U escapes for specifying unicode characters
Oliver Kiddle
1
-2
/
+90
2003-02-05
18195: Timeouts for read builtin.
Peter Stephenson
1
-2
/
+6
2003-02-05
18086: I don't know how this got missed out...
Peter Stephenson
1
-0
/
+4
2002-10-11
* 17810 (Martin Waitz): Src/utils.c: bung up memory leak with
Clint Adams
1
-1
/
+4
2002-08-05
17503: fix various typos and spelling mistakes in source code comments
Oliver Kiddle
1
-1
/
+1
2002-05-21
17141 plus mods: add `zle -F fd handler' feature.
Peter Stephenson
1
-20
/
+26
2002-01-06
15746: remove (with #if) an incorrect optimization in the maildir version
Bart Schaefer
1
-1
/
+6
2001-11-03
16158: interpret TAB as "yes" only in spckword()
Bart Schaefer
1
-3
/
+4
2001-10-20
Fix segfault in checkrmall().
Bart Schaefer
1
-0
/
+2
2001-10-16
fix return code and tests of printf and comment above bslashquote func (16064)
Oliver Kiddle
1
-2
/
+3
2001-06-15
Removed bogus mkstemp() code.
Wayne Davison
1
-3
/
+0
2001-06-15
Use mkstemp where available
Peter Stephenson
1
-0
/
+3
2001-06-09
Fix problems with zwcstat() on systems that do not USE_MMAP.
Bart Schaefer
1
-19
/
+0
2001-06-08
14815: fix thinko
Clint Adams
1
-1
/
+3
2001-06-08
14813: autoload functions from deleted .zwc files
Clint Adams
1
-0
/
+17
2001-05-29
14541: %# with capabilities prompt-expand to # iff Effective set non-empty or...
Clint Adams
1
-5
/
+1
2001-05-23
add mod_export in a couple of places where it was missing
Oliver Kiddle
1
-1
/
+1
2001-01-16
remove 13108 (trap queues); replace with signal queueing to ensure that user ...
Sven Wischnowsky
1
-37
/
+21
2000-11-29
avoid compiler warning
Sven Wischnowsky
1
-1
/
+2
2000-11-11
Sven: 13108: Handle traps synchronously
Peter Stephenson
1
-2
/
+28
2000-11-08
Try blocking read() in read_poll() only if select() returns error (or
Bart Schaefer
1
-1
/
+1
2000-11-06
Make zpty more like eval.
Bart Schaefer
1
-2
/
+2
2000-11-05
Assorted read_poll() and zpty cleanup.
Bart Schaefer
1
-20
/
+14
2000-10-19
make non-blocking IO on ptys work again; add -t option to test if command is ...
Sven Wischnowsky
1
-1
/
+1
2000-10-02
Change some zerr to zwarn for consistency.
Bart Schaefer
1
-2
/
+1
2000-09-19
12846: moved simple string manipulation functions to string.c
Clint Adams
1
-80
/
+0
2000-09-18
Improve upon some of the PATH_MAX changes.
Bart Schaefer
1
-11
/
+62
2000-09-18
12828: dynamically allocate 'dir' in mailstat
Clint Adams
1
-31
/
+26
2000-09-18
12827: dynamically allocate 'file' in mailstat
Clint Adams
1
-20
/
+18
2000-09-18
unposted: define mailstat as a macro if MAILDIR_SUPPORT is undefined
Clint Adams
1
-4
/
+0
2000-09-18
12823: use zsh heap in lieu of perm. heap in bin_dot
Clint Adams
1
-0
/
+14
2000-08-29
12719: quoting arrays in vared with real backslashes
Peter Stephenson
1
-3
/
+6
2000-07-27
12415: fix bug in last patch when quoting metafied field separator.
Peter Stephenson
1
-0
/
+2
2000-07-27
12414: vared quotes separators when editing arrays
Peter Stephenson
1
-9
/
+34
2000-07-26
Belatedly fold in 12162, to replace command subst with eval.
Bart Schaefer
1
-1
/
+2
2000-07-03
12121: stopmsg in precmd
Peter Stephenson
1
-4
/
+10
2000-06-26
unposted: move poll_read
Peter Stephenson
1
-0
/
+99
2000-06-26
12073: read -t to test for available input before reading
Peter Stephenson
1
-8
/
+25
[next]