gambas-source-code/main/gbx
Benoît Minisini 4c02c6d338 ******** Merged /branches/64bits r918:1003 into /trunk
[CONFIGURATION]
* NEW: 64 bits port.

[EXAMPLES]
* BUG: Fixed the AnalogWatch example.

[WIKI CGI SCRIPT]
* NEW: Some little cosmetic changes.

[INTERPRETER]
* NEW: The extern function implementation has been redesigned and is now
  based on libffi, so that it works on 64 bits system. Because of a flaw in
  the compiler design, projects that use the Pointer datatype must be
  recompiled to be used on a 64 bits system. This flaw will be fixed in
  Gambas 3.
* OPT: Put some tables into read-only memory. About 1000 bytes are saved
  for each running interpreter, except the first one.
* BUG: Does not crash anymore if a component cannot be loaded.
* NEW: Spanish translation updated.
* NEW: A new interpreter API for returning a pointer.

[COMPILER]
* BUG: Correctly compiles LONG constants inside code.

[GB.DEBUG]
* BUG: Compiles and links the gb.debug components with the thread
  libraries.

[GB.DB.SQLITE3]
* BUG: Getting the primary index of a table without primary index is safe
  now.

[GB.GTK]
* BUG: Modified the GLib priority of watched descriptors, as the main loop 
  could enter in a loop in which user interface events were not managed.
* BUG: Message boxes use application title without crashing now.

[GB.OPENGL]
* BUG: Disable dead code.

[GB.QT.EXT]
* BUG: TextEdit.TextWidth and TextEdit.TextHeight were not declared as
  read-only properties.

[GB.XML.XSLT]
* BUG: XSLT class is now declared as being not creatable.


git-svn-id: svn://localhost/gambas/trunk@1006 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2008-01-17 21:39:26 +00:00
..
gb_alloc.c * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gb_array.c * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gb_buffer.c * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gb_common.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gb_common_check.h ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gb_error.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gb_error.h ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gb_file.c * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gb_file.h * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gb_hash.c * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gb_list.c * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gb_table.c * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gbx.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_api.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_api.h ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_archive.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_archive.h * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gbx_array.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_array.h ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_c_application.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_c_application.h ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_c_array.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_c_array.h ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_c_class.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_c_class.h * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gbx_c_collection.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_c_collection.h * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gbx_c_enum.c * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gbx_c_enum.h ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_c_error.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_c_error.h * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gbx_c_file.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_c_file.h ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_c_gambas.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_c_gambas.h * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gbx_c_process.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_c_process.h ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_c_quote.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_c_quote.h * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gbx_c_string.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_c_string.h * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gbx_c_subcollection.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_c_subcollection.h * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gbx_c_timer.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_c_timer.h ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_class.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_class.h ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_class_desc.h ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_class_info.c * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gbx_class_init.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_class_load.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_class_load.h ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_class_native.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_compare.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_compare.h ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_component.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_component.h ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_date.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_date.h ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_debug.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_debug.h * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gbx_eval.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_eval.h ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_event.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_event.h ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_exec.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_exec.h ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_exec_enum.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_exec_loop.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_exec_pop.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_exec_push.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_expression.h * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gbx_extern.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_extern.h ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_info.h ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_library.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_library.h ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_local.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_local.h ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_math.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_math.h ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_number.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_number.h ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_object.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_object.h ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_print.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_print.h ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_project.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_project.h ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_regexp.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_regexp.h ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_replace.c * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gbx_stack.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_stack.h ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_stream.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_stream.h ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_stream_arch.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_stream_buffer.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_stream_direct.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_stream_memory.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_stream_pipe.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_stream_process.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_string.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_string.h ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_subr.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_subr.h ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_subr_conv.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_subr_extern.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_subr_file.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_subr_math.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_subr_math_temp.h * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas 2007-12-30 16:41:49 +00:00
gbx_subr_misc.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_subr_string.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_subr_test.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_subr_test_temp.h ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_subr_time.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_subst.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_subst.h ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_type.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_type.h ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_value.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_value.h ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_variant.h ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_watch.c ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
gbx_watch.h ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00
Makefile.am ******** Merged /branches/64bits r918:1003 into /trunk 2008-01-17 21:39:26 +00:00