gambas-source-code/main/gbc
Benoît Minisini f5472efbbe [DEVELOPMENT ENVIRONMENT]
* BUG: Fix the form editor grid horizontal position.

[INTERPRETER]
* NEW: IsNan() is a new function that returns if a floating point value is
  not a number.
* NEW: IsInf() is a new function that returns +1 if a floating point value 
  is +Inf, -1 if it is -Inf, and 0 if it is a normal number.
* NEW: Swap$() is a new function that swaps a string.
* NEW: The MkBool$(), MkShort$(), MkInt$()... functions come back!

[COMPILER]
* NEW: +Inf and -Inf are two new keywords for representing the 
  corresponding special floating values.


git-svn-id: svn://localhost/gambas/trunk@4435 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2012-01-31 02:33:01 +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
gbc.c [DEVELOPMENT ENVIRONMENT] 2012-01-28 09:55:55 +00:00
gbc_arch.c
gbc_archive.c
gbc_archive.h
gbc_chown.c
gbc_chown.h
gbc_class.c
gbc_class.h
gbc_code.c
gbc_compile.c [DEVELOPMENT ENVIRONMENT] 2012-01-28 09:55:55 +00:00
gbc_compile.h [DEVELOPMENT ENVIRONMENT] 2012-01-28 09:55:55 +00:00
gbc_dump.c
gbc_form.c [DEVELOPMENT ENVIRONMENT] 2012-01-28 09:55:55 +00:00
gbc_form.h [DEVELOPMENT ENVIRONMENT] 2012-01-28 09:55:55 +00:00
gbc_header.c [DEVELOPMENT ENVIRONMENT] 2012-01-28 09:55:55 +00:00
gbc_header.h
gbc_output.c
gbc_output.h
gbc_pcode.c
gbc_preprocess.c
gbc_preprocess.h
gbc_read.c [DEVELOPMENT ENVIRONMENT] 2012-01-31 02:33:01 +00:00
gbc_read.h
gbc_reserved.c
gbc_reserved_make.c
gbc_trans.c
gbc_trans.h [DEVELOPMENT ENVIRONMENT] 2012-01-15 08:54:57 +00:00
gbc_trans_code.c [DEVELOPMENT ENVIRONMENT] 2012-01-15 08:54:57 +00:00
gbc_trans_ctrl.c
gbc_trans_expr.c [DEVELOPMENT ENVIRONMENT] 2012-01-31 02:33:01 +00:00
gbc_trans_subr.c [DEVELOPMENT ENVIRONMENT] 2012-01-15 08:54:57 +00:00
gbc_trans_tree.c [DEVELOPMENT ENVIRONMENT] 2012-01-31 02:33:01 +00:00
gbc_type.c
gbc_type.h
gbi.c
Makefile.am