Commit Graph

4031 Commits

Author SHA1 Message Date
Antonio Linares
5ac2dcb0a5 .NET IL implementation for HB_P_PUSHBYTE 2003-06-27 10:09:12 +00:00
Antonio Linares
c441e84e2a IL implementation for HB_P_POPLOCALNEAR and HB_P_PUSHLOCALNEAR 2003-06-27 08:21:02 +00:00
Antonio Linares
2c2abe0d5c IL implementation for HB_P_FRAME 2003-06-27 07:12:20 +00:00
Antonio Linares
1f0b6caa01 object type use implementation 2003-06-25 06:32:50 +00:00
Antonio Linares
dcf3a5e60f Some quick & dirty implementations :-) 2003-06-23 15:55:54 +00:00
Tomaz Zupan
817fc8a9ae 2003-06-23 15:10 UTC+0200 Tomaz Zupan <tomaz.zupan@orpo.si> 2003-06-23 13:07:57 +00:00
Antonio Linares
70b0fbd578 The IL fun begins :-) 2003-06-23 11:14:08 +00:00
Antonio Linares
f5134fc72c Added support for IL generation 2003-06-23 08:30:01 +00:00
Antonio Linares
cb3b508d9e Compiler .NET .il source generation 2003-06-23 08:21:37 +00:00
Chen Kedem
4b18652dc7 2003-06-23 10:05 UTC+0300 Chen Kedem <niki@actcom.co.il> 2003-06-23 07:05:27 +00:00
Przemyslaw Czerpak
382bd2d444 2003-06-18 02:05 UTC+0200 Przemyslaw Czerpak <druzus@polbox.com>
* harbour/source/codepage/Makefile
  * harbour/source/codepage/cdpesdos.c
  * harbour/source/codepage/cdpeswin.c
  * harbour/source/codepage/cdpgedos.c
  * harbour/source/codepage/cdppliso.c
  * harbour/source/codepage/cdpplmaz.c
  * harbour/source/codepage/cdpplwin.c
  * harbour/source/codepage/cdpslwin.c
  - harbour/source/codepage/cdpla850.c
  + harbour/source/codepage/cdppt850.c
  + harbour/source/codepage/cdpptiso.c
  * xharbour/makefile.bc
  * xharbour/makefile.nt
  * xharbour/makefile.vc
    * corrections in code page description.
    - removed cdpla850.c ("PT" codepage)
    + PT850 and PTISO codepages added.
    * makefiles updated - Sorry, I cannot test all of them.
2003-06-20 15:06:28 +00:00
Przemyslaw Czerpak
694b32d5c7 2003-06-18 00:10 UTC+0200 Przemyslaw Czerpak <druzus@polbox.com>
* harbour/include/hbapilng.h
  * harbour/include/hblang.ch
  * harbour/source/lang/Makefile
  * harbour/source/lang/msg_tpl.c
  * harbour/source/lang/msgca.c
  * harbour/source/lang/msgcs852.c
  * harbour/source/lang/msgcsiso.c
  * harbour/source/lang/msgcskam.c
  * harbour/source/lang/msgcswin.c
  * harbour/source/lang/msgde.c
  * harbour/source/lang/msgdewin.c
  * harbour/source/lang/msgen.c
  * harbour/source/lang/msgeo.c
  * harbour/source/lang/msges.c
  * harbour/source/lang/msgeswin.c
  * harbour/source/lang/msgeu.c
  * harbour/source/lang/msgfr.c
  * harbour/source/lang/msggl.c
  * harbour/source/lang/msghe862.c
  * harbour/source/lang/msghewin.c
  * harbour/source/lang/msghr852.c
  * harbour/source/lang/msghriso.c
  * harbour/source/lang/msghu852.c
  * harbour/source/lang/msghucwi.c
  * harbour/source/lang/msghuwin.c
  * harbour/source/lang/msgid.c
  * harbour/source/lang/msgis850.c
  * harbour/source/lang/msgit.c
  * harbour/source/lang/msgko.c
  * harbour/source/lang/msgpl852.c
  * harbour/source/lang/msgpliso.c
  * harbour/source/lang/msgplmaz.c
  * harbour/source/lang/msgplwin.c
  * harbour/source/lang/msgpt.c
  * harbour/source/lang/msgro.c
  * harbour/source/lang/msgru866.c
  * harbour/source/lang/msgrukoi.c
  * harbour/source/lang/msgruwin.c
  * harbour/source/lang/msgsl852.c
  * harbour/source/lang/msgsliso.c
  * harbour/source/lang/msgslwin.c
  * harbour/source/lang/msgsr852.c
  * harbour/source/lang/msgsriso.c
  * harbour/source/lang/msgzhb5.c
  * harbour/source/lang/msgzhgb.c
  + harbour/source/lang/msgsrwin.c
    ! bug fixed in national msg system and new localization added
      (borrowed from xHarbour)

  + harbour/tests/langmsg.prg
    * simple test program for national messages
      I have to ask developpers to run it and check their national messages
