Geert Janssens
|
e5c6f6026b
|
Remove support code that was only used by price-quotes.scm
|
2022-10-02 11:50:26 -07:00 |
|
John Ralls
|
cf5da9fffd
|
Resolve merge conflicts.
|
2021-11-12 19:56:29 -08:00 |
|
Christopher Lam
|
e94ee3bfad
|
Don't g_strdup char* from scm_to_locale|utf8_string
Both scm_to_locale_string and scm_to_utf8_string return newly
allocated char*. It is not necessary to return a strdup'd char* and
free the original.
|
2021-10-30 22:26:33 +08:00 |
|
John Ralls
|
6c7f976a65
|
Make second arg to gnc_glist_to_scm_list const char*
So that C++ won't complain when passed a static string.
|
2021-07-10 17:29:15 -07:00 |
|
John Ralls
|
490f9a8035
|
Change the g_log macro calls to QofLog ones so that they don't go to /dev/null.
|
2021-04-13 16:58:11 -07:00 |
|
Geert Janssens
|
096a515154
|
bindings/guile - fix typos in error messages
These were imported verbatim from libgnucash/app-utils/guile-util.c
|
2019-12-06 19:59:12 +01:00 |
|
Geert Janssens
|
6a3505d01f
|
app-utils - move price-quotes support functions directly into bindings
- wrappers for glib functions go into glib-guile
- engine convenience functions go into gnc-engine-guile
|
2019-12-06 19:59:12 +01:00 |
|
Geert Janssens
|
02511401b7
|
bindings/guile cosmetic - rename source files for consistency
|
2019-12-06 19:59:11 +01:00 |
|