Skip to content

Commit

Permalink
Merged revisions 5091-5101 via svnmerge from
Browse files Browse the repository at this point in the history
https://matplotlib.svn.sf.net/svnroot/matplotlib/branches/v0_91_maint

........
  r5095 | mmetz_bn | 2008-04-29 09:21:48 -0400 (Tue, 29 Apr 2008) | 1 line
  
  fixed bug in mlab.sqrtm; numpy.linalg.eig behaves different than Numeric did
........
  r5101 | mdboom | 2008-05-01 14:20:13 -0400 (Thu, 01 May 2008) | 2 lines
  
  Include stdio.h for gcc 4.3
........

svn path=/trunk/matplotlib/; revision=5102
  • Loading branch information
mdboom committed May 1, 2008
1 parent d0ae284 commit 2758ba0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/matplotlib/mlab.py
Original file line number Diff line number Diff line change
Expand Up @@ -2261,7 +2261,7 @@ def mybool(x):
if x=='True': return True
elif x=='False': return False
else: raise ValueError('invalid bool')

dateparser = dateutil.parser.parse
mydateparser = with_default_value(dateparser, datetime.date(1,1,1))
myfloat = with_default_value(float, np.nan)
Expand Down
2 changes: 2 additions & 0 deletions ttconv/truetype.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
* Michael Droettboom
*/

#include <stdio.h>

/*
** ~ppr/src/include/typetype.h
**
Expand Down

0 comments on commit 2758ba0

Please sign in to comment.