CVSROOT:        /sources/global
Module name:    global
Changes by:     Shigio YAMAGUCHI <shigio>       06/11/30 02:25:12

Modified files:
        .              : configure.ac 
        gtags          : gtags.c 
        libdb          : mpool.c 
        libutil        : checkalloc.c env.c 

Log message:
        Removed some code which call the following method:
        
        putenv utimes
                They are not natural method today.
        pread pwrite
                They are risky since they are not used so much and are not
                often so tested.  We know the pread and pwrite in cygwin
                are buggy. Though it is not our business, user is not guilty.
        strdup
                It is not needed since we use check_strdup() instead.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/global/configure.ac?cvsroot=global&r1=1.77&r2=1.78
http://cvs.savannah.gnu.org/viewcvs/global/gtags/gtags.c?cvsroot=global&r1=1.200&r2=1.201
http://cvs.savannah.gnu.org/viewcvs/global/libdb/mpool.c?cvsroot=global&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/global/libutil/checkalloc.c?cvsroot=global&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/global/libutil/env.c?cvsroot=global&r1=1.13&r2=1.14


_______________________________________________
Global-commit mailing list
Global-commit@gnu.org
http://lists.gnu.org/mailman/listinfo/global-commit

Reply via email to