libftdi
14 years agoFix a typo in comment in my last change.
Jie Zhang [Sun, 14 Feb 2010 01:01:36 +0000]
Fix a typo in comment in my last change.

14 years agoLimit read buffer chunksize to 16384 on Linux.
Jie Zhang [Sun, 14 Feb 2010 00:44:23 +0000]
Limit read buffer chunksize to 16384 on Linux.

14 years agoDeclare ftdi_read_data_submit and ftdi_transfer_data_done in ftdi.h.
Jie Zhang [Mon, 8 Feb 2010 15:32:53 +0000]
Declare ftdi_read_data_submit and ftdi_transfer_data_done in ftdi.h.

14 years agoInitial import of using libusb-1.0.
Jie Zhang [Tue, 19 Jan 2010 10:00:01 +0000]
Initial import of using libusb-1.0.

14 years agobuilding parts of libftdi via cmake is now optional.
Gerd von Egidy [Mon, 18 Jan 2010 14:17:09 +0000]
building parts of libftdi via cmake is now optional.

the options are:
DOCUMENTATION
PYTHON_BINDINGS
FTDIPP
EXAMPLES

by default all parts will be built.

14 years agoAX_BOOST_BASE: fix host boost search when cross-compiling
Mike Frysinger [Tue, 29 Dec 2009 08:48:59 +0000]
AX_BOOST_BASE: fix host boost search when cross-compiling

The AX_BOOST_BASE macro likes to do searches in the host paths (/usr and
such) which is obviously incorrect for cross-compiling.  So disable these
fallback searches when cross-compiling.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>

14 years agoavoid PATH_MAX/string copies usage
Mike Frysinger [Tue, 29 Dec 2009 08:37:15 +0000]
avoid PATH_MAX/string copies usage

The new ftdi_usb_open_string() func breaks mingw builds where PATH_MAX is
not defined.  Rather than adding fallback code, compare the path strings
piece by piece to avoid the string copy overhead in the process.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>

14 years agopython: fix typo in top_builddir
Mike Frysinger [Tue, 29 Dec 2009 07:44:36 +0000]
python: fix typo in top_builddir

Missing a "d" in the var name.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>

14 years agoDocument libftdi release process
Thomas Jarosch [Mon, 21 Dec 2009 09:11:08 +0000]
Document libftdi release process

14 years agoCorrect version in README file
Thomas Jarosch [Mon, 21 Dec 2009 08:46:21 +0000]
Correct version in README file

14 years agoignore more generated files
Mike Frysinger [Sun, 20 Dec 2009 14:10:00 +0000]
ignore more generated files

Signed-off-by: Mike Frysinger <vapier@gentoo.org>

14 years agouse AC_CONFIG_FILES to avoid outputting files over and over
Mike Frysinger [Sun, 20 Dec 2009 14:09:59 +0000]
use AC_CONFIG_FILES to avoid outputting files over and over

The current configure ends up generating a lot of common files multiple
times because it calls AC_OUTPUT multiplte times.  The right way to do
this is call AC_CONFIG_FILES multiple times and AC_OUTPUT once.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>

14 years agoIncrease version v0.17
Thomas Jarosch [Sat, 19 Dec 2009 15:15:44 +0000]
Increase version

14 years agoUpdated ChangeLog before release
Thomas Jarosch [Sat, 19 Dec 2009 15:07:01 +0000]
Updated ChangeLog before release

14 years agoDon't lint async mode anymore as libusb-compat results in #error
Thomas Jarosch [Sat, 19 Dec 2009 14:52:20 +0000]
Don't lint async mode anymore as libusb-compat results in #error

14 years agosmall improvements in C++ wrapper:
Gerd v. Egidy [Sun, 13 Dec 2009 16:53:29 +0000]
small improvements in C++ wrapper:

- make ftdi_usb_open_string() available
- reduce code dupliation in open() functions
- overloaded set_bitmask using the correct enum ftdi_mpsse_mode

14 years agodeprecated bitbang_enable in C++ wrapper too
Gerd v. Egidy [Sun, 13 Dec 2009 01:26:39 +0000]
deprecated bitbang_enable in C++ wrapper too

14 years agodon't use deprecated functions in examples anymore
Gerd v. Egidy [Sun, 13 Dec 2009 01:17:19 +0000]
don't use deprecated functions in examples anymore

