File: ChangeLog

package info (click to toggle)
python-numarray 1.1.1-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 7,428 kB
  • ctags: 8,469
  • sloc: ansic: 92,018; python: 20,861; makefile: 263; sh: 13
file content (23 lines) | stat: -rw-r--r-- 899 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
2003-09-30  Jochen Kpper  <jochen@jochen-kuepper.de>

       * generate.py (codeargs): Add cygwin case to link against libmingwex.
       This is a little tricky as _ufinc.dll needs to be linked against
       libmingwex, but libnumarray.dll normally picks up wrong symbols from
       this library. Therefore we explicitely add libm, libc, and libgcc before
       the mingw libraries to avoid the latter and still have them available to
       resolve the FE symbols. We also explicitely have to add -L/lib before
       -L/lib/mingw to check for normal cygwin libraries first.
 
2002-04-20  Jochen Kpper  <jochen@jochen-kuepper.de>

	* MANIFEST.in: Updated.  
	Include manual source, but not tools from Python cvs.
	Avoid all warning about nonexistent files from 'setup.py sdist'
	Add Examples/.
	Keeps linelenghts < 80 cols.


	* Local Variables:
	* mode: auto-fill
	* fill-column: 80
	* End: