File: ChangeLog

package info (click to toggle)
libbitmask 2.0-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 588 kB
  • ctags: 152
  • sloc: sh: 786; ansic: 477; makefile: 58
file content (19 lines) | stat: -rw-r--r-- 566 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
- 2005-07-09  Paul Jackson  <pj@sgi.com>

    * Fix parsing bitmask lists

- 2005-07-01  Paul Jackson  <pj@sgi.com>

    * More robust parsing of cpuset specifications

- 2005-04-09  Paul Jackson  <pj@sgi.com>

    * Fix broken compare in bitmask_shiftleft() causing loop
    * bitmask_displaylist of empty bitmask should product empty string
    * Fix off-by-one error in flgets() scanner
    * Do not require mask tokens to have non-empty bitmasks
    * Allow importing cpusets with empty bitmasks

- 2004-10-23  Paul Jackson  <pj@sgi.com>

    * Original version