2003-06-17 22:10:30 +00:00
Alexander S.Kresin
504dba8167 2003-06-17 21:50 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2003-06-17 17:47:10 +00:00
Antonio Linares
95f6262400 some fixes implemented by Ian Anderson 2003-06-17 15:12:07 +00:00
Alexander S.Kresin
94292de568 2003-06-16 21:16 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2003-06-16 17:19:16 +00:00
Przemyslaw Czerpak
5babd32ef5 2003-06-15 14:20 UTC+0200 Przemyslaw Czerpak <druzus@polbox.com>
* harbour/source/lang/msgen.c
  * harbour/source/lang/msgpl852.c
  * harbour/source/lang/msgpliso.c
  * harbour/source/lang/msgplmaz.c
    ! the bug reported by Alexander in msgru* fixed.
  + harbour/source/lang/msgplwin.c
    + added msgplwin (cp1250)

  * harbour/source/rtl/inkey.c
    * removed dirty hack which degrease performance of inkey() on *nix
      platforms.
2003-06-15 12:31:04 +00:00
Alexander S.Kresin
dabdee1440 2003-06-14 21:25 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2003-06-14 17:23:29 +00:00
Antonio Linares
84773bc032 some changes by Ian Anderson 2003-06-14 13:50:32 +00:00
Antonio Linares
3c9adaedd7 Some enhancements by Ian Anderson, but modified as they were implemented on an older Harbour version source code.
Some improvements. Warning: Still a work in progress
2003-06-14 13:48:00 +00:00
Antonio Linares
713721c008 temporary fix waiting for users feedback 2003-06-14 13:22:07 +00:00
Antonio Linares
571b0ecfeb recent changes and enhancements from Horacio 2003-06-14 07:23:47 +00:00
Antonio Linares
9af3ebbf86 recent changes and improvements from Horacio 2003-06-14 07:21:54 +00:00
Antonio Linares
15e5225119 fix on Method Picture() provided by Lorenzo Fiorini 2003-06-09 09:26:37 +00:00
Antonio Linares
f531f3bdb1 CallStack navigation support. Improved variables editing. 2003-06-08 22:38:14 +00:00
Tomaz Zupan
ecbf3c1899 2003-06-06 15:53 UTC+0200 Tomaz Zupan <tomaz.zupan@orpo.si> 2003-06-06 13:57:01 +00:00
Antonio Linares
a6550e791d Harbour implementation of Class(y) Class Symbol 2003-06-06 07:35:20 +00:00
Antonio Linares
b4d24caa86 several improvements for the debugger 2003-05-31 19:04:28 +00:00
Antonio Linares
d518f96901 fixed behavior when pressing "." or "," on a non decimals number 2003-05-31 15:56:02 +00:00
Antonio Linares
4cf5ef4edf Some fixes for PICTURE "9" 2003-05-31 13:45:49 +00:00
Antonio Linares
299d39b8f2 sync with xHarbour 2003-05-30 07:35:57 +00:00
Antonio Linares
99fd9a3cee Minor fix to allow new Class inherited from this one 2003-05-30 07:34:43 +00:00
Antonio Linares
bbfa409c72 hb_strVal() used instead of atof() 2003-05-30 07:32:08 +00:00
Przemyslaw Czerpak
4d29fc6630 ChangeLog 2003-05-26 16:47:33 +00:00
Przemyslaw Czerpak
4d07a94be8 ChangeLog 2003-05-26 13:52:45 +00:00
Antonio Linares
d5fc38bf77 Fixed arrays comparison 2003-05-21 18:34:40 +00:00
Antonio Linares
4b1a611c17 default path support for __MVSave() and __MVRestore()
implemented by Alexander Prostoserdov
2003-05-21 17:49:40 +00:00
Antonio Linares
3f6fca4813 several fixes 2003-05-21 16:07:44 +00:00
Antonio Linares
0183cd1687 several fixes when debugging arrays 2003-05-21 16:06:09 +00:00
Antonio Linares
5637128445 minor fix 2003-05-15 10:41:23 +00:00
Alexander S.Kresin
08aa0a55bd 2003-05-15 12:40 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2003-05-15 08:47:18 +00:00
Antonio Linares
9f4200509f Some changes borrowed from xHarbour 2003-05-15 07:33:16 +00:00
David G. Holm
20c2b3e98a See ChangeLog entry 2003-05-09 17:20 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2003-05-09 21:20:58 +00:00
David G. Holm
ad4e321168 See ChangeLog entry 2003-05-09 14:40 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2003-05-09 18:41:24 +00:00
David G. Holm
3242fd4df2 See ChangeLog entry 2003-05-08 15:30 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2003-05-08 19:30:57 +00:00
Alexander S.Kresin
e4e6826fc9 2003-05-07 14:45 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2003-05-07 10:45:03 +00:00
Alexander S.Kresin
e438b1cf1e 2003-05-06 15:35 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2003-05-06 11:31:57 +00:00
Alexander S.Kresin
09aea7b646 2003-05-06 12:55 UTC+0200 Przemyslaw Czerpak <druzus@polbox.com> 2003-05-06 09:53:37 +00:00
Alexander S.Kresin
cf2440c957 2003-05-06 10:45 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2003-05-06 06:40:36 +00:00
Antonio Linares
947dc925d1 $Id$ 2003-05-01 19:25:34 +00:00
Antonio Linares
781276e8ff Added missing char 2003-05-01 19:19:34 +00:00