~vorlon/ubuntu/raring/upstart/lp.1199778

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Scott James Remnant
  • Date: 2007-02-06 18:32:08 UTC
  • Revision ID: scott@netsplit.com-20070206183208-c1q66subvgkod41k
* upstart/wire.c (upstart_push_int, upstart_pop_int) 
(upstart_push_unsigned, upstart_pop_unsigned): Convert to array-style
type first format.
(upstart_push_string, upstart_push_header): Write the length and
type fields out by hand so they don't get an 'i' prefix.
(upstart_pop_string, upstart_pop_header): Read the length and type
fields by hand so they don't get an 'i' prefix.
* upstart/tests/test_wire.c (test_push_int, test_pop_int) 
(test_push_unsigned, test_pop_unsigned): Update test cases to match.
(test_push_pack, test_pop_pack): Pack format was changed too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
2007-02-06  Scott James Remnant  <scott@netsplit.com>
2
2
 
 
3
        * upstart/wire.c (upstart_push_int, upstart_pop_int) 
 
4
        (upstart_push_unsigned, upstart_pop_unsigned): Convert to array-style
 
5
        type first format.
 
6
        (upstart_push_string, upstart_push_header): Write the length and
 
7
        type fields out by hand so they don't get an 'i' prefix.
 
8
        (upstart_pop_string, upstart_pop_header): Read the length and type
 
9
        fields by hand so they don't get an 'i' prefix.
 
10
        * upstart/tests/test_wire.c (test_push_int, test_pop_int) 
 
11
        (test_push_unsigned, test_pop_unsigned): Update test cases to match.
 
12
        (test_push_pack, test_pop_pack): Pack format was changed too.
 
13
 
3
14
        * upstart/wire.c (upstart_push_packv, upstart_pop_packv): Add calls
4
15
        to push and pop array.
5
16
        * upstart/tests/test_wire.c (test_push_pack, test_pop_pack): Test