summaryrefslogtreecommitdiff
path: root/arscan.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-20[SV 41758]: Fix archive support for VMS.John Malmberg1-3/+9
2014-09-07Fix and enhance VMS library support.Hartmut Becker1-90/+185
2014-07-07* arscan.c [ANDROID]: Android has no ar.h but supports archives.Fredrik Fornwall1-2/+2
2013-11-23[SV 40361] Don't use vsnprintf(), which is an ISO C99 function.Paul Smith1-8/+10
2013-07-21[Bug #39158] Source cleanups suggested by cppcheck utility.Paul Smith1-4/+3
2013-05-17Update source file format: remove TABs, use GNU coding styles.Paul Smith1-289/+289
2013-05-17Update copyright for changes in 2013.Paul Smith1-1/+1
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-2/+2
2012-01-16Update copyright notices.Paul Smith1-2/+2
2010-07-13Update copyrights for 2010.Paul Smith1-2/+2
2010-07-05Fixups for warnings on Windows (esp 64bit).Paul Smith1-6/+9
2009-11-16Add VMS enhancements from Hartmut Becker.Paul Smith1-2/+24
2009-10-25Update copyright years.Paul Smith1-2/+2
2009-06-09- Fix Savannah bug #18124Paul Smith1-2/+2
2007-07-04* Update to GPLv3Paul Smith1-63/+63
2006-11-18Fix from Eli for incorrect value of $(MAKE) on Cygwin.Paul Smith1-13/+13
2006-04-09Another round of cleanups:Paul Smith1-16/+16
2006-04-07Code cleanup: Remove all references to PARAMS() & ansi2knr.Paul Smith1-1/+1
2006-02-11Last of the copyright updates.Paul Smith1-2/+3
2006-02-11Update copyright and license notices on all files.Paul Smith1-16/+15
2004-02-24Many compiler warning cleanups.Paul Smith1-8/+10
2003-01-30Portability fix for glob.h building in FreeBSD ports system.Paul Smith1-1/+2
2002-10-14Convert the source code to use ANSI C style function definitions andPaul Smith1-35/+13
2001-06-01Fix for EINTR problems when using jobserver.Paul Smith1-2/+2
2001-05-21Some VMS fixes sent by John Fowler.Paul Smith1-4/+8
2000-04-22* Various bug fixes.Paul Smith1-1/+19
2000-01-22* Merge VMS patches by Hartmut Becker.Paul Smith1-0/+2
1999-10-15* Fix PR/1394.Paul Smith1-5/+3
1999-08-01* Release 3.77.92.3.77.92Paul Smith1-5/+2
1999-07-28* Add gettext macros to start i18n support.Paul Smith1-7/+7
1999-07-23* Bugfix for NT archive support.Paul Smith1-1/+1
1999-07-22* Fix backward incompatibility in new function implementation.Paul Smith1-3/+15
1999-07-21* Add configure option to enable dmalloc library.Paul Smith1-2/+2
1999-07-06* Various bugfixes/updates. See ChangeLog.Paul Smith1-1/+19
1999-03-05* Update FSF address info in copyright notices.Paul Smith1-1/+2
1999-02-22* New feature: .LIBPATTERNS controls the way -lfoo dependencies are expanded.Paul Smith1-61/+137
1999-02-19* Updates for automake 1.4 and autoconf 2.13Paul Smith1-0/+1
1998-10-03Checkpoint changes. Bug fixes, mostly.Paul Smith1-3/+3
1998-07-30GNU make release 3.77.Paul Smith1-6/+3
1997-08-27Updates for GNU make 3.75.92.Paul Smith1-18/+187
1995-08-10(ar_scan) [AIAMAG]: Check for zero MEMBER_OFFSET, indicating a valid, butRoland McGrath1-1/+8
1995-01-07(ar_name_equal) [cray]: Subtract 1 like [__hpux].Roland McGrath1-2/+2
1994-07-04(ar_member_touch) [EINTR]: Do EINTR looping around fstat.Roland McGrath1-0/+4
1994-02-16entered into RCSRoland McGrath1-2/+8
1993-12-16Formerly arscan.c.~32~Roland McGrath1-5/+12
1993-05-12Formerly arscan.c.~31~Roland McGrath1-4/+4
1993-05-03Formerly arscan.c.~30~Roland McGrath1-1/+7
1993-04-30Formerly arscan.c.~29~Roland McGrath1-9/+32