sdk
11 years agoi18n: Updated templates
Jerome St-Louis [Wed, 6 Mar 2013 06:28:34 +0000 (01:28 -0500)]
i18n: Updated templates

11 years agoMakefiles: Force building 32 or 64 bit by setting ARCH=32 or 64
Jerome St-Louis [Wed, 6 Mar 2013 06:22:34 +0000 (01:22 -0500)]
Makefiles: Force building 32 or 64 bit by setting ARCH=32 or 64
- When ARCH is specified, build output goes in .x32 or .x64
- Fixed proper detection of Program Files on Windows
- Got rid of compiler setting FORCE_32_BIT and FORCE_64_BIT (Replaced by ARCH setting)
- Automatically installing in multilib path on Linux when not building .deb
- Improved attempts to load libecere in alternate paths (Thanks Niraj)
- Fixed all SDK makefiles to use $(COMPILER_SUFFIX)$(DEBUG_SUFFIX)

11 years agoMakefile: Not installing in /usr/lib32 anymore since we're building 64 bit
Jerome St-Louis [Tue, 5 Mar 2013 10:03:05 +0000 (05:03 -0500)]
Makefile: Not installing in /usr/lib32 anymore since we're building 64 bit

11 years agocompiler: 32/64 bit bootstrap
Jerome St-Louis [Tue, 5 Mar 2013 09:46:39 +0000 (04:46 -0500)]
compiler: 32/64 bit bootstrap

