gambas-source-code/main/gbc
Benoît Minisini 210a396888 [DEVELOPMENT ENVIRONMENT]
* NEW: Do not store the svn revision in the .project file.
* NEW: Create a clever menu hierarchy when sorting recent files by path.

[INTERPRETER]
* BUG: Replace() correctly returns its first argument when its second
  argument is a void string.

[COMPILER]
* BUG: Remove a useless test.

[GB.FORM]
* NEW: Add a svg version of the GNU logo.
* BUG: Fix some stock icons in the Gnome map.

[GB.GTK]
* BUG: Fix possible crashes in three utility routines.
* BUG: Fix a crash in GridView.Rows[].Text property.

[GB.NET.SMTP]
* BUG: Fix an always true test.


git-svn-id: svn://localhost/gambas/trunk@3206 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2010-09-11 10:23:36 +00:00
..
gb_alloc.c
gb_array.c
gb_buffer.c
gb_common.c
gb_error.c
gb_error.h
gb_file.c
gb_file.h
gb_str.c
gb_str.h
gb_table.c
gba.c [DEVELOPMENT ENVIRONMENT] 2010-07-11 23:13:11 +00:00
gbc.c [DEVELOPMENT ENVIRONMENT] 2010-08-29 20:51:10 +00:00
gbc_arch.c
gbc_archive.c [DEVELOPMENT ENVIRONMENT] 2010-09-11 10:23:36 +00:00
gbc_archive.h
gbc_chown.c
gbc_chown.h
gbc_class.c
gbc_class.h
gbc_code.c
gbc_compile.c
gbc_compile.h [DEVELOPMENT ENVIRONMENT] 2010-08-29 20:51:10 +00:00
gbc_dump.c
gbc_form.c [INTERPRETER] 2010-06-24 01:14:12 +00:00
gbc_form.h
gbc_header.c [DEVELOPMENT ENVIRONMENT] 2010-06-04 23:48:53 +00:00
gbc_header.h
gbc_output.c
gbc_output.h
gbc_pcode.c
gbc_read.c [DEVELOPMENT ENVIRONMENT] 2010-09-04 13:21:11 +00:00
gbc_read.h [DEVELOPMENT ENVIRONMENT] 2010-08-29 20:51:10 +00:00
gbc_reserved.c
gbc_reserved_make.c
gbc_trans.c [DEVELOPMENT ENVIRONMENT] 2010-07-07 22:06:05 +00:00
gbc_trans.h
gbc_trans_code.c [DEVELOPMENT ENVIRONMENT] 2010-09-11 10:23:36 +00:00
gbc_trans_ctrl.c [COMPILER] 2010-08-27 22:02:51 +00:00
gbc_trans_expr.c
gbc_trans_subr.c
gbc_trans_tree.c
gbc_type.c
gbc_type.h
gbi.c
Makefile.am