[Gambas-devel-svn] SF.net SVN: gambas: [909] gambas/trunk
Brought to you by:
gambas
From: <lor...@us...> - 2008-01-03 20:44:52
|
Revision: 909 http://gambas.svn.sourceforge.net/gambas/?rev=909&view=rev Author: lordheavy Date: 2008-01-03 12:44:46 -0800 (Thu, 03 Jan 2008) Log Message: ----------- More work on OpenBSD portage: - acinclude.m4: update libtool macros with libtool 1.5.24 ones, this seem to fix some problems with configure script under OpenBSD, Linux seems to be still working 8p - gbx_library.c: Remove lt_dlopen_flag use, as it doesn't seem to be anymore available in libltdl. XX_LAZY seems to be the default behaviour if available. - others: Replacement of strcpy() with strlcpy(), as strcpy isn't available because tag as non secure. - Perhaps other changes ! Modified Paths: -------------- gambas/trunk/acinclude.m4 gambas/trunk/main/gbx/gb_error.c gambas/trunk/main/gbx/gbx_class.c gambas/trunk/main/gbx/gbx_class_load.c gambas/trunk/main/gbx/gbx_extern.c gambas/trunk/main/gbx/gbx_library.c gambas/trunk/main/gbx/gbx_type.c gambas/trunk/main/share/gb_file_temp.h gambas/trunk/main/share/gb_table_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |