Commit Graph

9 Commits

Author SHA1 Message Date
Panu Matilainen 558793e2b9 Convert rpmhook table and args to STL containers
Somehow this never got updated to rpmhash, so it was carrying a whole
hash implementation on its own. Lotsa fubar goes away.
Natively allocate rpmhook args too, and use a vector
2024-06-14 09:29:15 +03:00
Panu Matilainen 18f7e53951 Remove C++ guards from internal headers
While these were necessary to get things going, they are only
counterproductive now: we want to be able to freely use C++ features
inside rpm.
2024-05-06 12:08:29 +03:00
Michael Schroeder a34bf5bdf6 Switch the floating point type in rpmhook from float to double
There's no real reason why it should be float. Plus, the test if
the number is an integer does not work for big integers that
do not fit into a float.
2021-11-22 16:35:56 +02:00
Panu Matilainen 8b7ff12b4e Add "c++ protection" to (hopefully) all of our internal headers 2010-09-21 15:21:12 +03:00
Ralf Corsépius f982bbaa79 Remove splint tags. 2007-09-11 16:48:54 +02:00
jbj b831315e41 Splint fiddles.
CVS patchset: 7435
CVS date: 2004/10/09 17:29:22
2004-10-09 17:29:22 +00:00
jbj f748bc43d9 Splint fiddles.
CVS patchset: 7242
CVS date: 2004/04/19 12:12:12
2004-04-19 12:12:12 +00:00
niemeyer a018c6e59c Implemented Lua support for the hooking system.
CVS patchset: 7239
CVS date: 2004/04/18 20:47:29
2004-04-18 20:47:29 +00:00
niemeyer a19d5569cd Implemented external interface for the hooking system, and
included in rpm context.

CVS patchset: 7238
CVS date: 2004/04/18 18:30:21
2004-04-18 18:30:21 +00:00