about summary refs log tree commit diff
path: root/Src/Modules
Commit message (Collapse)AuthorAgeFilesLines
* 27608: fix memory for mbegin, mend & regexp testPeter Stephenson2010-01-202-6/+6
|
* 27600: extend =~ syntax to set positional variables for matchesPeter Stephenson2010-01-172-7/+128
|
* Check the return value of all pipe(), read(), and write() calls.Wayne Davison2009-12-162-7/+7
| | | | | | Gets rid of all the remaining "ignoring return value" compiler warnings, and makes some read/write operations safer by ensuring that an EINTR is handled.
* Richard Hartmann: 27440: typos in module warningsPeter Stephenson2009-11-302-3/+3
|
* users/14548: Src/Modules/termcap.c: prevent libtermcap from exiting on anBart Schaefer2009-11-111-1/+4
| | | | unknown terminal type
* Mikael: 27362: some more attr fixesPeter Stephenson2009-11-071-6/+6
|
* 27357: fix compiler warnings in attr modulePeter Stephenson2009-11-061-4/+4
| | | | 27358: fix error if $0 altered in sourced file
* Jun T.: 27351: zdelattr missed first argumentPeter Stephenson2009-11-051-1/+1
|
* Mikael: 27347: enhance extended attribute supportPeter Stephenson2009-11-041-61/+149
|
* Jun T.: 27292: fix length in socket callPeter Stephenson2009-09-291-6/+2
|
* 27286: Made movefd() return the targetfd on success. AddedWayne Davison2009-09-222-16/+22
| | | | a little more error checking in the callers of movefd().
* 27284: better use of movefd()Peter Stephenson2009-09-223-4/+25
|
* 27083: non-zero status on failures to find or execute file in "."Peter Stephenson2009-07-011-1/+1
|
* 26852: make terminfo.mdd test agree with one in terminfo.cPeter Stephenson2009-04-201-3/+1
|
* Jon Strait: 26778, 26781: extra options for PCRE matchingPeter Stephenson2009-03-251-9/+48
|
* 26772: better error handling and fix runaway chdir on failed cdPeter Stephenson2009-03-241-6/+2
|
* Mikael: 26759: missing here-document terminatorPeter Stephenson2009-03-191-0/+1
|
* 26735: Check some function return values for failures. Gets rid ofWayne Davison2009-03-153-5/+9
| | | | some compiler warnings, and improves error handling/notification.
* 26697: test for Linux- and Mac-style xattr functionsPeter Stephenson2009-03-082-6/+26
|
* fix the cap.c patchPeter Stephenson2009-03-031-2/+1
|
* 26680: still more metafy() stuff in capPeter Stephenson2009-03-031-3/+5
|
* 26677: cap module needs some unmetafy() callsPeter Stephenson2009-03-031-0/+3
|
* 26671: various minor attribute tidy upsPeter Stephenson2009-03-031-17/+17
|
* Mikael Magnusson: 26670: add zsh/attr modulePeter Stephenson2009-03-033-0/+188
|
* 26584: use bind/netdb.h where appropriatePeter Stephenson2009-02-201-0/+9
|
* 26546, 26556: sticky emulation for functions defined in emulate ... -c ...Peter Stephenson2009-02-112-1/+2
| | | | environments, plus documentation
* 26362: avoid calling regfree() on uninitialized regex_t.Wayne Davison2009-01-191-1/+1
|
* Fixed a few compiler warnings.Wayne Davison2009-01-191-6/+8
|
* 26301: make zpty -r exit more cleanly on bad readsPeter Stephenson2009-01-131-13/+33
| | | | | add option -m to make zpty -r return status 1 if pattern failed to match use this option in comptest
* François Revol: some BeOS fixesPeter Stephenson2008-11-181-0/+3
|
* 26013: don't ztrdup the other buffer returned by inet_ntoa. cf. 25987.Clint Adams2008-11-061-1/+1
|
* 25987: don't ztrdup the buffer returned by inet_ntoa.Clint Adams2008-11-011-1/+1
|
* users/13418: protect against have_strcodes lyingPeter Stephenson2008-10-301-2/+8
|
* Fixed a signed/unsigned compiler warning.Wayne Davison2008-10-111-1/+1
|
* 25777: argument to gdbmsetfn()Peter Stephenson2008-09-301-1/+1
| | | | unposted: recognise ~[ in completion after : and =
* users/13295, tweaked: dont reset line numbers when parsing strings, sometimesPeter Stephenson2008-09-293-3/+3
|
* 25744: dynamic named directories and further doshfunc() simplificationPeter Stephenson2008-09-261-5/+5
|
* 25677: add %x and %I prompt escapes for shell source code debuggingPeter Stephenson2008-09-161-15/+15
| | | | tidy up interface to doshfunc()
* 25651: make getpermtext() output indentation more logicalPeter Stephenson2008-09-111-2/+3
|
* 25611, 25613: protect against two possible NULL dereferences.Clint Adams2008-09-051-18/+22
|
* 25609: initialize sz variable.Clint Adams2008-09-041-1/+1
|
* 25595: fix line numbers with EVAL_LINENO,Peter Stephenson2008-09-031-4/+11
| | | | | try to fix oddities with funcstack and sourced files, simplify use of caller element of funcstack
* 25490: make zties dynamic so there can be more than one gdbm handle in use ↵Clint Adams2008-08-191-17/+33
| | | | at a time.
* 25448: add $funcfiletrace to show absolute line number for callerPeter Stephenson2008-08-132-1/+54
|
* 25247 with further modifications: add $funcsourcetracePeter Stephenson2008-08-112-3/+35
|
* 25329: build the curses module if we've got any usable curses header, not ↵Clint Adams2008-07-231-1/+1
| | | | just curses.h.
* 25324: Danek Duvall: some Solaris and more general completionsPeter Stephenson2008-07-211-25/+57
|
* 25322: fix printing of keys.Clint Adams2008-07-211-0/+1
|
* 25321: delete gdbm node when corresponding hash entry is unset.Clint Adams2008-07-211-1/+6
|
* 25320: fix read and write of elements by key.Clint Adams2008-07-211-16/+28
|