~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:10:58 UTC
  • Revision ID: scott@netsplit.com-20070206181058-dgns6nlhxzid9wb7
* upstart/wire.c (upstart_push_packv, upstart_pop_packv): Add calls
to push and pop array.
* upstart/tests/test_wire.c (test_push_pack, test_pop_pack): Test
support for arrays.

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_packv, upstart_pop_packv): Add calls
 
4
        to push and pop array.
 
5
        * upstart/tests/test_wire.c (test_push_pack, test_pop_pack): Test
 
6
        support for arrays.
 
7
 
3
8
        * upstart/wire.c (upstart_push_array, upstart_pop_array): Implement
4
9
        new array functions; note that these use a newer format that allows
5
10
        us to transmit NULL without needing to limit the size of the array.