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
2004-11-22
20572: Allow alternative signal names
Peter Stephenson
1
-21
/
+0
2004-10-21
Added gettempfile(), which works like a custom mkstemp() (in addition
Wayne Davison
1
-0
/
+41
2004-10-18
Made gettempname() take a prefix arg and a use_heap arg. When prefix is
Wayne Davison
1
-9
/
+15
2004-10-18
Made zclose() avoid calling close() when fd < 0.
Wayne Davison
1
-1
/
+2
2004-10-05
20412, tweaked: Make test builtin more POSIX compatible
Peter Stephenson
1
-4
/
+6
2004-09-17
20378: Matthias B.: fix bugs joining with metafied chars.
Peter Stephenson
1
-3
/
+1
2004-08-16
20251: integer conversion truncation
Peter Stephenson
1
-6
/
+45
2004-06-02
Marked unused parameters with the new UNUSED() macro.
Wayne Davison
1
-2
/
+2
2004-05-28
Silenced two signed/unsigned comparison compiler warnings.
Wayne Davison
1
-2
/
+2
2004-05-05
Set the first character of buf to '\1' before the strftime() call so
Wayne Davison
1
-1
/
+1
2004-05-04
19877: improved test for empty strftime strings
Peter Stephenson
1
-2
/
+12
2004-05-04
* 19869: Src/prompt.c, Src/utils.c: avoid segfault when
Clint Adams
1
-1
/
+2
2004-03-25
19683: Work around dllwrap problem on Cygwin
Peter Stephenson
1
-0
/
+13
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
[next]