about summary refs log tree commit diff
path: root/Src/utils.c
Commit message (Collapse)AuthorAgeFilesLines
* users/16581: skip correction shortcut based on command table search whenBart Schaefer2011-11-151-9/+13
| | | | | the word is not in command position; on rejected command correction, reset incremental path hashing.
* 29799: swap order of RESET_PROMPT / REFRESH in adjustwinsize().Bart Schaefer2011-10-021-1/+1
|
* users/16253, users/16255: a nulstring should be split like an empty stringPeter Stephenson2011-08-171-0/+4
|
* 29643: set incompfunc to zero when executing hook or trap functionPeter Stephenson2011-08-041-1/+11
|
* 29561: Allow closing of fd's not recorded by the shellPeter Stephenson2011-07-251-15/+13
|
* 29491: remove some variables set but not usedPeter Stephenson2011-06-191-2/+2
|
* 29165: use term.h globally if needed at all.Peter Stephenson2011-05-091-21/+22
|
* 28977: fix copying of uninitialized memory when trying toWayne Davison2011-04-061-0/+2
| | | | spell-correct a really long string.
* users/15864: turn zsh_directory_name into a hookPeter Stephenson2011-03-111-16/+62
|
* unposted: fix argument type for write_loop()Peter Stephenson2011-01-061-2/+4
|
* 28578: fix handling of numeric escapes that expand to "%" in printfBart Schaefer2011-01-061-1/+2
| | | | format strings, so they are not treated as format introducers.
* 28568: buffer overflow examining pathsPeter Stephenson2011-01-051-1/+7
|
* Paul 28538 / me 28540 / couple of unposted casts:Peter Stephenson2010-12-201-2/+2
| | | | use char * for pointer arithmetic rather than void *
* Mikael: 28480: allow PROMPT_EOL_MARK to be an empty stringPeter Stephenson2010-12-061-1/+1
|
* 28559: flush shell output in PROMPT_SP handlingPeter Stephenson2010-11-271-0/+1
|
* Use newer PROMPT_SP behavior for hasxn terms too.Wayne Davison2010-11-261-4/+1
|
* Overwrite PROMPT_SP string if it should remain invisible,Wayne Davison2010-11-251-3/+4
| | | | even with an upcoming newline.
* 28424: new POSIX_STRINGS optionPeter Stephenson2010-11-221-2/+13
|
* 28345: make ${(D)...} return a fully usable command line argumentPeter Stephenson2010-10-151-11/+18
|
* 28073: allow #! scripts to search path if interpreter not foundPeter Stephenson2010-07-151-0/+38
|
* 28025: (D) parameter flagPeter Stephenson2010-06-111-0/+17
|
* 27965, 27966: Improve ${(q)...}: newline appears as $'\n;,Peter Stephenson2010-05-271-9/+30
|
* rationalise widths of non-printing characters to zero.Peter Stephenson2010-03-271-6/+10
|
* 27785: IFS doesn't have a null in it in POSIXPeter Stephenson2010-03-111-2/+4
| | | | unposted: note & needs quoting in :s in glob qualifier
* 27754 plus NEWS change: add "zsystem flock"Peter Stephenson2010-02-241-0/+48
|
* unposted: add debug code to zclose()Peter Stephenson2010-02-221-0/+9
|
* 27721: rationalise initialisation of file descriptorsPeter Stephenson2010-02-221-11/+27
|
* 27693: Missed this.Peter Stephenson2010-02-091-1/+1
|
* Get rid of some "ignoring return value" compiler warningsWayne Davison2009-12-161-9/+62
| | | | and provide read_loop() and write_loop() functions.
* 27503: fix crash with hook functionsPeter Stephenson2009-12-111-0/+1
|
* Mikael: 27337: fix bug searching for / whenPeter Stephenson2009-11-031-0/+2
| | | | scanning symlinks in cd
* Apple opensource patches suggested by Jun T. in 27300Peter Stephenson2009-09-301-1/+4
|
* 27286: Made movefd() return the targetfd on success. AddedWayne Davison2009-09-221-2/+2
| | | | a little more error checking in the callers of movefd().
* 27284: better use of movefd()Peter Stephenson2009-09-221-5/+18
|
* 27283: failure to dup fd caused mayhemPeter Stephenson2009-09-211-1/+2
|
* Eric Blake: 27109: don't attachtty() if not interactivePeter Stephenson2009-07-091-1/+1
|
* Eric Blake: 27109: don't attachtty() if not interactivePeter Stephenson2009-07-091-1/+1
|
* Eric Blake: 27109: don't attachtty() if not interactivePeter Stephenson2009-07-091-1/+1
|
* Greg Klanderman: 27057: %e and %f time formats were swappedPeter Stephenson2009-06-261-2/+2
|
* 27304: add ${(q-)..} flagPeter Stephenson2009-06-051-9/+98
|
* users/14143 plus tweak in padding code:Peter Stephenson2009-05-201-1/+1
| | | | use default IFS if IFS is unset
* Greg Klanderman: 26972: fix problem ni 26964.Peter Stephenson2009-05-191-1/+4
|
* Greg Klanderman: 26964 (modified): PROMPT_EOL_MARKPeter Stephenson2009-05-171-3/+7
|
* 26806 (doc tweaked): Add CORRECT_IGNORE variablePeter Stephenson2009-04-061-1/+13
|
* 26774: cd to $HOME on failure in preference to /Peter Stephenson2009-03-241-4/+18
|
* 26772: better error handling and fix runaway chdir on failed cdPeter Stephenson2009-03-241-3/+27
|
* 26769: fix finger trouble in 26767Peter Stephenson2009-03-241-1/+1
|
* 26767: fix file descriptor leak in 26763Peter Stephenson2009-03-231-15/+32
|
* 26763: fix problem on failed cd -s to relative pathPeter Stephenson2009-03-201-5/+6
|
* tidy up from 26625Peter Stephenson2009-03-201-3/+2
|