summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2005-02-2120833: typo: int_t -> wint_tPeter Stephenson1-1/+1
2005-02-1820828: typos in 20822Peter Stephenson2-2/+2
2005-02-1820822: Initial code for Unicode/multibyte inputPeter Stephenson14-161/+468
20823: Debugging test in stat wrong for 64-bit systems
2005-02-1620816: update rlimits for new glibcPeter Stephenson1-3/+7
2005-02-1520812: Add functions for exception handlingPeter Stephenson1-1/+1
2005-02-0720798: propagate an #ifdef to prototypesPeter Stephenson1-0/+2
2005-02-0720794: Change version to 4.3.0-dev-1Peter Stephenson1-0/+3
Don't compile in a static in init.c unless needed.
2005-02-06fix autoloaded trap bug; rejig use of trapfuncsPeter Stephenson7-39/+88
(now traplists); improve trap tests
2005-02-0220774: fix e.g. "FOO=BAR BAR=FOO echo" failure to unset FOO after finishing.Bart Schaefer1-2/+2
2005-02-0120759, 20760, 20765: Improve Cygwin configurationPeter Stephenson2-3/+3
2005-01-26 * 20753: use ZS_memmove instead of memmove.Clint Adams2-2/+3
2005-01-2620752: fix access to ZLE parametersPeter Stephenson7-34/+48
2005-01-26 * 20751: Src/Zle/zle_refresh.c: use '?' for character conversion errorClint Adams1-2/+2
2005-01-26 * 20747: some wide char support in the zle refresh code.Clint Adams2-16/+42
2005-01-2620750: fix hang with 20742Peter Stephenson1-2/+9
2005-01-2520742: More Unicode conversion stuff.Peter Stephenson6-112/+281
2005-01-24users/8422: [[ ... -nt ... ]] with bad stat causedPeter Stephenson1-1/+1
mayhem in initialisation files, functions, etc.
2005-01-22 * 20736: Src/Zle/zle_utils.c: change zlegetline() to return a metafied string.Clint Adams1-7/+2
2005-01-22 * 2073x: Src/Zle/zle_utils.c, Src/hist.c: modify zlegetline() and zlegetlineClint Adams2-2/+28
caller so that the octet-based and wide-character versions should return the same string.
2005-01-21Fixed compiler warning about a missing initializer.Wayne Davison1-2/+2
2005-01-21Got rid of "unused parameter" compiler warning for nullsethashfn().Wayne Davison1-1/+1
2005-01-1920728: add RLIMIT_SIGPENDING and RLIMIT_MSGQUEUE,Peter Stephenson2-43/+76
also use ulimit -x for RLIMIT_LOCK
2005-01-16 * 20718: Src/Zle/zle_utils.c: minor cleanup for proto-Unicode stuff.Clint Adams1-6/+1
2005-01-14c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson29-1109/+1187
unposted: update version to 4.2.3-dev-1
2005-01-12users/8359: add Darwin completion directories by defaultPeter Stephenson1-1/+1
2005-01-1220701: fix compilation on Mac OS X: define is __APPLE__, not APPLEOliver Kiddle1-1/+1
2005-01-1220695: Fix Cygwin problem with initialising from pointer to imported variablePeter Stephenson4-6/+49
2005-01-12Fix .distfiles and .cvsignorePeter Stephenson1-1/+1
2005-01-11 * 20657: Src/Zle/zle_tricky.c: sort completions partially based on ↵Clint Adams1-0/+4
LC_COLLATE setting.
2005-01-1120666: Avoid creating unnecessary multios when a descriptor is closed andBart Schaefer1-1/+2
then re-opened.
2005-01-1020661: *(+func) = *(e:func:)Peter Stephenson1-5/+26
2005-01-0520632: incorrect propagation of signals to process groupPeter Stephenson1-1/+2
2004-12-0720605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson19-800/+912
Separate justification width of parameters from base/precision.
2004-12-01A few minor style tweaks (as discussed in 20595 and 20596).Wayne Davison1-6/+7
2004-11-29Corrected the error-return comment for zchdir() and optimized theWayne Davison1-9/+8
HAVE_FCHDIR error-return code.
2004-11-2920591: Stephane Chazelas: use of fchdir in zchdir leaked fd'sPeter Stephenson1-3/+7
2004-11-2920592: Debian bug#283358: $((##)) failed erraticallyPeter Stephenson1-0/+4
2004-11-2320576: fix core dump on TRAPEXITPeter Stephenson1-1/+13
2004-11-2220572: Allow alternative signal namesPeter Stephenson5-36/+153
2004-11-1920568: debug test in pattern.c was out of datePeter Stephenson1-1/+1
2004-11-1920566++: prefer SIGCHLD to SIGCLD and SIGPOLL to SIGIOPeter Stephenson1-0/+2
2004-11-16users/8219: add $HISTCMDPeter Stephenson1-0/+1
2004-11-1620556: change SOCKLEN_T to ZSOCKLEN_T to avoid clashPeter Stephenson3-5/+5
2004-11-05fix "compadd -k assoc1 assoc2"Bart Schaefer1-2/+3
2004-10-2920528: exec 8>>(grep a) waited incorrectly for grep to finishPeter Stephenson1-7/+20
2004-10-2620522: must-match optimisation in parameter substitution brokenPeter Stephenson1-2/+14
2004-10-22Fixed an arg in a call to times() (from Borzenkov Andrey).Wayne Davison1-1/+1
2004-10-2220513: fix tests of zero-length patternsPeter Stephenson2-3/+16
trivial optimisation in jobs.c (unposted)
2004-10-21Use the new gettempfile() function.Wayne Davison4-16/+9
2004-10-21Added gettempfile(), which works like a custom mkstemp() (in additionWayne Davison1-0/+41
to the existing gettempname(), which works like a custom mktemp()).