Commit | Date | |
---|---|---|
[r2553]
by
bugman
Merged the 'nan_catch_test' branch (r2552) into the 1.2 line (r2552). The command used was: This branch was created as a branch off the 1.2 line at r2528. It was in response to bug #6503 The two functions 'isnan()' and 'isinf()' have been created to fix the bug. These are however not |
2006-09-03 08:28:49 | Tree |
2006-09-03 08:03:22 | Tree | |
2006-09-03 06:48:21 | Tree | |
[r2550]
by
bugman
Added a skeleton for the isnan() and isinf() functions. Two dummy functions have been created and |
2006-09-03 06:06:12 | Tree |
2006-09-03 05:14:41 | Tree | |
[r2548]
by
bugman
Added a try statement to catch the ImportError failure of the 'lstat' and 'symlink' functions of the This is a fix for bug #6841 (https://gna.org/bugs/?func=detailitem&item_id=6841) which was reported This import statement fails under MS Windows as the symlink 'os' functions are UNIX only. |
2006-09-01 11:50:52 | Tree |
[r2547]
by
bugman
Added a try statement to catch the ImportError failure of the 'spawnlp' function of the 'os' module. This is a fix for bug #6841 (https://gna.org/bugs/?func=detailitem&item_id=6841) which was reported This import statement fails under MS Windows as the 'spawnlp' function is UNIX only. |
2006-09-01 11:46:14 | Tree |
[r2546]
by
bugman
Fixed some indexing statements in the Open Source infrastructure chapter which were resulting in the |
2006-09-01 11:03:21 | Tree |
[r2545]
by
bugman
Added a try statement to catch the ImportError failure of the 'kill' function of the 'os' module. This is a fix for bug #6841 (https://gna.org/bugs/?func=detailitem&item_id=6841) which was reported This import statement fails under MS Windows as the 'kill' function is UNIX only. |
2006-09-01 10:59:17 | Tree |
[r2544]
by
macraild
Move RelaxWarning initialisation till after parsing of command line See: mail.gna.org/public/relax-devel/2006-08/msg00088.html |
2006-08-31 13:38:20 | Tree |