summaryrefslogtreecommitdiffstats
path: root/test/long-lines.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 1582-1665 via svnmerge fromSteven Knight2006-11-021-0/+6
* Get rid of indentation tabs in the test scripts and have runtest.py invoke th...Steven Knight2005-10-141-9/+9
* Win32 portability: add an explicit match argument to TestCommon.py, use it t...Steven Knight2004-07-151-2/+4
* Fix tests on systems where 'ar' prints warnings about creating archives. (Ke...Steven Knight2004-07-131-2/+2
* Test portability fixes for Cygwin. (Chad Austin)Steven Knight2003-04-301-1/+8
* Cygwin fixes: use -fPIC and .dll for shared libraries, 'rm' to remove files....Steven Knight2003-04-111-1/+1
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-1/+1
* Update Copyright years.Steven Knight2003-01-161-1/+1
* Extend Win32 long command-line processing to lib.py. (Matt Balvin)Steven Knight2002-11-301-13/+39
* Add LIBS and LIBPATH dependencies for shared libraries. (Charles Crain)Steven Knight2002-06-151-2/+2
* Raise an error if a builder is called multiple times for a given target, unle...Steven Knight2002-05-061-1/+12
* Don't rebuild WIN32 libraries when there's no import library created. (Charl...Steven Knight2002-05-021-6/+2
* Fix for long-line LINKCOM signatures on WIN32; add a for_signature argument t...Steven Knight2002-05-021-1/+7
* Several bug fixes from Charles Crain.Steven Knight2002-04-221-0/+9
* Fix win32LinkGenerator.Steven Knight2002-04-171-1/+1
* Handle long command lines for the MSVC linker.Steven Knight2002-04-161-0/+61