taskSavannah Administration - Tasks: task #10564, Submission of Fake C Standard...

 
 

task #10564: Submission of Fake C Standard Library

Submitter:  Şenol Korkmaz <senol>
Submitted:  Fri 20 Aug 2010 08:59:31 PM UTC
   
 
Should Start On:  Fri 20 Aug 2010 12:00:00 AM UTC Should be Finished on:  Mon 30 Aug 2010 12:00:00 AM UTC
Category:  Approved Projects to be Reviewed Priority:  * 5 - Normal
Status:  Done Privacy:  Public
Assigned to:  alexfernandez Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Jump to the original submission

Mon 07 Feb 2011 11:13:52 PM UTC, comment #9: 

Hi Şenol,

Everything seems to be alright, I am closing this task. Thanks!

Alex Fernandez <alexfernandez>
Tue 23 Nov 2010 07:33:59 AM UTC, comment #8: 

Hi,

Thanks for your reply, my project is now ready to be reviewed. I have made some changes after first submission, I have added all permissive license notices at the end of each text files and GPLv3 notices to the beginning of each source code files. The last revision in the my project's Savannah SVN repository is ready for review.

Şenol Korkmaz <senol>
Sun 21 Nov 2010 09:26:01 PM UTC, comment #7: 

Hi,

There are some issues pending from the project registration
process. Is the project in Savannah ready for review?

Thanks!

Alex Fernandez <alexfernandez>
Wed 25 Aug 2010 08:17:58 PM UTC, comment #6: 

Hi,

I'm sorry for disorder. I have mistakenly enabled the GIT repository and disabled now. CVS repository was enabled initially, so I did not touch it, if it is not necessary for web pages I can disable it too. I'm planning to continue development using SVN.

Şenol Korkmaz <senol>
Wed 25 Aug 2010 03:55:56 AM UTC, comment #5: 

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

August 24th 2010 in GNU Savannah task #10564: "Submission of Fake C
Standard Library".

Hi.

You enabled SVN, GIT and CVS.  How do they related?.  Will they mirror
each other or every one will contain independent information?.

Thanks.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEAREIAAYFAkx0lKoACgkQZ4DA0TLic4j61ACffolv8C4kJqoHMTc6s/Ck3bQc
vKkAoIqis5+EIDIUzppA2KExV/OUdAeD
=ddSR
-----END PGP SIGNATURE-----

Mario Castelán Castro <marioxcc>
Tue 24 Aug 2010 07:32:15 PM UTC, comment #4: 

Hi.
I have added my project to subversion repository and it is ready to be reviewed.

Şenol Korkmaz <senol>
Mon 23 Aug 2010 01:26:02 AM UTC, comment #3: 

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

August 22th 2010 in GNU Savannah task #10564: "Submission of Fake C
Standard Library".

Hi.

Please check again.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEAREIAAYFAkxxzp0ACgkQZ4DA0TLic4igVwCfccataF30v08PNgY5W+6Pj2TL
Jz8An1ertbQ+P6B/HpwKN+ZELe4Z1lwy
=/4RK
-----END PGP SIGNATURE-----

Mario Castelán Castro <marioxcc>
Mon 23 Aug 2010 12:48:41 AM UTC, comment #2: 

Hi.
I did not get the auto-generated email yet. When I try to open the URL http://savannah.nongnu.org/p/flibc, I get "Permission Denied" error. Should I attach a new tarball for review, or wait for VCS access?

Şenol Korkmaz <senol>
Sun 22 Aug 2010 12:59:38 AM UTC, comment #1: 

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

August 21th 2010 in GNU Savannah task #10564: "Submission of Fake C
Standard Library".

Hi.

I have approved this project.  You will receive an auto-generated
email containing detailed information about the approval.

In order to release your project properly and unambiguously under the
GNU GPL, please place copyright notices and permission-to-copy
statements at the beginning of EVERY copyrightable file, usually any
file more than 10 lines long.

In addition, if you haven't already, please include a copy of the
plain text version of the GPL, available from
http://www.gnu.org/licenses/gpl.txt, into a file named "COPYING".

For more information, see http://www.gnu.org/licenses/gpl-howto.html.

If some of your files cannot carry such notices (e.g. binary files),
then you can add a README file in the same directory containing the
copyright and license notices. Check
http://www.gnu.org/prep/maintain/html_node/Copyright-Notices.html for
further information.

The GPL FAQ explains why these procedures must be followed.  To learn
why a copy of the GPL must be included with every copy of the code,
for example, see
http://www.gnu.org/licenses/gpl-faq.html#WhyMustIInclude.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Please fix these issues as soon as possible and let us know with a
reply to this tracker.  We will review and if all is ok.  Please note
the registration process isn't finished.  I have approved this project
early so not to delay it development.

Regards and thanks for youre interest in free software.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEAREIAAYFAkxwduUACgkQZ4DA0TLic4gxkwCeP8cqAqfFKEvBMYhjp+QhBxt3
7JEAnRgbvhlnFPQvpwZZDRD7DYeJ8Kup
=7O2w
-----END PGP SIGNATURE-----

Mario Castelán Castro <marioxcc>
Fri 20 Aug 2010 08:59:31 PM UTC, original submission:  

A new project has been registered at Savannah
This project account will remain inactive until a site admin approves or discards the registration.


Registration Administration


While this item will be useful to track the registration process, approving or discarding the registration must be done using the specific Group Administration page, accessible only to site administrators, effectively logged as site administrators (superuser):



Registration Details


  • Name: Fake C Standard Library
  • System Name:  flibc
  • Type: non-GNU software & documentation
  • License: GNU General Public License v3 or later





Description:

flibc is an implementation of C Standard Library for educational purposes.
It is intended to be less portable and less optimised but more readable
implementation (or fake) of C Standard Library.

We choose the prefix 'f' to stand for the word "Fake".
You may also note that strcmp("flibc","glibc") returns less than zero :)

It is implemented for educational purposes to provide a simple to understand,
more readable and well documented implementation of C Standard Library.

We think that flibc may not be suitable for production environments.
There are already much of libraries that are suitable for productional purposes, such as glibc,
and much of libraries that are suitable for embedded (poor resource) environments, such as
eglibc and uClibc. You should consider using these libraries if you are planing to
use within a production environment or on embedded system.


Tarball URL:

http://savannah.gnu.org/submissions_uploads/flibc-0.0.1.tar.gz


Şenol Korkmaz <senol>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #21271:  flibc-0.0.2.tar.gz added by senol (36KiB - application/x-gzip - This is the newer version that contains GPLv3 headers.)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by alexfernandez (Posted a comment)
  • -email is unavailable- added by marioxcc (Posted a comment)
  • -email is unavailable- added by senol (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 7 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-02-07 alexfernandez StatusWait reply Done
        Open/ClosedOpen Closed
    2010-11-21 alexfernandez StatusIn Progress Wait reply
    2010-11-21 alexfernandez StatusNone In Progress
        Assigned toNone alexfernandez
    2010-08-22 marioxcc CategoryProject Approval Approved Projects to be Reviewed
    2010-08-22 senol Attached File- Added flibc-0.0.2.tar.gz, #21271

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code