head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.32 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.30 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.28 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.26 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.24 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.22 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.20 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.18 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.16 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.14 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.12 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.10 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.8 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.6 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.4 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.2 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.2.0.2 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.1.0.2 pkgsrc-2006Q1-base:1.1; locks; strict; comment @# @; 1.3 date 2006.07.11.13.00.05; author wiz; state dead; branches; next 1.2; 1.2 date 2006.05.16.17.32.50; author wiz; state Exp; branches; next 1.1; 1.1 date 2006.03.13.21.23.54; author joerg; state Exp; branches; next ; desc @@ 1.3 log @Newer version in finance/gnucash. @ text @$NetBSD: patch-ac,v 1.2 2006/05/16 17:32:50 wiz Exp $ --- src/app-utils/gnc-exp-parser.c.orig 2006-05-15 01:07:33.000000000 +0000 +++ src/app-utils/gnc-exp-parser.c @@@@ -546,9 +546,15 @@@@ gnc_exp_parser_parse_separate_vars (cons lc = gnc_localeconv (); +#if defined(__DragonFly__) + pe = init_parser (vars, (char *)lc->mon_decimal_point, (char *)lc->mon_thousands_sep, + trans_numeric, numeric_ops, negate_numeric, g_free, + func_op); +#else pe = init_parser (vars, lc->mon_decimal_point, lc->mon_thousands_sep, trans_numeric, numeric_ops, negate_numeric, g_free, func_op); +#endif error_loc = parse_string (&result, expression, pe); @ 1.2 log @Update to 1.9.6: 1.9.6 - 14 May 2006 o Welcome to GnuCash 1.9.6 aka "Time to make a difference" the first beta release of the GnuCash Open Source Accounting Software which will eventually lead to the stable version 2.0.0. This release contains many bugfixes since the sixth unstable release. o PLEASE TEST any and all features important to you. Then post any bugs you find to bugzilla http://bugzilla.gnome.org/enter_bug.cgi?product=GnuCash o We would like to encourage people to test this and any further releases as much as possible and submit bug reports in order that we can polish GnuCash to be as stable as possible for the 2.0.0 release in a few weeks. o Major bugfixes include - o More Register fixes. o Fixes to Scheduled Transactions. o Many Report fixes. o Many updated translations. o New icons o Fixes to lots functionality o Fixes to logging o Many Qof fixes o Fixes to budgeting o HBCI fixes @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.1 2006/03/13 21:23:54 joerg Exp $ @ 1.1 log @forgotten patch. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- src/app-utils/gnc-exp-parser.c.orig 2006-03-07 05:08:14.000000000 +0000 d5 1 a5 1 @@@@ -548,9 +548,15 @@@@ gnc_exp_parser_parse_separate_vars (cons @