~canonical-scott/grepmap/trunk

  • Committer: Scott James Remnant
  • Date: 2005-09-30 02:16:16 UTC
  • Revision ID: scott@netsplit.com-20050930021616-13ab3d78f29682c0
* configure.ac: Include a check for the size of the long type,
we'll use this to detect I?LP64 platforms and adjust inputmap
sizes appropriately.
* src/grepmap.h: Define LONG_ARRAYS if we're on a platform with
at least 64 bits in unsigned long; define BitArray to be the
right type on either.
* src/inputmap.c (InputDevice): Define array lengths depending
whether arrays are long or not, change types to BitArray.
* src/util.c (parse_array): Change parameter type to BitArray,
when arrays are long use %lx as the scanf parameter().  Change
array_len parameter to a plain int.
(parse_line): Use different variables for integer and array
pointers, change array pointer type to BitArray *.  Change array_len
parameter to a plain int.
(match_array): Change parameter types to BitArray, and array_len
parameter to a plain int.
Filename Latest Rev Last Changed Committer Comment Size
..
doc 17 19 years ago Scott James Remnant documentation updates and add manpage Diff
m4 1 19 years ago Scott James Remnant initial import Diff
po 1 19 years ago Scott James Remnant initial import Diff
src 1 19 years ago Scott James Remnant initial import Diff
tests 7 19 years ago Scott James Remnant implement pcimap parsing and test it Diff
.bzrignore 21 18 years ago Scott James Remnant add .bzrignore 538 bytes Diff Download File
AUTHORS 32 18 years ago Scott James Remnant * AUTHORS, src/grepmap.c, src/grepmap.h, src/ieee1 63 bytes Diff Download File
ChangeLog 33 18 years ago Scott James Remnant * configure.ac: Include a check for the size of th 9.7 KB Diff Download File
configure.ac 33 18 years ago Scott James Remnant * configure.ac: Include a check for the size of th 955 bytes Diff Download File
COPYING 26 18 years ago Scott James Remnant * COPYING: Update to get new FSF address. 17.5 KB Diff Download File
Makefile.am 17 19 years ago Scott James Remnant documentation updates and add manpage 116 bytes Diff Download File
NEWS 30 18 years ago Scott James Remnant * configure.ac: Release 1.0.0. * NEWS: Updated wit 481 bytes Diff Download File
README 17 19 years ago Scott James Remnant documentation updates and add manpage 1.2 KB Diff Download File