gambas-devel-svn Mailing List for Gambas (Page 265)
Brought to you by:
gambas
This list is closed, nobody may subscribe to it.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(20) |
Oct
(61) |
Nov
(35) |
Dec
(20) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(27) |
Feb
(24) |
Mar
(13) |
Apr
(95) |
May
(58) |
Jun
(27) |
Jul
(52) |
Aug
(60) |
Sep
(134) |
Oct
(118) |
Nov
(55) |
Dec
(52) |
2008 |
Jan
(149) |
Feb
(73) |
Mar
(152) |
Apr
(68) |
May
(51) |
Jun
(44) |
Jul
(47) |
Aug
(44) |
Sep
(82) |
Oct
(48) |
Nov
(54) |
Dec
(41) |
2009 |
Jan
(82) |
Feb
(48) |
Mar
(30) |
Apr
(21) |
May
(51) |
Jun
(68) |
Jul
(142) |
Aug
(96) |
Sep
(76) |
Oct
(29) |
Nov
(52) |
Dec
(126) |
2010 |
Jan
(73) |
Feb
(77) |
Mar
(120) |
Apr
(79) |
May
(58) |
Jun
(39) |
Jul
(58) |
Aug
(91) |
Sep
(74) |
Oct
(26) |
Nov
(67) |
Dec
(77) |
2011 |
Jan
(110) |
Feb
(100) |
Mar
(85) |
Apr
(107) |
May
(48) |
Jun
(43) |
Jul
(47) |
Aug
(112) |
Sep
(96) |
Oct
(62) |
Nov
(36) |
Dec
(125) |
2012 |
Jan
(54) |
Feb
(75) |
Mar
(65) |
Apr
(117) |
May
(95) |
Jun
(82) |
Jul
(128) |
Aug
(104) |
Sep
(111) |
Oct
(48) |
Nov
(141) |
Dec
(72) |
2013 |
Jan
(50) |
Feb
(36) |
Mar
(40) |
Apr
(23) |
May
(59) |
Jun
(30) |
Jul
(50) |
Aug
(55) |
Sep
(41) |
Oct
(56) |
Nov
(55) |
Dec
(70) |
2014 |
Jan
(72) |
Feb
(71) |
Mar
(31) |
Apr
(31) |
May
(47) |
Jun
(59) |
Jul
(51) |
Aug
(33) |
Sep
(76) |
Oct
(85) |
Nov
(91) |
Dec
(91) |
2015 |
Jan
(88) |
Feb
(42) |
Mar
(97) |
Apr
(31) |
May
(60) |
Jun
(52) |
Jul
(45) |
Aug
(54) |
Sep
(116) |
Oct
(65) |
Nov
(56) |
Dec
(46) |
2016 |
Jan
(48) |
Feb
(25) |
Mar
(87) |
Apr
(47) |
May
(46) |
Jun
(12) |
Jul
(24) |
Aug
(53) |
Sep
(35) |
Oct
(32) |
Nov
(55) |
Dec
(29) |
2017 |
Jan
(41) |
Feb
(13) |
Mar
(7) |
Apr
(17) |
May
(10) |
Jun
(7) |
Jul
(23) |
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
From: <lor...@us...> - 2008-09-06 21:49:36
|
Revision: 1544 http://gambas.svn.sourceforge.net/gambas/?rev=1544&view=rev Author: lordheavy Date: 2008-09-06 21:49:46 +0000 (Sat, 06 Sep 2008) Log Message: ----------- More code cleanups Modified Paths: -------------- gambas/trunk/gb.sdl/src/Cconst.cpp gambas/trunk/gb.sdl/src/Cdesktop.cpp gambas/trunk/gb.sdl/src/Cdraw.cpp gambas/trunk/gb.sdl/src/Ckey.cpp gambas/trunk/gb.sdl/src/SDL_h.h gambas/trunk/gb.sdl/src/SDLapp.cpp gambas/trunk/gb.sdl/src/SDLapp.h gambas/trunk/gb.sdl/src/SDLcursor.h gambas/trunk/gb.sdl/src/SDLgfx.cpp gambas/trunk/gb.sdl/src/SDLsurface.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-09-06 10:24:30
|
Revision: 1543 http://gambas.svn.sourceforge.net/gambas/?rev=1543&view=rev Author: gambas Date: 2008-09-06 10:24:41 +0000 (Sat, 06 Sep 2008) Log Message: ----------- [GB.DB.POSTGRESQL] * BUG: Really really fix the blob escaping routine! Modified Paths: -------------- gambas/branches/2.0/gb.db.postgresql/src/main.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-09-05 14:54:50
|
Revision: 1542 http://gambas.svn.sourceforge.net/gambas/?rev=1542&view=rev Author: gambas Date: 2008-09-05 14:54:59 +0000 (Fri, 05 Sep 2008) Log Message: ----------- [GB.DB.POSTGRESQL] * BUG: Really fix the postgresql blob escaping routine. Modified Paths: -------------- gambas/branches/2.0/gb.db.postgresql/src/main.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-09-05 12:46:33
|
Revision: 1541 http://gambas.svn.sourceforge.net/gambas/?rev=1541&view=rev Author: gambas Date: 2008-09-05 12:46:40 +0000 (Fri, 05 Sep 2008) Log Message: ----------- [GB.DB] * NEW: Add an API that allows a driver function to get the current database when it does not get it from its arguments. [GB.DB.POSTGRESQL] * BUG: Fix blob support for some encodings, and when PostgreSQL version is greater or equal than 8.2. Modified Paths: -------------- gambas/branches/2.0/app/src/gambas2/support.txt gambas/branches/2.0/gb.db.postgresql/src/main.c gambas/branches/2.0/main/lib/db/CResult.c gambas/branches/2.0/main/lib/db/gb.db.h gambas/branches/2.0/main/lib/db/main.c gambas/branches/2.0/main/lib/db/main.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2008-09-04 21:49:12
|
Revision: 1540 http://gambas.svn.sourceforge.net/gambas/?rev=1540&view=rev Author: lordheavy Date: 2008-09-04 21:49:22 +0000 (Thu, 04 Sep 2008) Log Message: ----------- small cleanup and first test of git-svn ! Modified Paths: -------------- gambas/trunk/gb.sdl/src/SDLgfx.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dvi...@us...> - 2008-09-04 20:32:19
|
Revision: 1539 http://gambas.svn.sourceforge.net/gambas/?rev=1539&view=rev Author: dvillalobos Date: 2008-09-04 20:32:30 +0000 (Thu, 04 Sep 2008) Log Message: ----------- [DEVELOPMENT ENVIROMENT] * NEW: Spanish translation updated. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/es.mo gambas/trunk/app/src/gambas3/.lang/es.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dvi...@us...> - 2008-09-04 20:04:05
|
Revision: 1538 http://gambas.svn.sourceforge.net/gambas/?rev=1538&view=rev Author: dvillalobos Date: 2008-09-04 20:04:15 +0000 (Thu, 04 Sep 2008) Log Message: ----------- [GB.DB.MYSQL] * NEW: Added the function PrimaryKey to _Index class. * BUG: Rename in _Field class works correctly now. * NEW: Added property Query to _MySQL class. * OPT: Optimized procedure RunQuery in modMain. * OPT: Optimized Modify procedure in _Table class. * NEW: Added function Definition to _Routine class. * OPT: Optimized Tables procedure in _Database class. * NEW: Added Triggers procedure to _Database class. * NEW: Added Views procedure to _Database class. Modified Paths: -------------- gambas/trunk/gb.db.mysql/src/gb.db.mysql/.info gambas/trunk/gb.db.mysql/src/gb.db.mysql/_DataBase.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/_Field.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/_Index.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/_MySQL.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/_Routines.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/_Table.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/modMain.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-09-03 11:57:35
|
Revision: 1537 http://gambas.svn.sourceforge.net/gambas/?rev=1537&view=rev Author: gambas Date: 2008-09-03 11:57:44 +0000 (Wed, 03 Sep 2008) Log Message: ----------- [GB.DB.SQLITE3] * BUG: Removes the debugging message! Modified Paths: -------------- gambas/branches/2.0/gb.db.sqlite3/src/sqlitedataset.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-09-03 11:31:52
|
Revision: 1536 http://gambas.svn.sourceforge.net/gambas/?rev=1536&view=rev Author: gambas Date: 2008-09-03 11:32:01 +0000 (Wed, 03 Sep 2008) Log Message: ----------- [GB.DB.SQLITE3] * BUG: Field values are not truncated anymore. Modified Paths: -------------- gambas/branches/2.0/gb.db.sqlite3/src/sqlitedataset.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: Kari L. <kar...@dn...> - 2008-09-03 09:40:45
|
If someone else is busy trying to understand compilers, I got this tidbit by private mail. Let's Build a Compiler, by Jack Crenshaw This fifteen-part series, written from 1988 to 1995, is a non-technical introduction to compiler construction. You can read the parts on-line or download them in a ZIP file. http://compilers.iecc.com/crenshaw/ <http://compilers.iecc.com/crenshaw/> seems to me examples can be compiled with freepascal on Linux http://www.freepascal.org/ Best Regards Kari Laine |
From: <ga...@us...> - 2008-09-01 09:36:23
|
Revision: 1535 http://gambas.svn.sourceforge.net/gambas/?rev=1535&view=rev Author: gambas Date: 2008-09-01 09:36:29 +0000 (Mon, 01 Sep 2008) Log Message: ----------- * Change the theme description. Modified Paths: -------------- wisdom/trunk/Makefile.am wisdom/trunk/Makefile.in wisdom/trunk/style/wisdom.themerc This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-09-01 08:56:20
|
Revision: 1534 http://gambas.svn.sourceforge.net/gambas/?rev=1534&view=rev Author: gambas Date: 2008-09-01 08:56:13 +0000 (Mon, 01 Sep 2008) Log Message: ----------- * Switch to version 0.5 Modified Paths: -------------- wisdom/trunk/Makefile.in wisdom/trunk/aclocal.m4 wisdom/trunk/configure wisdom/trunk/configure.in wisdom/trunk/configure.in.in wisdom/trunk/style/Makefile.in wisdom/trunk/style/config/Makefile.in wisdom/trunk/style/wisdom.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-09-01 08:35:04
|
Revision: 1533 http://gambas.svn.sourceforge.net/gambas/?rev=1533&view=rev Author: gambas Date: 2008-09-01 08:35:09 +0000 (Mon, 01 Sep 2008) Log Message: ----------- * Removes kicker specific management. It is useless now with KDE 3.5.10. Modified Paths: -------------- wisdom/trunk/style/wisdom.cpp wisdom/trunk/style/wisdom.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-09-01 00:48:00
|
Revision: 1532 http://gambas.svn.sourceforge.net/gambas/?rev=1532&view=rev Author: gambas Date: 2008-09-01 00:48:01 +0000 (Mon, 01 Sep 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Nicer window buttons in the form editor. * BUG: Console popup menu must start disable, otherwise shortcuts conflict. * NEW: Use the new template array class in the CControl class. [COMPILER] * BUG: Make a difference between project classes (they must be searched by the interpreter inside the project symbol table first) and the classes exported by components (they are always searched in the global symbol table). Modified Paths: -------------- gambas/trunk/app/src/gambas3/CControl.class gambas/trunk/app/src/gambas3/FForm.class gambas/trunk/app/src/gambas3/FForm.form gambas/trunk/app/src/gambas3/FMakeExecutable.form gambas/trunk/app/src/gambas3/FMakeInstall.form gambas/trunk/app/src/gambas3/FOutput.form gambas/trunk/app/src/gambas3/img/16/close-window.png gambas/trunk/app/src/gambas3/img/16/max-window.png gambas/trunk/main/gbc/gbc_compile.c gambas/trunk/main/gbc/gbc_read.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-08-31 23:45:52
|
Revision: 1531 http://gambas.svn.sourceforge.net/gambas/?rev=1531&view=rev Author: gambas Date: 2008-08-31 23:45:47 +0000 (Sun, 31 Aug 2008) Log Message: ----------- [INTERPRETER] * BUG: Enhance and fix support for template array classes. [COMPILER] * BUG: Enhance and fix support for template array classes. [GB.EVAL] * NEW: Support for template array classes. Modified Paths: -------------- gambas/trunk/app/src/gambas3/support.txt gambas/trunk/main/gbc/gbc_class.c gambas/trunk/main/gbc/gbc_class.h gambas/trunk/main/gbc/gbc_read.c gambas/trunk/main/gbc/gbc_read.h gambas/trunk/main/gbc/gbc_trans.c gambas/trunk/main/gbc/gbc_trans_expr.c gambas/trunk/main/gbx/gbx_c_array.c gambas/trunk/main/gbx/gbx_class.c gambas/trunk/main/gbx/gbx_compare.c gambas/trunk/main/lib/eval/CSystem.c gambas/trunk/main/lib/eval/eval_read.c gambas/trunk/main/lib/eval/eval_trans_expr.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-08-31 14:03:34
|
Revision: 1530 http://gambas.svn.sourceforge.net/gambas/?rev=1530&view=rev Author: gambas Date: 2008-08-31 14:03:41 +0000 (Sun, 31 Aug 2008) Log Message: ----------- [GB.GTK] * BUG: Speeds up the combo-box control as much as I can. Slowness seems to be a GTK+ feature. :-/ Modified Paths: -------------- gambas/branches/2.0/gb.gtk/src/CTextBox.cpp gambas/branches/2.0/gb.gtk/src/gcombobox.cpp gambas/branches/2.0/gb.gtk/src/gcombobox.h gambas/branches/2.0/gb.gtk/src/gtree.cpp gambas/branches/2.0/gb.gtk/src/gtree.h gambas/branches/2.0/gb.gtk/src/gtreeview.cpp gambas/branches/2.0/gb.gtk/src/gtreeview.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-08-31 00:32:14
|
Revision: 1529 http://gambas.svn.sourceforge.net/gambas/?rev=1529&view=rev Author: gambas Date: 2008-08-31 00:32:21 +0000 (Sun, 31 Aug 2008) Log Message: ----------- [CONFIGURATION] * NEW: Some clean-up in the acinclude.m4 file. [DEVELOPMENT ENVIRONMENT] * NEW: Small changes in the project property dialog layout. * BUG: When opening a project, the packager information is correctly reset. [WIKI CGI SCRIPT] * NEW: Simplified chinese translation updated. * NEW: Support for albanian language. * NEW: New web site look. [INTERPRETER] * BUG: Really really fix the bit manipulation functions. * NEW: Support for types object arrays. For example: Label[] for an array of Labels. [COMPILER] * NEW: Support for types object arrays. * BUG: Do not store the source file full path into object files, so that rmplint does not cry. [GB.GTK] * BUG: Fix the tray icon management. Now GTK+ icons work on Gnome and KDE, and are fully transparent! * BUG: Tray icons are correctly refreshed when the icon is changed. [GB.QT] * BUG: Fix the menu shortcut management. * BUG: Tray icons are correctly refreshed when the icon is changed. Modified Paths: -------------- gambas/trunk/acinclude.m4 gambas/trunk/app/src/doc.cgi/.lang/.pot gambas/trunk/app/src/doc.cgi/.project gambas/trunk/app/src/doc.cgi/Main.module gambas/trunk/app/src/gambas3/.lang/zh.mo gambas/trunk/app/src/gambas3/.lang/zh.po gambas/trunk/app/src/gambas3/FOption.form gambas/trunk/app/src/gambas3/FPropertyProject.class gambas/trunk/app/src/gambas3/FPropertyProject.form gambas/trunk/app/src/gambas3/Project.module gambas/trunk/app/src/gambas3/authors.txt gambas/trunk/app/src/gambas3/support.txt gambas/trunk/app/src/gambas3/tips/tips.zh gambas/trunk/gb.gtk/src/gtrayicon.cpp gambas/trunk/gb.gtk/src/gtrayicon.h gambas/trunk/gb.qt/src/CMenu.cpp gambas/trunk/main/gbc/gbc_class.c gambas/trunk/main/gbc/gbc_class.h gambas/trunk/main/gbc/gbc_output.c gambas/trunk/main/gbc/gbc_trans.c gambas/trunk/main/gbc/gbc_trans_expr.c gambas/trunk/main/gbx/gbx_c_array.c gambas/trunk/main/gbx/gbx_c_array.h gambas/trunk/main/gbx/gbx_class.c gambas/trunk/main/gbx/gbx_class.h gambas/trunk/main/gbx/gbx_class_load.c gambas/trunk/main/gbx/gbx_class_native.c gambas/trunk/main/gbx/gbx_subr_test.c gambas/trunk/main/gbx/gbx_type.c gambas/trunk/main/gbx/gbx_type.h Added Paths: ----------- gambas/trunk/app/src/doc.cgi/.lang/zh.mo gambas/trunk/app/src/doc.cgi/.lang/zh.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <lor...@us...> - 2008-08-30 19:53:16
|
Revision: 1528 http://gambas.svn.sourceforge.net/gambas/?rev=1528&view=rev Author: lordheavy Date: 2008-08-30 19:53:24 +0000 (Sat, 30 Aug 2008) Log Message: ----------- [INTERPRETER] * NEW: The interpreter is now linked with the pthread library on Linux systems. Modified Paths: -------------- gambas/trunk/acinclude.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-08-30 07:27:02
|
Revision: 1527 http://gambas.svn.sourceforge.net/gambas/?rev=1527&view=rev Author: gambas Date: 2008-08-30 07:27:12 +0000 (Sat, 30 Aug 2008) Log Message: ----------- * Tag for 2.8.2. Added Paths: ----------- gambas/tags/2.8.2/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-08-30 07:26:07
|
Revision: 1526 http://gambas.svn.sourceforge.net/gambas/?rev=1526&view=rev Author: gambas Date: 2008-08-30 07:26:17 +0000 (Sat, 30 Aug 2008) Log Message: ----------- * Update ChangeLog for 2.8.2. Modified Paths: -------------- gambas/branches/2.0/ChangeLog This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-08-30 06:57:59
|
Revision: 1525 http://gambas.svn.sourceforge.net/gambas/?rev=1525&view=rev Author: gambas Date: 2008-08-30 06:58:08 +0000 (Sat, 30 Aug 2008) Log Message: ----------- [CONFIGURATION] * NEW: Switch to version 2.8.2. Modified Paths: -------------- gambas/branches/2.0/acinclude.m4 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-08-30 06:32:13
|
Revision: 1524 http://gambas.svn.sourceforge.net/gambas/?rev=1524&view=rev Author: gambas Date: 2008-08-30 06:32:20 +0000 (Sat, 30 Aug 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Small changes in the project property dialog layout. * BUG: When opening a project, the packager information is correctly reset. Modified Paths: -------------- gambas/branches/2.0/app/src/doc.cgi/.lang/.pot gambas/branches/2.0/app/src/doc.cgi/.project gambas/branches/2.0/app/src/gambas2/.lang/.pot gambas/branches/2.0/app/src/gambas2/.lang/fr.po gambas/branches/2.0/app/src/gambas2/.lang/zh.po gambas/branches/2.0/app/src/gambas2/.project gambas/branches/2.0/app/src/gambas2/FOption.form gambas/branches/2.0/app/src/gambas2/FPropertyProject.class gambas/branches/2.0/app/src/gambas2/FPropertyProject.form gambas/branches/2.0/app/src/gambas2/Project.module gambas/branches/2.0/app/src/gambas2-database-manager/.project gambas/branches/2.0/app/src/gbs2/.project gambas/branches/2.0/comp/src/gb.chart/.project gambas/branches/2.0/comp/src/gb.info/.project gambas/branches/2.0/comp/src/gb.report/.project gambas/branches/2.0/comp/src/gb.settings/.project gambas/branches/2.0/comp/src/gb.web/.project This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-08-30 06:05:33
|
Revision: 1523 http://gambas.svn.sourceforge.net/gambas/?rev=1523&view=rev Author: gambas Date: 2008-08-30 06:05:40 +0000 (Sat, 30 Aug 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Simplified chinese translation updated. [DATABASE MANAGER] * NEW: Simplified chinese translation updated. [INTERPRETER] * NEW: The interpreter is now linked with the pthread library on Linux systems. [GB.DB.FORM] * NEW: Simplified chinese translation updated. [GB.FORM] * NEW: Simplified chinese translation updated. [GB.FORM.DIALOG] * NEW: Simplified chinese translation updated. [GB.FORM.MDI] * NEW: Simplified chinese translation updated. [GB.GTK] * BUG: Tray icons are correctly refreshed when the icon is changed. [GB.QT] * BUG: Tray icons are correctly refreshed when the icon is changed. Modified Paths: -------------- gambas/branches/2.0/ChangeLog gambas/branches/2.0/acinclude.m4 gambas/branches/2.0/app/src/gambas2/.lang/.pot gambas/branches/2.0/app/src/gambas2/.lang/fr.po gambas/branches/2.0/app/src/gambas2/.lang/zh.mo gambas/branches/2.0/app/src/gambas2/.lang/zh.po gambas/branches/2.0/app/src/gambas2/FOutput.class gambas/branches/2.0/app/src/gambas2/FOutput.form gambas/branches/2.0/app/src/gambas2/authors.txt gambas/branches/2.0/app/src/gambas2/support.txt gambas/branches/2.0/app/src/gambas2/tips/tips.zh gambas/branches/2.0/app/src/gambas2-database-manager/.lang/zh.mo gambas/branches/2.0/app/src/gambas2-database-manager/.lang/zh.po gambas/branches/2.0/app/src/gbs2/.settings gambas/branches/2.0/comp/src/gb.db.form/.lang/fr.po gambas/branches/2.0/comp/src/gb.db.form/.project gambas/branches/2.0/comp/src/gb.form/.lang/fr.po gambas/branches/2.0/comp/src/gb.form/.project gambas/branches/2.0/comp/src/gb.form.dialog/.project gambas/branches/2.0/comp/src/gb.form.mdi/.lang/fr.po gambas/branches/2.0/comp/src/gb.form.mdi/.project gambas/branches/2.0/gb.gtk/src/gtrayicon.cpp gambas/branches/2.0/gb.gtk/src/gtrayicon.h gambas/branches/2.0/gb.qt/src/CTrayIcon.cpp Added Paths: ----------- gambas/branches/2.0/comp/src/gb.db.form/.lang/zh.mo gambas/branches/2.0/comp/src/gb.db.form/.lang/zh.po gambas/branches/2.0/comp/src/gb.form/.lang/zh.mo gambas/branches/2.0/comp/src/gb.form/.lang/zh.po gambas/branches/2.0/comp/src/gb.form.dialog/.lang/zh.mo gambas/branches/2.0/comp/src/gb.form.dialog/.lang/zh.po gambas/branches/2.0/comp/src/gb.form.mdi/.lang/zh.mo gambas/branches/2.0/comp/src/gb.form.mdi/.lang/zh.po This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-08-29 15:16:20
|
Revision: 1522 http://gambas.svn.sourceforge.net/gambas/?rev=1522&view=rev Author: gambas Date: 2008-08-29 15:16:29 +0000 (Fri, 29 Aug 2008) Log Message: ----------- [INTERPRETER] * BUG: Really really fix the bit manipulation functions. Modified Paths: -------------- gambas/branches/2.0/main/gbx/gbx_subr_test.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <dvi...@us...> - 2008-08-28 19:58:43
|
Revision: 1521 http://gambas.svn.sourceforge.net/gambas/?rev=1521&view=rev Author: dvillalobos Date: 2008-08-28 19:58:51 +0000 (Thu, 28 Aug 2008) Log Message: ----------- [GB.DB.MYSQL] * NEW: Added function Definition to _View class. * NEW: Added function Use to _MYSQL class. Modified Paths: -------------- gambas/trunk/gb.db.mysql/src/gb.db.mysql/.info gambas/trunk/gb.db.mysql/src/gb.db.mysql/_MySQL.class gambas/trunk/gb.db.mysql/src/gb.db.mysql/_View.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |