Viktor Szakats
7e446e2d02
2012-06-10 14:11 UTC+0200 Viktor Szakats (harbour syenar.net)
...
* src/rtl/cdpdet.prg
! *nix specific CP autodetection code missed to call
a local conversion subfunction.
* src/rtl/gtfunc.c
* HB_SETDISPCP(), HB_SETTERMCP(), HB_SETKEYCP() will
now not RTE when passed NIL as 1st paramater. This
makes it smoother to fall-back on purposedly invalid
values, f.e. return values of new HB_CDPOS() and
HB_CDPTERM() in case of failure.
* contrib/hblzf/tests/test2.prg
+ replaced in-source hbmk2 cmdline instructions with
#require directive
* contrib/gtwvg/tests/wvgactivex.prg
! fixed reference to non-existing batch file
* doc/en/file.txt
* doc/gmake.txt
* doc/windll.txt
* examples/gtwvw/docs/gtwvw.txt
* examples/gtwvw/docs/whatsnew.txt
* examples/gtwvw/tests/drawimg.prg
* examples/guestbk/guestbk.txt
* examples/hscript/readme.txt
- deleted references to non-existing/obsolete batch files
2012-06-10 12:13:08 +00:00
Viktor Szakats
903294787a
2010-07-29 13:54 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
...
* debian/rules
* src/pp/Makefile
* src/dynlib/mt/Makefile
* src/dynlib/Makefile
* package/harbour-win.spec
* package/harbour-wce.spec
* package/harbour.spec
* contrib/make.hbs
* utils/hbmk2/hbmk2.1
* utils/hbmk2/hbmk2.prg
* utils/hbrun/hbrun.prg
* utils/hbrun/hbrun.hbp
* utils/hbrun/Makefile
* doc/gmake.txt
* config/postinst.hbs
* config/global.mk
* config/lib.mk
* config/bin.mk
* config/header.mk
* config/dyn.mk
* config/doc.mk
* INSTALL
* Renamed install dir control envvars to be in the same
"namespace": (INCOMPATIBLE if you used to manually
configure these)
HB_BIN_INSTALL -> HB_INSTALL_BIN
HB_LIB_INSTALL -> HB_INSTALL_LIB
HB_DYN_INSTALL -> HB_INSTALL_DYN
HB_INC_INSTALL -> HB_INSTALL_INC
HB_DOC_INSTALL -> HB_INSTALL_DOC
HB_MAN_INSTALL -> HB_INSTALL_MAN
HB_ETC_INSTALL -> HB_INSTALL_ETC
* contrib/hbide/idemisc.prg
- Deleted unused code.
2010-07-29 11:58:25 +00:00
Viktor Szakats
53fb899fc1
2009-09-18 15:12 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
...
* doc/gmake.txt
- source/vm/mainpm.c
* config/os2/gcc.mk
* examples/hbdoc/examples/core_es/dirstruc.txt
- Deleted os2pm and mainpm references. It wasn't needed, so
(with OS/2 users) we decided to delete it.
2009-09-18 13:13:32 +00:00
Viktor Szakats
92c93fdc95
2009-08-23 17:55 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
...
* doc/linux1st.txt
- Deleted Linux build instructions no more relevant.
* Formatting. Probably this file should be moved into INSTALL.
* doc/gmake.txt
* Little updates.
* harbour-win-spec
* doc/gmake.txt
* doc/linux1st.txt
* doc/whatsnew.txt
* harbour-wce-spec
* INSTALL
* bin/hb-mkdyn.sh
* bin/postinst.cmd
* bin/postinst.bat
* bin/hb-func.sh
* bin/postinst.sh
* external/sqlite3/Makefile
* external/libhpdf/Makefile
* external/libpng/Makefile
* mpkg_tgz.sh
* harbour.spec
* source/pp/hbpp.c
* source/pp/Makefile
* source/vm/Makefile
* source/vm/cmdarg.c
* source/vm/vmmt/Makefile
* source/main/harbour.c
* source/rtl/gtdos/Makefile
* source/rtl/gtwin/Makefile
* source/rtl/gtcrs/Makefile
* source/rtl/gttrm/Makefile
* source/rtl/Makefile
* source/rtl/gtos2/Makefile
* source/rtl/gtgui/Makefile
* source/rtl/gtwvt/Makefile
* source/rdd/Makefile
* source/Makefile
* contrib/hbodbc/Makefile
* contrib/hbsqlit3/Makefile
* contrib/hbblat/Makefile
* contrib/hbqt/Makefile
* contrib/hbxbp/Makefile
* contrib/hbcurl/Makefile
* contrib/gtqtc/Makefile
* contrib/rddsql/sddodbc/Makefile
* contrib/rddado/Makefile
* contrib/gtwvg/Makefile
* contrib/rddads/Makefile
* contrib/hbfimage/Makefile
* contrib/hbtip/Makefile
* contrib/hbwin/Makefile
* contrib/hbssl/Makefile
* utils/hbmk2/hbmk2.pt_BR.po
* utils/hbmk2/hbmk2.hu_HU.po
* config/none.mk
* config/global.mk
* config/lib.mk
* config/wce/mingw.mk
* config/bin.mk
* config/dir.mk
* config/common/watcom.mk
* config/win/msvc64.mk
* config/win/iccia64.mk
* config/win/mingw64.mk
* config/win/gcc.mk
* config/win/msvcia64.mk
* config/win/pocc64.mk
* config/header.mk
* config/dyn.mk
* config/doc.mk
* HB_ARCHITECTURE -> HB_PLATFORM
* hb_arch -> hb_plat (internal script variable)
* ARCH_COMP -> PLAT_COMP (internal make variable)
; INCOMPATIBLE: Please update your environment, if you used this setting.
; NOTE: So now Harbour uses only two names for platforms: 'OS' and 'platform'.
'Architecture' is nowhere used to refer to as an operating system
anymore. 'Architecture' is only used to refer to CPU/hardware
architecture.
2009-08-23 15:58:51 +00:00
Viktor Szakats
b14c719757
2009-08-23 17:02 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
...
* doc/gmake.txt
* doc/man/hbmk.1
* doc/whatsnew.txt
* external/sqlite3/Makefile
* external/libhpdf/Makefile
* include/hbapi.h
* include/hbver.ch
* utils/hbmk2/hbmk2.prg
* contrib/hbhpdf/Makefile
* source/vm/cmdarg.c
* source/main/harbour.c
* source/rtl/version.c
* config/global.mk
* config/dir.mk
* config/common/watcom.mk
* config/rules.mk
* examples/superlib/superlib.hbc
* examples/superlib/superlib.hbp
* examples/hbmsql/hbmsql.hbc
* examples/hbmsql/hbmsql.hbp
* examples/hbsqlit2/hbsqlit2.hbp
* examples/hbsqlit2/hbsqlit2.hbc
* examples/gfspell/gfspell.hbp
* examples/gfspell/gfspell.hbc
* examples/hbapollo/hbapollo.hbp
* examples/hbapollo/hbapollo.hbc
* HB_ARCH_AUTO -> HB_PLAT_AUTO
* HB_HOST_ARCH -> HB_HOST_PLAT
* 'architecture' -> 'platform' in text.
* HB_VERSION_BUILD_ARCH -> HB_VERSION_BUILD_PLAT
(INCOMPATIBLE, if you happen to use this from previous dev/beta version)
* hb_verHB_ARCH() -> hb_verHB_PLAT()
* ${hb_arch} -> ${hb_plat}
* INSTALL
* Minor update.
2009-08-23 15:06:11 +00:00
Viktor Szakats
d076d3da2f
2009-08-17 19:42 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
...
* utils/hbmk2/hbmk2.prg
* contrib/hbtip/hbtipssl/Makefile
* doc/gmake.txt
* doc/dirstruc.txt
* examples/hbdoc/examples/core_es/dirstruc.txt
* Renaming .cf files to .mk.
Pass 4. Final touches. Renaming is now complete.
* utils/hbmk2/hbmk2.prg
! Applied fix from Przemek to 'nm' output processing.
2009-08-17 17:48:05 +00:00
Viktor Szakats
eb1767f8f3
2009-03-01 18:16 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
...
* INSTALL
* make_b32.bat
* doc/gmake.txt
* bin/postinst.bat
* bin/hb-mkdyn.bat
* make_gnu.bat
* contrib/hbfimage/readme.txt
* contrib/examples/uhttpd/modules/bldhrb.bat
* source/vm/Makefile
* source/rtl/console.c
* source/compiler/gencobj.c
* utils/hbmk2/hbmk2.prg
* utils/hbmk2/examples/winapi.hbp
- config/win/bcc32.cf
+ config/win/bcc.cf
* Long time TODO done: Renamed bcc32 compiler name to bcc.
bcc32 is still accepted by make_gnu.bat, but will be
removed in the future, so it's recommended to update
your local settings to use:
set HB_COMPILER=bcc
- config/dos/bcc16.cf
- Deleted bcc16 compiler support. I didn't work since ages,
and Harbour doesn't support 16-bit compilers anyway.
2009-03-01 17:19:29 +00:00
Viktor Szakats
42a21eb2ef
2009-03-01 15:27 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
...
- contrib/hbct/ctflist.txt
- contrib/hbodbc/odbc.txt
- contrib/hbodbc/readme.txt
- contrib/hbpgsql/readme.txt
- contrib/hbgd/readme.txt
* contrib/hbgd/tests/counter.prg
* contrib/hbgd/Makefile
- contrib/hbvpdf/readme.txt
+ contrib/hbvpdf/ChangeLog
* Some cleanups.
* doc/gmake.txt
* '-r' requirement removed.
* doc/codestyl.txt
* Grammar.
- doc/funclist.txt
- doc/howtomak.txt
- doc/hrb_faq.txt
- doc/hbmake.txt
- doc/lang_id.txt
- Deleted obsolete files.
* INSTALL
+ Added Bison version required.
* Minor typo.
* contrib/hbvpdf/tests/files/test.txt
* Changed text to lorem ipsum.
* utils/hbmk2/hbmk2.prg
* Two line ending spaces removed from output.
* mpkg_win.nsi
! Fixed to include subdir for doc dir.
* config/global.cf
+ Added comment from doc file.
2009-03-01 14:32:18 +00:00
Viktor Szakats
a341b29acd
2009-02-06 23:47 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
...
* common.mak
* harbour-wce-spec
* harbour-win-spec
* harbour.spec
* make_b32.bat
* make_b32.mak
* make_gcc.mak
* make_gcc.sh
* make_gnu.bat
* make_gnu.sh
* make_gnu_os2.cmd
* make_gnu_xmingw.sh
* make_gnu_xmingwce.sh
* make_vc.bat
* make_vc.mak
* mpkg_tgz.sh
* bin/hb-func.sh
* bin/hb-mkslib.sh
* bin/hbmk.bat
* bin/hbmk_os2.cmd
* bin/postinst.sh
* config/bin.cf
* config/bsd/gcc.cf
* config/darwin/gcc.cf
* config/dos/bcc16.cf
* config/dos/djgpp.cf
* config/dos/owatcom.cf
* config/dos/rsx32.cf
* config/hpux/gcc.cf
* config/lib.cf
* config/linux/gcc.cf
* config/linux/owatcom.cf
* config/os2/gcc.cf
* config/os2/icc.cf
* config/rules.cf
* config/sunos/gcc.cf
* config/win/bcc32.cf
* config/win/dm.cf
* config/win/gcc.cf
* config/win/icc.cf
* config/win/mingw.cf
* config/win/mingwce.cf
* config/win/msvc.cf
* config/win/msvcce.cf
* config/win/owatcom.cf
* config/win/pocc.cf
* config/win/pocc64.cf
* config/win/poccce.cf
* config/win/rsxnt.cf
* config/win/xcc.cf
* contrib/gtalleg/Makefile
* contrib/hbapollo/Makefile
* contrib/hbcurl/Makefile
* contrib/hbfbird/Makefile
* contrib/hbfimage/Makefile
* contrib/hbgd/Makefile
* contrib/hbgd/tests/hbmk_b32.bat
* contrib/hbgd/tests/hbmk_vc.bat
* contrib/hbgf/hbgfgtk/Makefile
* contrib/hbhpdf/Makefile
* contrib/hbmysql/Makefile
* contrib/hbodbc/Makefile
* contrib/hbpgsql/Makefile
* contrib/hbssl/Makefile
* contrib/hbtip/ChangeLog
* contrib/hbwhat/Makefile
* contrib/hbwhat/tests/hbmk_b32.bat
* contrib/hbwhat/tests/hbmk_vc.bat
* contrib/mtpl_b32.bat
* contrib/mtpl_b32.mak
* contrib/mtpl_gcc.mak
* contrib/mtpl_gcc.sh
* contrib/mtpl_vc.bat
* contrib/mtpl_vc.mak
* contrib/rddads/Makefile
* contrib/rddsql/sddfb/Makefile
* contrib/rddsql/sddmy/Makefile
* contrib/rddsql/sddpg/Makefile
* doc/es/tracing.txt
* doc/gmake.txt
* doc/tracing.txt
* include/hbapi.h
* source/main/harbour.c
* source/pp/hbpp.c
* source/rdd/dbffpt/Makefile
* source/vm/cmdarg.c
* source/vm/Makefile
* source/vm/vmmt/Makefile
* tests/multifnc/Makefile
* tests/testid.prg
* utils/hbdoc/Makefile
* utils/hbi18n/Makefile
* utils/hbmake/hbmake.prg
* utils/hbmake/Makefile
* utils/hbrun/Makefile
* utils/hbtest/Makefile
* Renamed remaining build configration envvars:
- PRG_USR -> HB_USER_PRGFLAGS
- C_USR -> HB_USER_CFLAGS
- L_USR -> HB_USER_LDFLAGS
- A_USR -> HB_USER_AFLAGS
- MK_USR -> HB_USER_MAKEFLAGS
(finally settled with HB_USER* instead of HB_USR*,
this also means that HB_USER_LIBS was kept unchanged.)
; Please update your environment.
You may use these commands to make it easy:
gsar -o -sPRG_USR -rHB_USER_PRGFLAGS *
gsar -o -sC_USR -rHB_USER_CFLAGS *
gsar -o -sL_USR -rHB_USER_LDFLAGS *
gsar -o -sA_USR -rHB_USER_AFLAGS *
gsar -o -sMK_USR -rHB_USER_MAKEFLAGS *
2009-02-06 23:15:37 +00:00
Viktor Szakats
b9faa70ee8
2009-02-04 23:00 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
...
* bin/hb-func.sh
* bin/hb-mkslib.sh
* bin/hbmk.bat
* bin/hbmk_b32.bat
* bin/hbmk_vc.bat
* bin/pack_src.sh
* bin/postinst.bat
* contrib/examples/uhttpd/modules/bldhrb.bat
* contrib/gtwvg/Makefile
* contrib/hbct/ctflist.txt
* contrib/hbgf/hbgfwin/Makefile
* contrib/hbgf/Makefile
* contrib/hbodbc/Makefile
* contrib/hbole/Makefile
* contrib/hbtpathy/Makefile
* contrib/hbwhat/Makefile
* contrib/hbwin/Makefile
* contrib/make_gcc_all.sh
* contrib/mtpl_b32.mak
* contrib/mtpl_gcc.mak
* contrib/mtpl_gcc.sh
* contrib/mtpl_vc.mak
* doc/dirstruc.txt
* doc/es/dirstruc.txt
* doc/funclist.txt
* doc/gmake.txt
* harbour-wce-spec
* harbour-win-spec
* make_b32.mak
* make_gcc.mak
* make_gcc.sh
* make_gnu.bat
* make_gnu.sh
* make_gnu_xmingw.sh
* make_gnu_xmingwce.sh
* make_vc.mak
* Makefile
* mpkg_tgz.sh
* source/vm/Makefile
* source/vm/vmmt/Makefile
- config/w32
+ config/win
* HB_ARCHITECTURE w32 -> win transition. Pass 1.
2009-02-04 22:02:35 +00:00
Viktor Szakats
c9dc573359
2008-10-14 19:23 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
...
* include/hbextern.ch
+ Added hb_macroBlock()
* source/rtl/langapi.c
* One error text changed to be more precise.
* doc/gmake.txt
* bin/bld.bat
* contrib/hbbtree/tests/bld_vc.bat
* contrib/examples/pp/bld_vc.bat
* contrib/examples/guestbk/bld_vc.bat
* contrib/examples/pe/bld_vc.bat
* contrib/examples/dbu/bld_vc.bat
* contrib/examples/hscript/bld_vc.bat
* utils/hbdoc/bld_vc.bat
* utils/hbmake/bld_vc.bat
* utils/hbmake/hbmake.prg
- Removed MSVC -TP switches.
2008-10-14 17:26:24 +00:00
Viktor Szakats
56b4afff23
2008-09-16 05:14 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
...
* doc/gmake.txt
* doc/gtapi.txt
* doc/hbmake.txt
* doc/windll.txt
* Useless changes.
* make_vc.mak
* Some untested MT support for MSVC.
* include/hbdefs.h
! Removed mistakenly committed experiment to pull in
MT related libs. This caused the strange build problem due
to empty lib name passed to #pragma. This could work
in case someone wanted to deal with it in the future.
2008-09-16 03:18:31 +00:00
Viktor Szakats
21d7545e12
2008-09-15 20:54 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
...
* tests/multifnc/Makefile
* doc/gmake.txt
* bin/hb-func.sh
* bin/postinst.sh
* include/hbdefs.h
* source/vm/Makefile
* source/vm/vmmt/Makefile
! Changed mingw32 to mingw in remaining places.
2008-09-15 18:55:03 +00:00
David G. Holm
f2b01e37a4
See ChangeLog entry 2003-05-09 20:30 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2003-05-10 00:40:03 +00:00
Chen Kedem
be7fe81347
2002-06-06 09:23 UTC+0300 Chen Kedem <niki@actcom.co.il>
2002-06-06 06:24:04 +00:00
Tomaz Zupan
c406d72105
2002-05-21 11:05 UTC+0100 Tomaz Zupan <tomaz.zupan@orpo.si>
2002-05-21 09:09:12 +00:00
David G. Holm
db10fd6995
See ChangeLog entry 2001-12-05 16:00 UTC-0500 David G. Holm <dholm@jsd-llc.com>
2001-12-05 21:04:28 +00:00
David G. Holm
ef8e02991c
2001-10-04 17:10 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2001-10-04 21:18:47 +00:00
David G. Holm
5c567f24fe
See ChangeLog entry 2001-08-30 16:30 UTC-0400 David G. Holm <dholm@jsd-llc.com>
2001-08-30 20:34:51 +00:00
David G. Holm
b549e01e00
See ChangeLog entry 2000-04-06 21:30 GMT-4 David G. Holm <dholm@jsd-llc.com>
2000-04-07 01:29:02 +00:00
Viktor Szakats
4a1e1ffc6e
20000326-08:06 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-03-26 06:15:04 +00:00
David G. Holm
e1103a85ab
See ChangeLog entry 2000-03-22 16:35 GMT-5 David G. Holm <dholm@jsd-llc.com>
2000-03-22 21:36:12 +00:00
David G. Holm
ec5380fb33
See ChangeLog entry 2000-03-17 19:10 GMT-5 David G. Holm <dholm@jsd-llc.com>
2000-03-18 00:12:41 +00:00
Paul Tucker
1dd784144d
remove reference to unistd.h for msvc
2000-03-07 14:01:11 +00:00
Viktor Szakats
ed49d952f7
20000306-22:12 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-03-06 21:18:43 +00:00
Viktor Szakats
b1e70df195
20000306-17:34 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-03-06 16:31:50 +00:00
Luiz Rafael Culik
a037b3dd6d
See Changelog 20000217 09:00
2000-02-17 11:11:52 +00:00
Viktor Szakats
a43253ded1
20000213-12:04 GMT+1 Victor Szakats <info@szelvesz.hu>
2000-02-13 11:13:27 +00:00
David G. Holm
255ff4d847
See ChangeLog entry 1999-12-29 19:00 EDT David G. Holm <dholm@jsd-llc.com>
1999-12-29 23:54:42 +00:00
Viktor Szakats
0538fb5b16
19991018-09:28 GMT+1
1999-10-18 07:40:19 +00:00
David G. Holm
2ec528357d
See ChangeLog entry 19991016-00:10 EDT David G. Holm <dholm@jsd-llc.com>
1999-10-16 04:25:03 +00:00
Paul Tucker
ba872d61e2
Update to allow gnu make to work with msvc
1999-10-16 03:52:31 +00:00
David G. Holm
182f0910af
See ChangeLog entry 19990916-19:35 EDT David G. Holm <dholm@jsd-llc.com>
1999-09-16 23:52:05 +00:00
David G. Holm
4f6c83bb64
See ChangeLog entry 19990811-11:35 EDT David G. Holm <dholm@jsd-llc.com>
1999-08-11 15:56:57 +00:00
David G. Holm
8d0b5ed6a5
See ChangeLog entry 19990716-20:00 EDT David G. Holm <dholm@jsd-llc.com>
1999-07-17 00:17:09 +00:00
David G. Holm
ed6126f7b8
See ChangeLog entry 19990714-22:45 EDT David G. Holm <dholm@jsd-llc.com>
1999-07-15 03:02:47 +00:00
David G. Holm
893ffea6cd
See ChangeLog entry 19990707-20:45 EDT David G. Holm <dholm@jsd-llc.com>
1999-07-08 01:59:17 +00:00
Ryszard Glab
f6b92e2b1f
ChangeLog: 19990626-06:20
1999-06-26 05:28:38 +00:00
Ryszard Glab
290366a8c3
See Changelog 19990618-07:50
1999-06-18 07:13:23 +00:00
Gonzalo A. Diethelm
5595de6dc0
ChangeLogTag:Mon Jun 07 12:58:17 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl>
1999-06-07 18:08:40 +00:00