11 years agocompiler/ide/autocomplete: Fixed an IDE crash when autocompleting OnKeyHit( from...
Jerome St-Louis [Mon, 4 Mar 2013 07:37:38 +0000 (02:37 -0500)]
compiler/ide/autocomplete: Fixed an IDE crash when autocompleting OnKeyHit( from within a timer's DelayExpired in a WindowController

11 years agoecere/OpenGL/Android: Worked around limitation on projection matrix
Jerome St-Louis [Mon, 4 Mar 2013 07:32:42 +0000 (02:32 -0500)]
ecere/OpenGL/Android: Worked around limitation on projection matrix
- Lighting was not behaving correctly with large value for near/far clipping planes
- Worked around by using scaling in ModelView matrix (scale applied to fog density as well)
- Implemented our own matrix stack for double matrix operations precision
- Now doing full matrix multiplication for proper Projection matrix computation on Android

11 years agoEDASQLiteCipher: Tweaked ffi lib directory
Jerome St-Louis [Fri, 1 Mar 2013 06:33:17 +0000 (01:33 -0500)]
EDASQLiteCipher: Tweaked ffi lib directory

11 years agoeda, compiler, documentor: Proper prototypes for invoking virtual methods directly
Jerome St-Louis [Fri, 1 Mar 2013 06:14:47 +0000 (01:14 -0500)]
eda, compiler, documentor: Proper prototypes for invoking virtual methods directly

11 years agoecere/Android: Fixed seg fault on leaving app in previous fix
Jerome St-Louis [Wed, 27 Feb 2013 12:27:51 +0000 (07:27 -0500)]
ecere/Android: Fixed seg fault on leaving app in previous fix

11 years agoecere/Android: Orientation change fixes; Status bar size tweaks
Jerome St-Louis [Wed, 27 Feb 2013 12:21:02 +0000 (07:21 -0500)]
ecere/Android: Orientation change fixes; Status bar size tweaks

11 years agoecere/Android: Improvements to Android Support
Jerome St-Louis [Wed, 27 Feb 2013 11:10:48 +0000 (06:10 -0500)]
ecere/Android: Improvements to Android Support

11 years agoecere: Android compilation fixes
Jerome St-Louis [Tue, 26 Feb 2013 23:48:18 +0000 (18:48 -0500)]
ecere: Android compilation fixes

11 years agoecere/Mutex: Fixed broken Lucid Lynx builds
Jerome St-Louis [Tue, 26 Feb 2013 21:34:31 +0000 (16:34 -0500)]
ecere/Mutex: Fixed broken Lucid Lynx builds

11 years agocompiler/bootstrap: Updated
Jerome St-Louis [Tue, 26 Feb 2013 21:14:21 +0000 (16:14 -0500)]
compiler/bootstrap: Updated

11 years agodeps/libffi: Tweaks to build 64 bit libffi on Windows
Jerome St-Louis [Tue, 26 Feb 2013 11:35:04 +0000 (06:35 -0500)]
deps/libffi: Tweaks to build 64 bit libffi on Windows

11 years agoecere/android: Fixes for Android applications using a 3rd shared library
Jerome St-Louis [Tue, 26 Feb 2013 11:31:01 +0000 (06:31 -0500)]
ecere/android: Fixes for Android applications using a 3rd shared library

11 years agoeda/sqlite: Project tweak to look for ffi with COMPILER_SUFFIX
Jerome St-Louis [Tue, 26 Feb 2013 11:28:14 +0000 (06:28 -0500)]
eda/sqlite: Project tweak to look for ffi with COMPILER_SUFFIX

11 years agoide: Fixed crashes hitting Tab in output view
Jerome St-Louis [Tue, 26 Feb 2013 01:00:10 +0000 (20:00 -0500)]
ide: Fixed crashes hitting Tab in output view
- Uninitialized variables are bad, hmm kay?

11 years agoEDASQlite(Cipher): Setting default locking mode to exclusive, Attempting a dummy...
Jerome St-Louis [Mon, 25 Feb 2013 23:17:25 +0000 (18:17 -0500)]
EDASQlite(Cipher): Setting default locking mode to exclusive, Attempting a dummy write operation to obtain an exclusive lock on open
- TODO: Attempt the dummy write in SQLiteCipher OpenDatabase code as well

11 years agoEDA/SQLite: Updated SQLite to version 3.7.15.2 (Jan 9, 2013)
Jerome St-Louis [Mon, 25 Feb 2013 21:06:39 +0000 (16:06 -0500)]
EDA/SQLite: Updated SQLite to version 3.7.15.2 (Jan 9, 2013)

11 years agoi18n update; compiler: Reverted temp tweak to always target 64 bit on Windows
Jerome St-Louis [Sun, 24 Feb 2013 23:11:29 +0000 (18:11 -0500)]
i18n update; compiler: Reverted temp tweak to always target 64 bit on Windows

11 years agonetwork: Fix for not adding connected socket if it was disconnected
Jerome St-Louis [Sat, 23 Feb 2013 22:31:38 +0000 (17:31 -0500)]
network: Fix for not adding connected socket if it was disconnected

11 years agocompiler: More compatible handling of stdint.h inclusion
Jerome St-Louis [Sat, 23 Feb 2013 04:27:45 +0000 (23:27 -0500)]
compiler: More compatible handling of stdint.h inclusion
- Fixes building for Android
- stdint.h is pre-included by passing -include stdint.h to GCC
- Exception: When generating bootstrap, #include <stdint.h> is output to the .c file

11 years agocompiler/ecc: Never including stdint.h anymore, always defining uintptr_t/intptr_t...
Jerome St-Louis [Sat, 23 Feb 2013 00:21:54 +0000 (19:21 -0500)]
compiler/ecc: Never including stdint.h anymore, always defining uintptr_t/intptr_t explicitly

11 years agoecere, ide: Fixed extra buttons/crashes in compilers
Jerome St-Louis [Fri, 22 Feb 2013 12:52:11 +0000 (07:52 -0500)]
ecere, ide: Fixed extra buttons/crashes in compilers
- If leaving compilers tab before closing global settings dialog, and coming back, extra buttons were created.
  Clicking on the wrong button would crash the IDE.

11 years agoide/Project: Fixed bad option check causing corrupt Makefiles in 64 bit Linux
Jerome St-Louis [Fri, 22 Feb 2013 12:24:51 +0000 (07:24 -0500)]
ide/Project: Fixed bad option check causing corrupt Makefiles in 64 bit Linux

11 years agocompiler, ecere, ide: Compiler fixes ; Map & struct keys fixes; Support for cross...
Jerome St-Louis [Fri, 22 Feb 2013 10:36:57 +0000 (05:36 -0500)]
compiler, ecere, ide: Compiler fixes ; Map & struct keys fixes; Support for cross-bitness compiling

11 years agosdk: Fixed projects output directories, config/platform lib overrides; Fixed 64 bit...
Jerome St-Louis [Wed, 20 Feb 2013 09:31:54 +0000 (04:31 -0500)]
sdk: Fixed projects output directories, config/platform lib overrides; Fixed 64 bit deletion of i18n strings crash from compiler in map

11 years agocompiler, ecere: Moved references to stdin/stdout to instance.c to work around issues...
Jerome St-Louis [Wed, 20 Feb 2013 05:38:12 +0000 (00:38 -0500)]
compiler, ecere: Moved references to stdin/stdout to instance.c to work around issues building with MinGW-w64/32 bit

11 years agocompiler, ide, com: Some level of cross-bit depth debugging support
Jerome St-Louis [Tue, 19 Feb 2013 22:31:14 +0000 (17:31 -0500)]
compiler, ide, com: Some level of cross-bit depth debugging support

11 years agoide/Debugger: Fixed missing space in format string
Jerome St-Louis [Tue, 19 Feb 2013 18:36:02 +0000 (13:36 -0500)]
ide/Debugger: Fixed missing space in format string

11 years agocompiler: Always using 64 bit types for intptr/pointers for Operand; Updated bootstrap
Jerome St-Louis [Tue, 19 Feb 2013 18:08:37 +0000 (13:08 -0500)]
compiler: Always using 64 bit types for intptr/pointers for Operand; Updated bootstrap

11 years agoide/debugger: 64 bit Debugging Fixes
Jerome St-Louis [Tue, 19 Feb 2013 17:29:40 +0000 (12:29 -0500)]
ide/debugger: 64 bit Debugging Fixes

11 years agocompiler, ecere, ide: More 64 bit property fixes
Jerome St-Louis [Tue, 19 Feb 2013 01:12:19 +0000 (20:12 -0500)]
compiler, ecere, ide: More 64 bit property fixes

11 years agocompiler: Fixed extra reference level on class properties
Jerome St-Louis [Tue, 19 Feb 2013 00:14:15 +0000 (19:14 -0500)]
compiler: Fixed extra reference level on class properties

11 years agocompiler: Updated bootstrap, ecere: fixed warning
Jerome St-Louis [Mon, 18 Feb 2013 23:36:21 +0000 (18:36 -0500)]
compiler: Updated bootstrap, ecere: fixed warning

11 years agoecere, ide: Proper prototypes for invoking methods directly from virtual table
Jerome St-Louis [Mon, 18 Feb 2013 23:19:20 +0000 (18:19 -0500)]
ecere, ide: Proper prototypes for invoking methods directly from virtual table

11 years agocompiler: Worked around warning from __builtin_frame_address usage
Jerome St-Louis [Mon, 18 Feb 2013 20:37:51 +0000 (15:37 -0500)]
compiler: Worked around warning from __builtin_frame_address usage

11 years agoecere/eda: Fixed some build warnings
Jerome St-Louis [Mon, 18 Feb 2013 20:24:31 +0000 (15:24 -0500)]
ecere/eda: Fixed some build warnings

11 years agoecere/glX: Tweaked types for 64 bit
Jerome St-Louis [Mon, 18 Feb 2013 19:37:04 +0000 (14:37 -0500)]
ecere/glX: Tweaked types for 64 bit

11 years agoecere: Fix for BitmapResource objects in Menu items/Tool tips; X11: Fix for icons...
Jerome St-Louis [Mon, 18 Feb 2013 16:48:20 +0000 (11:48 -0500)]
ecere: Fix for BitmapResource objects in Menu items/Tool tips; X11: Fix for icons in 64 bit
- Other 64 bit proper prototypes

11 years agoecere, ide: Further 64 bit types fixes
Jerome St-Louis [Sun, 17 Feb 2013 05:34:09 +0000 (00:34 -0500)]
ecere, ide: Further 64 bit types fixes

11 years agoecere, ide: Replaced integer types by 64 bit ints for tags, ids
Jerome St-Louis [Sun, 17 Feb 2013 05:27:01 +0000 (00:27 -0500)]
ecere, ide: Replaced integer types by 64 bit ints for tags, ids

11 years agoecere/EARArchive: Using 'unsigned long' with zlib to solve issues on 64 bit / Linux
Jerome St-Louis [Sun, 17 Feb 2013 04:39:04 +0000 (23:39 -0500)]
ecere/EARArchive: Using 'unsigned long' with zlib to solve issues on 64 bit / Linux

11 years agocompiler/bootstrap: Reverted to using 'uintptr' for bootstrap; Hardcoding FileListing...
Jerome St-Louis [Sun, 17 Feb 2013 04:10:55 +0000 (23:10 -0500)]
compiler/bootstrap: Reverted to using 'uintptr' for bootstrap; Hardcoding FileListing size for cross-compiling to 64 bit

11 years agocompiler/libec: Fixed wrong reference level causing crash in Key class
Jerome St-Louis [Sat, 16 Feb 2013 22:13:08 +0000 (17:13 -0500)]
compiler/libec: Fixed wrong reference level causing crash in Key class
- Update bootstrap

11 years agocompiler: (u)intptr fixes to build on MinGW 4.4
Jerome St-Louis [Wed, 13 Feb 2013 00:16:07 +0000 (19:16 -0500)]
compiler: (u)intptr fixes to build on MinGW 4.4

11 years agocompiler, ide: 64 bit fixes to get the IDE working
Jerome St-Louis [Tue, 12 Feb 2013 14:46:12 +0000 (09:46 -0500)]
compiler, ide: 64 bit fixes to get the IDE working
- Recomputing Class structSize for 'class_fixed' classes in the compiler

11 years agoecere/X11: Further 64 bit fixes
Jerome St-Louis [Mon, 11 Feb 2013 03:53:54 +0000 (22:53 -0500)]
ecere/X11: Further 64 bit fixes

11 years agoecere/XInterface: 64 bit X11 fixes
Jerome St-Louis [Mon, 11 Feb 2013 03:39:40 +0000 (22:39 -0500)]
ecere/XInterface: 64 bit X11 fixes

11 years agocompiler: Updated bootstrap, precompiled parsers and i18n templates
Jerome St-Louis [Sun, 10 Feb 2013 22:22:45 +0000 (17:22 -0500)]
compiler: Updated bootstrap, precompiled parsers and i18n templates

11 years agoecere: Fixes to support MinGW-w64
Jerome St-Louis [Sun, 10 Feb 2013 22:22:15 +0000 (17:22 -0500)]
ecere: Fixes to support MinGW-w64

11 years agoecere/com: Fixed delayed class properties to use 64 bit type
Jerome St-Louis [Sun, 10 Feb 2013 22:19:30 +0000 (17:19 -0500)]
ecere/com: Fixed delayed class properties to use 64 bit type

11 years agocompiler/libec: Changes to reflect uint64 type for class properties
Jerome St-Louis [Sun, 10 Feb 2013 22:15:51 +0000 (17:15 -0500)]
compiler/libec: Changes to reflect uint64 type for class properties
- Always returned in return value (even for struct)

11 years agoecere: 64 bit fixes: X11, Class property now 64 bit
Jerome St-Louis [Fri, 8 Feb 2013 19:24:36 +0000 (14:24 -0500)]
ecere: 64 bit fixes: X11, Class property now 64 bit

11 years agocompiler: Compiler fixes for 64 bit
Jerome St-Louis [Fri, 8 Feb 2013 19:20:33 +0000 (14:20 -0500)]
compiler: Compiler fixes for 64 bit
- Casting terminating null to pointer for ellipsis
- Class property now using int64 type

11 years agocompiler/ecc: Added generated macro in proper place for GNUC to fix __declspec errors...
Jerome St-Louis [Fri, 8 Feb 2013 01:29:07 +0000 (20:29 -0500)]
compiler/ecc: Added generated macro in proper place for GNUC to fix __declspec errors on Linux

11 years agoecere: Work around for conflicts with 'String' in MinGW-w64 headers
Jerome St-Louis [Fri, 8 Feb 2013 00:07:18 +0000 (19:07 -0500)]
ecere: Work around for conflicts with 'String' in MinGW-w64 headers
- Also included COMPILER_SUFFIX in objects/target directory for ecereCOM

11 years agocompiler/grammar: Added support for extended declarator in between struct and identifier
Jerome St-Louis [Fri, 8 Feb 2013 00:05:41 +0000 (19:05 -0500)]
compiler/grammar: Added support for extended declarator in between struct and identifier
- e.g. struct __attribute__((packed)) Identifier -- This was required to parse MinGW-w64 headers

11 years agocompiler/ecc,ecp: Resolved issues from multipass preprocessing with MinGW-w64
Jerome St-Louis [Fri, 8 Feb 2013 00:01:15 +0000 (19:01 -0500)]
compiler/ecc,ecp: Resolved issues from multipass preprocessing with MinGW-w64
- If __MINGW32__ is defined, defining (u)intptr_t based on _WIN64 rather than including <stdint.h>

11 years agocompiler: Fixed __declspec compiling issue on Linux; ide: Fixed crash on null workspace
Jerome St-Louis [Wed, 6 Feb 2013 09:09:24 +0000 (04:09 -0500)]
compiler: Fixed __declspec compiling issue on Linux; ide: Fixed crash on null workspace

11 years agoide/Debugger: Setting target bits based on compiler settings
Jerome St-Louis [Wed, 6 Feb 2013 07:09:37 +0000 (02:09 -0500)]
ide/Debugger: Setting target bits based on compiler settings

11 years agocompiler/libec: Updated precompiled grammar files
Jerome St-Louis [Wed, 6 Feb 2013 05:31:00 +0000 (00:31 -0500)]
compiler/libec: Updated precompiled grammar files

11 years agocompiler/bootstrap: Updated
Jerome St-Louis [Tue, 5 Feb 2013 16:13:38 +0000 (11:13 -0500)]
compiler/bootstrap: Updated

11 years agoecere/dataTypes: Fixed prototypes for invoking OnGetString
Jerome St-Louis [Tue, 5 Feb 2013 16:11:17 +0000 (11:11 -0500)]
ecere/dataTypes: Fixed prototypes for invoking OnGetString

11 years agoMakefiles/ide: Added $(FORCE_32_BIT) to ecs calls
Jerome St-Louis [Tue, 5 Feb 2013 15:55:37 +0000 (10:55 -0500)]
Makefiles/ide: Added $(FORCE_32_BIT) to ecs calls
- Currently selecting 64 bit by unchecking Force bit depth supported

11 years agocompiler/bootstrap: Further updates
Jerome St-Louis [Tue, 5 Feb 2013 15:00:23 +0000 (10:00 -0500)]
compiler/bootstrap: Further updates

11 years agocompiler: Updated bootstrap
Jerome St-Louis [Tue, 5 Feb 2013 14:49:17 +0000 (09:49 -0500)]
compiler: Updated bootstrap

11 years agocompiler: Fixed prototypes for new/new0/renew/renew0; Added check to default to host...
Jerome St-Louis [Tue, 5 Feb 2013 14:45:11 +0000 (09:45 -0500)]
compiler: Fixed prototypes for new/new0/renew/renew0; Added check to default to host type

11 years agoecere: Fixed mistake in 64 bit size of Application class
Jerome St-Louis [Tue, 5 Feb 2013 13:18:58 +0000 (08:18 -0500)]
ecere: Fixed mistake in 64 bit size of Application class
(sizeof NameSpace is 176, not 32)

11 years agocompiler/ecere: Fix for 64 bit size of Instance base class
Jerome St-Louis [Tue, 5 Feb 2013 11:39:12 +0000 (06:39 -0500)]
compiler/ecere: Fix for 64 bit size of Instance base class

11 years agoecere: 64 bit fixes for memory manager
Jerome St-Louis [Tue, 5 Feb 2013 10:11:11 +0000 (05:11 -0500)]
ecere: 64 bit fixes for memory manager

11 years agocompiler/libec: Fixed precompiled grammar.c on Linux
Jerome St-Louis [Tue, 5 Feb 2013 09:31:42 +0000 (04:31 -0500)]
compiler/libec: Fixed precompiled grammar.c on Linux

11 years agocompiler/ecere: Further steps towards 64 bit support
Jerome St-Louis [Tue, 5 Feb 2013 09:18:39 +0000 (04:18 -0500)]
compiler/ecere: Further steps towards 64 bit support

11 years agoide/sdk: Fixed forcing bit depth option not invoked for static libraries
Jerome St-Louis [Mon, 4 Feb 2013 05:39:10 +0000 (00:39 -0500)]
ide/sdk: Fixed forcing bit depth option not invoked for static libraries

11 years agocompiler/ecere: completed intptr/uintptr support
Jerome St-Louis [Mon, 4 Feb 2013 00:17:57 +0000 (19:17 -0500)]
compiler/ecere: completed intptr/uintptr support

11 years agocompiler/ecere: Initial take at adding a uintptr type
Jerome St-Louis [Sat, 2 Feb 2013 05:17:08 +0000 (00:17 -0500)]
compiler/ecere: Initial take at adding a uintptr type

11 years agoide/project: Extra null check
Jerome St-Louis [Sat, 16 Feb 2013 05:52:31 +0000 (00:52 -0500)]
ide/project: Extra null check

11 years agoepj2make: project -- resetting to default paths
Jerome St-Louis [Sat, 16 Feb 2013 05:51:55 +0000 (00:51 -0500)]
epj2make: project -- resetting to default paths

11 years agoecere/DualPipe: Fixed issue returning error code on Windows
Jerome St-Louis [Sat, 16 Feb 2013 05:50:31 +0000 (00:50 -0500)]
ecere/DualPipe: Fixed issue returning error code on Windows
- Linux version was waiting for process already

11 years agoecere/com: Fixed broken serializatio of File classes
Jerome St-Louis [Sat, 16 Feb 2013 05:49:19 +0000 (00:49 -0500)]
ecere/com: Fixed broken serializatio of File classes
- Further bug fix of virtual method overriding, now specifically checking method id

11 years agoide (ecere)/FormDesigner: Fixed crash on dragging custom control onto form (#779)
Jerome St-Louis [Fri, 8 Feb 2013 02:22:16 +0000 (21:22 -0500)]
ide (ecere)/FormDesigner: Fixed crash on dragging custom control onto form (#779)
- This resolves http://ecere.com/mantis/view.php?id=779

11 years agoide/CodeEditor: Fixed crash on non-compiled properties, e.g. editing a form with...
Jerome St-Louis [Fri, 8 Feb 2013 02:09:10 +0000 (21:09 -0500)]
ide/CodeEditor: Fixed crash on non-compiled properties, e.g. editing a form with an HTMLView

11 years agocompiler/bootstrap: Updaded
Jerome St-Louis [Sat, 2 Feb 2013 02:46:18 +0000 (21:46 -0500)]
compiler/bootstrap: Updaded

11 years agoextras/DynamicString: Missed proper null character safety in earlier commit
Jerome St-Louis [Sat, 2 Feb 2013 02:23:44 +0000 (21:23 -0500)]
extras/DynamicString: Missed proper null character safety in earlier commit

11 years agoeda: Removed extra arguments in EditSection code
Jerome St-Louis [Sat, 2 Feb 2013 02:22:12 +0000 (21:22 -0500)]
eda: Removed extra arguments in EditSection code

11 years agoecere/gui: Fixed a crash when cycling controls with tab
Jerome St-Louis [Sat, 2 Feb 2013 01:55:52 +0000 (20:55 -0500)]
ecere/gui: Fixed a crash when cycling controls with tab
- inactive controls were involved

11 years agoecere/Socket: Fixed bad handling on calling DatagramHost on an already connected...
Jerome St-Louis [Sat, 2 Feb 2013 01:54:55 +0000 (20:54 -0500)]
ecere/Socket: Fixed bad handling on calling DatagramHost on an already connected socket

11 years agocompiler/bootstrap: Fixes for compiling the bootstrap config from the projects
Jerome St-Louis [Sat, 2 Feb 2013 01:53:30 +0000 (20:53 -0500)]
compiler/bootstrap: Fixes for compiling the bootstrap config from the projects

11 years agoecere; ide; compiler: Fixed setting safety null character after (v)snprintf
Jerome St-Louis [Fri, 1 Feb 2013 17:29:33 +0000 (12:29 -0500)]
ecere; ide; compiler: Fixed setting safety null character after (v)snprintf

11 years agoi18n: Updated localization templates 0.44.03
Jerome St-Louis [Wed, 30 Jan 2013 14:48:14 +0000 (09:48 -0500)]
i18n: Updated localization templates

11 years agoecere/compiler/ide: Fixed more buffer overflows by replacing vsprintf by vnsprintf
Jerome St-Louis [Wed, 30 Jan 2013 09:39:36 +0000 (04:39 -0500)]
ecere/compiler/ide: Fixed more buffer overflows by replacing vsprintf by vnsprintf

11 years agocompiler/libec: Fixed a uninitialized variable Valgrind complaint
Jerome St-Louis [Wed, 30 Jan 2013 06:50:14 +0000 (01:50 -0500)]
compiler/libec: Fixed a uninitialized variable Valgrind complaint

11 years agoecere/gui/FileDialog; sys/File: Further fixes for conditional jumps depending on...
Jerome St-Louis [Wed, 30 Jan 2013 04:42:12 +0000 (23:42 -0500)]
ecere/gui/FileDialog; sys/File: Further fixes for conditional jumps depending on uninitialized variables

11 years agoecere/gui/XInterface: Fixed check for closing Joystick handles
jerome [Tue, 29 Jan 2013 12:27:24 +0000 (07:27 -0500)]
ecere/gui/XInterface: Fixed check for closing Joystick handles

11 years agoecere/gfx/Surface: Fixed a Valgrind complaint about conditional jump with -O2
jerome [Tue, 29 Jan 2013 12:26:36 +0000 (07:26 -0500)]
ecere/gfx/Surface: Fixed a Valgrind complaint about conditional jump with -O2

11 years agoUpdated NEWS to reflect 0.44.03 release
Jerome St-Louis [Sun, 27 Jan 2013 19:47:19 +0000 (14:47 -0500)]
Updated NEWS to reflect 0.44.03 release

11 years agoRemoved junk file.
Jerome St-Louis [Sun, 27 Jan 2013 06:09:25 +0000 (01:09 -0500)]
Removed junk file.

11 years agoextras; timeTools.ec details.
Rejean Loyer [Sun, 16 Dec 2012 07:24:56 +0000 (02:24 -0500)]
extras; timeTools.ec details.

11 years agomisc; correct execute permissions for various files.
Rejean Loyer [Sat, 15 Dec 2012 06:24:46 +0000 (01:24 -0500)]
misc; correct execute permissions for various files.