Changes between Initial Version and Version 4 of Ticket #8898


Ignore:
Timestamp:
09/07/10 04:35:41 (3 years ago)
Author:
mvngu
Comment:

The attached patch converts the following files to use Unix line endings:

  • sage/libs/mpmath/ext_impl.pxd
  • sage/libs/mpmath/ext_main.pyx
  • sage/libs/mpmath/ext_main.pxd
  • sage/libs/mpmath/ext_libmp.pyx
  • sage/logic/booleval.py

I used the Perl script at

 http://www.obviously.com/tech_tips/dos2unix.html

to convert to Unix end lines. Fredrik Johansson is a main developer of mpmath. I have CC'd him so he is aware of this Unix line endings issue.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8898

    • Property Status changed from new to needs_review
    • Property Authors changed from to Minh Van Nguyen
    • Property Cc fredrik.johansson added
    • Property Component changed from algebra to misc
    • Property Priority changed from minor to trivial
    • Property Owner changed from AlexGhitza to jason
  • Ticket #8898 – Description

    initial v4  
    11the following 4 files in the sage spkg have dos line ending rather than unix ones: 
    2 sage/libs/mpmath/ext_impl.pxd 
    3 sage/libs/mpmath/ext_main.pyx 
    4 sage/libs/mpmath/ext_main.pxd 
    5 sage/libs/mpmath/ext_libmp.pyx 
     2 
     3 * sage/libs/mpmath/ext_impl.pxd 
     4 * sage/libs/mpmath/ext_main.pyx 
     5 * sage/libs/mpmath/ext_main.pxd 
     6 * sage/libs/mpmath/ext_libmp.pyx 
    67 
    78I found about this while trying to build sage with python-2.6.5