Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.
Current directory: [cvs.netbsd.org] / src / bin / sh
| File | Rev. | Age | Author | Last log entry |
|---|---|---|---|---|
| 1.81 | 17 months | apb | WARNS=4 | |
| 1.9 | 2 years | snj | It's "its." | |
| 1.12 | 5 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.6 | 5 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.18 | 17 months | apb | Make /bin/sh use intmax_t (instead of int) for arithmetic in $((...)). | |
| 1.14 | 17 months | apb | Make /bin/sh use intmax_t (instead of int) for arithmetic in $((...)). | |
| 1.21 | 4 years | seb | Add new builtin `wordexp' to support wordexp(3). From FreeBSD. Provided in PR l... | |
| 1.39 | 2 years | simonb | Make the change for bin/31548 to set $PWD on shell startup non-fatal if the curr... | |
| 1.5 | 2 years | christos | PR/31548: Alexander Rigbo: $PWD not set when shell starts up, before pwd or cd ... | |
| 1.36 | 6 months | matt | Fix inconsistent definitions | |
| 1.17 | 5 months | apb | If SHELL_BUILTIN is defined (as will be the case when building external builtins... | |
| 1.93 | 3 months | tron | Revert revisions 1.91 and 1.92. The POSIX spec about the correct behaviour is co... | |
| 1.15 | 6 months | matt | Fix inconsistent definitions | |
| 1.41 | 6 months | matt | Fix inconsistent definitions | |
| 1.21 | 5 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.78 | 17 months | apb | Make /bin/sh use intmax_t (instead of int) for arithmetic in $((...)). | |
| 1.17 | 17 months | apb | Make /bin/sh use intmax_t (instead of int) for arithmetic in $((...)). | |
| 1.41 | 6 months | joerg | Set unique mode for the history, so that repeating a command doesn't spam the hi... | |
| 1.10 | 5 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.40 | 18 months | rillig | Since interpreting ELF binaries as shell scripts is not very useful, and since t... | |
| 1.15 | 5 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.65 | 2 years | snj | It's "its." | |
| 1.19 | 4 years | dsl | Generate command line when SMALL is defined and make buffer full sized. All the ... | |
| 1.11 | 5 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.16 | 5 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.10 | 5 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.51 | 5 weeks | lukem | Remove the \n and tabs from the __COPYRIGHT() strings. | |
| 1.10 | 5 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.29 | 6 months | matt | Fix inconsistent definitions | |
| 1.15 | 6 months | matt | Fix inconsistent definitions | |
| 1.36 | 2 years | christos | fix setmode error handling. | |
| 1.3 | 5 years | christos | remove clause 3 | |
| 1.21 | 4 years | christos | don't include the printf builtin if we are SMALL; saves 10K. | |
| 1.4 | 4 months | martin | Convert to new 2 clause license | |
| 1.2 | 4 months | martin | Convert to new 2 clause license | |
| 1.10 | 5 years | agc | Move 4 more files from UCB 4 clause to 3 clause licence. Thanks to Julio Merino... | |
| 1.10 | 5 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.16 | 5 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.11 | 5 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.12 | 4 years | dsl | Change '\0' to 0 so that the SVR4 'echo' doesn't convert it to a null byte. Fixe... | |
| 1.12 | 5 years | agc | Move 4 more files from UCB 4 clause to 3 clause licence. Thanks to Julio Merino... | |
| 1.40 | 2 years | dsl | TOG require that 'set +o' output the options in a form suitable for restoring th... | |
| 1.19 | 2 years | dsl | TOG require that 'set +o' output the options in a form suitable for restoring th... | |
| 1.29 | 2 years | rumble | Handle asprintf failing to allocate. | |
| 1.18 | 5 months | apb | Remove trailing ';' in definitions of out1c and out2c macros. | |
| 1.69 | 6 days | christos | Fix here documents that end abruptly without NL before EOF. (Andy Shevchenko) | |
| 1.17 | 4 years | dsl | Correctly apply IFS to unquoted text in ${x-text}. Fixes PR/26058 and the 'for i... | |
| 1.30 | 7 months | msaitoh | Conform to XCU Section 2.8.2 (Exit Status for Commands) | |
| 1.15 | 5 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.87 | 14 months | christos | PR/36533: Greg A. Woods: minor doc fixes for sh(1) | |
| 1.17 | 5 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.26 | 4 years | dsl | This seems to need stdlib.h to get a prototype for abort(). | |
| 1.7 | 5 years | agc | Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J... | |
| 1.2 | 8 months | lukem | use __RCSID() | |
| 1.2 | 4 years | dsl | Put a syntax.c under CVS instead of building if with the mksyntax program. Kill ... | |
| 1.34 | 6 months | matt | Fix inconsistent definitions | |
| 1.18 | 3 years | christos | make setsig() return sig_t | |
| 1.38 | 20 months | christos | fix a volatile variable; from Anon Ymous | |
| 1.23 | 3 years | dsl | Save the length of each variable in the name table so that we can compare the le... |