gambas-source-code/gb.v4l
Benoît Minisini 35368a3648 [DEVELOPMENT ENVIRONMENT]
* BUG: Fix profiling of Eval() calls.

[INTERPRETER]
* NEW: GB.ReturnBorrow() is a new API to temporarily borrow the return 
  value.
* NEW: GB.ReleaseBorrow() is a new API to release the return value borrowed
  by the previous function, without releasing it.

[GB.DEBUG]
* BUG: Fix profiling of Eval() calls.

[GB.V4L]
* BUG: Fix a compilation warning.


git-svn-id: svn://localhost/gambas/trunk@5053 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2012-08-18 13:06:58 +00:00
..
orig
src [DEVELOPMENT ENVIRONMENT] 2012-08-18 13:06:58 +00:00
acinclude.m4
AUTHORS
ChangeLog
component.am
configure.ac [CONFIGURATION] 2012-05-18 01:19:15 +00:00
COPYING
depcomp
gambas.h
gb.image.h
gb_common.h
INSTALL
m4 [CONFIGURATION] 2009-08-16 22:51:28 +00:00
Makefile.am
missing
NEWS
README
reconf

This code is partially based in the code written and released under GPL by 
Nick Andrew <nick@nick-andrew.net>, for the "video-capture" program. 
You can find the original sources of that program in the "orig" folder 
in these sources.