sdk
11 years agomisc; modified all project (.epj) files to have the appropriate fast math option...
Rejean Loyer [Fri, 26 Oct 2012 00:22:44 +0000 (20:22 -0400)]
misc; modified all project (.epj) files to have the appropriate fast math option set according to the optimize setting for all configs.

11 years agoide;NewProjectDialog; setting fastMath to false for the Debug config of new projects.
Rejean Loyer [Thu, 25 Oct 2012 23:07:14 +0000 (19:07 -0400)]
ide;NewProjectDialog; setting fastMath to false for the Debug config of new projects.

11 years agoepj2make; fixed missing new parameter for calling LoadProject. (eb1eb6e51340b67790a46...
Rejean Loyer [Thu, 25 Oct 2012 23:03:03 +0000 (19:03 -0400)]
epj2make; fixed missing new parameter for calling LoadProject. (eb1eb6e51340b67790a465c6afcbe8c9a3ac5133)

11 years agoide; fix makefiles for all configs are not regenerated upon reloaded added project...
Rejean Loyer [Thu, 25 Oct 2012 16:04:52 +0000 (12:04 -0400)]
ide; fix makefiles for all configs are not regenerated upon reloaded added project. (#764)

11 years agoide; fixed project config changing back to first configuration on project reloading...
Rejean Loyer [Thu, 25 Oct 2012 15:09:49 +0000 (11:09 -0400)]
ide; fixed project config changing back to first configuration on project reloading by external file change. (#763)

11 years agoide; fixed buildBitDepth not being copied.
Rejean Loyer [Wed, 24 Oct 2012 10:31:49 +0000 (06:31 -0400)]
ide; fixed buildBitDepth not being copied.

11 years agoide; added fast math option to ProjectSettings dialog and equal to optimize functiona...
Rejean Loyer [Wed, 24 Oct 2012 10:31:03 +0000 (06:31 -0400)]
ide; added fast math option to ProjectSettings dialog and equal to optimize functionality in makefile generation. (#677)

11 years agoecere/sys: Added Condition synchronization object
Jerome St-Louis [Wed, 24 Oct 2012 09:07:17 +0000 (05:07 -0400)]
ecere/sys: Added Condition synchronization object

11 years agoecere: Fixed exclusions for Android config (linux platform)
Jerome St-Louis [Wed, 24 Oct 2012 09:02:50 +0000 (05:02 -0400)]
ecere: Fixed exclusions for Android config (linux platform)

11 years agoide/Makefiles: Updated tarball makefiles to use FORCE_32BIT; Disabled forcing -m32...
Jerome St-Louis [Wed, 24 Oct 2012 08:41:58 +0000 (04:41 -0400)]
ide/Makefiles: Updated tarball makefiles to use FORCE_32BIT; Disabled forcing -m32 on ARM architecture

11 years agoecere/gui/Win32Interface: Fixed issue with make clean failing when IDE is launched...
Jerome St-Louis [Wed, 24 Oct 2012 08:05:13 +0000 (04:05 -0400)]
ecere/gui/Win32Interface: Fixed issue with make clean failing when IDE is launched from command prompt
- Now attaching parent process console for GUI applications

11 years agoecere/gui/Menu & ScrollBar: Fixed bad cast of Modifiers to Key
Jerome St-Louis [Wed, 24 Oct 2012 08:04:21 +0000 (04:04 -0400)]
ecere/gui/Menu & ScrollBar: Fixed bad cast of Modifiers to Key
- Modifiers are in the high bit of the Key, so a simple cast doesn't work (unless we implement a conversion property)

11 years agoide: added feature open recently opened files / projects in another ide by holding...
Rejean Loyer [Fri, 30 Mar 2012 16:06:42 +0000 (12:06 -0400)]
ide: added feature open recently opened files / projects in another ide by holding down control key.

11 years agobuildsystem,ide,epj2make,tarball; let compiler config file and tarball's include...
Rejean Loyer [Wed, 24 Oct 2012 01:24:53 +0000 (21:24 -0400)]
buildsystem,ide,epj2make,tarball; let compiler config file and tarball's include.mk pass -t <platform> to ecs when host and target platforms differ.

11 years agoide; fixed FileCompile menu entry for ProjectView's right-click menu isn't updated...
Rejean Loyer [Wed, 24 Oct 2012 00:45:50 +0000 (20:45 -0400)]
ide; fixed FileCompile menu entry for ProjectView's right-click menu isn't updated (disabled=false) once an ongoing compilation ends.

11 years agobuildsystem,ide,epj2make; added SYSROOT to allow a compiler configuration or the...
Rejean Loyer [Wed, 24 Oct 2012 00:17:49 +0000 (20:17 -0400)]
buildsystem,ide,epj2make; added SYSROOT to allow a compiler configuration or the command line to specify the --sysroot option for gcc, cpp (preprocessor) and g++.

11 years agobuildsystem,ide,epj2make; added GCC_PREFIX to simplify toolchain compiler changes...
Rejean Loyer [Tue, 23 Oct 2012 01:03:58 +0000 (21:03 -0400)]
buildsystem,ide,epj2make; added GCC_PREFIX to simplify toolchain compiler changes for cross-compilers or other specific compiler. for example the i586-mingw32msvc- or /home/user/usr/gcc-x.x.x.x/ prefixes could be used.

11 years agoide;GlobalSettingsDialog; fixed some ugly code repeated multiple times.
Rejean Loyer [Tue, 23 Oct 2012 01:01:58 +0000 (21:01 -0400)]
ide;GlobalSettingsDialog; fixed some ugly code repeated multiple times.

11 years agobuildsystem,ide,epj2make; sorted out platform variables and uses. now using HOST_PLAT...
Rejean Loyer [Tue, 23 Oct 2012 00:56:08 +0000 (20:56 -0400)]
buildsystem,ide,epj2make; sorted out platform variables and uses. now using HOST_PLATFORM, TARGET_PLATFORM, *_HOST and *_TARGET variables. (#765)

11 years agoide: updated ide.epj to not have the /usr/X11R6/include include dir under windows.
Rejean Loyer [Tue, 23 Oct 2012 00:38:31 +0000 (20:38 -0400)]
ide: updated ide.epj to not have the /usr/X11R6/include include dir under windows.

11 years agomisc; updated Makefiles.epj
Rejean Loyer [Tue, 23 Oct 2012 00:37:05 +0000 (20:37 -0400)]
misc; updated Makefiles.epj

11 years agoecereCOM; moved m, dl and pthread libs from Release/Linux to Common/Linux.
Rejean Loyer [Mon, 22 Oct 2012 19:26:20 +0000 (15:26 -0400)]
ecereCOM; moved m, dl and pthread libs from Release/Linux to Common/Linux.

11 years agoide;ProjectSettings;BuildTab;CompilerTab; added gui (32 bit and 64 bit check boxes...
Rejean Loyer [Sun, 21 Oct 2012 22:39:51 +0000 (18:39 -0400)]
ide;ProjectSettings;BuildTab;CompilerTab; added gui (32 bit and 64 bit check boxes) for the BuildBitDepth ProjectOption. (#743)

11 years agoide;ProjectSettings;BuildTab;CompilerTab; fixed updating of project node in fileList...
Rejean Loyer [Sun, 21 Oct 2012 22:38:40 +0000 (18:38 -0400)]
ide;ProjectSettings;BuildTab;CompilerTab; fixed updating of project node in fileList when changing active project config.

11 years agoide:CodeEditor:ListEnumValues; list ancestor enum values first.
Rejean Loyer [Thu, 4 Oct 2012 00:11:54 +0000 (20:11 -0400)]
ide:CodeEditor:ListEnumValues; list ancestor enum values first.

11 years agoide:ProjectView; added alt + up/down to quickly navigate between the projects.
Rejean Loyer [Thu, 4 Oct 2012 00:10:05 +0000 (20:10 -0400)]
ide:ProjectView; added alt + up/down to quickly navigate between the projects.

11 years agoecere:ListBox; fixed OnKeyHit to let alt key and ctrl key (only if multiSelect is...
Rejean Loyer [Mon, 22 Oct 2012 08:57:51 +0000 (04:57 -0400)]
ecere:ListBox; fixed OnKeyHit to let alt key and ctrl key (only if multiSelect is false) combinations go through to NotifyKeyHit and not prevent such hotkeys from firering.

11 years agoRevert "ecere:ListBox: fixed alt/ctrl-arrows combination key events aren't received...
Rejean Loyer [Mon, 22 Oct 2012 08:39:23 +0000 (04:39 -0400)]
Revert "ecere:ListBox: fixed alt/ctrl-arrows combination key events aren't received by ListBox user"

This reverts commit a6227bf92267dedb3d000b53af5372490453ae39.

11 years agoecere,ec; multiple fixes to prevent comment within comment warnings from preprocessor
Rejean Loyer [Fri, 2 Mar 2012 07:24:29 +0000 (02:24 -0500)]
ecere,ec; multiple fixes to prevent comment within comment warnings from preprocessor

11 years agoecere/gfx3D/Mesh: Fix for improper usage of union members (Breaks in 64bit) and handl...
Jerome St-Louis [Thu, 11 Oct 2012 20:16:24 +0000 (16:16 -0400)]
ecere/gfx3D/Mesh: Fix for improper usage of union members (Breaks in 64bit) and handling a PrimitiveGroup with a count of 0

11 years agoecere/HTTPFile: Added 'Connection: Keep-Alive' to request; Fixed handling of incomple...
Jerome St-Louis [Sat, 6 Oct 2012 01:24:56 +0000 (21:24 -0400)]
ecere/HTTPFile: Added 'Connection: Keep-Alive' to request; Fixed handling of incomplete header

11 years agoecere/gfx3D/Object3DSFormat: Fixed mistake breaking Big Endian platforms builds
Jerome St-Louis [Mon, 1 Oct 2012 21:27:23 +0000 (17:27 -0400)]
ecere/gfx3D/Object3DSFormat: Fixed mistake breaking Big Endian platforms builds

11 years agodeps: Project tweaks to use default obj dir; ecere/dataTypes: Not using android_log_p...
Jerome St-Louis [Mon, 17 Sep 2012 08:30:25 +0000 (04:30 -0400)]
deps: Project tweaks to use default obj dir; ecere/dataTypes: Not using android_log_print in ecereCOM

11 years agocompiler/libec: Fixed precompiled grammar for Linux builds
Jerome St-Louis [Mon, 17 Sep 2012 06:55:08 +0000 (02:55 -0400)]
compiler/libec: Fixed precompiled grammar for Linux builds

11 years agocompiler/libec: Grammar fix to handle comma separated attributes within an __attribut...
Jerome St-Louis [Mon, 17 Sep 2012 06:33:58 +0000 (02:33 -0400)]
compiler/libec: Grammar fix to handle comma separated attributes within an __attribute__ specifier

11 years agoecere: Fixed warnings in static builds resulting from compiler fixes
Jerome St-Louis [Mon, 17 Sep 2012 04:38:32 +0000 (00:38 -0400)]
ecere: Fixed warnings in static builds resulting from compiler fixes

11 years agocompiler/libec: Updated bootstrap and i18n template
Jerome St-Louis [Mon, 17 Sep 2012 03:59:22 +0000 (23:59 -0400)]
compiler/libec: Updated bootstrap and i18n template

11 years agocompiler/libec: Fixed mixed up name/full name loading global data
Jerome St-Louis [Mon, 17 Sep 2012 03:49:35 +0000 (23:49 -0400)]
compiler/libec: Fixed mixed up name/full name loading global data

11 years agocompiler/libec: In pass 3, clearing baseSpecs when converting nameSpecifier into...
Jerome St-Louis [Mon, 17 Sep 2012 03:28:39 +0000 (23:28 -0400)]
compiler/libec: In pass 3, clearing baseSpecs when converting nameSpecifier into structSpecifier (Fix for recent builds failing)

11 years agocompiler/libec: Moved the template args freeing code to its rightful place (nameSpeci...
Jerome St-Louis [Mon, 17 Sep 2012 03:27:14 +0000 (23:27 -0400)]
compiler/libec: Moved the template args freeing code to its rightful place (nameSpecifier)

11 years agoecere: Various tweaks in preparation for Android support
Jerome St-Louis [Thu, 13 Sep 2012 08:51:26 +0000 (04:51 -0400)]
ecere: Various tweaks in preparation for Android support

11 years agoide/ProjectSettings: Fixed post build boxes anchoring
Jerome St-Louis [Thu, 13 Sep 2012 08:39:40 +0000 (04:39 -0400)]
ide/ProjectSettings: Fixed post build boxes anchoring

11 years agocompiler/libec: Proper __attribute__ support and other fixes to compile for Android
Jerome St-Louis [Thu, 13 Sep 2012 08:33:33 +0000 (04:33 -0400)]
compiler/libec: Proper __attribute__ support and other fixes to compile for Android
- Recognizing __signed, __alignof__, __attribute__
- template parameter fix in firstPass.ec

11 years agoide: Exporting environment variables to the compiler config
Jerome St-Louis [Wed, 5 Sep 2012 19:31:21 +0000 (15:31 -0400)]
ide: Exporting environment variables to the compiler config

11 years agoide: Exporting environment variables to the compiler config
Jerome St-Louis [Wed, 5 Sep 2012 19:26:11 +0000 (15:26 -0400)]
ide: Exporting environment variables to the compiler config

11 years agoepj2make: Selecting compiler from COMPILER environment variable
Jerome St-Louis [Wed, 5 Sep 2012 18:15:10 +0000 (14:15 -0400)]
epj2make: Selecting compiler from COMPILER environment variable

11 years agoide/Project: Only making CF_DIR relative when inside project dir & only using CF_DIR...
Jerome St-Louis [Mon, 3 Sep 2012 22:31:02 +0000 (18:31 -0400)]
ide/Project: Only making CF_DIR relative when inside project dir & only using CF_DIR env. var. when absolute

11 years agoecere/ide: Moved IDE's eString_PathInsideOf to ecere::com::IsPathInsideOf
Jerome St-Louis [Mon, 3 Sep 2012 22:30:22 +0000 (18:30 -0400)]
ecere/ide: Moved IDE's eString_PathInsideOf to ecere::com::IsPathInsideOf

11 years agoide/Settings: Setting default C++ compiler when not set
Jerome St-Louis [Mon, 3 Sep 2012 21:49:57 +0000 (17:49 -0400)]
ide/Settings: Setting default C++ compiler when not set

11 years agoide/Project: Added support for Linker Flags in the Compilers Configurations
Jerome St-Louis [Mon, 3 Sep 2012 21:23:53 +0000 (17:23 -0400)]
ide/Project: Added support for Linker Flags in the Compilers Configurations

11 years agoecere/XInterface:OpenGL: Added code for obtaining a visual info through glXChooseVisu...
Jerome St-Louis [Mon, 3 Sep 2012 20:16:04 +0000 (16:16 -0400)]
ecere/XInterface:OpenGL: Added code for obtaining a visual info through glXChooseVisual when first attempt through FBConfig failed

11 years agocompiler/ide: Various tweaks to buffer sizes for holding command arguments (Buffer...
Jerome St-Louis [Mon, 3 Sep 2012 20:09:40 +0000 (16:09 -0400)]
compiler/ide: Various tweaks to buffer sizes for holding command arguments (Buffer overflow were causing ecp crashes with too long list of include paths)
Note: Should switch all these to dynamic buffers

11 years agoide/Project: Fixed bad ifeq "PLATFORM" which should have read ifeq "$(PLATFORM)"
Jerome St-Louis [Mon, 27 Aug 2012 23:17:26 +0000 (19:17 -0400)]
ide/Project: Fixed bad ifeq "PLATFORM" which should have read ifeq "$(PLATFORM)"

11 years agoide/Project: Resolved Host/Target platform confusion; Made forcing bit depth (on...
Jerome St-Louis [Fri, 24 Aug 2012 21:18:07 +0000 (17:18 -0400)]
ide/Project: Resolved Host/Target platform confusion; Made forcing bit depth (on eC files) optional (Android compiler does not recognize -m32)

11 years agoextras/ShortDate: i18n
Jerome St-Louis [Fri, 24 Aug 2012 15:49:30 +0000 (11:49 -0400)]
extras/ShortDate: i18n

11 years agoextrras/gui/CheckListBox: Fixed NotifyChanged to give proper 'row' for hierarchy
Jerome St-Louis [Fri, 24 Aug 2012 15:48:26 +0000 (11:48 -0400)]
extrras/gui/CheckListBox: Fixed NotifyChanged to give proper 'row' for hierarchy

11 years agoepj2make/Makefile: Fixed reference to crossplatform.mk
Jerome St-Louis [Fri, 24 Aug 2012 03:52:35 +0000 (23:52 -0400)]
epj2make/Makefile: Fixed reference to crossplatform.mk

11 years agocompiler/libec: Added missing null check to fix IDE crash
Jerome St-Louis [Tue, 21 Aug 2012 22:00:20 +0000 (18:00 -0400)]
compiler/libec: Added missing null check to fix IDE crash

11 years agocompiler; deps/libffi: Getting rid of warnings
Jerome St-Louis [Tue, 21 Aug 2012 21:23:56 +0000 (17:23 -0400)]
compiler; deps/libffi: Getting rid of warnings

11 years agoextras/ShortDate: Fixed crash on invalid month
Jerome St-Louis [Tue, 21 Aug 2012 18:59:20 +0000 (14:59 -0400)]
extras/ShortDate: Fixed crash on invalid month

11 years agoide/GlobalSettingsDialog: Fixed missing 'disabled' setting on C++ compiler
Jerome St-Louis [Tue, 21 Aug 2012 18:58:51 +0000 (14:58 -0400)]
ide/GlobalSettingsDialog: Fixed missing 'disabled' setting on C++ compiler

11 years agoecere/Mutex: Replaced usage of pthread_mutexattr_setkind_np on Linux which caused...
Jerome St-Louis [Tue, 21 Aug 2012 18:57:53 +0000 (14:57 -0400)]
ecere/Mutex: Replaced usage of pthread_mutexattr_setkind_np on Linux which caused a warning by pthread_mutexattr_settype

11 years agoinstaller: Fixed crash on attempting to change sub-components paths (Code had not...
Jerome St-Louis [Mon, 20 Aug 2012 01:03:07 +0000 (21:03 -0400)]
installer: Fixed crash on attempting to change sub-components paths (Code had not been adjusted to reflect the ListBox/String indirection level change)

11 years agoide/Project: Not using relative paths for config dir when generating config file...
Jerome St-Louis [Mon, 20 Aug 2012 00:50:52 +0000 (20:50 -0400)]
ide/Project: Not using relative paths for config dir when generating config file (only using relative for including within the Makefile)

11 years agoecere/BMP loading: Worked around struct packing issue with GCC 4.7
Jerome St-Louis [Sun, 19 Aug 2012 11:18:39 +0000 (07:18 -0400)]
ecere/BMP loading: Worked around struct packing issue with GCC 4.7

11 years agoide/PictureEdit: Fixed null pointer crash on using image menus for failed bitmap
Jerome St-Louis [Sun, 19 Aug 2012 10:49:18 +0000 (06:49 -0400)]
ide/PictureEdit: Fixed null pointer crash on using image menus for failed bitmap

11 years agoide/Project: Using relative paths for .configs directory to avoid 'make' space issues
Jerome St-Louis [Sun, 19 Aug 2012 10:30:28 +0000 (06:30 -0400)]
ide/Project: Using relative paths for .configs directory to avoid 'make' space issues

11 years agoUpdated NEWS
Jerome St-Louis [Sun, 19 Aug 2012 09:44:41 +0000 (05:44 -0400)]
Updated NEWS

11 years agoUpdate NEWS
Ecere Corporation [Sat, 18 Aug 2012 20:50:29 +0000 (17:50 -0300)]
Update NEWS

11 years agoecere/com: Worked around conflicts building for Android
Jerome St-Louis [Sat, 18 Aug 2012 19:42:16 +0000 (15:42 -0400)]
ecere/com: Worked around conflicts building for Android

11 years agocompiler/libec: Added missing null pointer check
Jerome St-Louis [Sat, 18 Aug 2012 19:41:40 +0000 (15:41 -0400)]
compiler/libec: Added missing null pointer check

11 years agoUpdate NEWS
Ecere Corporation [Sat, 18 Aug 2012 05:55:47 +0000 (02:55 -0300)]
Update NEWS

11 years agoUpdate NEWS
Ecere Corporation [Thu, 16 Aug 2012 21:03:53 +0000 (18:03 -0300)]
Update NEWS

11 years agoMakefile: Fixed typo 0.44.01
Jerome St-Louis [Thu, 16 Aug 2012 20:48:10 +0000 (16:48 -0400)]
Makefile: Fixed typo

11 years agoMakefile: Copying changelogs to avoid broken symlink
Jerome St-Louis [Thu, 16 Aug 2012 20:38:33 +0000 (16:38 -0400)]
Makefile: Copying changelogs to avoid broken symlink

11 years agoUpdate NEWS
Ecere Corporation [Thu, 16 Aug 2012 20:32:03 +0000 (17:32 -0300)]
Update NEWS

11 years agoUpdate NEWS
Ecere Corporation [Thu, 16 Aug 2012 19:55:17 +0000 (16:55 -0300)]
Update NEWS

11 years agoMakefile: Proper prefix only lib dir
Jerome St-Louis [Thu, 16 Aug 2012 18:20:28 +0000 (14:20 -0400)]
Makefile: Proper prefix only lib dir

11 years agoMakefile: Took out $(DESTDIR) from symlinks in /usr/lib/ec/
Jerome St-Louis [Thu, 16 Aug 2012 18:03:13 +0000 (14:03 -0400)]
Makefile: Took out $(DESTDIR) from symlinks in /usr/lib/ec/

11 years agoMakefiles: Tweaks for Debian
Jerome St-Louis [Thu, 16 Aug 2012 17:24:00 +0000 (13:24 -0400)]
Makefiles: Tweaks for Debian
- Installing changelogs
- Using Environment's CFLAGS, CPPFLAGS and LDFLAGS when DEBIAN_PACKAGE is set
- crossplatform.mk: applications will look for Ecere libraries in /usr/lib/ec/
- Creating /usr/lib/ec and .so symlinks to libraries inside

11 years agoman pages: Added man pages for documentor and ide
Jerome St-Louis [Thu, 16 Aug 2012 17:22:38 +0000 (13:22 -0400)]
man pages: Added man pages for documentor and ide

11 years agoecere/instance.c: Searching for libraries in /usr/lib/ec/ if not found in LD_LIBRARY_PATH
Jerome St-Louis [Thu, 16 Aug 2012 16:25:38 +0000 (12:25 -0400)]
ecere/instance.c: Searching for libraries in /usr/lib/ec/ if not found in LD_LIBRARY_PATH

11 years agoMerge branch 'master' of github.com:ecere/sdk
Jerome St-Louis [Thu, 16 Aug 2012 16:25:26 +0000 (12:25 -0400)]
Merge branch 'master' of github.com:ecere/sdk

11 years agoUpdate NEWS
Ecere Corporation [Thu, 16 Aug 2012 13:43:20 +0000 (10:43 -0300)]
Update NEWS

11 years agoUpdate NEWS
Ecere Corporation [Thu, 16 Aug 2012 13:42:27 +0000 (10:42 -0300)]
Update NEWS

11 years agoUpdate NEWS
Ecere Corporation [Thu, 16 Aug 2012 13:28:42 +0000 (10:28 -0300)]
Update NEWS

11 years agoUpdate NEWS
Ecere Corporation [Thu, 16 Aug 2012 13:18:02 +0000 (10:18 -0300)]
Update NEWS

11 years agoUpdate NEWS
Ecere Corporation [Thu, 16 Aug 2012 13:14:24 +0000 (10:14 -0300)]
Update NEWS

11 years agoNEWS: Updated
Jerome St-Louis [Thu, 16 Aug 2012 12:46:44 +0000 (08:46 -0400)]
NEWS: Updated

11 years agoNEWS: Updated
Jerome St-Louis [Thu, 16 Aug 2012 12:41:58 +0000 (08:41 -0400)]
NEWS: Updated

11 years agoNEWS: We now have a changelog
Jerome St-Louis [Thu, 16 Aug 2012 12:30:38 +0000 (08:30 -0400)]
NEWS: We now have a changelog

11 years agoecere/gfx/font support: Searching in current work directory for font after adding...
Jerome St-Louis [Thu, 16 Aug 2012 03:24:56 +0000 (23:24 -0400)]
ecere/gfx/font support: Searching in current work directory for font after adding .ttf extension

11 years agoman pages: Replaced all hyphens by \-
Jerome St-Louis [Thu, 16 Aug 2012 02:16:22 +0000 (22:16 -0400)]
man pages: Replaced all hyphens by \-

11 years agocrossplatform.mk: Added missing stripping options
Jerome St-Louis [Wed, 15 Aug 2012 22:03:58 +0000 (18:03 -0400)]
crossplatform.mk: Added missing stripping options

11 years agoMakefile: Installing man pages, making tao.pdf optional; i18n: generating same .pot...
Jerome St-Louis [Wed, 15 Aug 2012 21:53:29 +0000 (17:53 -0400)]
Makefile: Installing man pages, making tao.pdf optional; i18n: generating same .pot on unix/windows; epj2make: s/include.mk/crossplatform.mk

11 years agoman pages: ecp.1 tweak
Jerome St-Louis [Wed, 15 Aug 2012 11:12:41 +0000 (07:12 -0400)]
man pages: ecp.1 tweak

11 years agoman pages: tweaked ear.1
Jerome St-Louis [Wed, 15 Aug 2012 10:47:45 +0000 (06:47 -0400)]
man pages: tweaked ear.1

11 years agoman pages: tweak to ear.1
Jerome St-Louis [Wed, 15 Aug 2012 10:45:16 +0000 (06:45 -0400)]
man pages: tweak to ear.1

11 years agoman pages: moved bug mention to known bugs
Jerome St-Louis [Wed, 15 Aug 2012 10:40:15 +0000 (06:40 -0400)]
man pages: moved bug mention to known bugs

11 years agoman pages: tweak
Jerome St-Louis [Wed, 15 Aug 2012 10:37:21 +0000 (06:37 -0400)]
man pages: tweak