Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
acff2e91 06.09.2007 20:57 christian

ChangeLog message.

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

153b23fb 06.09.2007 20:56 christian

Fix socket race condition on NetBSD and potentially others. Patch by G. Paul Ziemba.

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

8d19661b 08.07.2007 12:18 christian

Fix documentation of release revision

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

a67b0011 08.07.2007 12:17 christian

Release gwen-2.6.1

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

63b88467 08.07.2007 10:05 christian

Change all registry key lookups to use HKEY_LOCAL_MACHINE as opposed
to CURRENT_USER because we're talking about installation paths as
opposed to per-user configuration settings. See also
http://bugzilla.gnome.org/show_bug.cgi?id=454108

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

88bb2590 08.07.2007 10:01 christian

As per the reminder here, enabled the _free() function in _freeAll()
because gnucash doesn't depend on it anymore for quite some time by
now.

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

d6e1affa 08.07.2007 09:58 christian

Add sanity check in ForEach so that calling this with a NULL list doesn't crash.

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

63e09e59 19.06.2007 21:10 christian

For the gwentest libxml2 check and --cflags and --libs retrieval, use
pkg-config rather than xml2-config.
Patch by Andreas Koehler.

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

7bca55e1 19.06.2007 21:07 christian

When searching for files and choosing the path separator, examine
instead of .
Patch by Andreas Koehler.

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

8946cd1d 19.06.2007 21:07 christian

Replace all target tests by ones for the host system type. Host and
target would only differ if we were about to build a cross-compiler, but
using host is more precise nonetheless. Use AC_CANONICAL_BUILD and
_HOST, but not _TARGET.
Patch by Andreas Koehler....

d29a3f2b 09.06.2007 17:59 christian

Release gwenhywfar-2.6.0

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

038abd6c 11.05.2007 22:37 christian

Fix LoggerType_Function. Patch by Hendrik Weimer.

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

b389b0d6 30.04.2007 10:15 christian

Add script to add all unversioned files to svn:ignore.

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

3137e477 12.03.2007 12:31 martin

- src/os/posix/process.c: now use GWEN_BUFFER to collect arguments for
the process to start instead of fixed buffers

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

bcbec994 10.03.2007 11:12 christian

Add macros for functions IsEmpty, FindIter, Contains to make available
list functions more complete.

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

32bc20fc 09.03.2007 22:03 christian

Add functions IsEmpty, FindIter, Contains to make available list functions more complete.

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

3722f006 06.03.2007 22:33 christian

Add several list function unittests.

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

2db08893 16.02.2007 13:48 christian

Release version 2.5.4

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

5549b952 16.02.2007 13:36 christian

Really fix header symlinking if they are already existing.

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

d4e163b6 16.02.2007 13:30 christian

Add common macros for DIR_SEPARATOR and SEARCHPATH_SEPARATOR, both as
character and string. Naming is similar to glib convention.

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

8b223fd5 13.02.2007 11:43 christian

Add GWEN_Directory_GetTmpDirectory() function to have a uniform method
for getting a temporary directory, similar to g_get_tmp_dir().

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

0fcdb2dd 13.02.2007 09:55 christian

Really fix symlinking/copying generated header files.

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

d53a72ec 12.02.2007 18:35 christian

Fix symlinking/copying generated header files. Necessary for win32.

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

470691b0 09.02.2007 16:21 christian

Release version 2.5.3

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

8e997586 09.02.2007 13:37 christian

For GetHomeDirectory() on windows, really look up the user's home directory
now. (Previously this used the WindowsDirectory, but this is fixed now.).

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

(2126-2150/3215) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom