Commit Graph

2851 Commits

Author SHA1 Message Date
Erik de Castro Lopo
d75cf061b8 Win32/MSVC++ fixes. 2004-03-14 02:50:22 +00:00
Erik de Castro Lopo
11ded6e6c7 Fix compiler warning on Win32. 2004-03-14 01:43:27 +00:00
Erik de Castro Lopo
15c62a5854 Fix formatting. 2004-03-12 23:02:11 +00:00
Erik de Castro Lopo
61a5a8a11c Fix more copyright dates. 2004-03-12 21:40:54 +00:00
Erik de Castro Lopo
645968b25c Minor code rearrangement. 2004-03-12 21:38:53 +00:00
Erik de Castro Lopo
227a966990 Fix fopen call to use mode "wb" so it works on Win32. 2004-03-12 21:37:13 +00:00
Erik de Castro Lopo
1c3fa60db9 Fix dependancies for MinGW cross compiling and testing under Wine. 2004-03-12 10:39:02 +00:00
Erik de Castro Lopo
675100406b Fix a bug in the Win32 version of psf_ftruncate.
The variable dwError was being used uninitialised.
2004-03-12 08:54:05 +00:00
Erik de Castro Lopo
9a734d517f Fix warning by including <stdlib.h>. 2004-03-11 13:39:09 +00:00
Erik de Castro Lopo
646e3f7685 Fix generation of Win32 libsndfile.def. 2004-03-11 13:37:24 +00:00
Erik de Castro Lopo
566a2d1ae7 Removed left over debig code. 2004-03-11 12:48:03 +00:00
Erik de Castro Lopo
2884c44d5d Add extra sounr file extensions to precious files. 2004-03-11 10:16:48 +00:00
Erik de Castro Lopo
8a6fe1b9c0 Add $(EXEEXT) to binaries for MinGW compatibility. 2004-03-11 10:08:16 +00:00
Erik de Castro Lopo
a33c52440c Improve comments about commercial use. 2004-03-11 08:24:58 +00:00
Erik de Castro Lopo
f6da7723c2 Fix compiler warning by including <stdlib.h>. 2004-03-11 08:22:26 +00:00
Erik de Castro Lopo
0ea49a9a35 If compiler is gcc and cross compiling then use -nostdinc. 2004-03-10 08:52:38 +00:00
Erik de Castro Lopo
2758ba4cd9 Configure.ac bug fix for MinGW configure. Update ChangeLog. 2004-03-10 00:53:37 +00:00
Erik de Castro Lopo
4de060910f Fix problems with PEAK chunks on files with more than 16 files. 2004-03-09 13:00:32 +00:00
Erik de Castro Lopo
37f67dd9d5 Fix header length segfault. 2004-03-08 12:58:09 +00:00
Erik de Castro Lopo
8c3991675b Fix cross compiling from Linux with mingw32msvc. 2004-03-04 22:02:43 +00:00
Erik de Castro Lopo
77b9f512b7 Start support for compiling under mingw32msvc. 2004-03-03 12:11:18 +00:00
Erik de Castro Lopo
6ea6aa333b Fix building outside of source directory. 2004-03-03 08:08:54 +00:00
Erik de Castro Lopo
6b8c2cb7b9 Change license for create_symbols_file.py to BSD style. 2004-03-01 09:14:08 +00:00
Erik de Castro Lopo
b27fdfb4d4 Add 2004 copyright dates. 2004-03-01 08:51:25 +00:00
Erik de Castro Lopo
0a6b0aa4a9 Fix warnings on ia64 Linux. 2004-02-29 22:36:24 +00:00
Erik de Castro Lopo
fbebccc190 Fix building of libsndfile-lite. 2004-02-29 22:33:13 +00:00
Erik de Castro Lopo
15e10ae9fb Redo create_symbols_file.sh on Python.
There were problems with create_symbols_file.sh in that it used bash
extensions and would not run on all platforms. Solution is to run
it locally and distribute the generated files with the source code.
Re-write it in Python to allow doing the Win32 libsndfile.def from
the same script.
2004-02-28 20:20:06 +00:00
Erik de Castro Lopo
fdcff40245 Clean up of acinclude.m4. 2004-02-28 20:11:38 +00:00
Erik de Castro Lopo
8e601a0e6d Fix URL for web page counter. 2004-02-25 09:48:17 +00:00
Erik de Castro Lopo
35cde2f63b Minor cleanups. 2004-02-25 09:03:39 +00:00
Erik de Castro Lopo
3a926aecb5 Add --enable-gcc-werror option and move GCC specific stuff down. 2004-02-25 09:01:53 +00:00
Erik de Castro Lopo
2129cf8e6c Fix clip mode detection (tested on Itanium II). 2004-02-25 05:31:46 +00:00
Erik de Castro Lopo
0f1a712ecd Add error chcking to ensure sizeof (off_t) == sizeof (sf_count_t). 2004-02-24 23:30:45 +00:00
Erik de Castro Lopo
5310c42655 Fix compiler warning about printf. 2004-02-24 22:28:19 +00:00
Erik de Castro Lopo
bb5c647056 Update version to 1.0.7. 2004-02-24 11:24:12 +00:00
Erik de Castro Lopo
7f9ecd473a Fix clip mode detection (hopefully). 2004-02-24 10:41:55 +00:00
Erik de Castro Lopo
53abb09a9f Further MacOSX build issue fixes. 2004-02-19 11:49:34 +00:00
Erik de Castro Lopo
456eed204c Minor MacOSX fixes. 2004-02-19 11:37:17 +00:00
Erik de Castro Lopo
a64e0c0f9c Document SFC_GET/SET_CLIPPING. 2004-02-17 03:04:02 +00:00
Erik de Castro Lopo
a8a36a0843 Fix parsing of 'PAD ' chunk of WAV files.
'PAD ' chunk fix was really a problem with header_seek in common.c.
Minor improvements to sndfile.pc.in and NEWS files.
2004-02-15 02:30:33 +00:00
Erik de Castro Lopo
bad679cfdd Fix typos on docs. 2004-02-14 03:02:56 +00:00
Erik de Castro Lopo
26efcb703f More zip.com.au to mega-nerd.com changes. 2004-02-13 12:31:34 +00:00
Erik de Castro Lopo
bcc6518fb3 Change from zip.com.au to mega-nerd.com. 2004-02-13 11:55:42 +00:00
Erik de Castro Lopo
e0ee384436 Fix typos. 2004-02-11 08:50:45 +00:00
Erik de Castro Lopo
09414afc7e Pull in changes from 1.0.6 pre-release testing. 2004-02-08 10:18:12 +00:00
Erik de Castro Lopo
95efab5ba0 Removed autogeneration of acinclude.
The file acinclude.m4 is now considered a source code file.
2004-01-24 04:56:35 +00:00
Erik de Castro Lopo
8e5bd3d098 Removed autogeneration of acinclude.
The file acinclude.m4 is now considered a source code file.
2004-01-24 03:52:17 +00:00
Erik de Castro Lopo
416a51bc64 Add *.lo to src/G72x/.arch-inventory file. 2004-01-21 11:46:24 +00:00
Erik de Castro Lopo
a241ebce52 Rename reconf to reconfigure.mk. 2004-01-21 07:50:16 +00:00
Erik de Castro Lopo
d405259eff Add .arch-inventory file in top level dir. 2004-01-21 07:47:54 +00:00