gambas-source-code/main/share
Benoît Minisini b8f6e09b8b [INTERPRETER]
* NEW: Add support for double-linked lists in the interpreter API.
* NEW: GB.Wait() is a new API that waits for a specific number of 
  milliseconds, exactly like the WAIT instruction (i.e. the event loop is
  run).
* NEW: GB.HasForked() is a new API that warns the interpreter that fork()
  has been called (he has to do some stuff).
* NEW: Remove the GB_POST_FUNC datatype from the API.

[GB.DBUS]
* BUG: Fix some compilation warnings.

[GB.TASK]
* NEW: gb.task is a new component that allows to run background tasks by
  "simply" forking the interpreter. Communication between the task and the
  main process has not been implemented yet.


git-svn-id: svn://localhost/gambas/trunk@5076 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2012-08-24 22:29:53 +00:00
..
gambas.h [INTERPRETER] 2012-08-24 22:29:53 +00:00
gb_alloc.h [DEVELOPMENT ENVIRONMENT] 2012-03-01 11:42:28 +00:00
gb_alloc_temp.h [INTERPRETER] 2012-02-26 23:07:14 +00:00
gb_arch.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb_arch_temp.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb_array.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb_array_temp.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb_buffer.h [DEVELOPMENT ENVIRONMENT] 2012-03-18 13:14:17 +00:00
gb_buffer_temp.h [DEVELOPMENT ENVIRONMENT] 2012-03-18 13:14:17 +00:00
gb_class_desc_common.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb_code.h [INTERPRETER] 2012-07-08 23:23:24 +00:00
gb_code_temp.h [INTERPRETER] 2012-07-08 23:23:24 +00:00
gb_common.h [DEVELOPMENT ENVIRONMENT] 2012-05-05 00:39:43 +00:00
gb_common_buffer.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb_common_buffer_temp.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb_common_case.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb_common_case_temp.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb_common_string.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb_common_string_temp.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb_common_swap.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb_common_swap_temp.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb_component.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb_error_common.h [DEVELOPMENT ENVIRONMENT] 2012-05-19 02:55:05 +00:00
gb_file_share.h [DEVELOPMENT ENVIRONMENT] 2012-01-31 02:33:01 +00:00
gb_file_temp.h [INTERPRETER] 2012-03-14 02:11:36 +00:00
gb_hash.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb_hash_temp.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb_limit.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb_list.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb_list_temp.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb_magic.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb_pcode.h [INTERPRETER] 2012-07-08 23:23:24 +00:00
gb_pcode_temp.h [INTERPRETER] 2012-07-08 23:23:24 +00:00
gb_replace.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb_replace_temp.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb_reserved.h [DEVELOPMENT ENVIRONMENT] 2012-05-21 01:09:35 +00:00
gb_reserved_keyword.h [DEVELOPMENT ENVIRONMENT] 2012-05-23 18:59:30 +00:00
gb_reserved_temp.h [DEVELOPMENT ENVIRONMENT] 2012-05-21 01:09:35 +00:00
gb_table.h [INTERPRETER] 2012-08-06 20:14:41 +00:00
gb_table_temp.h [INTERPRETER] 2012-08-06 20:14:41 +00:00
gb_type_common.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gbc_read_common.h [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gbc_trans_common.h [DEVELOPMENT ENVIRONMENT] 2012-07-25 19:32:57 +00:00
gbx_subr_common.h [INTERPRETER] 2012-07-08 14:35:58 +00:00
Makefile.am