Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
c7fd63cb 22.03.2004 11:18 cstim

Improve rule for make quick that creates headers first, then does make all.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@272 70169cfe-8b10-0410-8925-dcb4b91034d8

5b6c9182 22.03.2004 10:09 aquamaniac

2004/03/19: Martin Preuss<>
------------------------------------------------
- waitcallback:
- added function GWEN_WaitCallback_LastEntered which returns the
time the callback context was last entered. This can be used by the
callback function to decide whether a window is to be opened (for...

bdba5276 17.03.2004 10:24 aquamaniac

2004/03/17: Martin Preuss<>
------------------------------------------------
- netconnection, nettransport:
- introduced idle time counter
- introduced backlog (see "man 2 listen")
- ipc:
- removed this module since it is replaced by the net module...

1c80bcd3 17.03.2004 10:22 aquamaniac

added missing files

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@269 70169cfe-8b10-0410-8925-dcb4b91034d8

da71cc30 17.03.2004 10:18 aquamaniac

- added a note about CVS usability to STYLE file

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@268 70169cfe-8b10-0410-8925-dcb4b91034d8

75083574 12.03.2004 16:53 aquamaniac

added missing files

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@267 70169cfe-8b10-0410-8925-dcb4b91034d8

dafb784e 12.03.2004 16:22 aquamaniac

- merged my work from home into the current CVS.
Thanks to Christian Stimming I'm now able again to participate in the development of this project ;-)
Damned HanseNet does not provide me with a telephone line... (I'm waiting for more than a month now!)...

c67e5bf9 10.03.2004 17:50 cstim

Make debugging comment more precise.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@265 70169cfe-8b10-0410-8925-dcb4b91034d8

8cf4335b 10.03.2004 17:48 cstim

Make ModuleInit less verbose.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@264 70169cfe-8b10-0410-8925-dcb4b91034d8

ea357105 06.03.2004 23:53 cstim

More process work.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@263 70169cfe-8b10-0410-8925-dcb4b91034d8

c600ce45 06.03.2004 23:27 cstim

2004-03-06 Christian Stimming <>

  • src/os/posix/process.c: Try to fix SIGCHLD problem some
    more. Still doesn't work with gnucash, though.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@262 70169cfe-8b10-0410-8925-dcb4b91034d8

0427ef43 05.03.2004 11:38 cstim

2004-03-05 Christian Stimming <>

  • src/os/posix/process.c: Remember old SIGCHLD handler and call it
    if there was one. This is vital for gnucash, where guile installs
    its own SIGCHLD handler.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@261 70169cfe-8b10-0410-8925-dcb4b91034d8

7b3edc6a 28.02.2004 18:13 rbla

src/parser/msgengine.c: fix offset for anonymizing unknown segments

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@260 70169cfe-8b10-0410-8925-dcb4b91034d8

834bcbb1 28.02.2004 11:00 rbla

src/parser/db.c: don't stop reading values on space

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@259 70169cfe-8b10-0410-8925-dcb4b91034d8

80ef46df 24.02.2004 14:38 cstim

2004-02-24 Christian Stimming <>

  • src/os/windows/libloader.c: Improve error message output.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@258 70169cfe-8b10-0410-8925-dcb4b91034d8

b85060c7 18.02.2004 13:01 cstim

Change version tag back to cvs

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@257 70169cfe-8b10-0410-8925-dcb4b91034d8

b30fb668 18.02.2004 12:54 cstim

===========================================================================
MARK: released gwenhywfar-0.9.7 (2004/02/18) ===========================================================================

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@255 70169cfe-8b10-0410-8925-dcb4b91034d8

d62fe073 18.02.2004 12:46 cstim

Improve win32 package generation

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@254 70169cfe-8b10-0410-8925-dcb4b91034d8

03d17ec9 18.02.2004 12:30 cstim

Improve win32 package generation

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@253 70169cfe-8b10-0410-8925-dcb4b91034d8

40ea6c83 17.02.2004 13:50 cstim

Improve documentation.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@252 70169cfe-8b10-0410-8925-dcb4b91034d8

300417ce 17.02.2004 13:40 cstim

Make error message more verbose.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@251 70169cfe-8b10-0410-8925-dcb4b91034d8

1721655e 17.02.2004 13:10 cstim

2004-02-17 Christian Stimming <>

  • src/parser/xml_p.h (GWEN_XML_MAX_VARNAMELEN): Increased static
    buffer sizes a lot since they already exceeded for perfectly
    valid XML documents.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@250 70169cfe-8b10-0410-8925-dcb4b91034d8

18e81492 15.02.2004 12:34 cstim

Set version tag back to cvs.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@249 70169cfe-8b10-0410-8925-dcb4b91034d8

216c0d64 15.02.2004 12:29 cstim

Release version 0.9.6 as required by openhbci-1.9beta7

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@247 70169cfe-8b10-0410-8925-dcb4b91034d8

3c502d51 15.02.2004 12:29 cstim

Fix compiler warning about unused variable.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@246 70169cfe-8b10-0410-8925-dcb4b91034d8

(2951-2975/3214) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom