CVSROOT:        /cvsroot/libtool
Module name:    libtool
Branch:         branch-1-5
Changes by:     Ralf Wildenhues <rwild> 07/11/15 19:36:41

Modified files:
        .              : ChangeLog 
        libltdl        : ltdl.c 

Log message:
        Avoid mixing functions and data pointers in callback functions.
        * libltdl/ltdl.c (file_worker_func): New type.
        (lt_dlforeachfile): Instead of passing a function pointer as a
        data pointer, pass a pointer to a file_worker_func pointer.
        (foreach_callback_func): Adjust.
        Backport from 2006-08-31 fix in HEAD.
        Report by Maciej Bliziński <[EMAIL PROTECTED]>.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/libtool/ChangeLog?cvsroot=libtool&only_with_tag=branch-1-5&r1=1.1220.2.473&r2=1.1220.2.474
http://cvs.savannah.gnu.org/viewcvs/libtool/libltdl/ltdl.c?cvsroot=libtool&only_with_tag=branch-1-5&r1=1.174.2.32&r2=1.174.2.33


_______________________________________________
Libtool-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/libtool-commit

Reply via email to