14 years agodeprecate ftdi_enable_bitbang()
Gerd v. Egidy [Sun, 13 Dec 2009 01:10:07 +0000]
deprecate ftdi_enable_bitbang()
- it's superseded for a long time by ftdi_set_bitmode()
- it reads the mode to set from ftdi->bitbang_mode which is an unexpected interface and can lead to wrong results

14 years agodocumentation improvements, small fix setting bitbang_enabled on all bitbang modes
Gerd v. Egidy [Sun, 13 Dec 2009 01:02:09 +0000]
documentation improvements, small fix setting bitbang_enabled on all bitbang modes

14 years agouse ftdi_usb_open_string() in baud_test example
Gerd v. Egidy [Sat, 12 Dec 2009 23:49:22 +0000]
use ftdi_usb_open_string() in baud_test example

14 years agofix description strings without serial
Gerd v. Egidy [Sat, 12 Dec 2009 23:48:49 +0000]
fix description strings without serial

14 years agoadd new open functions: ftdi_usb_open_desc_index() and ftdi_usb_open_string()
Gerd v. Egidy [Sat, 12 Dec 2009 23:29:10 +0000]
add new open functions: ftdi_usb_open_desc_index() and ftdi_usb_open_string()

14 years agoDon't install baud_test program
Thomas Jarosch [Wed, 9 Dec 2009 08:42:56 +0000]
Don't install baud_test program

14 years agofix sync bitbang read-timing
Gerd v. Egidy [Sun, 6 Dec 2009 20:03:03 +0000]
fix sync bitbang read-timing

14 years agoread only what has really been written (seems not to make a difference though)
Gerd v. Egidy [Sun, 6 Dec 2009 19:13:02 +0000]
read only what has really been written (seems not to make a difference though)
write out real baudrate too

14 years agomake the write chunksize (and read chunksize for syncbb) configurable
Gerd v. Egidy [Sun, 6 Dec 2009 16:42:23 +0000]
make the write chunksize (and read chunksize for syncbb) configurable

14 years agoincrease resolution of time factor output
Gerd v. Egidy [Sun, 6 Dec 2009 13:39:57 +0000]
increase resolution of time factor output

14 years agofix documentation typo
Gerd v. Egidy [Sun, 6 Dec 2009 13:39:30 +0000]
fix documentation typo

14 years agoadd baud_test example program: compare expected and actual transfer speeds for differ...
Gerd v. Egidy [Sun, 6 Dec 2009 13:16:00 +0000]
add baud_test example program: compare expected and actual transfer speeds for differen baudrates

14 years agoUpdated ChangeLog
Thomas Jarosch [Fri, 4 Dec 2009 09:12:15 +0000]
Updated ChangeLog

14 years agoRenamed examples/sio to examples/serial_read
Thomas Jarosch [Fri, 4 Dec 2009 08:57:03 +0000]
Renamed examples/sio to examples/serial_read

14 years agoexamples: add sio example
Jim Paris [Wed, 2 Dec 2009 23:13:44 +0000]
examples: add sio example

Simple example to just receive and print data.

14 years agoDetermine maximum packet size via usb config descriptor
Thomas Jarosch [Sun, 15 Nov 2009 11:45:03 +0000]
Determine maximum packet size via usb config descriptor

14 years agoAdd bitmode for synchronous fifo if FT2232H
Uwe Bonnes [Fri, 20 Nov 2009 20:08:33 +0000]
Add bitmode for synchronous fifo if FT2232H

Arg,

getting a one-line right didn't work out. Please disregards the first patch
and use appended patch instead

Changelog:
Appended small patch adds the bitmode (0x40) for synchronous fifo mode of
the FT2232H

--
Uwe Bonnes                bon@elektron.ikp.physik.tu-darmstadt.de

Institut fuer Kernphysik  Schlossgartenstrasse 9  64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------
>From a470bfbdae1e78cc585bfe69b27ded88f4ba7349 Mon Sep 17 00:00:00 2001
From: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Date: Fri, 20 Nov 2009 17:31:26 +0100
Subject: Add bitmode value for synchronous fifo if FT2232H

14 years agoAdded new read/write_eeprom_location to C++ wrapper
Thomas Jarosch [Thu, 5 Nov 2009 08:46:19 +0000]
Added new read/write_eeprom_location to C++ wrapper

14 years agoUpdated AUTHORS and ChangeLog
Thomas Jarosch [Tue, 3 Nov 2009 16:56:58 +0000]
Updated AUTHORS and ChangeLog

14 years agoFix usb_set_configuration() call on Windows 64.
Thomas Jarosch [Tue, 3 Nov 2009 16:54:47 +0000]
Fix usb_set_configuration() call on Windows 64.

Based upon idea/findings by "NIL".

14 years agoFix usb index in ftdi_convert_baudrate() for FT2232H/FT4232H chips
Thimo Eichstaedt [Tue, 3 Nov 2009 16:43:43 +0000]
Fix usb index in ftdi_convert_baudrate() for FT2232H/FT4232H chips

14 years agoSet initial baudrate on correct interface instead of always the first one (Thimo...
Thimo Eichstaedt [Tue, 3 Nov 2009 16:39:21 +0000]
Set initial baudrate on correct interface instead of always the first one (Thimo Eichstaedt)

From libftdi mailinglist mail:
1) in ftdi_usb_open_dev() the baudrate is set to 9600, but that is done
too early (before the interface is set). So the baudrate of the first
interface is always modified, even if you opened a different one.

14 years agoCall usb_set_configuration() on Windows only
Uwe Bonnes [Thu, 23 Jul 2009 14:25:27 +0000]
Call usb_set_configuration() on Windows only

Hello,

working with interface 0 of the FT2232(H) on Linux, I get zillions of
kernel-log messages like:

kernel: usb 6-3: usbfs: interface 1 claimed by ftdi_sio while 'a.out' sets config #1

I understand as follows:
ftdi_usb_open_dev()
first detaches the driver for interface 0
Now  usb_set_configuration() is called, but interface 1 is still attached to
the kernel driver. This results in above kernel log.

Do we really need to set the configuaration? Does any device have a
alternative configuration at all?

I propose appended patch, tested on Linux with and without ftdi_sio.ko
loaded. No other change seen, beside no more kernel log messages like above.

Bye

--
Uwe Bonnes                bon@elektron.ikp.physik.tu-darmstadt.de

Institut fuer Kernphysik  Schlossgartenstrasse 9  64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------
>From fcb2609f0dae14c5616c34242177959cf226a5f2 Mon Sep 17 00:00:00 2001
From: Uwe Bonnes <bon@hertz.ikp.physik.tu-darmstadt.de>
Date: Thu, 23 Jul 2009 16:21:08 +0200
Subject: usb_set_configuration() not needed on Linux

14 years agoAdd Toolchain-Crossbuild32.cmake for "make dist"
Thomas Jarosch [Tue, 3 Nov 2009 16:20:27 +0000]
Add Toolchain-Crossbuild32.cmake for "make dist"

14 years agoAllow to crossbuild 32-bit library on 64-bit machine
Uwe Bonnes [Tue, 29 Sep 2009 16:57:18 +0000]
Allow to crossbuild 32-bit library on 64-bit machine

14 years agoFor Unix 64-bit builds, use LIB_SUFFIX to install to lib64
Uwe Bonnes [Tue, 29 Sep 2009 16:56:03 +0000]
For Unix 64-bit builds, use LIB_SUFFIX to install to lib64

14 years agodon't build --with-async-mode w/ libusb-compat-0.1
Clifford Wolf [Thu, 8 Oct 2009 13:32:41 +0000]
don't build --with-async-mode w/ libusb-compat-0.1

Hello,

attached is a little patch that prohibits libftdi from compiling against
libusb-compat-0.1 (the wrapper that provides a libusb-0.1 compatible api
for systems with libusb-1.0) when libftdi is configured with async mode.

unfortunately fixing async mode for libusb-1.0+libusb-compat-0.1 is not
trivial because libusb-1.0 comes with an os abstraction layer that hides
the unix filedescriptor much deeper in internal structures. but failing to
build is imo much better than segfaulting at runtime.

yours,
 - clifford

PS: The USB_CLASS_PTP define is not present in any libusb-0.1 release
and has been added to libusb-compat-0.1 only afaics.

14 years agoFunctions for read/write of a single eeprom location
Oleg Seiljus [Tue, 3 Nov 2009 16:05:01 +0000]
Functions for read/write of a single eeprom location

