37999ce922
2011-01-23 17:26 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbhpdf/harupdf.c + Added wrapper for HPDF_UseUTFEncodings(). It requires 2.3.0 which is not released yet, so it's also not the version hosted in Harbour SVN.
Viktor Szakats
2011-01-23 16:27:54 +00:00
fa950fae9c
2011-01-23 10:23 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg ! Minor typo in help text.
Viktor Szakats
2011-01-23 09:24:47 +00:00
4b18334560
2011-01-21 16:47 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * config/hb_c.cfg * Changed to align assignments. ! Fixed to align case statments like it's done in Harbour.
Viktor Szakats
2011-01-21 15:47:47 +00:00
f067179880
2011-01-21 16:31 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) - contrib/hbunix/hbposix.hbp + contrib/hbunix/hbunix.hbp - contrib/hbunix/hbposix.hbc + contrib/hbunix/hbunix.hbc - contrib/hbunix/hbposix.c + contrib/hbunix/posix.c * contrib/hbunix/tests/hbmk.hbm * Renamed hbposix lib to hbunix. Step 2 of 2. ; Please test.
Viktor Szakats
2011-01-21 15:32:46 +00:00
9a1a08e84c
2011-01-21 16:26 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) - contrib/hbposix + contrib/hbunix * contrib/hbplist * Renaming hbposix lib to more generic hbunix. Step 1 of 2.
Viktor Szakats
2011-01-21 15:27:16 +00:00
0b27183357
2011-01-21 02:22 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * config/hb_c.cfg + Some more settings. * Changed to not wrap lines at column 100. It'd be great feature, though sometimes it makes code less readable.
Viktor Szakats
2011-01-21 01:22:58 +00:00
b6117f003d
2011-01-20 20:31 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * config/c.mk * config/rules.mk + Added support for Objective C input files (.m)
Viktor Szakats
2011-01-20 19:32:03 +00:00
13c432e920
2011-01-20 19:09 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + contrib/hbct/misc4.c * contrib/hbct/dummy.c * contrib/hbct/hbct.hbp * contrib/hbct/hbct.hbx + Added two very simple functions ISAT() and TOOLVER().
Viktor Szakats
2011-01-20 18:10:16 +00:00
68cd610785
2011-01-20 18:48 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbmxml/hbmxml.hbx ! Updated.
Viktor Szakats
2011-01-20 17:48:37 +00:00
076030bc1a
2011-01-20 18:28 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * package/harbour.spec * package/harbour-win.spec.in * package/harbour-wce.spec.in * include/hbver.h * config/global.mk + Changed version number to: 2.1.0rc1 (from 2.1.0beta3)
Viktor Szakats
2011-01-20 17:30:41 +00:00
19515c4899
2011-01-20 11:37 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbmxml/hbmxml.c ! redesigned to use mxml_node reference counters - it should fix all problems with memory leak and accessing freed memory which where in our wrapper. ! fixed few typos and possible GPF I've found ! modified mxmlDelete() wrapper to respect reference counter It means that it cannot call mxmlDelete() MXML function directly. - removed mxmlRelease() and mxmlRetain() PRG wrappers
Przemyslaw Czerpak
2011-01-20 10:37:50 +00:00
3ecdaafa86
2011-01-19 17:05 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbnetio/netiomt.prg + added 8-th parameter <sSrvFunc> to NETIO_MTSERVER(). It allows to set own server function which can be used for statistic or connection INIT/EXIT code. By default it's @netio_server() is used. User functions may look like: function custom_netio_server( pConnectionSocket ) register_connection( pConnectionSocket ) begin sequence netio_server( pConnectionSocket ) finally unregister_connection( pConnectionSocket ) end sequence return nil
Przemyslaw Czerpak
2011-01-19 16:06:12 +00:00
0ebf1ee5cb
2011-01-19 07:21 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbexpra.c ! fixed casting for C++ mode
Przemyslaw Czerpak
2011-01-19 06:21:37 +00:00
8761be1d95
2011-01-18 22:27 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbexpra.c * harbour/include/hbexprb.c * harbour/src/common/expropt1.c ! fixed codeblock parameter processing in EVAL() call inside codeblock when -kc compiler switch is used ! fixed potential modification of constant string
Przemyslaw Czerpak
2011-01-18 21:28:01 +00:00
15b1f94fd5
2011-01-18 12:32 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbexprb.c ! allow to use variable in parenthesis as lvalue when -kc switch is used - Clipper compatibility
Przemyslaw Czerpak
2011-01-18 11:33:06 +00:00
4b0cc74746
2011-01-17 23:02 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbmxml/hbmxml.c * Reformatted with uncrustify.
Viktor Szakats
2011-01-17 22:03:13 +00:00
7475dd345b
2011-01-17 22:55 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbmxml/hbmxml.c ! fixed hb_strdup() wrongly used instead of strdup() Thanks to Petr for the information. * modified MXMLSAVESTRING() to follow recent Viktor modifications in MXMLSAVEALLOCSTRING() and not strip trailing EOL
Przemyslaw Czerpak
2011-01-17 21:55:19 +00:00
d985080994
2011-01-17 20:52 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbmxml/hbmxml.c % In MXMLSAVEALLOCSTRING() strdup()-ed buffer passed directly to hb_retclen_buffer() replaced with plain hb_retclen() call. hb_retclen_buffer() is to be used only if there is already an allocated buffer to pass as is. ! MXMLSAVEALLOCSTRING() modified to not remove EOLs from buffers received from minixml lib. Reason two-fold: 1. hbmxml libs job is to be as transparent as possible, so it should not tamper with the contents 2. Do not make any assumptions about the size of EOL, which was 1, but now it can be 2 on certain platforms. ; Please review and test. There is no test code for this call, so I only did build tests.
Viktor Szakats
2011-01-17 19:55:54 +00:00
12280030c9
2011-01-17 19:38 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/ChangeLog * added file name missing in my previous ChangeLog entry
Przemyslaw Czerpak
2011-01-17 18:38:27 +00:00
ecf0e526fa
2011-01-17 19:24 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) ! allow to assign to variable in parenthesis in compiler when -kc switch is used (Clipper compatibility), i.e.: (var) := 1 Please remember that Clipper does not accept such syntax in macrocompiler and Harbour replicates this behavior when -kc compile time switch is used.
Przemyslaw Czerpak
2011-01-17 18:24:50 +00:00
d7d0cffbd7
2011-01-17 12:38 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbmxml/3rd/minixml/mxml.hbp * contrib/hbmxml/3rd/minixml/mxml_fil.c + Patched libmxml code to create native CRLF EOL on win/dos/os2 platforms.
Viktor Szakats
2011-01-17 11:39:44 +00:00
a085926636
2011-01-17 12:14 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbmxml/hbmxml.c * use hb_parstr_utf8() instead of hb_parc() in custom_save_cb()
Przemyslaw Czerpak
2011-01-17 11:14:31 +00:00
9eb980c479
2011-01-16 23:29 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbmxml/tests/testmxml.prg ! Reverted 2011-01-17 00:05 UTC+0200 Petr Chornyj. It's wrong solution, it makes the output non-portable. ; TOFIX: Change LF to CRLF in libmxml for a proper fix.
Viktor Szakats
2011-01-16 22:31:06 +00:00
a26fe95871
2011-01-17 00:05 UTC+0200 Petr Chornyj (myorg63 at mail.ru) * contrib/hbmxml/hbmxml.c ! Fixed warning reported by bcc55 in mxmlNewCustom() * contrib/hbmxml/tests/testmxml.prg * Changed whitespace_cb() to respect official mxml test result f.e. hb_eol() -> e"\n"
Petr Chornyj
2011-01-16 22:07:42 +00:00
784f6c6564
2011-01-16 17:06 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbmxml/hbmxml.c % optimized user callback calls * declare all helper functions as static - all public functions except HB_FUNC() ones should be declared in .h files If it's not necessary the please do not declare functions as public. It's much easier to update the code when developers know that it's use only locally and not accessed from some other or user code.
Przemyslaw Czerpak
2011-01-16 16:06:33 +00:00
0853196a9d
2011-01-16 00:40 UTC+0200 Petr Chornyj (myorg63 at mail.ru) * contrib/hbmxml/hbmxml.c + Added experimental hb_mxmlGetAttrsCount(), hb_mxmlGetAttrs(), hb_mxmlGetAttrsArray() ; WARNING: can be changed or even removed after final 2.7 miniXML release
Petr Chornyj
2011-01-15 22:37:37 +00:00
1c2abbd058
2011-01-15 22:00 UTC+0200 Petr Chornyj (myorg63 at mail.ru) * contrib/hbmxml/hbmxml.c ! Fixed mxmlIndexDelete(), simplified mxmlSaveString() - contrib/hbmxml/tests/test.prg - removed as unnecessary * contrib/hbmxml/tests/testmxml.prg * minor typo in comment
Petr Chornyj
2011-01-15 19:56:32 +00:00
e259115990
2011-01-15 20:30 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg + Added support for .def input files when creating executable targets. ; Please test it.
Viktor Szakats
2011-01-15 19:03:55 +00:00
d932539f5c
2011-01-15 18:34 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/3rd/pcre/pcre.h * src/3rd/pcre/pcre.dif * src/3rd/pcre/config.h * src/3rd/pcre/Makefile + Upgraded PCRE to 8.12. (it's a no-op regarding the lib itself) ; Patch by Tamas. Thanks!
Viktor Szakats
2011-01-15 17:35:20 +00:00
a59b602a04
2011-01-15 17:50 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbapi.h * harbour/src/vm/cmdarg.c ! use 'void *' instead of HANDLE in hb_winmainArgInit() parameters
Przemyslaw Czerpak
2011-01-15 16:50:25 +00:00
8f8e5ca427
2011-01-15 16:34 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * bin/hb3rdpat.hbs + Added error message when URL is missing. ; TOFIX: I could not test it because of this error: 'E: Can not find xz' I indeed don't have it, but this tool is not needed for this diffing session, so IMO it should be left out when checking for prerequisites. Tamas, can you take a look?
Viktor Szakats
2011-01-15 15:35:50 +00:00
2b7384befc
2011-01-15 13:47 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbmxml/hbmxml.c ! fixed using released strings ! added missing callback item clearing ! release previous callback items in MXMLSETERRORCALLBACK() and MXMLSETCUSTOMHANDLERS() - it fixes memory leak in repeated calls and allows to free all items used by codeblock callbacks before application/thread exit. ; small note about TSD functions: hb_stackGetTSD() always returns non NULL pointer, on first call it allocates and initialize new structure. It's not necessary to check if return value is not NULL. hb_stackTestTSD() return NULL if TSD structure is not allocated yet by current thread, otherwise it returns this structure. Newly allocated TSD structures are cleared so it's not necessary to clear their members inside init functions. In such case init functions can be ignored (set to NULL in HB_TSD_NEW(). I know that on some platforms NULL can be represented as non 0 value anyhow current Harbour code is not ready to work with such platforms and needs a lot of modifications to adopt it to such condition. I do not expect that anyone will try to make such port in the future. ; QUESTION: why custom_save_cb() uses hb_parc() instead of hb_parstr_utf8()? ; QUESTION2: what TODO in MXMLDELETE() means?
Przemyslaw Czerpak
2011-01-15 12:48:01 +00:00
82df9ab45a
2011-01-15 12:07 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbapi.h * harbour/include/hbwmain.c * harbour/src/vm/cmdarg.c * moved declaration of hb_winmainArgInit() to header file
Przemyslaw Czerpak
2011-01-15 11:08:03 +00:00
f211a162b1
2011-01-15 10:43 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * include/hbwmain.c * src/vm/cmdarg.c ! Fixed missing declaration for hb_winmainArgInit() ! Fixed missing HB_EXTERN_* from around hb_winmainArgInit() declaration. ; Patches from Andi. Thank you. * Added HB_EXPORT to the declaration in hbwmain.c.
Viktor Szakats
2011-01-15 09:43:57 +00:00
c0b28bd5da
2011-01-15 01:15 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbcomp.h * do not inherit in macrocompiler -z compile time switch when -kc is also used
Przemyslaw Czerpak
2011-01-15 00:15:42 +00:00
7941a797a7
2011-01-14 10:12 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/config/beos/gcc.mk * harbour/config/qnx/gcc.mk * harbour/config/bsd/gcc.mk * harbour/config/wce/mingwarm.mk * harbour/config/vxworks/gcc.mk * harbour/config/hpux/gcc.mk * harbour/config/darwin/gcc.mk * harbour/config/dos/djgpp.mk * harbour/config/win/mingw.mk * harbour/config/linux/gcc.mk * harbour/config/cygwin/gcc.mk * harbour/config/symbian/gcc.mk * harbour/config/os2/gcc.mk * harbour/config/sunos/gcc.mk * use -Wall -Wno-unused -Wno-pointer-sign -Wno-uninitialized -Wno-switch -Wno-strict-overflow -Wno-main instead of -W when warnings are not enabled with GCC based compilers. Using only -W only is rather useless because this switch enables warnings which can be usually ignored in 3-rd party code. This modification should help in locating bugs introduced by us to 3-rd party code, i.e. due to wrong header files used on some platforms (we do not use autoconf assuming some default settings what can be wrong in some cases). It should also not hide some important/critical bugs in 3-rd party code. This modification pacifies some common warnings which can be ignored usually but it also enables some more important ones. If it's necessary then we can tune it a little bit more and disable some other warnings too. It's possible that on some platforms using very old GCC versions some of -W* switches are not supported - please make tests and inform us about problems.
Przemyslaw Czerpak
2011-01-14 09:13:06 +00:00
6697ddd6f6
2011-01-14 08:35 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/include/hbdefs.h * use native stdint.h for MSVC 2010. Patch by Andi, thx.
Przemyslaw Czerpak
2011-01-14 07:35:19 +00:00
56d874481b
2011-01-13 19:44 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbexpat/tests/test.prg * contrib/hbexpat/tests/tohash.prg * Tweaked to find example xml file out of the box.
Viktor Szakats
2011-01-13 18:50:23 +00:00
1c2669b7e6
2011-01-13 16:54 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbxdiff/3rd/libxdiff/_hbconf.h ! Fix for msvc6. Patch by Andi.
Viktor Szakats
2011-01-13 15:54:32 +00:00
5110687827
2011-01-13 10:44 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/stuff.c * minor modification which should pacify warnings in some compilers
Przemyslaw Czerpak
2011-01-13 09:44:53 +00:00
b9fb99bd54
2011-01-12 02:03 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbmxml/hbmxml.c + Enabled function pointer support with new PHB_ITEM based callback system. ! MXMLSETERRORCALLBACK() fixed to reset error handler to NULL if wrong (or no) parameter is passed. ! Replaced hb_vmProc() with hb_vmSend(). ! Fixed some missed locations still using dynsyms directly.
Viktor Szakats
2011-01-12 01:04:42 +00:00
b2bacdfcef
2011-01-12 01:23 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbsqlit3/hbsqlit3.c + Enabled function pointers. It's even easier I thought since the block calling method also supports function pointers automatically.
Viktor Szakats
2011-01-12 00:24:15 +00:00
205594c2e6
2011-01-12 01:13 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbmxml/hbmxml.c + First round to switch to supporting codeblocks and storing callback information in PHB_ITEM instead of PHB_DYNS. For some reason I couldn't figure, reminder.prg fails after this modification. Please verify. + Added TOFIX to severe buffer handling problem in all MXMLSAVE*() functions. Buffer is returned from save_cb() callback after it's freed.
Viktor Szakats
2011-01-12 00:13:53 +00:00
c3c1f244d4
2011-01-12 00:07 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbexpat/hbexpat.c * contrib/hbcurl/hbcurl.c * contrib/hbssl/ssl.c * contrib/hbssl/pem.c * contrib/hbqt/qtcore/hbqt_hbqslots.cpp * Changed to use hb_evalBlock()/hb_evalBlock1()/hb_evalBlock0() instead of hb_vmEvalBlockV().
Viktor Szakats
2011-01-11 23:11:53 +00:00
4fa468eb9d
2011-01-11 23:06 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbmxml/tests/reminder.prg * contrib/hbmxml/tests/test.prg ! Fixed warnings and errors preventing these tests from building.
Viktor Szakats
2011-01-11 22:07:02 +00:00
849c1b8723
2011-01-11 19:35 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbsqlit3/hbsqlit3.c + Switched to use codeblocks for callbacks (instead of function pointers).
Viktor Szakats
2011-01-11 18:36:17 +00:00
2be06d9e7a
2011-01-11 19:17 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbxdiff/hbxdiff.c ! Typo in prev.
Viktor Szakats
2011-01-11 18:17:39 +00:00
7d515dd89b
2011-01-11 19:12 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbxdiff/hbxdiff.c + Added support for codeblocks as callbacks. ; I'm not sure if we should keep symbol callbacks, looks like inferior alternative and codeblocks are the preferred choice in 98% (well all except this, and recently added hbsqlit3 extension and hbmxml) of Harbour wrappers addons.
Viktor Szakats
2011-01-11 18:15:27 +00:00
5775737ff7
2011-01-11 16:13 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbmxml/tests/testmxml.prg + Completed missing parts (SAX), formatting, etc. By Tamas Tevesz.
Viktor Szakats
2011-01-11 15:13:56 +00:00
3a92dd4662
2011-01-11 11:11 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + contrib/hbmxml/tests/testmxml.prg + Added official mxml test rewritten in Harbour language. By Tamas Tevesz.
Viktor Szakats
2011-01-11 10:10:37 +00:00
4ae6f89adf
2011-01-11 01:11 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbformat/hbformat.prg ! Fixed to recognize ENDSWITCH. + Added vague TOFIX section. F.e. OTHERWISE is also not recognized, and increment/decrement statements have space separator added between variable name and operator (i ++), same is true for negative literals (- 1). * Formatting.
Viktor Szakats
2011-01-11 00:11:51 +00:00
eff6876f82
2011-01-10 22:35 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/gtgui/gtgui.c * use MB_ABORTRETRYIGNORE instead of MB_RETRYCANCEL only when defined by default and program is executed in W2K or newer Windows version
Przemyslaw Czerpak
2011-01-10 21:35:54 +00:00
ee9983f3ce
2011-01-10 20:27 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbformat/utils/hbformat.prg * contrib/hbformat/hbformat.prg * Formatting. ! Using manifest constants. * != -> !( == ) (none of them causing actual errors)
Viktor Szakats
2011-01-10 19:28:43 +00:00
13b7273d44
2011-01-10 20:02 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/gtgui/gtgui.c + added basic support for redirecting ALERT() to MessageBox() in MS-Windows GTGUI builds. Please remember that MessageBox() supports only few predefined buttons so it's not possible to show all user options. Anyhow it should be enough to present error messages generated by default error handler.
Przemyslaw Czerpak
2011-01-10 19:03:02 +00:00
cd02f3399a
2011-01-10 19:59 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbformat/utils/hbformat.prg % Minor optimizations. * Formatting. ! Fixed to use OutStd()/OutErr() instead of ?/??
Viktor Szakats
2011-01-10 18:59:42 +00:00
24aad0db7a
2011-01-10 19:52 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbformat/hbformat.prg * Formatting. ! Fixed camelcasing of some function names in formatting code. % Optimized when forming long string constants.
Viktor Szakats
2011-01-10 18:52:41 +00:00
135410f54c
2011-01-10 13:44 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbct/ctnet.c ! NETRMTNAME(): Futher fix along the code sent by vbdasc.
Viktor Szakats
2011-01-10 12:44:23 +00:00
bf553da79a
2011-01-10 13:36 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/3rd/png/Makefile + Added special hack for pocc family of compilers to make it build png 1.5.x. This should be fixed in png code.
Viktor Szakats
2011-01-10 12:36:41 +00:00
74d4f9eec6
2011-01-10 12:02 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/3rd/png/Makefile - Do not set PNG_NO_SETJMP anymore. % Minor opt in condition check for PNG_NO_SNPRINTF.
Viktor Szakats
2011-01-10 11:02:30 +00:00
d6559c96a1
2011-01-10 11:50 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbhpdf/3rd/libhpdf/hpdfimap.c * contrib/hbhpdf/3rd/libhpdf/libhpdf.dif ! Updated libharu code to work with libpng 1.5 Thanks to Tamas for the patch and Anthony Dovgal for the quick update on libharu code.
Viktor Szakats
2011-01-10 10:50:57 +00:00
b3a05f3b42
2011-01-09 21:30 UTC+0200 Petr Chornyj (myorg63 at mail.ru) * ChangeLog ! Fixed previous entry
Petr Chornyj
2011-01-09 19:22:58 +00:00
47497c3561
2011-01-09 17:45 UTC+0200 Petr Chornyj (myorg63 at mail.ru) * contrib/hbmxml/hbmxml.hbp + contrib/hbmxml/hbmxml.hbx + contrib/hbmxml/hbmxmlx.prg + Added .hbx and extern puller harness. Borrowed from hbexpat/Viktor Szakats.
Petr Chornyj
2011-01-09 15:43:02 +00:00
b92ec821d9
2011-01-09 16:05 UTC+0200 Petr Chornyj (myorg63 at mail.ru) * contrib/hbmxml/tests/custom.prg * Minor changes * contrib/hbmxml/hbmxml.c ! Fixed mxmlEntityGet[Name|Value]()
Petr Chornyj
2011-01-09 14:04:12 +00:00
3e5a454b29
2011-01-09 13:00 UTC+0200 Petr Chornyj (myorg63 at mail.ru) * contrib/hbmxml/tests/test.prg * contrib/hbmxml/hbmxml.c + Added mxmlSAXLoadString()
Petr Chornyj
2011-01-09 10:59:34 +00:00
c8fc35ec2e
2011-01-09 12:20 UTC+0200 Petr Chornyj (myorg63 at mail.ru) * contrib/hbmxml/tests/test.prg * Minor changes * contrib/hbmxml/hbmxml.c * contrib/hbmxml/tests/custom.prg + Added mxml[Get|New|Set]Custom()
Petr Chornyj
2011-01-09 10:15:20 +00:00
2a551c3ea1
2011-01-08 22:09 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) - config/hbc.cfg + config/hb_c.cfg * Renamed to not have 'hbc' which may sound misleading.
Viktor Szakats
2011-01-08 21:11:44 +00:00
d6f45fa758
2011-01-08 20:57 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * doc/howtosvn.txt + Added some comments to 'svn propset svn:keywords' command example, regarding quoting of its parameter.
Viktor Szakats
2011-01-08 19:57:38 +00:00
75a272cf20
2011-01-08 19:25 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rtl/filesys.c ! fixed function name in HB_TRACE() message
Przemyslaw Czerpak
2011-01-08 18:26:10 +00:00
56869aeb8d
2011-01-08 16:25 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + src/3rd/png/png.dif * src/3rd/png/Makefile + Added new .dif for png to cover recent local changes.
Viktor Szakats
2011-01-08 15:25:44 +00:00
f9a58a4deb
2011-01-08 13:52 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/3rd/png/pnglconf.h ! Fix for watcom compilers. Patch by Tamas.
Viktor Szakats
2011-01-08 12:53:19 +00:00
fad4f89fc2
2011-01-08 13:47 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbmisc/nconvert.prg * Removed unnecessary parantheses. ! Corrected to use ENDDO instead of END.
Viktor Szakats
2011-01-08 12:48:10 +00:00
53c37c8782
2011-01-08 13:43 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbformat/hbformat.prg ! Fixed to not use PRIVATE variable to communicate between methods. The solution is trivial, so trivial that I couldn't decipher why PRIVATE was used in the first place, which means there is a chance I broke something. Please review it.
Viktor Szakats
2011-01-08 12:44:54 +00:00
b68ab9d1af
2011-01-08 13:15 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * package/harbour.spec - Deleted hbformat. It now resides in contrib.
Viktor Szakats
2011-01-08 12:15:46 +00:00
e0cb6ef0ec
2011-01-08 13:05 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbformat/hbformac.c ! Formatted with uncrustify. ! Fixed to use HB_SIZE instead of unsigned long.
Viktor Szakats
2011-01-08 12:05:32 +00:00
67b0a66438
2011-01-08 12:31 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + src/3rd/png/pngdebug.h + src/3rd/png/pnginfo.h + src/3rd/png/pngstru.h + src/3rd/png/pnglconf.h + Added file for png 1.5.
Viktor Szakats
2011-01-08 11:32:29 +00:00
6966f398d3
2011-01-08 12:25 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) - contrib/hbformat/utils/hbformac.c + contrib/hbformat/hbformac.c * contrib/hbformat/utils/hbformat.hbp * contrib/hbformat/hbformat.hbp ! Moved back this C level helper function to lib. * Renamed RF_FILEREAD() to __HBFORMAT_FILEREAD()
Viktor Szakats
2011-01-08 11:29:18 +00:00
f6d4814f05
2011-01-08 12:04 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbide/hbide.hbp + Added hbformat.hbc as dependency for hbide.
Viktor Szakats
2011-01-08 11:05:11 +00:00
790896b895
2011-01-08 12:02 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbplist - contrib/hbformat/hbformat.ini + contrib/hbformat/utils/hbformat.ini + contrib/hbformat/utils/hbformac.c + contrib/hbformat/utils/hbformat.prg + contrib/hbformat/utils/hbformat.hbp - contrib/hbformat/hbformac.c * contrib/hbformat/hbformat.prg * contrib/hbformat/hbformat.hbp + contrib/hbformat/hbformat.hbc * Separated cmdline wrapper from class. ; TOFIX: Class uses a MEMVAR! ; TOFIX: Class uses hbformat.ini, this is wrong as the notion of .ini config should be part of the cmdline wrapper.
Viktor Szakats
2011-01-08 11:03:18 +00:00
1802c8db1f
2011-01-08 11:47 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbformat/utils + Added. - contrib/hbformat/Makefile - Deleted, not needed anymore.
Viktor Szakats
2011-01-08 10:48:18 +00:00
e8c841d7c9
2011-01-08 11:45 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbplist + contrib/hbformat - utils/hbformat * utils/Makefile * Moved hbformat to contrib area.
Viktor Szakats
2011-01-08 10:46:21 +00:00