summaryrefslogtreecommitdiff
path: root/Src/utils.c
AgeCommit message (Collapse)AuthorFilesLines
2014-10-0233320 (cf. PWS 33311): revert 33069, fix lexing of bangchar during completionBarton E. Schaefer1-7/+37
add typtab_flags bits (replaces specialcomma boolean) to record any unusual handling of typtab entries; signal safety; make bangchar non-special during completion lexing of the command line.
2014-08-17Increase size of xbuf2 in xsymlinks to make gcc FORTIFY_SOURCE=2 happy.Barton E. Schaefer1-1/+1
2014-08-1533012: add an error return value (-1) to xsymlinks()Barton E. Schaefer1-7/+8
2014-08-0132932: add hmkarray() and use to fix leakPeter Stephenson1-0/+11
2014-07-3032918: add %. to ztrftime for use in promptsPeter Stephenson1-1/+27
2014-06-0732737, 32736 (32741), 32735, 32734, 32733, 32732 (32739): Strict compilationNikolas Garofil1-3/+5
fixes Src/utils.c: properly ifdef declarations Src/zsh_system.h: memmove() should return its dest argument Src/signals.c: define ret before use Src/mem.c: remove unused pointers Src/prototypes.h: use size_t in bcopy() Src/compat.c: fix const declaration inconsistency
2014-06-0532716: properly test iconv return values for error conditionsBarton E. Schaefer1-4/+3
2014-06-0236526: when __APPLE__ is defined at compile, normalize Unicode filenames in ↵Barton E. Schaefer1-0/+31
zreaddir()
2014-04-2932592: add CORRECT_IGNORE_FILE variableTomoki Sekiyama1-1/+10
2014-01-1932294: prevent buffer overflow when scanning very long directory paths for ↵Barton E. Schaefer1-13/+18
symbolic links
2013-11-2732061: Fix "use of uninitialized memory" in metafyBarton E. Schaefer1-2/+2
2013-11-1932023: better interrupt handling at RM_STAR_WAITBarton E. Schaefer1-0/+2
2013-08-1131650: use zlong for mailcheck parameters to ensure rangePeter Stephenson1-4/+4
2013-08-1031648: fix timing errors in mailcheckjoe M1-3/+6
2013-04-3031350: block SIGWINCH nearly all the time, exceptBart Schaefer1-0/+7
when about to calculate prompts or do synchronous read, so syscalls are not interrupted by window size changes.
2012-12-16add missing mod_exportPeter Stephenson1-1/+1
2012-09-1130647, 30649: allow underscores in numeric constantsPeter Stephenson1-9/+19
2012-06-2730530,30533: fix problems with COLUMNS or LINES < 1, and related issuesBart Schaefer1-1/+1
2012-05-01users/17046: don't count too many elements when splitting quoted parameterPeter Stephenson1-1/+1
substitution on null parameter
2012-04-1630413: (q-) parameter flag should quote null stringPeter Stephenson1-10/+9
(q-q) etc. should be treated as errors
2012-03-1330351 + 30352: metafy strings on import into zsh variablesPeter Stephenson1-0/+22
2012-03-0530307 plus tweak suggsted by Wayne: use %lld for zlong when long longPeter Stephenson1-2/+6
2011-12-0329940: metafy() added null termination even if buffer was not modifiablePeter Stephenson1-2/+2
2011-11-15users/16581: skip correction shortcut based on command table search whenBart Schaefer1-9/+13
the word is not in command position; on rejected command correction, reset incremental path hashing.
2011-10-0229799: swap order of RESET_PROMPT / REFRESH in adjustwinsize().Bart Schaefer1-1/+1
2011-08-17users/16253, users/16255: a nulstring should be split like an empty stringPeter Stephenson1-0/+4
2011-08-0429643: set incompfunc to zero when executing hook or trap functionPeter Stephenson1-1/+11
2011-07-2529561: Allow closing of fd's not recorded by the shellPeter Stephenson1-15/+13
2011-06-1929491: remove some variables set but not usedPeter Stephenson1-2/+2
2011-05-0929165: use term.h globally if needed at all.Peter Stephenson1-21/+22
2011-04-0628977: fix copying of uninitialized memory when trying toWayne Davison1-0/+2
spell-correct a really long string.
2011-03-11users/15864: turn zsh_directory_name into a hookPeter Stephenson1-16/+62
2011-01-06unposted: fix argument type for write_loop()Peter Stephenson1-2/+4
2011-01-0628578: fix handling of numeric escapes that expand to "%" in printfBart Schaefer1-1/+2
format strings, so they are not treated as format introducers.
2011-01-0528568: buffer overflow examining pathsPeter Stephenson1-1/+7
2010-12-20Paul 28538 / me 28540 / couple of unposted casts:Peter Stephenson1-2/+2
use char * for pointer arithmetic rather than void *
2010-12-06Mikael: 28480: allow PROMPT_EOL_MARK to be an empty stringPeter Stephenson1-1/+1
2010-11-2728559: flush shell output in PROMPT_SP handlingPeter Stephenson1-0/+1
2010-11-26Use newer PROMPT_SP behavior for hasxn terms too.Wayne Davison1-4/+1
2010-11-25Overwrite PROMPT_SP string if it should remain invisible,Wayne Davison1-3/+4
even with an upcoming newline.
2010-11-2228424: new POSIX_STRINGS optionPeter Stephenson1-2/+13
2010-10-1528345: make ${(D)...} return a fully usable command line argumentPeter Stephenson1-11/+18
2010-07-1528073: allow #! scripts to search path if interpreter not foundPeter Stephenson1-0/+38
2010-06-1128025: (D) parameter flagPeter Stephenson1-0/+17
2010-05-2727965, 27966: Improve ${(q)...}: newline appears as $'\n;,Peter Stephenson1-9/+30
2010-03-27rationalise widths of non-printing characters to zero.Peter Stephenson1-6/+10
2010-03-1127785: IFS doesn't have a null in it in POSIXPeter Stephenson1-2/+4
unposted: note & needs quoting in :s in glob qualifier
2010-02-2427754 plus NEWS change: add "zsystem flock"Peter Stephenson1-0/+48
2010-02-22unposted: add debug code to zclose()Peter Stephenson1-0/+9
2010-02-2227721: rationalise initialisation of file descriptorsPeter Stephenson1-11/+27