2006-12-06 19:00:41 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Include sys/types.h to use uint on Darwin.
http://bugzilla.gnome.org/show_bug.cgi?id=382936
|
2006-12-06 13:14:00 by OBATA Akio | Files touched by this commit (2) |
Log message:
Portability fix again.
Instead of sys_errlist[], use strerror(3), ANSI C89 function.
At least, Solaris in LP64 don't have sys_errlist.
|
2006-12-06 09:52:31 by OBATA Akio | Files touched by this commit (2) |
Log message:
Portability fix suggested in PR 34833.
Instead of sys_errlist[], use strerror(3), ANSI C89 function.
At least, Solaris in LP64 don't have sys_errlist.
|
2006-12-05 11:22:27 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Update to 1.99.1:
libgda 1.99.1, 2006-10-26
-------------------------
- Database providers compilation fixes (Marc-Andre)
- General corrections (Murray)
- Possibility to avoid compiling C# bindings (Vivien)
- Gda# packaging corrections (Vivien)
- Translations:
- it (Marco Ciampa)
- en_GB (David Lodge)
- fi (Ilkka)
libgda 1.99.0, 2006-10-18
-------------------------
- Database providers fixes (Bas, Vivien)
- Gda# fixes (Daniel)
- Oracle provider improvements (Bas)
- API cleanups and made more coherent (Vivien)
- New convenience functions for some common tasks (Daniel)
- SQLite provider now relies on SQLite 3.3.8 (Vivien)
- Improved documentation about migration from previous versions (Vivien)
- Many bug fixes and small improvements
- Translations:
- en_GB (David Lodge)
- fi (Ilkka)
- ne (Pawan Chitrakar)
- ja (Ryoichi INAGAKI)
- vi (Clytie)
|
2006-11-13 22:37:12 by Matthias Drochner | Files touched by this commit (3) |
Log message:
migrate devhelp docs to share/gtk-doc/html, bump PKGREVISION
|
2006-09-11 19:06:48 by Thomas Klausner | Files touched by this commit (8) | |
Log message:
Update to 1.9.103:
libgda 1.9.103, 2006-09-03
--------------------------
- Added Data Definition queries to be handled by the providers as no SQL \
standard exists
in this area (for the PostgreSQL, MySQL and SQLite providers which now \
implement database
creation and destruction, table creation and destruction, table renaming, and \
column addition
and removal) (Vivien, Bas)
- Reworked the database creation and destruction in a simpler way, and updated \
the API (Vivien)
- Improved the MDB (MS Access) provider (Vivien)
- GdaDict now uses a generic and extensible way of storing lists of objects it \
manages (Vivien)
- Specifications required to declare a new data source are now translatable (Vivien)
- Connections can now easily be opened without requiring to create a data \
source first (Vivien)
- Lots of documentation update
- Better usage of DTDs (Vivien)
- More consistant API (Murray, Vivien)
- Removed usage of GdaValue in favor of GValue
- Fixed bugs #329930, #337986, #338081, #328418, #319948, #332556, #337497 (Chris,
Thierry)
- Many bug fixes and small improvements (Murray, Rodrigo)
- Translations:
- new Lithuanian (lt) translation (Gintautas Miliauskas)
- vi (Clytie)
- fi (Ilkka)
- zh_HK, zh_TW (Chao-Hsiung Liao)
- eu (Iñaki)
- nb (Kjartan Maraas)
- es (Francisco Javier)
- fr (Marc-André Lureau)
- ru (Valek Filippov)
- de (Hendrik Richter)
- nl (Vincent van Adrighem)
- it (Marco Ciampa)
|
2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
|
2006-07-09 00:39:49 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
|
2006-07-05 07:37:47 by Johnny C. Lam | Files touched by this commit (129) |
Log message:
Sweep pkgsrc and convert packages that included intltool/buildlink3.mk
to use instead "USE_TOOLS+=intltool". Remove now unused
intltool/buildlink3.mk
|
2006-06-26 23:23:48 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Add link options to avoid "Undefined symbols" on Darwin.
|