summaryrefslogtreecommitdiff
path: root/numpy/f2py/cfuncs.py
Commit message (Collapse)AuthorAgeFilesLines
...
* f2py: Allow expressions that contain max/min calls, be used as dimension ↵Pearu Peterson2008-05-191-0/+2
| | | | specifications. Defined macros min/max that are needed when --lower is used. Typical usage case: real a(min(1,n)).
* use 'in' keyword to test dictionary membershipJarrod Millman2007-11-281-18/+33
|
* Fix f2py and docTravis Oliphant2006-07-081-1/+1
|
* Fix f2py to use new namesTravis Oliphant2006-07-081-25/+25
|
* Do replacing nulls with ' ' after strncpy correctly in f2py.cfuncs.cookedm2006-05-201-23/+30
| | | | Also corrects some problems with buffer sizes
* Run reindent.py (script distributed with Python) over the source to remove ↵cookedm2006-03-101-57/+57
| | | | extraneous whitespace
* Change License text to NumPy License (permission granted by Pearu)Travis Oliphant2006-01-201-1/+1
|
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+1134