OSSP CVS Repository |
|
Date | Version | Description |
---|---|---|
1.20 | Check-in
[2970]:
moved into its own al project
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.19 | Check-in
[2923]:
more labelling test
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.18 | Check-in
[2918]:
new al_spanlabel method
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.17 | 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.16 | Check-in
[2731]:
fix parameter
remove compiler warning (signed/unsigned comparison)
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.15 | 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.14 | Check-in
[2649]:
significant API change.
now support data labels.
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.13 | Check-in [2624]: shutdown warning By rse. (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 [2614]: shutdown remaining gcc warnings By rse. (diff) | |
1.10 | 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.9 | Check-in
[2610]:
use al_traverse_end() as required by API
PR: Submitted by: Reviewed by: Approved by: Obtained from: By mlelstv. (diff) | |
1.8 | Check-in [2606]: Ok, as arranged with Michael: use 'assembly line' as the official long name By rse. (diff) | |
1.7 | Check-in [2598]: I assume this is a copy and paste error, but is not syntactically wrong in any case. By ms. (diff) | |
1.6 | Check-in [2596]: add the usual amount of license fun By rse. (diff) | |
1.5 | 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.4 | Check-in
[2577]:
INSERT/REMOVE didn't maintain list header
test code
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. |