diff options
| author | root <root@(null).(none)> | 2009-05-03 17:20:00 +0200 |
|---|---|---|
| committer | root <root@(null).(none)> | 2009-05-03 17:20:00 +0200 |
| commit | e0faf22f31c48fb27b43c1825897d26e58feafc4 (patch) | |
| tree | 65a09372b31e08a3a865bd0a88cd2718bafcd643 /devnode/ChangeLog~ | |
This is my initial working version.
There is a bug in boot in this version: subhurd sometimes cannot boot.
Diffstat (limited to 'devnode/ChangeLog~')
| -rw-r--r-- | devnode/ChangeLog~ | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/devnode/ChangeLog~ b/devnode/ChangeLog~ new file mode 100644 index 00000000..5efa8a5e --- /dev/null +++ b/devnode/ChangeLog~ @@ -0,0 +1,25 @@ +2008-08-28 Zheng Da <zhengda1936@gmail.com> + + * devnode.c (ds_device_open): Return the error instead of stopping the + translator. + +2008-08-20 Zheng Da <zhengda1936@gmail.com> + + * devnode.c (ds_device_open): Test device_name before using it. + + * util.h (DEBUG): Remove the macro. + +2008-08-18 Zheng Da <zhengda1936@gmail.com> + + * README: New file. + + * devnode.c (options): Replace the option '-i' with '-d'. + (parse_opt): Handle the option '-d'. + +2008-08-17 Zheng Da <zhengda1936@gmail.com> + + * Makefile: New file. + + * util.h: New file. + + * devnode.c: New file. |
