gambas-source-code/main/lib
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
..
compress [CONFIGURATION] 2011-12-31 02:39:20 +00:00
db [INTERPRETER] 2012-01-13 08:04:11 +00:00
debug [CONFIGURATION] 2011-12-31 02:39:20 +00:00
draw [CONFIGURATION] 2011-12-31 02:39:20 +00:00
eval [DEVELOPMENT ENVIRONMENT] 2012-01-31 02:33:01 +00:00
gui [CONFIGURATION] 2011-12-31 02:39:20 +00:00
image [GB.IMAGE] 2012-01-23 10:59:29 +00:00
image.effect [CONFIGURATION] 2011-12-31 02:39:20 +00:00
option [CONFIGURATION] 2011-12-31 02:39:20 +00:00
signal [CONFIGURATION] 2011-12-31 02:39:20 +00:00
vb [CONFIGURATION] 2011-12-31 02:39:20 +00:00
gb.component
Makefile.am