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