savannah-register-public
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-register-public] [task #4224] Submission of shuffle


From: Davis Houlton
Subject: [Savannah-register-public] [task #4224] Submission of shuffle
Date: Sat, 4 Jun 2005 11:35:55 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050211 Firefox/1.0

URL:
  <http://savannah.gnu.org/task/?func=detailitem&item_id=4224>

                 Summary: Submission of shuffle
                 Project: Savannah Administration
            Submitted by: dgh
            Submitted on: Sat 06/04/2005 at 11:35
         Should Start On: Sat 06/04/2005 at 00:00
   Should be Finished on: Tue 06/14/2005 at 00:00
                Category: Project Approval
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
        Percent Complete: 0%
             Assigned to: None
             Open/Closed: Open
                  Effort: 0.00

    _______________________________________________________

Details:


Site Admin. Approval/Edition URL:
 <https://savannah.gnu.org/admin/groupedit.php?group_id=7688>


###### ORIGINAL SUBMISSION DETAILS ######

System Group Name:
-----------------
  shuffle


Full Name:
----------
  shuffle
  

Type:
-----
  Official GNU software


License:
-------- 
  GNU General Public License V2 or later


Other License: 
--------------
  


Description:
------------
  I am proposing the addition of "shuffle", a program which randomizes the
contents of files.  It is a potential canidate for addition to coreutils. I
have no URL for code, which is why I'd like to host it on savannah; the code
is contain in  a single file, shuffle.c, with the following incudes:

#define _GNU_SOURCE
#include <stdio.h>
#include <stdlib.h>
#include <libgen.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <getopt.h>
#include <string.h>
#include <time.h>



Other Software Required:
------------------------
  GNU libc


Other Comments:
---------------
  I would like to use Savannah as a place to review the suitability of
shuffle for addition to coreutils. Some discussion has taken place on the bug
tracking list already. Even if shuffle does not become a part, I think there
is merit to having it as a separate project, as it is relatively new
functionality.

#########################################







    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/task/?func=detailitem&item_id=4224>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]