summaryrefslogtreecommitdiff
path: root/build/aplibtool.c
Commit message (Expand)AuthorAgeFilesLines
* Axed C++ comments.Guenter Knauf2011-02-091-1/+1
* Fix various issues found by cppcheckStefan Fritsch2010-07-271-5/+0
* Improve the way aplibtool handles static library dependencies by listing aBrian Havard2010-04-211-61/+203
* OS/2: A few tweaks to aplibtool:Brian Havard2010-03-301-0/+21
* Some folks are ignoring the Tab prohibitionsWilliam A. Rowe Jr2010-03-221-3/+3
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* Ignore -no-install switch.Brian Havard2003-11-221-0/+4
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* Handle (well, ignore for now) -version switch.Brian Havard2002-09-071-10/+19
* Fix missing NULL terminator for arg list when generating the import library.Brian Havard2002-06-301-0/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Quote library name in generated def file in case it turns out to be a reservedBrian Havard2001-10-041-1/+1
* Ignore a few more libtool switches.Brian Havard2001-08-231-0/+8
* Don't share data segments between shared modules.Brian Havard2001-08-201-0/+1
* Fix an incorrect memory allocation size.Brian Havard2001-08-201-1/+1
* OS/2: -Zstack takes a parameter which must also be removed when "linking" aBrian Havard2001-08-171-0/+4
* Make --mode=install work for OS/2 DLLs.Brian Havard2001-04-291-15/+39
* - When linking a dll, automatically build an import library from the .def fileBrian Havard2001-04-071-1/+39
* Add ability to generate .def files on the fly for dlls that export all symbolsBrian Havard2001-04-021-7/+91
* A simple libtool emulator which currently only supports OS/2 but it shouldBrian Havard2001-03-291-0/+620