about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* 19602: cope with output from the preprocessor on HP/UX, Itanium IIOliver Kiddle2004-03-121-1/+1
* 19596: include dlfcn.h instead of dl.h on HP/UX 11Oliver Kiddle2004-03-111-1/+1
* 19595: rename DO to DOLOOP to avoid conflict with curses.h on Tru64 5.1Oliver Kiddle2004-03-115-7/+7
* 19575: Fix problem with trap on EXIT overriding statusPeter Stephenson2004-03-101-18/+35
* 19554: make nocaseglob more efficient on CygwinPeter Stephenson2004-03-081-1/+10
* 19553: rename c in zle to lastcharPeter Stephenson2004-03-088-376/+386
* 19552: missing mod_exportPeter Stephenson2004-03-081-1/+1
* 19549: correct buffer size for printf specOliver Kiddle2004-03-071-1/+1
* zsh-users/7121: NO_CASE_GLOB option for case-insensitive globbingPeter Stephenson2004-03-063-1/+6
* 19474: fix a calculation when displaying completions which areGeoff Wing2004-03-051-2/+2
* Fixed two cases where unmetify() was using an int* to store a valueWayne Davison2004-03-031-3/+6
* 19528: fix error if neither select nor poll availablePeter Stephenson2004-03-031-1/+1
* 19525: suppress compiler warnings and complete groups using lookupd on Mac OSOliver Kiddle2004-03-033-4/+4
* 19532: awk problem on AIX 5Peter Stephenson2004-03-031-2/+6
* 19514: typo in terminfo.cPeter Stephenson2004-03-021-1/+1
* 19512: --enable-pcre optionPeter Stephenson2004-03-011-1/+1
* 19505: compilation with NTTYDISC defined was broken.Peter Stephenson2004-03-011-2/+4
* Got rid of an unused-variable compiler-warning.Wayne Davison2004-02-261-1/+2
* 19460: Another go at fixing the terminfo configuration problemPeter Stephenson2004-02-262-13/+17
* 19456: Fix ptmx tests, again.Peter Stephenson2004-02-204-5/+13
* Silenced some compiler warnings about uninitialized variables.Wayne Davison2004-02-191-4/+4
* 19429: configure test for ptmxPeter Stephenson2004-02-171-9/+11
* 19427: last job in jobs wasn't reported.Peter Stephenson2004-02-171-2/+2
* 19422: fix crash resulting from passing a long option to compctlOliver Kiddle2004-02-151-1/+1
* 19420: Update configure.ac for better Autconf 2.50 support.Peter Stephenson2004-02-142-13/+7
* Another fix in sub_match() to avoid allowing a partial-meta matchWayne Davison2004-02-101-4/+9
* Optimized the check for a widowed Meta character.Wayne Davison2004-02-091-5/+7
* 19408: fix argument handling for ulimit -aHPeter Stephenson2004-02-081-3/+13
* 19389+: fix zmodload -u zsh/datetime, add strftime -s scalarPeter Stephenson2004-01-221-4/+23
* 19385: NULL dereference in add_match_partPeter Stephenson2004-01-201-1/+1
* users/7011: typo in mkbltnmlst.shPeter Stephenson2004-01-191-1/+1
* 19374: fix typo in 19361Peter Stephenson2004-01-151-1/+1
* 19361: Memory leaksPeter Stephenson2004-01-122-4/+23
* 19336: Src/Zle/compmatch.c: Bug with metafied characters in length ofPeter Stephenson2004-01-051-1/+8
* Changed bin_eval() to default lastval to 0, just in case we have anWayne Davison2004-01-051-0/+1
* 19308: zsh crashes with $((##))Oliver Kiddle2003-12-171-1/+4
* 19295: $CONTEXT zle parameterPeter Stephenson2003-12-156-10/+57
* 19281: zle-line-init special widgetPeter Stephenson2003-12-122-1/+22
* 19269: 8-bit characters in character classesPeter Stephenson2003-12-031-1/+1
* 19242: Make job table dynamically reallocatable.Peter Stephenson2003-11-139-53/+187
* 19218: extend 19216 to zle widgetsPeter Stephenson2003-11-032-10/+16
* 19216: Save and restore pipestatus. Remove debugging outputPeter Stephenson2003-11-031-4/+16
* Added *.dll to .cvsignore and fixed typo. (unposted)Felix Rosencrantz2003-11-031-0/+1
* add *.dll and fix typo with errnames.hFelix Rosencrantz2003-11-033-1/+4
* a la 19209: zcalloc -> zshcallocPeter Stephenson2003-10-2929-91/+91
* 18169: change parameter SECS in datetime to EPOCHSECONDSPeter Stephenson2003-10-081-1/+1
* 19168: Various problems with size of buffers and pointer usage in ztrftimePeter Stephenson2003-10-063-19/+75
* 19167: fix NUL at start of BRACE_CCL range.Peter Stephenson2003-10-061-5/+6
* unposted: update distribution files for 18980 and 19053Peter Stephenson2003-10-062-1/+2
* 19151: Src/Modules/datetime.c: add $SECS parameter for seconds since epoch.Clint Adams2003-09-281-1/+14