Thread: [Gambas-devel-svn] SF.net SVN: gambas: [1061] gambas/branches/2.0/main
Brought to you by:
gambas
From: <ga...@us...> - 2008-02-06 13:44:20
|
Revision: 1061 http://gambas.svn.sourceforge.net/gambas/?rev=1061&view=rev Author: gambas Date: 2008-02-06 05:44:25 -0800 (Wed, 06 Feb 2008) Log Message: ----------- [COMPILER] * NEW: When a form method declaration has no END keyword, the error message is now accurate. It does not talk about the form definition anymore. Modified Paths: -------------- gambas/branches/2.0/main/gbc/gbc_form.c gambas/branches/2.0/main/gbc/gbc_header.c gambas/branches/2.0/main/gbc/gbc_read.c gambas/branches/2.0/main/share/gbc_read_common.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2008-02-18 22:36:54
|
Revision: 1079 http://gambas.svn.sourceforge.net/gambas/?rev=1079&view=rev Author: lordheavy Date: 2008-02-18 14:36:13 -0800 (Mon, 18 Feb 2008) Log Message: ----------- [OPENBSD] * BUG: Revert strlcpy/strlcat/snprintf are not really needed, and introduce potentially more bugs. Modified Paths: -------------- gambas/branches/2.0/main/gbc/gb_str.c gambas/branches/2.0/main/gbc/gbc_archive.c gambas/branches/2.0/main/gbc/gbc_compile.c gambas/branches/2.0/main/gbc/gbc_output.c gambas/branches/2.0/main/gbc/gbc_type.c gambas/branches/2.0/main/gbc/gbi.c gambas/branches/2.0/main/gbx/gb_error.c gambas/branches/2.0/main/gbx/gbx_api.c gambas/branches/2.0/main/gbx/gbx_archive.c gambas/branches/2.0/main/gbx/gbx_class.c gambas/branches/2.0/main/gbx/gbx_class_load.c gambas/branches/2.0/main/gbx/gbx_component.c gambas/branches/2.0/main/gbx/gbx_library.c gambas/branches/2.0/main/gbx/gbx_local.c gambas/branches/2.0/main/gbx/gbx_type.c gambas/branches/2.0/main/lib/compress/main.c gambas/branches/2.0/main/libltdl/aclocal.m4 gambas/branches/2.0/main/share/gb_arch_temp.h gambas/branches/2.0/main/share/gb_common.h gambas/branches/2.0/main/share/gb_file_share.h gambas/branches/2.0/main/share/gb_file_temp.h gambas/branches/2.0/main/share/gb_replace_temp.h gambas/branches/2.0/main/share/gb_table_temp.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-02-21 19:44:34
|
Revision: 1093 http://gambas.svn.sourceforge.net/gambas/?rev=1093&view=rev Author: gambas Date: 2008-02-21 11:44:38 -0800 (Thu, 21 Feb 2008) Log Message: ----------- [INTERPRETER] * BUG: Really fixes the 'lib64' problem. Now components are searched in the 'lib64' directory on 64 bits OS. If they are not stored in 'lib64', then the default 'lib' directory is used. [INFORMER] * BUG: Really fixes the 'lib64' problem. Now components are searched in the 'lib64' directory on 64 bits OS. If they are not stored in 'lib64', then the default 'lib' directory is used. Modified Paths: -------------- gambas/branches/2.0/main/gbc/gbi.c gambas/branches/2.0/main/gbx/gbx_project.c gambas/branches/2.0/main/libltdl/aclocal.m4 gambas/branches/2.0/main/share/gb_common.h gambas/branches/2.0/main/share/gb_component.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2008-02-25 23:35:47
|
Revision: 1118 http://gambas.svn.sourceforge.net/gambas/?rev=1118&view=rev Author: lordheavy Date: 2008-02-25 15:35:41 -0800 (Mon, 25 Feb 2008) Log Message: ----------- Fix compilation error in gbi.c from previous commit (svn1117). Modified Paths: -------------- gambas/branches/2.0/main/gbc/gbi.c gambas/branches/2.0/main/libltdl/aclocal.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2008-03-29 21:51:54
|
Revision: 1268 http://gambas.svn.sourceforge.net/gambas/?rev=1268&view=rev Author: lordheavy Date: 2008-03-29 14:47:39 -0700 (Sat, 29 Mar 2008) Log Message: ----------- [INFORMER] * BUG: Now gbi2 use native dlopen() functions instead of libltdl wrapper on OpenBSD. Modified Paths: -------------- gambas/branches/2.0/main/configure.ac gambas/branches/2.0/main/gbc/gbi.c gambas/branches/2.0/main/share/gb_component.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-04-18 15:57:58
|
Revision: 1320 http://gambas.svn.sourceforge.net/gambas/?rev=1320&view=rev Author: gambas Date: 2008-04-18 08:58:01 -0700 (Fri, 18 Apr 2008) Log Message: ----------- [COMPILER] * BUG: Do not print error messages on unexpected strings with newline inside. Just claim that an unexpected string has been encountered. [GB.EVAL] * BUG: Do not print error messages on unexpected strings with newline inside. Just claim that an unexpected string has been encountered. Modified Paths: -------------- gambas/branches/2.0/main/gbc/gbc_read.c gambas/branches/2.0/main/lib/eval/eval_read.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |