Viktor Szakats
b88202cabe
2010-06-15 18:43 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
...
* INSTALL
* config/global.mk
* config/detfun.mk
* config/detect.mk
* external/sqlite3/Makefile
* external/png/Makefile
* external/jpeg/Makefile
* external/bzip2/Makefile
* external/libhpdf/Makefile
* contrib/hbsqlit3/Makefile
* contrib/hbmzip/Makefile
* contrib/hbbz2/Makefile
* contrib/hbhpdf/Makefile
* contrib/sddsqlt3/Makefile
* contrib/hbwin/Makefile
+ Added HB_ROOT variable which can be used to specify Harbour
source tree root as an absolute directory, when using
older than 3.81 GNU Make version (f.e. on QNX).
+ Changed the way locally hosted source directories are
specified for detection function, in order to support
HB_ROOT functionality.
2010-06-15 16:44:38 +00:00
Przemyslaw Czerpak
fe77740954
2010-04-15 08:16 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
...
* harbour/src/rtl/gtos2/gtos2.c
* small cleanup in TONE code
* harbour/include/hbvmpub.h
* removed old and unused macros
* harbour/external/jpeg/Makefile
! added Missing HAVE_PROTOTYPES declaration
* harbour/src/rtl/hbzlib.c
* harbour/contrib/hbbz2/hbbz2.c
* added redundant initialization to pacify MSVC warnings
* harbour/external/pcre/pcrefinf.c
* casting to pacify warning
* harbour/src/macro/macro.yyc
* harbour/src/macro/macro.yyh
* harbour/src/compiler/harbour.yyc
* harbour/src/compiler/harbour.yyh
* regenerated using bison with some additional patches to pacify
MSVC warning
2010-04-15 06:16:46 +00:00
Viktor Szakats
7d27c68ba2
2010-02-18 19:58 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
...
* external/jpeg/Makefile
! Added jpeg option to make it build with poccarm.
2010-02-18 18:59:04 +00:00
Przemyslaw Czerpak
2d9d7ffffb
2010-02-03 15:01 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
...
* harbour/contrib/hbct/video.c
* pacified DJGPP warning
* harbour/external/jpeg/Makefile
* define HAVE_STDLIB_H - it's necessary for exit() function used in
jerror.c
2010-02-03 14:01:55 +00:00
Viktor Szakats
802d623d4b
2010-01-26 20:33 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
...
* harbour.spec
* INSTALL
* external/Makefile
+ external/jpeg
+ external/jpeg/README
+ external/jpeg/link.txt
+ external/jpeg/Makefile
+ external/jpeg/cderror.h
+ external/jpeg/cdjpeg.h
+ external/jpeg/jaricom.c
+ external/jpeg/jcapimin.c
+ external/jpeg/jcapistd.c
+ external/jpeg/jcarith.c
+ external/jpeg/jccoefct.c
+ external/jpeg/jccolor.c
+ external/jpeg/jcdctmgr.c
+ external/jpeg/jchuff.c
+ external/jpeg/jcinit.c
+ external/jpeg/jcmainct.c
+ external/jpeg/jcmarker.c
+ external/jpeg/jcmaster.c
+ external/jpeg/jcomapi.c
+ external/jpeg/jconfig.h
+ external/jpeg/jcparam.c
+ external/jpeg/jcprepct.c
+ external/jpeg/jctrans.c
+ external/jpeg/jcsample.c
+ external/jpeg/jdapimin.c
+ external/jpeg/jdapistd.c
+ external/jpeg/jdarith.c
+ external/jpeg/jdatadst.c
+ external/jpeg/jdatasrc.c
+ external/jpeg/jdcoefct.c
+ external/jpeg/jdcolor.c
+ external/jpeg/jdct.h
+ external/jpeg/jddctmgr.c
+ external/jpeg/jdhuff.c
+ external/jpeg/jdinput.c
+ external/jpeg/jdmainct.c
+ external/jpeg/jdmarker.c
+ external/jpeg/jdmaster.c
+ external/jpeg/jdmerge.c
+ external/jpeg/jdpostct.c
+ external/jpeg/jdsample.c
+ external/jpeg/jdtrans.c
+ external/jpeg/jerror.c
+ external/jpeg/jerror.h
+ external/jpeg/jfdctflt.c
+ external/jpeg/jfdctfst.c
+ external/jpeg/jfdctint.c
+ external/jpeg/jidctflt.c
+ external/jpeg/jidctfst.c
+ external/jpeg/jidctint.c
+ external/jpeg/jinclude.h
+ external/jpeg/jmemansi.c
+ external/jpeg/jmemdos.c
+ external/jpeg/jmemmac.c
+ external/jpeg/jmemmgr.c
+ external/jpeg/jmemname.c
+ external/jpeg/jmemnobs.c
+ external/jpeg/jmemsys.h
+ external/jpeg/jmorecfg.h
+ external/jpeg/jpegint.h
+ external/jpeg/jpeglib.h
+ external/jpeg/jquant1.c
+ external/jpeg/jquant2.c
+ external/jpeg/jutils.c
+ external/jpeg/jversion.h
+ external/jpeg/rdbmp.c
+ external/jpeg/rdcolmap.c
+ external/jpeg/rdgif.c
+ external/jpeg/rdppm.c
+ external/jpeg/rdrle.c
+ external/jpeg/rdswitch.c
+ external/jpeg/rdtarga.c
+ external/jpeg/transupp.c
+ external/jpeg/transupp.h
+ external/jpeg/wrbmp.c
+ external/jpeg/wrgif.c
+ external/jpeg/wrjpgcom.c
+ external/jpeg/wrppm.c
+ external/jpeg/wrrle.c
+ external/jpeg/wrtarga.c
+ Added JPEG lib v8.
2010-01-26 19:38:16 +00:00