Changeset d37162faf05813012a7b970af3a48f7b46e034c9
- Timestamp:
- 04/07/07 13:41:40 (6 years ago)
- Author:
- dsmith <dsmith@…>
- Children:
- 867bfeb88b87d076cbb65865f0ac609ee284f103
- Parents:
- 2562af4f570c47b32d0b4faa7f3321835cd933e7
- git-author:
- L. Donnie Smith <donnie.smith@…> (04/07/07 13:41:40)
- git-committer:
- dsmith <dsmith@…> (04/07/07 13:41:40)
- Message:
-
Fixed per-file ChangeLog? date format pt 2
git-svn-id: http://abstrakraft.org/cwiid/svn/trunk@68 918edb2d-ff29-0410-9de2-eb38e7f22bc7
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r2562af4
|
rd37162f
|
|
| 1 | | 2007-04-07: L. Donnie Smith <cwiid@abstrakraft.org> |
| | 1 | 2007-04-07 L. Donnie Smith <cwiid@abstrakraft.org> |
| 2 | 2 | wiimote |
| 3 | 3 | * changed wiimote_info.class to btclass |
-
|
r2562af4
|
rd37162f
|
|
| 16 | 16 | * |
| 17 | 17 | * ChangeLog: |
| 18 | | * 2007-04-07: L. Donnie Smith <cwiid@abstrakraft.org> |
| | 18 | * 2007-04-07 L. Donnie Smith <cwiid@abstrakraft.org> |
| 19 | 19 | * * changed wiimote_info.class to btclass |
| 20 | 20 | * |
| 21 | | * 2007-04-01: L. Donnie Smith <cwiid@abstrakraft.org> |
| | 21 | * 2007-04-01 L. Donnie Smith <cwiid@abstrakraft.org> |
| 22 | 22 | * * created file |
| 23 | 23 | */ |
-
|
r2562af4
|
rd37162f
|
|
| 16 | 16 | * |
| 17 | 17 | * ChangeLog: |
| 18 | | * 2007-04-07: L. Donnie Smith <cwiid@abstrakraft.org> |
| | 18 | * 2007-04-07 L. Donnie Smith <cwiid@abstrakraft.org> |
| 19 | 19 | * * changed wiimote_info.class to btclass |
| 20 | 20 | * |
| 21 | | * 2007-04-03: L. Donnie Smith <cwiid@abstrakraft.org> |
| | 21 | * 2007-04-03 L. Donnie Smith <cwiid@abstrakraft.org> |
| 22 | 22 | * * fixed wiimote_find_wiimote seg fault |
| 23 | 23 | * |
| 24 | | * 2007-04-02: L. Donnie Smith <cwiid@abstrakraft.org> |
| | 24 | * 2007-04-02 L. Donnie Smith <cwiid@abstrakraft.org> |
| 25 | 25 | * * exception handling bugs |
| 26 | 26 | * |
| 27 | | * 2007-04-01: L. Donnie Smith <cwiid@abstrakraft.org> |
| | 27 | * 2007-04-01 L. Donnie Smith <cwiid@abstrakraft.org> |
| 28 | 28 | * * created file |
| 29 | 29 | */ |
-
|
r9ef2b8a
|
rd37162f
|
|
| 16 | 16 | * |
| 17 | 17 | * ChangeLog: |
| 18 | | * 2007-03-14: L. Donnie Smith <cwiid@abstrakraft.org> |
| | 18 | * 2007-03-14 L. Donnie Smith <cwiid@abstrakraft.org> |
| 19 | 19 | * * audited error checking (coda and error handler sections) |
| 20 | 20 | * * updated comments |
| 21 | 21 | * |
| 22 | | * 2007-03-06: L. Donnie Smith <cwiid@abstrakraft.org> |
| | 22 | * 2007-03-06 L. Donnie Smith <cwiid@abstrakraft.org> |
| 23 | 23 | * * added wiimote parameter to wiimote_err calls |
| 24 | 24 | * |
| 25 | | * 2007-03-01: L. Donnie Smith <cwiid@abstrakraft.org> |
| | 25 | * 2007-03-01 L. Donnie Smith <cwiid@abstrakraft.org> |
| 26 | 26 | * * Initial ChangeLog |
| 27 | 27 | * * type audit (stdint, const, char booleans) |
-
|
r9ef2b8a
|
rd37162f
|
|
| 16 | 16 | * |
| 17 | 17 | * ChangeLog: |
| 18 | | * 2007-04-04: L. Donnie Smith <cwiid@abstrakraft.org> |
| | 18 | * 2007-04-04 L. Donnie Smith <cwiid@abstrakraft.org> |
| 19 | 19 | * * cancel rw operations from wiimote_disconnect |
| 20 | 20 | * |
| 21 | | * 2007-04-01: L. Donnie Smith <cwiid@abstrakraft.org> |
| | 21 | * 2007-04-01 L. Donnie Smith <cwiid@abstrakraft.org> |
| 22 | 22 | * * wiimote_connect now takes a pointer to bdaddr_t |
| 23 | 23 | * * changed wiimote_findfirst to wiimote_find_wiimote |
| 24 | 24 | * |
| 25 | | * 2007-03-14: L. Donnie Smith <cwiid@abstrakraft.org> |
| | 25 | * 2007-03-14 L. Donnie Smith <cwiid@abstrakraft.org> |
| 26 | 26 | * * changed memcpy to bacmp |
| 27 | 27 | * * audited error checking (coda and error handler sections) |
| 28 | 28 | * * updated comments |
| 29 | 29 | * |
| 30 | | * 2007-03-06: L. Donnie Smith <cwiid@abstrakraft.org> |
| | 30 | * 2007-03-06 L. Donnie Smith <cwiid@abstrakraft.org> |
| 31 | 31 | * * added wiimote parameter to wiimote_err calls |
| 32 | 32 | * |
| 33 | | * 2007-03-01: L. Donnie Smith <cwiid@abstrakraft.org> |
| | 33 | * 2007-03-01 L. Donnie Smith <cwiid@abstrakraft.org> |
| 34 | 34 | * * Initial ChangeLog |
| 35 | 35 | */ |
-
|
r9ef2b8a
|
rd37162f
|
|
| 16 | 16 | * |
| 17 | 17 | * ChangeLog: |
| 18 | | * 2007-04-04: L. Donnie Smith <cwiid@abstrakraft.org> |
| | 18 | * 2007-04-04 L. Donnie Smith <cwiid@abstrakraft.org> |
| 19 | 19 | * * implemented process_error to handle socket read errors |
| 20 | 20 | * * added rw_status triggers to read and write handlers |
| 21 | 21 | * |
| 22 | | * 2007-03-14: L. Donnie Smith <cwiid@abstrakraft.org> |
| | 22 | * 2007-03-14 L. Donnie Smith <cwiid@abstrakraft.org> |
| 23 | 23 | * * audit error checking |
| 24 | 24 | * * reorganized file |
| … |
… |
|
| 26 | 26 | * * updated (some/a few) comments |
| 27 | 27 | * |
| 28 | | * 2007-03-06: L. Donnie Smith <cwiid@abstrakraft.org> |
| | 28 | * 2007-03-06 L. Donnie Smith <cwiid@abstrakraft.org> |
| 29 | 29 | * * added wiimote parameter to wiimote_err calls |
| 30 | 30 | * |
| 31 | | * 2007-03-01: L. Donnie Smith <cwiid@abstrakraft.org> |
| | 31 | * 2007-03-01 L. Donnie Smith <cwiid@abstrakraft.org> |
| 32 | 32 | * * Initial ChangeLog |
| 33 | 33 | * * type audit (stdint, const, char booleans) |
-
|
r9ef2b8a
|
rd37162f
|
|
| 16 | 16 | * |
| 17 | 17 | * ChangeLog: |
| 18 | | * 2007-04-04: L. Donnie Smith <cwiid@abstrakraft.org> |
| | 18 | * 2007-04-04 L. Donnie Smith <cwiid@abstrakraft.org> |
| 19 | 19 | * * Added queue_flush |
| 20 | 20 | * * Reimplemented queue_free using queue_flush |
| 21 | 21 | * |
| 22 | | * 2007-03-14: L. Donnie Smith <cwiid@abstrakraft.org> |
| | 22 | * 2007-03-14 L. Donnie Smith <cwiid@abstrakraft.org> |
| 23 | 23 | * * audited error checking (coda and error handler sections) |
| 24 | 24 | * |
| 25 | | * 2007-03-03: L. Donnie Smith <cwiid@abstrakraft.org> |
| | 25 | * 2007-03-03 L. Donnie Smith <cwiid@abstrakraft.org> |
| 26 | 26 | * * Initial ChangeLog |
| 27 | 27 | */ |
-
|
r9ef2b8a
|
rd37162f
|
|
| 16 | 16 | * |
| 17 | 17 | * ChangeLog: |
| 18 | | * 2007-04-04: L. Donnie Smith >cwiid@abstrakraft.org> |
| | 18 | * 2007-04-04 L. Donnie Smith >cwiid@abstrakraft.org> |
| 19 | 19 | * * Added queue_flush prototype |
| 20 | 20 | * |
| 21 | | * 2007-03-03: L. Donnie Smith <cwiid@abstrakraft.org> |
| | 21 | * 2007-03-03 L. Donnie Smith <cwiid@abstrakraft.org> |
| 22 | 22 | * * Initial ChangeLog |
| 23 | 23 | */ |
-
|
r9ef2b8a
|
rd37162f
|
|
| 16 | 16 | * |
| 17 | 17 | * ChangeLog: |
| 18 | | * 2007-04-04: L. Donnie Smith <cwiid@abstrakraft.org> |
| | 18 | * 2007-04-04 L. Donnie Smith <cwiid@abstrakraft.org> |
| 19 | 19 | * * updated wiimote_read and wiimote_write to trigger and detect rw_error |
| 20 | 20 | * |
| 21 | | * 2007-03-14: L. Donnie Smith <cwiid@abstrakraft.org> |
| | 21 | * 2007-03-14 L. Donnie Smith <cwiid@abstrakraft.org> |
| 22 | 22 | * * wiimote_read - changed to obey decode flag only for register read |
| 23 | 23 | * |
| 24 | | * 2007-03-06: L. Donnie Smith <cwiid@abstrakraft.org> |
| | 24 | * 2007-03-06 L. Donnie Smith <cwiid@abstrakraft.org> |
| 25 | 25 | * * added wiimote parameter to wiimote_err calls |
| 26 | 26 | * |
| 27 | | * 2007-03-01: L. Donnie Smith <cwiid@abstrakraft.org> |
| | 27 | * 2007-03-01 L. Donnie Smith <cwiid@abstrakraft.org> |
| 28 | 28 | * * Initial ChangeLog |
| 29 | 29 | * * type audit (stdint, const, char booleans) |
-
|
r9ef2b8a
|
rd37162f
|
|
| 16 | 16 | * |
| 17 | 17 | * ChangeLog: |
| 18 | | * 2007-04-01: L. Donnie Smith <cwiid@abstrakraft.org> |
| | 18 | * 2007-04-01 L. Donnie Smith <cwiid@abstrakraft.org> |
| 19 | 19 | * * removed wiimote_findfirst (moved to bluetooth.c) |
| 20 | 20 | * |
| 21 | | * 2007-03-27: L. Donnie Smith <cwiid@abstrakraft.org> |
| | 21 | * 2007-03-27 L. Donnie Smith <cwiid@abstrakraft.org> |
| 22 | 22 | * * moved wiimote_findfirst to bluetooth.c |
| 23 | 23 | * |
| 24 | | * 2007-03-14: L. Donnie Smith <cwiid@abstrakraft.org> |
| | 24 | * 2007-03-14 L. Donnie Smith <cwiid@abstrakraft.org> |
| 25 | 25 | * * audited error checking (coda and error handler sections) |
| 26 | 26 | * |
| 27 | | * 2007-03-05: L. Donnie Smith <cwiid@abstrakraft.org> |
| | 27 | * 2007-03-05 L. Donnie Smith <cwiid@abstrakraft.org> |
| 28 | 28 | * * created wiimote_err_func variable |
| 29 | 29 | * * created wiimote_err_default |
| 30 | 30 | * * added wiimote parameter to wiimote_err definition and calls |
| 31 | 31 | * |
| 32 | | * 2007-03-01: L. Donnie Smith <cwiid@abstrakraft.org> |
| | 32 | * 2007-03-01 L. Donnie Smith <cwiid@abstrakraft.org> |
| 33 | 33 | * * Initial ChangeLog |
| 34 | 34 | * * type audit (stdint, const, char booleans) |
-
|
r2562af4
|
rd37162f
|
|
| 16 | 16 | * |
| 17 | 17 | * ChangeLog: |
| 18 | | * 2007-04-07: L. Donnie Smith <cwiid@abstrakraft.org> |
| | 18 | * 2007-04-07 L. Donnie Smith <cwiid@abstrakraft.org> |
| 19 | 19 | * * changed wiimote_info.class to btclass |
| 20 | 20 | * |
| 21 | | * 2007-04-04: L. Donnie Smith <cwiid@abstrakraft.org> |
| | 21 | * 2007-04-04 L. Donnie Smith <cwiid@abstrakraft.org> |
| 22 | 22 | * * added wiimote_mesg_error message type |
| 23 | 23 | * |
| 24 | | * 2007-04-01: L. Donnie Smith <cwiid@abstrakraft.org> |
| | 24 | * 2007-04-01 L. Donnie Smith <cwiid@abstrakraft.org> |
| 25 | 25 | * * wiimote_connect now takes a pointer to bdaddr_t |
| 26 | 26 | * * added wiimote_info definition and macros |
| … |
… |
|
| 28 | 28 | * * changed wiimote_findfirst to wiimote_find_wiimote |
| 29 | 29 | * |
| 30 | | * 2007-03-05: L. Donnie Smith <cwiid@abstrakraft.org> |
| | 30 | * 2007-03-05 L. Donnie Smith <cwiid@abstrakraft.org> |
| 31 | 31 | * * added wiimote_err_t definition |
| 32 | 32 | * * added wiimote_set_err prototype |
| 33 | 33 | * |
| 34 | | * 2007-03-01: L. Donnie Smith <cwiid@abstrakraft.org> |
| | 34 | * 2007-03-01 L. Donnie Smith <cwiid@abstrakraft.org> |
| 35 | 35 | * * Initial ChangeLog |
| 36 | 36 | * * type audit (stdint, const, char booleans) |
-
|
r9ef2b8a
|
rd37162f
|
|
| 16 | 16 | * |
| 17 | 17 | * ChangeLog: |
| 18 | | * 2007-04-04: L. Donnie Smith <cwiid@abstrakraft.org> |
| | 18 | * 2007-04-04 L. Donnie Smith <cwiid@abstrakraft.org> |
| 19 | 19 | * * moved RW error state to separate member |
| 20 | 20 | * |
| 21 | | * 2007-04-01: L. Donnie Smith <cwiid@abstrakraft.org> |
| | 21 | * 2007-04-01 L. Donnie Smith <cwiid@abstrakraft.org> |
| 22 | 22 | * * removed WIIMOTE_CMP_LEN macro and wiimote_findfirst prototype |
| 23 | 23 | * |
| 24 | | * 2007-03-05: L. Donnie Smith <cwiid@abstrakraft.org> |
| | 24 | * 2007-03-05 L. Donnie Smith <cwiid@abstrakraft.org> |
| 25 | 25 | * * added wiimote parameter to wiimote_err prototype |
| 26 | 26 | * |
| 27 | | * 2007-03-01: L. Donnie Smith <cwiid@abstrakraft.org> |
| | 27 | * 2007-03-01 L. Donnie Smith <cwiid@abstrakraft.org> |
| 28 | 28 | * * Initial ChangeLog |
| 29 | 29 | * * type audit (stdint, const, char booleans) |