mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Same patch as qif-import/qif-parse.scm for guile-1.8.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13989 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
013771fdfe
commit
d37b5e526d
@ -1,3 +1,8 @@
|
||||
2006-05-10 Derek Atkins <derek@ihtfp.com>
|
||||
|
||||
* src/import-export/qif-io-core/qif-parse.scm:
|
||||
Same patch as qif-import/qif-parse.scm for guile-1.8.
|
||||
|
||||
2006-05-10 Christian Stimming <stimming@tuhh.de>
|
||||
|
||||
* accounts/de_AT/*: Added new Austrian German account templates by
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
|
||||
(define qif-category-compiled-rexp
|
||||
(make-regexp "^ *(\\[)?([^]/\\|]*)(]?)(/([^\|]*))?(\\|(\\[)?([^]/]*)(]?)(/(.*))?)? *$"))
|
||||
(make-regexp "^ *(\\[)?([^]/\\|]*)(]?)(/([^\\|]*))?(\\|(\\[)?([^]/]*)(]?)(/(.*))?)? *$"))
|
||||
|
||||
(define qif-date-compiled-rexp
|
||||
(make-regexp "^ *([0-9]+) *[-/.'] *([0-9]+) *[-/.'] *([0-9]+).*$|^ *([0-9][0-9][0-9][0-9])([0-9][0-9])([0-9][0-9]).*$"))
|
||||
|
Loading…
Reference in New Issue
Block a user