History log of /src/bin/dd/conv_tab.c |
Revision | | Date | Author | Comments |
1.10 |
| 14-Jan-2022 |
christos | The "ibm" and "oldibm" tables are identical, because POSIX just standardised the table from V7. Nobody, including the original authors, seems to have noticed this. Merge them and update the documentation. Also fix the odd, inconsistent, spelling of "pre-4.3BSD-Reno"). (From nabijaczleweli)
|
1.9 |
| 07-Aug-2003 |
agc | branches: 1.9.98; Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22249, verified by myself.
|
1.8 |
| 20-Jul-1997 |
christos | Fix compiler warnings. Add WARNS=1
|
1.7 |
| 20-Feb-1996 |
jtc | Re-do change to use const qualifer with conversion tables.
Fixed bug where pre-computed upper/lower case conversion tables were used. This won't work if user selected a different locale.
|
1.6 |
| 20-Feb-1996 |
cgd | Previous change (Use const qualifier with conversion tables) is broken. (1) It won't compile, and (2) there's code in dd.c which actually does modify (some, all, used?) conversion tables, so they can't _all_ be const (if any can).
|
1.5 |
| 19-Feb-1996 |
jtc | Use const qualifier with conversion tables
|
1.4 |
| 21-Mar-1995 |
cgd | convert to new RCS id conventions.
|
1.3 |
| 22-Sep-1994 |
mycroft | Merge 4.4-Lite version.
|
1.2 |
| 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
1.1 |
| 04-May-1993 |
glass | branches: 1.1.1; added dd(1) from ftp.uu.net:bsd-sources; torching GNU dd
|
1.1.1.1 |
| 22-Sep-1994 |
mycroft | Import original 4.4-Lite version.
|
1.9.98.2 |
| 21-Apr-2020 |
martin | Ooops, restore accidently removed files from merge mishap
|
1.9.98.1 |
| 21-Apr-2020 |
martin | Sync with HEAD
|