Go to file
Natanael Copa 78a372464b all: fix array size data type on 64 bit
The array struct aligned size to 64 bit on x86_64 which caused bad things
to happen.

We use size_t to make sure the size element is correct regardless arch.

Solution found by Timo.
2011-09-20 16:13:20 +02:00
src all: fix array size data type on 64 bit 2011-09-20 16:13:20 +02:00
test solver: report 'complete' solutions with errors 2011-09-05 11:04:00 +03:00
.gitignore build: tell git to ignore config.mk 2011-09-14 14:20:29 +00:00
AUTHORS Initial commit of some stuff written so far. Still in state of flux. Expect 2008-04-17 14:09:13 +00:00
Make.rules First steps for libapk 2010-06-11 07:02:18 +00:00
Makefile solver: new package selection logic (which is not yet used) 2011-07-26 17:08:43 +03:00
NEWS Initial commit of some stuff written so far. Still in state of flux. Expect 2008-04-17 14:09:13 +00:00
README Initial commit of some stuff written so far. Still in state of flux. Expect 2008-04-17 14:09:13 +00:00

README