gambas-source-code/main/gbx
gambas 17834b13a6 Don't call QUIT when terminating a task, it crashes. Just clean up the temporary directory and exit.
[INTERPRETER]
* BUG: Don't call QUIT when terminating a task, it crashes. Just clean up the temporary directory and exit.
2018-01-28 17:57:13 +01:00
..
gb_alloc.c [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gb_array.c [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gb_buffer.c [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gb_common.c [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gb_common_check.h [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gb_error.c [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gb_error.h [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gb_file.c [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gb_file.h [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gb_hash.c [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gb_list.c [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gb_table.c [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx.c Don't call QUIT when terminating a task, it crashes. Just clean up the temporary directory and exit. 2018-01-28 17:57:13 +01:00
gbx_api.c Merge branch 'rework-stream-interface' into 'master' 2017-09-30 18:43:25 +00:00
gbx_api.h Rework the stream interface, so that the stream read & write methods just have to actually read or write the data. 2017-09-27 02:48:00 +02:00
gbx_archive.c Component.Version now returns the full version of libraries. 2017-11-25 06:02:46 +01:00
gbx_archive.h Component.Version now returns the full version of libraries. 2017-11-25 06:02:46 +01:00
gbx_c_application.c [GB.DB.SQLITE2] 2017-02-07 00:08:22 +00:00
gbx_c_application.h [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_c_array.c Implement string comparison based on MATCH operator with the gb.Match constant. 2017-10-21 01:19:27 +02:00
gbx_c_array.h [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_c_class.c Component.Version now returns the full version of libraries. 2017-11-25 06:02:46 +01:00
gbx_c_class.h [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_c_collection.c [INTERPRETER] 2017-08-08 12:33:47 +00:00
gbx_c_collection.h [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_c_enum.c [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_c_enum.h [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_c_error.c [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_c_error.h [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_c_file.c Fix error management that could lead to other potential crashes. 2017-09-28 02:05:43 +02:00
gbx_c_file.h [INTERPRETER] 2017-02-25 23:10:45 +00:00
gbx_c_gambas.c Implement string comparison based on MATCH operator with the gb.Match constant. 2017-10-21 01:19:27 +02:00
gbx_c_gambas.h [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_c_observer.c [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_c_observer.h [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_c_process.c Fix error management that could lead to other potential crashes. 2017-09-28 02:05:43 +02:00
gbx_c_process.h Fix pseudo-terminal management again. Now processes run through a terminal set the ECHO flag, and do not clear the OCRNL flag. 2017-08-23 18:10:58 +02:00
gbx_c_string.c [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_c_string.h [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_c_system.c [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_c_system.h [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_c_task.c Don't call QUIT when terminating a task, it crashes. Just clean up the temporary directory and exit. 2018-01-28 17:57:13 +01:00
gbx_c_task.h [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_c_timer.c [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_c_timer.h [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_class.c Fix internal renaming of overridden classes, and use the '^' character instead of '>' to name them. 2017-10-12 13:48:52 +02:00
gbx_class.h [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_class_desc.h [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_class_info.c [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_class_init.c [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_class_load.c [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_class_load.h [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_class_native.c [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_compare.c Implement string comparison based on MATCH operator with the gb.Match constant. 2017-10-21 01:19:27 +02:00
gbx_compare.h Implement string comparison based on MATCH operator with the gb.Match constant. 2017-10-21 01:19:27 +02:00
gbx_component.c Component.Version now returns the full version of libraries. 2017-11-25 06:02:46 +01:00
gbx_component.h Component.Version now returns the full version of libraries. 2017-11-25 06:02:46 +01:00
gbx_date.c Don't use CLOCK_MONOTONIC_RAW if the constant is not defined. 2017-08-28 22:08:48 +02:00
gbx_date.h [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_debug.c [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_debug.h [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_eval.c [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_eval.h [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_event.c [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_event.h [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_exec.c Fix error management that could lead to other potential crashes. 2017-09-28 02:05:43 +02:00
gbx_exec.h [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_exec_enum.c [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_exec_loop.c Oct$() is a new functions that converts an integer to its octal representation. 2017-10-05 04:11:00 +02:00
gbx_exec_operator.c [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_exec_pop.c [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_exec_push.c [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_expression.h [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_extern.c [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_extern.h [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_info.h [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_jit.c [GB.JIT] 2012-12-19 02:10:22 +00:00
gbx_jit.h [INTERPRETER] 2012-05-23 19:26:15 +00:00
gbx_library.c [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_library.h [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_local.c Some fixes in Format$() function. 2017-08-30 20:40:17 +02:00
gbx_local.h [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_math.c [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_math.h [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_number.c New syntax for octal numbers: "&Oxxx". 2017-10-05 03:17:13 +02:00
gbx_number.h [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_object.c Correctly attach newly created objects. 2017-10-05 23:18:19 +02:00
gbx_object.h [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_project.c [GB.DB.SQLITE2] 2017-02-07 00:08:22 +00:00
gbx_project.h [GB.DB.SQLITE2] 2017-02-07 00:08:22 +00:00
gbx_regexp.c Implement string comparison based on MATCH operator with the gb.Match constant. 2017-10-21 01:19:27 +02:00
gbx_regexp.h Implement string comparison based on MATCH operator with the gb.Match constant. 2017-10-21 01:19:27 +02:00
gbx_replace.c [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_signal.c Fix Process.Wait() (remove debugging messages). 2017-08-18 13:19:10 +02:00
gbx_signal.h [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_split.c [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_split.h [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_stack.c [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_stack.h [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_stream.c Use a dedicated stream for locks, and ignore Application.Busy when displaying a message box. 2017-12-18 13:02:39 +01:00
gbx_stream.h Use a dedicated stream for locks, and ignore Application.Busy when displaying a message box. 2017-12-18 13:02:39 +01:00
gbx_stream_arch.c Rework the stream interface, so that the stream read & write methods just have to actually read or write the data. 2017-09-27 02:48:00 +02:00
gbx_stream_buffer.c Rework the stream interface, so that the stream read & write methods just have to actually read or write the data. 2017-09-27 02:48:00 +02:00
gbx_stream_direct.c Use a dedicated stream for locks, and ignore Application.Busy when displaying a message box. 2017-12-18 13:02:39 +01:00
gbx_stream_lock.c Use a dedicated stream for locks, and ignore Application.Busy when displaying a message box. 2017-12-18 13:02:39 +01:00
gbx_stream_memory.c Rework the stream interface, so that the stream read & write methods just have to actually read or write the data. 2017-09-27 02:48:00 +02:00
gbx_stream_pipe.c Rework the stream interface, so that the stream read & write methods just have to actually read or write the data. 2017-09-27 02:48:00 +02:00
gbx_stream_process.c Rework the stream interface, so that the stream read & write methods just have to actually read or write the data. 2017-09-27 02:48:00 +02:00
gbx_stream_string.c Rework the stream interface, so that the stream read & write methods just have to actually read or write the data. 2017-09-27 02:48:00 +02:00
gbx_string.c Dir() does not loop indefinitely anymore when browsing an archive file with a void pattern. 2017-09-09 01:31:57 +02:00
gbx_string.h [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_struct.c [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_struct.h [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_subr.c Array construction operator now accepts class names as Variants. 2017-09-29 04:14:08 +02:00
gbx_subr.h [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_subr_conv.c Oct$() is a new functions that converts an integer to its octal representation. 2017-10-05 04:11:00 +02:00
gbx_subr_extern.c [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_subr_file.c Use a dedicated stream for locks, and ignore Application.Busy when displaying a message box. 2017-12-18 13:02:39 +01:00
gbx_subr_math.c [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_subr_math_temp.h [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_subr_misc.c Fix error management that could lead to other potential crashes. 2017-09-28 02:05:43 +02:00
gbx_subr_string.c Implement string comparison based on MATCH operator with the gb.Match constant. 2017-10-21 01:19:27 +02:00
gbx_subr_test.c Implement string comparison based on MATCH operator with the gb.Match constant. 2017-10-21 01:19:27 +02:00
gbx_subr_test_temp.h [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_subr_time.c [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_type.c [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_type.h [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_value.c [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_value.h [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_variant.h [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_watch.c [CONFIGURATION] 2017-01-13 03:29:42 +00:00
gbx_watch.h [CONFIGURATION] 2017-01-13 03:29:42 +00:00
Makefile.am Don't call QUIT when terminating a task, it crashes. Just clean up the temporary directory and exit. 2018-01-28 17:57:13 +01:00