Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 79 and Version 80 of GSoC/2017


Ignore:
Timestamp:
06/22/17 19:19:20 (7 years ago)
Author:
aditya
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2017

    v79 v80  
    230230 * I have to use SVN checkout for each function while porting the code from either freeBSD or netBSD.
    231231 * This week, i will work on remaining methods from long double complex library and will port the code and send the patch.
     232*June 21.
     233 * Last week, I have worked on inttypes and long double complex methods. I have ported the code of ccoshl, cacoshl, csqrtl, clogl and methods related to inttypes.
     234 *  I have finally understand the building process of newlib and knew the instruction how to generate Makefile.in using autoreconf.
     235 * In newlib, i did not see stdbool.h, used in csqrtl methods, so i have used enum for boolean values as Sebastian have suggested. I have modified the ported code again. Corinna Venschen told me to not rely on c99. But they are using stdbool.h from gcc. i have used that stdbool.h in modified patch.
     236 * I have checked all the dependent methods what i have ported last week. I am still trying to configure SVN Checkout for freeBSD and NetBSD.
     237 * As Joel have told me to use rtems_init() for all the methods tested within testsuite psxinttypes01. i am working on it and investigating the similar files in testsuites.
     238 * This week, I will port rest of functions from long double complex methods and will apply the whole ported function patch to RSB as well as make a test for these function in RTEMS.
    232239
    233240== Spencer Goodwin ==