summaryrefslogtreecommitdiff
path: root/dir.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-20Fix VMS implicit rules and UNIX paths.John Malmberg1-57/+142
2014-09-30Update Copyright statements for 2014.Paul Smith1-1/+1
2014-07-07* various: Assume ISO C89-compliant free() implementation.Paul Smith1-8/+1
2013-11-23[SV 40361] Don't use vsnprintf(), which is an ISO C99 function.Paul Smith1-1/+1
2013-09-22Add VMS port updates from Hartmut Becker.Paul Smith1-0/+1
2013-07-21[Bug #39158] Source cleanups suggested by cppcheck utility.Paul Smith1-27/+23
2013-06-22Create a character map to use for locating stop-points in strings.Paul Smith1-4/+5
2013-05-17Update source file format: remove TABs, use GNU coding styles.Paul Smith1-223/+222
2013-05-17Update copyright for changes in 2013.Paul Smith1-1/+1
2013-04-28Fix Savannah bug #37065 with $(wildcard foo/*/.) returning non-directories.Eli Zaretskii1-1/+21
2013-04-16Cleanup some source and fix autoconf warnings.Paul Smith1-2/+0
2013-01-20Rename the make.h file to makeint.h for internal use only.Paul Smith1-1/+1
2012-03-05Simplify copyrights using ranges of years.Paul Smith1-3/+1
2012-03-04Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines.Paul Smith1-6/+6
2012-01-16Update copyright notices.Paul Smith1-3/+3
2010-07-13Update copyrights for 2010.Paul Smith1-2/+2
2010-07-05Fixups for warnings on Windows (esp 64bit).Paul Smith1-3/+0
2010-07-01- Rename strieq() to patheq() for clarity.Paul Smith1-7/+4
2009-11-16Add VMS enhancements from Hartmut Becker.Paul Smith1-5/+18
2009-10-25Update copyright years.Paul Smith1-2/+2
2007-10-10Some Windows fixes to allow builds to succeed.Paul Smith1-14/+17
2007-07-04* Update to GPLv3Paul Smith1-4/+4
2007-03-20This is a major update, which switches virtually every allocated-but-not-freedPaul Smith1-12/+10
2006-11-18Fix from Eli for incorrect value of $(MAKE) on Cygwin.Paul Smith1-108/+112
2006-04-09Another round of cleanups:Paul Smith1-15/+15
2006-04-07Code cleanup: Remove all references to PARAMS() & ansi2knr.Paul Smith1-6/+6
2006-02-11Last of the copyright updates.Paul Smith1-1/+2
2006-02-11Update copyright and license notices on all files.Paul Smith1-25/+29
2006-02-06Fix Savannah bugs # 15341, 15534, and 15533.Paul Smith1-6/+17
2006-02-01Fix a bug where a variable could be used without being initialized in W32.Paul Smith1-6/+6
2006-01-04Various changes getting ready for the release of 3.81.Paul Smith1-0/+4
2005-06-27Fixes for some Windows/MSC compile issues.Paul Smith1-3/+3
2005-02-28* New feature: -L optionPaul Smith1-8/+4
2005-02-10Flush stdout after printing directory info.Paul Smith1-2/+2
2003-11-03Added MINGW32 changes.Paul Smith1-0/+6
2003-07-19Minor updates for Windows and OS/2.Paul Smith1-1/+3
2003-05-02- Fix bug #1405: allow multiple pattern-specific variables to match a target.Paul Smith1-3/+3
2003-03-24Add support for OS/2, contributed by Andreas Buening <andreas.buening@nexgo.de>Paul Smith1-0/+4
2003-01-30Portability fix for glob.h building in FreeBSD ports system.Paul Smith1-4/+11
2002-10-14Convert the source code to use ANSI C style function definitions andPaul Smith1-60/+29
2002-10-04Fix K&R-isms found on SunOS 4.1.4 builds.Paul Smith1-9/+21
2002-08-10Update to a new version of automake and gettext.Paul Smith1-9/+9
2002-08-08Incorporate some VMS fixes.Paul Smith1-1/+1
2002-07-11Install Greg McGary's patches to port the id-utils hashing functions toPaul Smith1-255/+330
2001-06-01Fix for EINTR problems when using jobserver.Paul Smith1-5/+5
2000-07-30* Various fixes; see the ChangeLog.Paul Smith1-1/+2
2000-06-07* Lots of bug fixes and cleanup; new i18n files, etc.Paul Smith1-8/+18
2000-02-07* Fix for dir.c from Andreas Schwab.filedef-cleanup-basePaul Smith1-5/+22
2000-02-05* Updates for VMS, Windows, and DOS ports.Paul Smith1-1/+1
2000-01-22* Merge VMS patches by Hartmut Becker.Paul Smith1-30/+45