You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnucash/src/gnc-module
Phil Longstaff 945e700a37
Fix lots of splint issues (including memory leaks). This includes some changes
17 years ago
..
doc 2001-08-06 Bill Gribble <grib@billgribble.com> 25 years ago
test Use = instead of := for GNC_TEST_DEPS and TESTS_ENVIRONMENT. 18 years ago
Makefile.am Bug #566567: [Win32] Do not touch .scm-links on windows - always copy scm files 17 years ago
README 2001-08-06 Bill Gribble <grib@billgribble.com> 25 years ago
gnc-module-api.h Make sure that each GNCModule has a unique set of symbols. 19 years ago
gnc-module.c Bug #564209: Improved debuggability for module loading 17 years ago
gnc-module.h Fix lots of splint issues (including memory leaks). This includes some changes 17 years ago
gnc-module.i Factor out some common typemaps into src/base-typemaps.i 20 years ago
gnc-module.scm Unify library names and installation directories. 20 years ago

README

This is gnc-module, a plugin/module system for gnucash and related

software. The documentation currently consists of 'doc/design.txt'.

Bill Gribble