Use strcmp, fix constructor & destrucor calling for classes witn namespace (phonon::MediaPlayer) and add :arg0 to :arg2 initargs
authorTobias Rautenkranz <tobias@rautenkranz.ch>
local dateThu, 23 Jul 2009 00:26:05
dateWed, 22 Jul 2009 22:26:05
hash20090722222605-f890f-7c8461edf3dc4fe8e2952661e82510bf91d9e315.gz
Use strcmp, fix constructor & destrucor calling for classes witn namespace (phonon::MediaPlayer) and add :arg0 to :arg2 initargs

Ignore-this: fa274148751887afe0d121dd6bd54c4f
9 file(s) changed:
TODO [removed]
src/clos.lisp +40 -18
src/object-map.lisp +13 -4
src/objects/class.lisp +8 -8
src/objects/method.lisp +8 -0
src/objects/stack.lisp +3 -4
src/overload-resolution.lisp +47 -96
src/package.lisp +1 -0
src/smoke.lisp +29 -31