| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r287237: Respect locale settings. | delphij | 2015-09-14 | 1 | -0/+3 |
* | MFC r287236: | delphij | 2015-09-14 | 1 | -1/+1 |
* | MFC r268436,273243,278806,280920,286971: sh: Add various tests. | jilles | 2015-09-13 | 12 | -0/+65 |
* | MFC r287148: sh: Fix out of bounds read when there is no ] after a [:class:]. | jilles | 2015-09-13 | 3 | -12/+17 |
* | MFC r278826,279330: sh: Various cleanups to expand.c: | jilles | 2015-09-13 | 1 | -60/+55 |
* | MFC r272575: sh: Eliminate some gotos. | jilles | 2015-09-13 | 5 | -56/+43 |
* | MFC r287081: sh: Don't create bad parse result when postponing a bad | jilles | 2015-09-13 | 4 | -2/+13 |
* | MFC r287012: | jamie | 2015-08-29 | 5 | -21/+78 |
* | MFC r284916: mv: Improve message when moving two or more files to | jilles | 2015-08-22 | 1 | -1/+1 |
* | MFC r284779: sh: Fix some arithmetic undefined behaviour. | jilles | 2015-08-15 | 2 | -4/+3 |
* | MFH (r277531): don't include newvers in freebsd-version | des | 2015-07-02 | 1 | -1/+1 |
* | MFH (r275659): fix dependency on newvers.sh | des | 2015-06-30 | 1 | -2/+1 |
* | MFC r283257: | delphij | 2015-06-05 | 12 | -17/+1 |
* | MFC r282208: | smh | 2015-06-01 | 4 | -80/+90 |
* | Merge: 278618 278633 278636 278653 278742 278776 279121 | rodrigc | 2015-05-23 | 2 | -142/+128 |
* | MFC r282608: | delphij | 2015-05-21 | 2 | -4/+13 |
* | MFC r282482: cp: Remove fts sorting. | jilles | 2015-05-14 | 1 | -28/+1 |
* | MFC r275805: | tijl | 2015-04-30 | 2 | -2/+2 |
* | MFC r280206: | eadler | 2015-04-17 | 4 | -11/+19 |
* | MFC r280357: | dim | 2015-04-06 | 1 | -0/+3 |
* | MFC r278848: symlink(7): Mention chflagsat() (can take AT_SYMLINK_NOFOLLOW). | jilles | 2015-03-10 | 1 | -1/+2 |
* | MFC r276359: symlink(7): Note that stat(1) does not follow symlinks by | jilles | 2015-02-08 | 1 | -9/+8 |
* | MFC r277358: | ngie | 2015-01-26 | 2 | -0/+22 |
* | MFC r274254: sh(1): Mention portability issue with shifting zero positional | jilles | 2015-01-04 | 1 | -2/+3 |
* | MFC r271936: sh(1): Clarify that assignments before commands do not affect | jilles | 2015-01-04 | 1 | -2/+3 |
* | MFC r272777,r272779,r272780,r272781,r272782,r272783,r272784,r272787,r272788: | ngie | 2015-01-01 | 2 | -0/+18 |
* | MFC r276037: sh: Remove EXP_REDIR. | jilles | 2014-12-29 | 3 | -15/+8 |
* | MFC r274854: sh: Use DQSYNTAX only while expanding, not SQSYNTAX. | jilles | 2014-12-29 | 1 | -1/+1 |
* | MFC r273920: sh: Fix corruption of CTL* bytes in positional parameters in | jilles | 2014-12-29 | 3 | -1/+28 |
* | MFC r275745: | kib | 2014-12-27 | 1 | -1/+2 |
* | MFC r268576: sh: Correctly handle positional parameters beyond INT_MAX on | jilles | 2014-12-14 | 3 | -2/+19 |
* | MFC r272305 | rodrigc | 2014-10-05 | 2 | -53/+106 |
* | MFC r268376 (imp): | gjb | 2014-10-01 | 1 | -1/+1 |
* | MFC r269903: | ngie | 2014-08-29 | 3 | -92/+93 |
* | MFC r270256: | pfg | 2014-08-28 | 1 | -1/+1 |
* | MFC r269656: | kib | 2014-08-21 | 1 | -2/+1 |
* | MFC r268429: Don't install locale1.0 if MK_NLS == no. | jilles | 2014-08-20 | 1 | -0/+2 |
* | MFC r269977 | asomers | 2014-08-18 | 1 | -0/+2 |
* | MFC r267196: | pluknet | 2014-06-26 | 2 | -1/+15 |
* | MFC rev. 265593: | thomas | 2014-05-21 | 1 | -24/+43 |
* | MFC r265229,r265239: | bdrewery | 2014-05-17 | 3 | -7/+62 |
* | date(1): Add "-R" flag to use RFC 2822 date and time output format [MFC] | dumbbell | 2014-05-03 | 2 | -7/+33 |
* | MFC various moves of tools/regressions/ tests to the new infrastructure. | jmmv | 2014-04-27 | 30 | -0/+1053 |
* | MFC r264059+264067: | delphij | 2014-04-17 | 4 | -32/+67 |
* | MFC r263847: sh: Fix memory leak with an assignment before a regular builtin | jilles | 2014-04-15 | 1 | -2/+8 |
* | MFC r263846: sh: Fix memory leak when trying to set a read only variable. | jilles | 2014-04-15 | 1 | -1/+4 |
* | MFC refactoring of the *.test.mk files. | jmmv | 2014-04-14 | 5 | -5/+5 |
* | MFC r263777: sh: Fix possible memory leaks and double frees with unexpected | jilles | 2014-04-14 | 5 | -14/+31 |
* | MFC r263778: | dim | 2014-04-09 | 1 | -0/+2 |
* | MFC r263195: sh: Add some consts. | jilles | 2014-04-05 | 3 | -11/+11 |