14 years agoUpdated ChangeLog and AUTHORS
Thomas Jarosch [Mon, 27 Jul 2009 20:31:55 +0000]
Updated ChangeLog and AUTHORS

14 years agoRenamed new usb_close_intl() to ftdi_usb_close_internal(). Made function static and...
Thomas Jarosch [Mon, 27 Jul 2009 20:25:03 +0000]
Renamed new usb_close_intl() to ftdi_usb_close_internal(). Made function static and added doxygen documentation

14 years agoFix for double-free and segfault after close
Nathan Fraser [Mon, 27 Jul 2009 11:19:11 +0000]
Fix for double-free and segfault after close

In some circumstances it is possible to send an invalid usb_dev
pointer through to libusb after some errors or after an explicit
close request. Result will be segfault or subtle corruption.
This patch replaces all calls to usb_close with an internal wrapper
that sets the usb handle to NULL after the usb_close, and refuses
to call close on a NULL handle. Comments and/or discussion very welcome!

14 years agoFix out of tree building
Aurelien Jarno [Fri, 22 May 2009 23:46:58 +0000]
Fix out of tree building

14 years agolibftdi: Fix doxygen errors
Jim Paris [Fri, 22 May 2009 19:26:39 +0000]
libftdi: Fix doxygen errors

Signed-off-by: Jim Paris <jim@jtan.com>

14 years agolibftdi: Fix git build problems by using autoreconf
Jim Paris [Fri, 22 May 2009 18:48:21 +0000]
libftdi: Fix git build problems by using autoreconf

