summaryrefslogtreecommitdiff
path: root/Src/utils.c
AgeCommit message (Collapse)AuthorFilesLines
2001-06-15Use mkstemp where availablePeter Stephenson1-0/+3
2001-06-09Fix problems with zwcstat() on systems that do not USE_MMAP.Bart Schaefer1-19/+0
2001-06-0814815: fix thinkoClint Adams1-1/+3
2001-06-0814813: autoload functions from deleted .zwc filesClint Adams1-0/+17
2001-05-2914541: %# with capabilities prompt-expand to # iff Effective set non-empty ↵Clint Adams1-5/+1
or euid=0
2001-05-23add mod_export in a couple of places where it was missingOliver Kiddle1-1/+1
2001-01-16remove 13108 (trap queues); replace with signal queueing to ensure that user ↵Sven Wischnowsky1-37/+21
signal handlers are only executed when it is safe to run them (13365)
2000-11-29avoid compiler warningSven Wischnowsky1-1/+2
2000-11-11Sven: 13108: Handle traps synchronouslyPeter Stephenson1-2/+28
pws: 13109, 13111: clear up zle display when output produced in trap.
2000-11-08Try blocking read() in read_poll() only if select() returns error (orBart Schaefer1-1/+1
doesn't exist).
2000-11-06Make zpty more like eval.Bart Schaefer1-2/+2
2000-11-05Assorted read_poll() and zpty cleanup.Bart Schaefer1-20/+14
2000-10-19make non-blocking IO on ptys work again; add -t option to test if command is ↵Sven Wischnowsky1-1/+1
still alive (13035)
2000-10-02Change some zerr to zwarn for consistency.Bart Schaefer1-2/+1
2000-09-1912846: moved simple string manipulation functions to string.cClint Adams1-80/+0
2000-09-18Improve upon some of the PATH_MAX changes.Bart Schaefer1-11/+62
2000-09-1812828: dynamically allocate 'dir' in mailstatClint Adams1-31/+26
2000-09-1812827: dynamically allocate 'file' in mailstatClint Adams1-20/+18
2000-09-18unposted: define mailstat as a macro if MAILDIR_SUPPORT is undefinedClint Adams1-4/+0
2000-09-1812823: use zsh heap in lieu of perm. heap in bin_dotClint Adams1-0/+14
2000-08-2912719: quoting arrays in vared with real backslashesPeter Stephenson1-3/+6
2000-07-2712415: fix bug in last patch when quoting metafied field separator.Peter Stephenson1-0/+2
2000-07-2712414: vared quotes separators when editing arraysPeter Stephenson1-9/+34
2000-07-26Belatedly fold in 12162, to replace command subst with eval.Bart Schaefer1-1/+2
2000-07-0312121: stopmsg in precmdPeter Stephenson1-4/+10
2000-06-26unposted: move poll_readPeter Stephenson1-0/+99
2000-06-2612073: read -t to test for available input before readingPeter Stephenson1-8/+25
2000-06-01FR & pws: promptexpand memory leaks; NEWS notesPeter Stephenson1-0/+1
2000-05-2011473: Turn off xtrace while printing PS4.Bart Schaefer1-1/+3
2000-05-15fix for empty (s::) separator and strings with meta-characters (11368)Sven Wischnowsky1-1/+8
2000-05-0811044, 11260: DVORAK options for spell checking.Peter Stephenson1-1/+18
2000-04-05Patches 10513, 10516 (Alexandre), 10519 (Oliver), 10524Peter Stephenson1-1/+1
2000-04-05$PENDING special zle parameter, giving number of un-read bytesSven Wischnowsky1-809/+760
1999-04-15Initial revisionTanaka Akira1-0/+3726