| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix process substitution on systems without fdescfs (FreeBSD 5.x, 6.x) | Oliver Eikemeier | 2004-10-09 | 9 | -98/+79 |
* | Unbreak on 5.X and -CURRENT. | Alexey Dokuchaev | 2004-10-07 | 2 | -6/+1 |
* | BROKEN on 5.x: Does not compile | Kris Kennaway | 2004-09-29 | 1 | -0/+4 |
* | - Fix package build on pointyhat and other environments where | Sergei Kolobov | 2004-09-27 | 1 | -1/+2 |
* | - rssh < 2.2.1 has information disclosure vulnerability, so update to 2.2.1 | Yen-Ming Lee | 2004-09-21 | 3 | -97/+20 |
* | update to version 3.7 | Oliver Eikemeier | 2004-09-03 | 20 | -520/+168 |
* | - add FAQ | Oliver Eikemeier | 2004-09-03 | 6 | -11/+181 |
* | Reenable 'pkg_add -r' usefullness. | David E. O'Brien | 2004-08-26 | 1 | -0/+1 |
* | Add patch-set which fixes various bugs including a stack overflow. | Volker Stolz | 2004-08-26 | 2 | -1/+6 |
* | Deprecated. | Shigeyuki Fukushima | 2004-08-25 | 1 | -0/+3 |
* | - Move a faster site (archive.progeny.com) to the beginning | Sergei Kolobov | 2004-08-25 | 1 | -3/+4 |
* | - Remove dead mirrors, add few new ones | Sergei Kolobov | 2004-08-24 | 1 | -5/+6 |
* | - Update to 4.2.1 [1] | Sergei Kolobov | 2004-08-24 | 3 | -69/+86 |
* | We now have the C99 wide/multibyte character functions bash needs. | David E. O'Brien | 2004-08-23 | 2 | -26/+0 |
* | Add the 'DEBUG' build option. | David E. O'Brien | 2004-08-23 | 1 | -0/+3 |
* | add three fixes from bug-bash@: | Oliver Eikemeier | 2004-08-19 | 4 | -1/+57 |
* | update to 040812 | Oliver Lehmann | 2004-08-15 | 2 | -3/+3 |
* | mark bash1 DEPRECATED, with EXPIRATION_DATE 2004-08-25 | Oliver Eikemeier | 2004-08-11 | 1 | -0/+3 |
* | move shells/bash3 -> shells/bash | Oliver Eikemeier | 2004-08-11 | 9 | -232/+1 |
* | Fix nested brace vs. variable expansion | Oliver Eikemeier | 2004-08-10 | 4 | -2/+32 |
* | Fix segfault when accessing an unset array | Oliver Eikemeier | 2004-08-10 | 4 | -0/+34 |
* | Ignore /dev/fd/ on FreeBSD 5.x -- devfs doesn't provide a full /dev/fd/ | David E. O'Brien | 2004-08-09 | 2 | -1/+17 |
* | Add bash3, The GNU Bourne-Again SHell version 3.00 | Oliver Eikemeier | 2004-07-30 | 43 | -958/+355 |
* | - Update to 20040711 | Pav Lucistnik | 2004-07-29 | 4 | -8/+6 |
* | Remove references to mirror.ac.uk | Volker Stolz | 2004-07-26 | 1 | -2/+1 |
* | Update to 3.11 | Kirill Ponomarev | 2004-07-17 | 4 | -15/+27 |
* | Integrate bug fixes from [FDclone-users:00310], [FDclone-users:00311] | Akinori MUSHA | 2004-07-17 | 4 | -0/+464 |
* | - Update to 0.9.5 | Volker Stolz | 2004-07-16 | 2 | -4/+5 |
* | upgrade to 1.0124 | Ying-Chieh Liao | 2004-07-15 | 2 | -3/+3 |
* | Update to 2.05g. | Akinori MUSHA | 2004-07-10 | 2 | -3/+3 |
* | Fix location of binary in man-page | Volker Stolz | 2004-07-08 | 3 | -0/+15 |
* | Fix packaging w/ NOSHARED. | Volker Stolz | 2004-06-30 | 1 | -19/+19 |
* | Update to 2.05f. | Akinori MUSHA | 2004-06-24 | 6 | -94/+15 |
* | Add v7sh, the original Steve R. Bourne shell from the 7th edition Unix including | Pav Lucistnik | 2004-06-22 | 39 | -0/+5606 |
* | Avoid a null pointer dereference, so 'xargs <<< ${EMTPY_VARIABLE}' | David E. O'Brien | 2004-06-20 | 6 | -3/+63 |
* | Fix MASTER_SITES. | Norikatsu Shigemura | 2004-06-13 | 1 | -4/+2 |
* | Fix MASTER_SITES. | Norikatsu Shigemura | 2004-06-13 | 1 | -4/+2 |
* | Fix a bug where a \ at EOL did not work as escape character. | Akinori MUSHA | 2004-06-12 | 4 | -0/+88 |
* | Update to 2.05e. | Akinori MUSHA | 2004-06-09 | 7 | -762/+3 |
* | - Postfix fix: don't expect postconf be in /usr/sbin, rely on it being in PATH | Pav Lucistnik | 2004-06-05 | 4 | -4/+42 |
* | Putting commit bit in storage. I don't have the time | Patrick S. Gardella | 2004-06-02 | 1 | -1/+1 |
* | Don't remove directories we didn't install | Kris Kennaway | 2004-05-31 | 2 | -6/+0 |
* | Double MAXLAUNCHTABLE and MAXFUNCLINES. | Akinori MUSHA | 2004-05-27 | 2 | -5/+15 |
* | Readd a correct fix against the glob expansion bug. | Akinori MUSHA | 2004-05-25 | 4 | -1/+715 |
* | Back out part of the previous commit. Turned out that the fixes in | Akinori MUSHA | 2004-05-25 | 4 | -652/+1 |
* | Apply fixes against recently reported bugs. | Akinori MUSHA | 2004-05-25 | 6 | -0/+696 |
* | - Mark rssh as IGNORE on 4.x (wordexp() is not supported) | Clement Laforet | 2004-05-23 | 1 | -1/+5 |
* | Add rssh 2.1.1, a Restricted Secure SHell only for sftp or/and scp. | Clement Laforet | 2004-05-21 | 6 | -0/+140 |
* | - Fix MASTER_SITES | Kirill Ponomarev | 2004-05-19 | 2 | -5/+3 |
* | Update to 2.05d. | Akinori MUSHA | 2004-05-13 | 2 | -3/+3 |