For recent versions of automake, the autotools steps in Makefile.cvs
don't work:
  $ make -f Makefile.cvs
  aclocal
  autoheader
  automake
  configure.in: required file `./install-sh' not found
  configure.in: required file `./mkinstalldirs' not found
  configure.in: required file `./missing' not found
  configure.in:7: required file `./config.guess' not found
  configure.in:7: required file `./config.sub' not found
  configure.in:7: required file `./ltmain.sh' not found
  examples/Makefile.am: required file `./depcomp' not found
  make: *** [all] Error 1

This is because automake no longer calls libtoolize, as described in:
  http://www.gnu.org/software/automake/manual/html_node/Error-required-file-ltmain_002esh-not-found.html
The recommended workaround there is to use autoreconf rather than
calling individual autotools programs.

This patch also removes the use of all_includes and all_libraries, as
they are undefined and cause automake errors.

Signed-off-by: Jim Paris <jim@jtan.com>

14 years agoFix compile warning on some gcc versions:
Thomas Jarosch [Sat, 9 May 2009 06:24:11 +0000]
Fix compile warning on some gcc versions:

/usr/local/libftdi-0.16/include/ftdi.h:270: warning: function
declaration isn't a prototype

Thanks to Arnim Läuger for the report.

14 years agoFinal v0.16 release date v0.16
Thomas Jarosch [Fri, 8 May 2009 15:30:15 +0000]
Final v0.16 release date

14 years agoUpdate README file with latest changes v0.16rc3
Thomas Jarosch [Wed, 6 May 2009 15:42:24 +0000]
Update README file with latest changes

14 years agoAllow C/D interfaces to be used on the 4232H, initialize the default interface for...
Alex Harford [Wed, 6 May 2009 15:40:29 +0000]
Allow C/D interfaces to be used on the 4232H, initialize the default interface for 2232H/4232H

14 years agoUpdate changelog v0.16rc2
Thomas Jarosch [Mon, 4 May 2009 19:09:42 +0000]
Update changelog

14 years agoFix result test of example application
Thomas Jarosch [Mon, 4 May 2009 18:51:55 +0000]
Fix result test of example application

14 years agoFixed Context::open as get_strings() closes the device before. Thanks to Chris M...
Marek Vavrusa [Mon, 4 May 2009 09:54:52 +0000]
Fixed Context::open as get_strings() closes the device before. Thanks to Chris M. Leahy for pointing this out. Tested on our good old example (added open test).

Intra2net: Reverted return code behavior of Context::open() calls

14 years agoAdded some more functions to list API. Fixed return type of size() call and made...
Thomas Jarosch [Mon, 4 May 2009 15:11:28 +0000]
Added some more functions to list API. Fixed return type of size() call and made sure clear() really frees the internal memory of the list. Added doxygen documentation

14 years agoList having non-virtual destructor fixed (thanks to Thomas Jarosch) Proposed subset...
Marek Vavrusa [Mon, 4 May 2009 09:41:52 +0000]
List having non-virtual destructor fixed (thanks to Thomas Jarosch) Proposed subset of list API. Tested on examples.

15 years agoIncrease version and update changelog v0.16rc1
Thomas Jarosch [Mon, 27 Apr 2009 20:07:21 +0000]
Increase version and update changelog

15 years agoDistribute all new files
Thomas Jarosch [Mon, 27 Apr 2009 20:07:03 +0000]
Distribute all new files

15 years agoInclude CMakeLists.txt in distribution
Thomas Jarosch [Mon, 27 Apr 2009 19:59:02 +0000]
Include CMakeLists.txt in distribution

15 years agocmake: Install python binding
Thomas Jarosch [Mon, 27 Apr 2009 19:54:49 +0000]
cmake: Install python binding

15 years agocmake support for the new python bindings
Thomas Jarosch [Tue, 7 Apr 2009 17:30:20 +0000]
cmake support for the new python bindings

15 years agoAdded python bindings
Tarek Heiland [Tue, 7 Apr 2009 17:07:56 +0000]
Added python bindings

15 years agoRelicensed C++ wrapper under GPLv2 + linking exception
Thomas Jarosch [Tue, 7 Apr 2009 15:15:33 +0000]
Relicensed C++ wrapper under GPLv2 + linking exception

----------  Forwarded Message  ----------

Subject: Re: ftdipp license and mailinglist
Date: Tuesday, 7. April 2009
From: Marek Vavruša <marek@vavrusa.com>
To: Thomas Jarosch <thomas.jarosch@intra2net.com>

Hello Thomas,

...
I have really no problem with switching to GPLv2 + linking exception
for FTDI++ :-)
...

15 years agoUpdated ChangeLog, added David Challis to AUTHORS
Thomas Jarosch [Tue, 7 Apr 2009 11:23:40 +0000]
Updated ChangeLog, added David Challis to AUTHORS

15 years agoAdded FT2232H and FT4232H support to ftdi_read_data
David Challis [Tue, 7 Apr 2009 11:19:41 +0000]
Added FT2232H and FT4232H support to ftdi_read_data

15 years agoAdded detection for FT2232H and FT4232H type chips
Thomas Jarosch [Tue, 7 Apr 2009 09:35:09 +0000]
Added detection for FT2232H and FT4232H type chips

15 years agoAdded mingw cross compile support to ChangeLog
Thomas Jarosch [Mon, 6 Apr 2009 12:59:46 +0000]
Added mingw cross compile support to ChangeLog

15 years agoMingw Cross compiling
Uwe Bonnes [Mon, 6 Apr 2009 11:59:35 +0000]
Mingw Cross compiling

Hello,

sleep() and usleep(0 are not available on Win32. Provide workarounds and add
some documentation for crosscompiling. It seems, I didn't send on the first
attempt. This is my first patch with git, so if things need another form,
please let me know.

Changelog:

- Make the exampled compile on Win32
- Some help for crosscompiling with Mingw

15 years agoMinor autoconf cleanup
Tarek Heiland [Tue, 24 Mar 2009 09:12:22 +0000]
Minor autoconf cleanup

15 years agoAlways build doxygen documentation. Stored output in doc/ subdirectory. Only rebuild...
Thomas Jarosch [Tue, 17 Mar 2009 22:11:27 +0000]
Always build doxygen documentation. Stored output in doc/ subdirectory. Only rebuild documentation if really needed

15 years agoShow a good example: Always check the return value of ftdi_init
Thomas Jarosch [Tue, 17 Mar 2009 21:12:21 +0000]
Show a good example: Always check the return value of ftdi_init

15 years agoFix eeprom decoding of BM chip type: The previous code resulted in a temporary 1...
Thomas Jarosch [Tue, 17 Mar 2009 20:51:37 +0000]
Fix eeprom decoding of BM chip type: The previous code resulted in a temporary 1 byte variable which is too small to hold the values

15 years agoAdded PC-Lint 9.00 settings file
Thomas Jarosch [Tue, 17 Mar 2009 19:30:53 +0000]
Added PC-Lint 9.00 settings file

15 years agoHandle return value of some functions
Thomas Jarosch [Tue, 17 Mar 2009 19:30:29 +0000]
Handle return value of some functions

15 years agoFix some theoretical signed/unsigned issues
Thomas Jarosch [Tue, 17 Mar 2009 19:23:58 +0000]
Fix some theoretical signed/unsigned issues

15 years agoBuild and configure libftdi-config script on UNIX platforms
Thomas Jarosch [Mon, 16 Mar 2009 20:43:29 +0000]
Build and configure libftdi-config script on UNIX platforms

15 years agoSet VERSION and SOVERSION on shared libraries (compatible with versions from the...
Thomas Jarosch [Mon, 16 Mar 2009 20:35:39 +0000]
Set VERSION and SOVERSION on shared libraries (compatible with versions from the autoconf suite)

15 years agoBuild and install static versions of the libraries
Thomas Jarosch [Mon, 16 Mar 2009 20:15:06 +0000]
Build and install static versions of the libraries

15 years agolibftdi++: Adjust library filename to match autoconf suite: libftdipp.so
Thomas Jarosch [Mon, 16 Mar 2009 20:01:48 +0000]
libftdi++: Adjust library filename to match autoconf suite: libftdipp.so

15 years agoImprove indentation and whitespace cleanup
Thomas Jarosch [Mon, 16 Mar 2009 19:05:22 +0000]
Improve indentation and whitespace cleanup

Reformatted using this astyle options:
/usr/bin/astyle --indent=spaces=4 --indent-switches --brackets=break \
                --convert-tabs --one-line=keep-statements --one-line=keep-blocks

Should have done this for a long time...

15 years agoUpdated ChangeLog and AUTHORS
Thomas Jarosch [Mon, 16 Mar 2009 09:28:07 +0000]
Updated ChangeLog and AUTHORS

15 years agoFix ftdi_read_chipid in some cases
Matthias Richter [Mon, 16 Mar 2009 09:27:53 +0000]
Fix ftdi_read_chipid in some cases

15 years agoFix return value of ftdi_eeprom_decode as noted by Jim Paris, thanks.
Thomas Jarosch [Sat, 14 Mar 2009 21:57:11 +0000]
Fix return value of ftdi_eeprom_decode as noted by Jim Paris, thanks.

15 years agoUpdated ChangeLog
Thomas Jarosch [Sat, 14 Mar 2009 21:55:12 +0000]
Updated ChangeLog

15 years agoCleanup of decode function
Marius Kintel [Mon, 2 Mar 2009 17:37:36 +0000]
Cleanup of decode function

15 years agoCleaned up control message defines
Marius Kintel [Mon, 2 Mar 2009 16:51:11 +0000]
Cleaned up control message defines

15 years agoCorrect writing of EEPROM
Marius Kintel [Mon, 2 Mar 2009 16:36:14 +0000]
Correct writing of EEPROM

15 years agoAdded ftdi_eeprom_decode()
Marius Kintel [Thu, 19 Feb 2009 16:33:53 +0000]
Added ftdi_eeprom_decode()

15 years agoImprove source package generator, remove unused "patch" version level
Thomas Jarosch [Sat, 14 Mar 2009 21:24:41 +0000]
Improve source package generator, remove unused "patch" version level

15 years agoAdded COPYING-CMAKE-SCRIPTS file
Thomas Jarosch [Sat, 14 Mar 2009 21:09:11 +0000]
Added COPYING-CMAKE-SCRIPTS file

15 years agoAdded FindUSB cmake macro
Marius Kintel [Mon, 16 Feb 2009 13:54:34 +0000]
Added FindUSB cmake macro

15 years agoAdded Marius Kintel to AUTHORS file, updated ChangeLog
Thomas Jarosch [Tue, 10 Mar 2009 22:22:17 +0000]
Added Marius Kintel to AUTHORS file, updated ChangeLog

15 years agoAlso install .pc files
Marius Kintel [Tue, 17 Feb 2009 01:03:50 +0000]
Also install .pc files

15 years agoremove now-unneeded documentation-header
Gerd v. Egidy [Sat, 14 Feb 2009 22:48:22 +0000]
remove now-unneeded documentation-header

15 years agoFix compilation in -ansi -pendantic mode
Matthias Janke [Sun, 8 Feb 2009 11:02:12 +0000]
Fix compilation in -ansi -pendantic mode