99f49f4faa
2013-11-08 17:06 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/rtl/gtxwc/gtxwc.c ! protection agains switching [x] button before window is open
Przemysław Czerpak
2013-11-08 17:06:03 +01:00
3791bab940
2013-11-08 16:50 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/gtqtc/gtqtc.h ! typo in variable type
Przemysław Czerpak
2013-11-08 16:50:59 +01:00
fcbfb7a7e8
2013-11-07 15:03 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/gtqtc/gtqtc1.cpp ! typo in last commit - flags and state were not changed
Przemysław Czerpak
2013-11-07 15:03:17 +01:00
548cc2df3a
2013-11-06 23:09 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * include/hbgtinfo.ch + added new hb_gtInfo() switch: HB_GTI_CLOSEMODE It controls close event (i.e. ALT+F4 and/or [x] button in MS-Windows) behavior: == 0 - terminate application >= 1 - generate HB_K_CLOSE == 2 - disable close button
Przemysław Czerpak
2013-11-06 23:09:59 +01:00
119dad6cfc
2013-11-06 15:26 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/common/hbdate.c + added support for decooding timestamp values with semicolon ";" used as date and time part delimiters, i.e.: tValue := t"2013-11-06;15:14:45"
Przemysław Czerpak
2013-11-06 15:26:49 +01:00
4bd5c38361
2013-11-05 23:05 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/rtl/gtwin/gtwin.c ! do not disable console control handler when terminal is suspended. ! ignore HB_K_BREAK event's caught when terminal was suspended.
Przemysław Czerpak
2013-11-05 23:05:19 +01:00
ad20cedcc0
2013-11-04 17:43 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/rdd/dbcmd.c * src/rdd/dbcmd53.c * changed HB_USHORT to HB_AREANO in few declarations % simplified code taking order number or name from user parameters
Przemysław Czerpak
2013-11-04 17:43:48 +01:00
1dc1bba911
2013-11-04 16:54 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbfship/hbfship.hbp * contrib/hbfship/hbfship.hbx + contrib/hbfship/stroccur.prg + added undocumented FlagShip function: StrOccurs( <cSub>, <cStr>, [<lAny>] ) -> <nCount> It returns the number of occurrences of <cSub> string in <cStr> If <lAny> is true (default) then it accepts any possible substring posittions otherwise (lAny == .F.) substrings cannot occupy common characters from <cStr>, i.e. StrOccurs( "aa", "aaaa", .T. ) => 3 StrOccurs( "aa", "aaaa", .F. ) => 2
Przemysław Czerpak
2013-11-04 16:54:27 +01:00
5e31009f31
2013-11-01 01:21 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * src/compiler/hbopt.c ! fixed -w3 warning 'Variable ... is assigned but not used', reapplied patch 2012-04-04 20:20 UTC+0300 Mindaugas Kavaliauskas
Mindaugas Kavaliauskas
2013-11-01 01:22:54 +02:00
7e3de3f14c
2013-10-31 13:04 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbfship/hbfship.hbx ! removed FIELDDECI() reenabled by mistake during one of internal merges
Przemysław Czerpak
2013-10-31 13:04:59 +01:00
04b66a11ba
2013-10-30 23:12 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/rdd/dbf1.c ! set binary flag by default for PICTURE, BLOB and OLE fields + allocate system column for VFP tables and fields with NULLABLE flag
Przemysław Czerpak
2013-10-30 23:12:08 +01:00
858b7fb0e3
2013-10-30 01:56 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/gtqtc/gtqtc.h * contrib/gtqtc/gtqtc1.cpp % removed redundant rect() usage ! force internal image repainting when font size is changed
Przemysław Czerpak
2013-10-30 01:56:34 +01:00
fb58ea3d40
2013-10-30 01:15 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/gtqtc/gtqtc1.cpp % small simplification: use set{Max,Min}imumSize() instead of set{Max,Min}imum{Width,Height}()
Przemysław Czerpak
2013-10-30 01:15:17 +01:00
4f0e0e0347
Revert "2013-10-24 15:34 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt)"
Mindaugas Kavaliauskas
2013-10-24 23:40:10 +03:00
5c3ea08121
2013-10-24 15:34 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * include/dbinfo.ch * include/hbrdddbf.h * src/rdd/dbf1.c + added default codepage setting RDDI_CODEPAGE for DBF RDD (and all inherited RDDs). This helps to do an easy migration of application to unicode, using existing dbf files: HB_CDPSELECT("UTF8EX") RDDINFO(RDDI_CODEPAGE, <codepage_used_in_dbf>)
Mindaugas Kavaliauskas
2013-10-24 15:35:53 +03:00
0d4b5972dc
2013-10-23 14:39 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/gtqtc/gtqtc1.cpp * added support for keyevents with multicharacter strings. QT documentation says that such feature is enabled by Qt::WA_KeyCompression attribute and I left comment about it in the QTConsole() constructor but practice showed that on some platforms it was enabled even without setting this attribute and users using keyboard barcode readers reported "eaten" characters. * explicitly enabled Qt::WA_KeyCompression and removed comment about missing functionality in QTC keyPressEvent() code.
Przemysław Czerpak
2013-10-23 14:39:26 +02:00
9215bd6600
2013-10-23 12:41 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/rtl/gttrm/gttrm.c * send ST (ESC \) after Linux console palette set sequence (ESC ] P). ESC ] is Operating System Command (OSC) which by default should be terminated by ESC \ (ST). Some terminals which sets LINUX TERM envvar but do not correctly understand Linux console palette set sequence may hang waiting for ST. Now ST is sent to avoid such situation. Linux console simply ignore ST terminator so nothing wrong should happen.
Przemysław Czerpak
2013-10-23 12:41:04 +02:00
af4e23a998
2013-10-22 14:42 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/rtl/gttrm/gttrm.c * use non POSIX termios input line flag IUTF8 to detect UTF8 mode if other methods failed.
Przemysław Czerpak
2013-10-22 14:42:28 +02:00
88389dbb84
2013-10-15 23:29 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) - contrib/hbfship/flddeci.c * contrib/hbfship/hbfship.hbp - removed FieldDeci() function. Function with the same name and functionality exists in HBCT.
Przemysław Czerpak
2013-10-15 23:29:04 +02:00
3e87fe05d2
2013-10-15 18:58 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * contrib/gtwvg/gtwvgd.c ! fixed broken compile after 2013-10-11 21:36 UTC-0800 Pritpal Bedi
Mindaugas Kavaliauskas
2013-10-15 18:58:26 +03:00
e54b82f7dc
various cleanups
Viktor Szakáts
2013-10-10 01:32:57 +02:00
caaa1e1159
2013-10-09 21:59 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * config/globsh.mk * use $(CP) as workaround for missing soft links in NT shell. I know about mklink but it needs quite new Windows version and soft links need special privileges. Anyhow better solution is highly welcome.
Przemysław Czerpak
2013-10-09 21:59:30 +02:00
6752936b57
use web url instead of obfuscated email
Viktor Szakáts
2013-10-09 20:08:24 +02:00
a13480fa59
2013-10-01 16:43 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/rtl/gttrm/gttrm.c ! fixed terminal ISO mode auto detection (broken in previous patch) % use position from UTF8/ISO mode detection instead of double asking terminal cursor position. With the minor cost of unknown initial column position we have faster start on slow connections.
Przemysław Czerpak
2013-10-01 16:43:38 +02:00
344bedfe68
2013-09-24 16:59 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * include/hbvm.h * src/vm/hvm.c * added new 7-th parameter fOverLoad to hb_vmRegisterSymbols() function. When it's TRUE then new public function symbols overload existing ones.
Przemysław Czerpak
2013-09-24 16:59:52 +02:00
65bf59cd3b
2013-09-20 15:42 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/rdd/dbcmd.c ! fixed dbRSelect() to be compatible with undocumented Cl*pper behavior: When parameter is missing, wrong or 0 then 1 is used as relation number
Przemysław Czerpak
2013-09-20 15:42:35 +02:00
118a95c425
2013-09-10 02:09 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/rtl/cdpapi.c ! added missing static in s_en_buffer declaration % faster code for unicode to ASCII CP437 control codes translation
Przemysław Czerpak
2013-09-10 02:09:46 +02:00
e5584850e7
2013-09-09 20:54 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/rtl/cdpapi.c * use CP437 control codes in translations from unicode to ASCII
Przemysław Czerpak
2013-09-09 20:54:11 +02:00
87ddf9c110
2013-09-09 15:54 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/vm/dlmalloc.c * use __builtin_clz() and __builtin_ctz() only with GCC 3.4 or newer. Problem reported by David Arturo Macias Corona and OS2 GCC3.3.5.
Przemysław Czerpak
2013-09-09 15:54:22 +02:00
a87963b362
2013-08-28 17:18 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/rtl/hbsocket.c ! use sock_errno() instead of errno in OS2 WATCOM builds. It fixes few problems with socket code using errno value, i.e. hb_socketConnect() with timeout.
Przemysław Czerpak
2013-08-28 17:18:20 +02:00
f9362d3d4d
2013-08-26 20:56 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/compiler/hbdbginf.c ! fixed module names generated for debugger line info when user compiles files passing path with drive letters, i.e. hbmk2 c:\temp\test.prg Thanks to Anton Ryzhov for the information about the problem.
Przemysław Czerpak
2013-08-26 20:56:58 +02:00
0b4c999bb5
2013-08-26 15:51 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/rtl/hbsocket.c ! fixed hb_socketConnect() with timeout in DOS Watt-32 builds. Watt-32 sets socket error to EISCONN when connection is established.
Przemysław Czerpak
2013-08-26 15:51:57 +02:00
ea60542664
2013-08-23 14:25 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/rtl/fstemp.c ! fixed casting for DOS C++ builds
Przemysław Czerpak
2013-08-23 14:25:14 +02:00
46d64612b5
2013-08-22 19:06 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbct/getsecrt.prg ! applied Clipper compatibility fix to GetSecret() by Pavel Tsarenko
Przemysław Czerpak
2013-08-22 19:06:06 +02:00
df9d3b3bce
2013-08-20 17:32 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/gtqtc/gtqtc1.cpp * accept META key as CTRL key in MacOSX builds. This QT Meta key is marked as "control" on Apple keyboards so this seems to be less confusing. Anyhow I'm not regular MacOSX user so if someone thinks it's bad idea then please inform me. "command" key is mapped by QT as CTRL key by default. ! disabled Qt::WA_InputMethodEnabled in default builds. I disabled it because it was breaking support for national characters in few European countries, f.e. Polish characters with ALT in MacOSX. Qt::WA_InputMethodEnabled is used for some Asian languages but I have no idea if it was working with GTQTC so far and if it's really necessary and usable. I'm waiting for information from people who lives in countries where it's used. Just let me know if you need GTQTC compiled with this window attribute.
Przemysław Czerpak
2013-08-20 17:32:26 +02:00
42f22be280
2013-08-14 18:10 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/gtqtc/gtqtc.hbp * do not use system QT directories in android builds
Przemysław Czerpak
2013-08-14 18:10:21 +02:00
7005041604
minor typo
Viktor Szakáts
2013-08-07 15:12:22 +02:00
2d68db1bfa
2013-08-07 15:08 UTC+0200 Viktor Szakáts (harbour syenar.net) * ChangeLog.txt ! fixed to wrongly attributed changelog entries (due to copy/paste error)
Viktor Szakáts
2013-08-07 15:09:30 +02:00
e8c7f2067d
2013-07-18 02:24 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * include/hbdate.h * src/common/hbdate.c + added new C functions: double hb_timeLocalToUTC( double dTimeStamp ); long hb_timeStampUTCOffset( int iYear, int iMonth, int iDay, int iHour, int iMinutes, int iSeconds ); ; warning: some C RTLs may not correctly detect Summer time for all past dates in few countries.
Przemysław Czerpak
2013-07-18 02:24:58 +02:00
b2dd9d5923
2013-07-08 17:09 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/debug/dbgtmenu.prg ! allow to chose current menu item by its hotkey
Przemysław Czerpak
2013-07-08 17:09:36 +02:00
1d79a39621
2013-07-05 20:02 UTC+0400 Phil Krylov (phil a t newstar.rinet.ru) * src/debug/debugger.prg % Don't save debugger window positions if user did not change them as the original debugger behaves. + Support arguments to Options Save and Options Restore debugger commands as the original debugger does.
Phil Krylov
2013-07-05 20:02:45 +04:00
2f28dd8d03
2013-07-05 19:34 UTC+0400 Phil Krylov (phil a t newstar.rinet.ru) * src/debug/debugger.prg ! Maintain fixed window logical order as the original debugger does. ! Load debugger settings in two steps: before and after debugger UI activation. ! Save watchpoints to the settings file.
Phil Krylov
2013-07-05 19:34:53 +04:00
e48674f094
2013-07-05 17:50 UTC+0400 Phil Krylov (phil a t newstar.rinet.ru) * src/debug/debugger.prg ! Set debugger activity flag before restoring settings.
Phil Krylov
2013-07-05 17:50:54 +04:00
c688ef72af
ChangeLog entry fix
Phil Krylov
2013-07-05 17:17:25 +04:00
8184133ea1
2013-07-05 17:05 UTC+0400 Phil Krylov (phil a t newstar.rinet.ru) * src/debug/debugger.prg ! Fixed a typo in my last commit. ! Make the debugger show itself before it starts restoring its settings.
Phil Krylov
2013-07-05 17:15:13 +04:00
613ddf38cb
2013-07-05 04:35 UTC+0400 Phil Krylov (phil a t newstar.rinet.ru)
Phil Krylov
2013-07-05 04:43:54 +04:00
79203c5939
2013-07-05 00:39 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/debug/dbgentry.c ! fixed line number setting in debugged coeblocks. Tanks to Teo for detail information about the problem.
Przemysław Czerpak
2013-07-05 00:39:39 +02:00
48137e6a61
2013-07-04 18:09 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/debug/dbgtwin.prg * src/debug/debugger.prg ! use explicitly INKEY mask in INKEY() calls to avoid interactions with user code
Przemysław Czerpak
2013-07-04 18:09:47 +02:00
ab3f6109c1
2013-07-03 12:14 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * include/hbapidbg.h * src/debug/dbgentry.c * src/debug/debugger.prg + added new C function hb_dbgGetModuleName() - it returns module name used to register module in HVM. In current version it only strips path part though in the future it may use some more advanced code which allow to debug modules with the same name but different paths in single application and such extension will be local to core debug code if upper level debugger uses hb_dbgGetModuleName() + added new PRG function __DBGGETMODULENAME() - it's wrapper to hb_dbgGetModuleName() + added new PRG function __DBGMODULEMATCH() ! use __DBGMODULEMATCH() instead of hb_FileMatch() and strip_path() ! eliminated strip_path() from PRG code and use hb_dbgGetModuleName() in C code in places where it's necessary ! replaced few strcmp() used to compare module names with FILENAME_EQUAL() ; above modification may fix few potential problem with breakpoints in debugger on some platforms if user uses different paths for debugger and compilers. ! eliminated hack with memvar/field name copy in watch points, it also fixes memory leak when fields are used in watch points. % replaced few DO CASE with SWITCH
Przemysław Czerpak
2013-07-03 12:14:50 +02:00
276b750d5d
2013-06-13 23:59 UTC+0200 Viktor Szakáts (harbour syenar.net) * utils/hbmk2/hbmk2.prg ! reverted 2nd hunk of 2013-06-03 16:45 UTC+0200. It introduced unnecessary and confusing disparity between command-line and .hbp/.hbm while they are supposed to be working similarly. It also breaks syntax supported in .hbc directives, and it also makes behavior contracting with the way documented in hbmk2 help and hbmk2 examples. All this, to resolve the problem of space containing option values for one specific and rare subcase of reverted apostrophs. To pass option/directive value containing a space, put the whole option (or the option value) in double quotes (as documented in help), this works equally well on the command line and in .hbp/.hbm/.hbc files.
Viktor Szakáts
2013-06-14 00:12:06 +02:00
622d041bf0
2013-06-05 19:15 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/gtqtc/gtqtc1.cpp ! added workaround for AltGR and German keyboard
Przemysław Czerpak
2013-06-05 19:15:42 +02:00
2a22103f05
2013-06-05 15:54 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/vm/hashes.c ! remove index when natural order is disabled by hb_hKeepOrder( hVal, .f. ) ! do not update index when item is deleted and hash array is marked to be resorted % few minor optimizations
Przemysław Czerpak
2013-06-05 15:54:01 +02:00
09298f8f31
2013-06-05 10:37 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/rtl/gtwvt/gtwvt.c ! added workaround for AltGR and German keyboard
Przemysław Czerpak
2013-06-05 10:37:34 +02:00
c44379e66e
2013-06-04 20:25 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/pp/hbpp.c ! fixed memory leak due to unnecessary hb_strdup() * respect UTC offset in HB_VER_REVID created from ChangeLog entry
Przemysław Czerpak
2013-06-04 20:25:24 +02:00
8aba0aa64b
2013-06-04 15:14 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * tests/mt/mttest10.prg + allow to chose GT passing it's name as command line argument + initialize GT in main thread if GT needs it (currently QTC needs initialization in main thread)
Przemysław Czerpak
2013-06-04 15:14:28 +02:00
8b963cf79d
2013-06-04 14:20 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/gtqtc/gtqtc1.cpp * added workaround for missing MT synchronization in QT for XLIB QT was designed to use screen widgets only in main thread so it's only workaround which helps but I cannot guaranti
Przemysław Czerpak
2013-06-04 14:20:50 +02:00
d900dc5b1c
2013-06-03 16:45 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/rtl/hbtoken.c + added support for passing token parser parameters as bit field number. The goal is to replace last to parameters with single bit field which allows to set many different parsing aspects instead of adding many new parameters. + added support for reverted apostrophes quoting: a b c ; TODO: add constant values to control parser in token functions
Przemysław Czerpak
2013-06-03 16:45:25 +02:00
e0238b29ce
2013-05-29 15:14 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/vm/hashes.c ! fixed and optimized reordering when KEEPORDER flag is cleared in recent commit
Przemysław Czerpak
2013-05-29 15:14:27 +02:00
c27bb280a0
2013-05-29 08:53 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/vm/hashes.c % changed sorting algorithm for hash arrays which keeps item order. % do not resort hash arrays when KEEPORDER flag is cleared but use existing internal index to create new order. * changed the behavior of hb_hSort() function. Now for hash arrays which keep item order it changes internal item pair position sorting them. The sort order depends on binary and case sensitivity hash array flags.
Przemysław Czerpak
2013-05-29 08:53:45 +02:00
b6ad77f6e3
2013-05-28 01:59 UTC+0200 Tamas TEVESZ (ice extreme.hu) * src/vm/dynlibhb.c * Report dlopen() errors at HB_TR_LEVEL_DEBUG * ChangeLog.txt ! Put in a changelog entry I have completely missed previously.
Tamas TEVESZ
2013-05-28 02:04:55 +02:00
3713e7046e
2013-05-23 18:16 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * include/hbapi.h * src/vm/hvm.c * keep natural internal order in newly created hashes
Przemysław Czerpak
2013-05-23 18:16:04 +02:00
c082b1b1f4
2013-05-22 14:15 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * contrib/sddpg/core.c ! added missing parentheses in last commit
Mindaugas Kavaliauskas
2013-05-22 14:18:11 +03:00
880d9c4a30
2013-05-22 13:29 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * /contrib/sddpg/core.c + enhanced connection parameters support. Now it is possible to connect to PostgreSQL server using: 1) URI string RDDINFO(RDDI_CONNECT, {"POSTGRESQL", "postgresql://host"}) 2) Key=value parameter pairs RDDINFO(RDDI_CONNECT, {"POSTGRESQL", "host=localhost port=5432"}) 3) separate parameters. Support for port, options, tty is added RDDINFO(RDDI_CONNECT, {"POSTGRESQL", "host", "user", "passwd", "db", "port", "options", "tty"}) ; Please, test
Mindaugas Kavaliauskas
2013-05-22 13:29:06 +03:00
014c80ffbb
2013-05-21 07:55 UTC-0300 Antonio Carlos Pantaglione (toninho/at/fwi.com.br) * contrib/rddads/adsfunc.c + Enable function ADSSETINDEXDIRECTION only for ADS 9.0 or newer % small optmizations in ADSSETINDEXDIRECTION
Antonio Carlos Pantaglione
2013-05-21 07:43:23 -03:00
4469d28b70
2013-05-16 22:34 UTC+0200 Tamas TEVESZ (ice extreme.hu) * contrib/3rd/sqlite3/sqlite3.hbp * Disable on Minix (no MAP_SHARED which is needed by SQLite WAL); (Hopefully a temporary measure.) * src/rtl/filesys.c ! Disable hb_fsPipeUnblock() on Minix; makes hb_processRun() work. Thanks to Przemek for the idea.
Tamas TEVESZ
2013-05-16 22:39:24 +02:00