| Commit message (Expand) | Author | Age | Files | Lines |
* | Add hacks that I use to test cross-builds (by building on | ru | 2005-03-02 | 4 | -0/+23 |
* | Bootstrap gencat(1). | ru | 2005-02-27 | 1 | -0/+5 |
* | As threatened, drop support for source upgrades from pre-5.3. | ru | 2005-02-27 | 6 | -160/+0 |
* | Make the format of LC_CTYPE files architecture independent by | ru | 2005-02-26 | 1 | -0/+5 |
* | Fix builds with a read-only directory and a make upgrade. This is done | harti | 2004-12-07 | 1 | -6/+4 |
* | Make this work under debugging, e.g., "make -dl". | ru | 2004-12-06 | 1 | -1/+1 |
* | Make the tests runnable on a read-only src. To do this you must make sure | harti | 2004-12-02 | 2 | -49/+69 |
* | Chmod the shell testscript to be executable if it isn't already. According | harti | 2004-11-30 | 1 | -0/+1 |
* | Add some regression tests for the .SHELL target. I'm not sure that the | harti | 2004-11-25 | 3 | -1/+59 |
* | Switch over to a different, more flexible test output protocol that's | nik | 2004-11-11 | 2 | -29/+21 |
* | Add a regression test for the alternate shell specification. | ru | 2004-10-23 | 1 | -0/+10 |
* | Now that make more correctly handles variable assignments | harti | 2004-08-12 | 1 | -3/+1 |
* | Back out something I'm working on that crept in with the last commit. | harti | 2004-08-05 | 1 | -1/+3 |
* | Remove extra spaces. Remove double quotes around error messages - | harti | 2004-08-05 | 1 | -13/+11 |
* | Add another test that checks for a working '+' command flag. | harti | 2004-08-05 | 1 | -0/+19 |
* | Add a regression test for the passing of command line | harti | 2004-08-04 | 1 | -0/+87 |
* | Removed extraneous parentheses. | ru | 2004-03-01 | 1 | -1/+1 |
* | Add getopt_long.c if ${BOOTSTRAPPING} < 502104 | ache | 2004-02-28 | 1 | -1/+1 |
* | Unbreak the upgrade path from 4.9 after removal of GNU getopt and | ru | 2004-02-20 | 2 | -0/+16 |
* | Add a test for what was broken in rev. 1.28 and fixed in rev. 1.29 | ru | 2004-01-30 | 1 | -0/+8 |
* | Add a test for what was fixed in revs. 1.28 and 1.29 of make/str.c. | ru | 2004-01-29 | 1 | -0/+11 |
* | Fix a bug that prevented exists() from finding "foo/", "foo/." | ru | 2003-10-02 | 1 | -0/+11 |
* | Fixed broken arithmetic expression parser. | ru | 2003-07-04 | 1 | -0/+12 |
* | A version of <sys/endian.h> in RELENG_4 doesn't have 64-bit functions. | ru | 2003-04-15 | 1 | -1/+1 |
* | Make sure legacy stuff comes last. Some tools that use | ru | 2003-04-12 | 3 | -10/+12 |
* | libc_gen/basename.c depends on include/libgen.h. | ru | 2003-04-11 | 1 | -3/+3 |
* | -legacy and /.../legacy/... looks better than build or bootstrap in | imp | 2003-04-06 | 2 | -5/+5 |
* | We can't use ${WORLDTMP}/usr/{include,lib} for the compat layer. This | imp | 2003-04-06 | 1 | -3/+5 |
* | Don't need the gccism include_next since we won't create this file | imp | 2003-04-06 | 1 | -6/+1 |
* | Migrate to a new way of dealing with building from old revisions of | imp | 2003-04-05 | 6 | -0/+180 |
* | The regression-tests for 'make' *expect* to trigger make's warning: | gad | 2003-02-10 | 1 | -1/+1 |
* | Add a test for what was fixed in revisions 1.39 and 1.50 of | ru | 2002-11-28 | 1 | -0/+9 |
* | Moved make(1) regression tests from src/Makefile to where they | ru | 2002-11-28 | 1 | -1/+25 |
* | Hide the test in <target> under '.if make(<target>)' so as to not get any | jmallett | 2002-10-25 | 1 | -0/+4 |
* | As of revision 1.38 of make/parse.c, our make(1) will warn too. Note that | jmallett | 2002-07-28 | 1 | -2/+3 |
* | Grrr, make the test for embedded variables in the left-hand-side actually do | jmallett | 2002-06-20 | 1 | -2/+2 |
* | Add a test for what was fixed in revision 1.27 and 1.28 of make(1)'s var.c, | jmallett | 2002-06-19 | 1 | -0/+17 |
* | Add a regression test for bin/5297, regarding sysv substitution with a nil | jmallett | 2002-05-05 | 2 | -0/+10 |
* | Prefix tests with PASS and FAIL, to make grepping easier, and note this in | jmallett | 2002-04-27 | 1 | -3/+3 |
* | Check to see if make(1)'s handling of doubly-defined targets is busted or | jmallett | 2002-04-21 | 1 | -0/+11 |
* | Add a test of variable evaluation and substitution for make(1), as a start | jmallett | 2002-04-20 | 2 | -0/+21 |