OSSP CVS Repository |
|
Date | Version | Description |
---|---|---|
1.18 | Check-in
[2970]:
moved into its own al project
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.17 | Check-in
[2922]:
make al_setlabel conditional (use oldlabel == NULL for unconditional
behavíour)
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.16 | Check-in
[2918]:
new al_spanlabel method
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.15 | Check-in
[2916]:
new al_setlabel method to modify the data label within an
assembly line.
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.14 | Check-in
[2653]:
new span traversal mode
add direction to al_flatten to support span traversal
utility method al_firstlabel
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.13 | Check-in
[2649]:
significant API change.
now support data labels.
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.12 | Check-in
[2618]:
change in al_attach_buffer API
back out rse's change to al_traverse parameters. parameter order is: object ptr(if any), input parameters, output parameters PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.11 | Check-in
[2613]:
Be pedantic about consistent argument orders and move al_tx_t argument
to second position where it is for all other al_tx_t based functions:
-al_traverse(al_t *al, size_t off, size_t n, al_td_t dir, al_tx_t *tx) +al_traverse(al_t *al, al_tx_t *tx, size_t off, size_t n, al_td_t dir) By rse. (diff) | |
1.10 | Check-in
[2609]:
added al_traverse_end to API, to allow future cleanup/locking
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.9 | Check-in [2606]: Ok, as arranged with Michael: use 'assembly line' as the official long name By rse. (diff) | |
1.8 | Check-in [2604]: cosmetics By thl. (diff) | |
1.7 | Check-in [2596]: add the usual amount of license fun By rse. (diff) | |
1.6 | Check-in
[2593]:
code cleanup
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.5 | Check-in
[2589]:
move private al_buffer_t declaration to .c file
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.4 | Check-in
[2578]:
al_copy function, like al_flatten but into a target assembly list
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.3 | Check-in
[2575]:
code cleanup
get rid of AL_ALL_BYTES, not very useful
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.2 | Check-in
[2574]:
splice operation
traversal needs alloc/free function for context
lost of comments
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.1 | Check-in [2571]: first iteration through buffer data type PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. |