Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update copyright notices to say 2010 where appropriatebug22312 | David R. MacIver | 2010-02-09 | 1 | -3/+3 |
| | |||||
* | s/bool()/boolean() in type specsbug21714 | Matthias Radestock | 2009-09-30 | 1 | -2/+2 |
| | | | | since in R13B02 erlc spits out deprecation warnings otherwise | ||||
* | New branch for bug 21425 | Matthew Sackman | 2009-08-19 | 1 | -1/+39 |
| | |||||
* | Fixed unused-variable warning | Tony Garnock-Jones | 2009-04-24 | 1 | -1/+1 |
| | |||||
* | handle negative prioritiesbug20354 | Matthias Radestock | 2009-04-15 | 1 | -0/+2 |
| | |||||
* | add some signatures | Matthias Radestock | 2009-03-31 | 1 | -0/+21 |
| | |||||
* | fix bug | Matthias Radestock | 2009-03-31 | 1 | -1/+1 |
| | |||||
* | small simplification | Matthias Radestock | 2009-03-31 | 1 | -2/+2 |
| | |||||
* | don't call into queue module and don't break its encapsulation | Matthias Radestock | 2009-03-31 | 1 | -12/+15 |
| | |||||
* | fix bug | Matthias Radestock | 2009-03-13 | 1 | -1/+1 |
| | |||||
* | change representation from gb_tree to kv list | Matthias Radestock | 2009-03-13 | 1 | -42/+43 |
| | | | | which is much more efficient for small numbers of priorities; the common case. | ||||
* | make in/2 insert items that are low priority | Matthias Radestock | 2009-03-12 | 1 | -6/+6 |
| | | | | and make to_list do something sensible. | ||||
* | another bug fix | Matthias Radestock | 2009-03-12 | 1 | -1/+1 |
| | |||||
* | fix bug | Matthias Radestock | 2009-03-12 | 1 | -1/+2 |
| | |||||
* | first cut at extending gen_server2 with priorities | Matthias Radestock | 2009-03-12 | 1 | -0/+125 |
This just changes the representation of the message queue; the API changes are still to come. |