Thread: [Gambas-devel-svn] SF.net SVN: gambas: [1034] gambas/branches/2.0/main/gbx
Brought to you by:
gambas
From: <ga...@us...> - 2008-01-24 01:32:57
|
Revision: 1034 http://gambas.svn.sourceforge.net/gambas/?rev=1034&view=rev Author: gambas Date: 2008-01-23 17:33:00 -0800 (Wed, 23 Jan 2008) Log Message: ----------- [INTERPRETER] * BUG: Fixed the allocation of static arrays. * BUG: Array classes array accessors now correctly check the number of their argument when the array has just one dimension. Modified Paths: -------------- gambas/branches/2.0/main/gbx/gbx_array.c gambas/branches/2.0/main/gbx/gbx_c_array.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-02-09 12:52:26
|
Revision: 1063 http://gambas.svn.sourceforge.net/gambas/?rev=1063&view=rev Author: gambas Date: 2008-02-09 04:52:31 -0800 (Sat, 09 Feb 2008) Log Message: ----------- [INTERPRETER] * BUG: Object.Attach() and Object.Detach() now correctly deals with Observer objects. Modified Paths: -------------- gambas/branches/2.0/main/gbx/gbx_c_class.c gambas/branches/2.0/main/gbx/gbx_c_gambas.c gambas/branches/2.0/main/gbx/gbx_c_gambas.h gambas/branches/2.0/main/gbx/gbx_class.h gambas/branches/2.0/main/gbx/gbx_class_init.c gambas/branches/2.0/main/gbx/gbx_object.c gambas/branches/2.0/main/gbx/gbx_object.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2008-02-23 22:57:38
|
Revision: 1101 http://gambas.svn.sourceforge.net/gambas/?rev=1101&view=rev Author: lordheavy Date: 2008-02-23 14:56:43 -0800 (Sat, 23 Feb 2008) Log Message: ----------- [OPENBSD] * BUG: Again, remove useless code. Modified Paths: -------------- gambas/branches/2.0/main/gbx/gbx_c_process.c gambas/branches/2.0/main/gbx/gbx_extern.c gambas/branches/2.0/main/gbx/gbx_library.c gambas/branches/2.0/main/gbx/gbx_print.c gambas/branches/2.0/main/gbx/gbx_value.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-03 13:42:44
|
Revision: 1128 http://gambas.svn.sourceforge.net/gambas/?rev=1128&view=rev Author: gambas Date: 2008-03-03 05:42:47 -0800 (Mon, 03 Mar 2008) Log Message: ----------- [INTERPRETER] * NEW: Opening a device file in direct mode (FOR READ/WRITE) is now automatically non blocking. * OPT: Lof() now only tries its different methods (ioctl and lseek) once. Modified Paths: -------------- gambas/branches/2.0/main/gbx/gbx_stream.c gambas/branches/2.0/main/gbx/gbx_stream.h gambas/branches/2.0/main/gbx/gbx_stream_direct.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-06-10 13:49:37
|
Revision: 1403 http://gambas.svn.sourceforge.net/gambas/?rev=1403&view=rev Author: gambas Date: 2008-06-10 06:49:45 -0700 (Tue, 10 Jun 2008) Log Message: ----------- [INTERPRETER] * BUG: Fix a bug in DateAdd() that made this function corrupt the next date to string conversion, which then lead to other bad weird things. Modified Paths: -------------- gambas/branches/2.0/main/gbx/gbx_date.c gambas/branches/2.0/main/gbx/gbx_local.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-07-10 19:27:49
|
Revision: 1445 http://gambas.svn.sourceforge.net/gambas/?rev=1445&view=rev Author: gambas Date: 2008-07-10 12:27:59 -0700 (Thu, 10 Jul 2008) Log Message: ----------- [INTERPRETER] * BUG: Fix the management of standard input, standard output and standard error streams. Modified Paths: -------------- gambas/branches/2.0/main/gbx/gbx.c gambas/branches/2.0/main/gbx/gbx_c_file.c gambas/branches/2.0/main/gbx/gbx_c_file.h gambas/branches/2.0/main/gbx/gbx_subr_file.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-07-15 13:29:09
|
Revision: 1450 http://gambas.svn.sourceforge.net/gambas/?rev=1450&view=rev Author: gambas Date: 2008-07-15 06:29:13 -0700 (Tue, 15 Jul 2008) Log Message: ----------- [INTERPRETER] * BUG: Do not free the classes before the _free() special methods are executed. Modified Paths: -------------- gambas/branches/2.0/main/gbx/gbx.c gambas/branches/2.0/main/gbx/gbx_class.c gambas/branches/2.0/main/gbx/gbx_class.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |