Commit Graph

125 Commits

Author SHA1 Message Date
David G. Holm
ff78e1b3f0 See ChangeLog entry 2003-04-14 14:45 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2003-04-14 18:51:05 +00:00
David G. Holm
5482f95737 See ChangeLog 2003-04-08 15:40 UTC-0400 David G. Holm <dholm@jsd-llc.com> 2003-04-08 19:39:28 +00:00
Maurilio Longo
36d96467cd 2003-04-03 18:34 UTC+0200 Maurilio Longo <maurilio.longo@libero.it>
* source/common/hbgete.c
     ! fixed warning on OS/2 GCC
2003-04-03 16:36:45 +00:00
Tomaz Zupan
3a020b8283 2003-02-18 22:05 UTC+0100 Tomaz Zupan <tomaz.zupan@orpo.si> 2003-02-18 21:02:54 +00:00
Alexander S.Kresin
c86585a7b1 2003-02-14 15:25 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su> 2003-02-14 12:20:17 +00:00
Luiz Rafael Culik
f61489e1a2 See changelog 2002-01-04 19:40 UTC-0300 2003-01-04 21:36:06 +00:00
Paul Tucker
eb0e0d8185 2002-10-21 12:30 UTC-0500 Paul Tucker <ptucker@sympatico.ca> 2002-10-21 19:01:54 +00:00
Chen Kedem
cf67f77333 2002-09-09 16:48 UTC+0300 Chen Kedem <niki@actcom.co.il> 2002-09-09 13:48:33 +00:00
Luiz Rafael Culik
3ad1515484 See changelog 2002-08-25 17:40 UTC-0300 2002-08-25 20:50:37 +00:00
Paul Tucker
a306c7f0f7 FILE_ATTRIBUTE_NOT_CONTENT_INDEXED fix 2002-05-21 05:25:37 +00:00
Brian Hays
cd904c40df 2002-03-03 17:17 UTC-0800 Brian Hays <bhays@abacuslaw.com> 2002-03-04 01:10:13 +00:00
David G. Holm
89ef9acad7 See ChangeLog entry 2002-02-26 14:15 UTC-0500 David G. Holm <dholm@jsd-llc.com> 2002-02-26 19:11:47 +00:00
David G. Holm
20e6086910 See ChangeLog entry 2002-02-18 15:35 UTC-0500 David G. Holm <dholm@jsd-llc.com> 2002-02-18 20:39:19 +00:00
Paul Tucker
bdfa46b971 2002-01-23 09:40 UTC-0500 Paul Tucker <ptucker@sympatico.ca>
* source\common\hbffind.c
    * Since I had used an undocumented 0x04000 as an attribute check.
    * it was causing trouble. Fixed.
2002-01-23 14:45:43 +00:00
Paul Tucker
07fa2f70c2 2002-01-23 09:10 UTC-0500 Paul Tucker <ptucker@sympatico.ca>
* source\common\hbffind.c
    * removed extra comment marker.
2002-01-23 14:13:47 +00:00
Paul Tucker
4e46bc943f 2002-01-22 22:30 UTC-0500 Paul Tucker <ptucker@sympatico.ca>
* source\common\hbffind.c
    * It seems that at some point prior to the release of Win2k, MS
    * changed the definition of FILE_ATTRIBUTE_ENCRYPTED from
    * 0x00004000 to 0x00000040
    * If you installed the Release Win2k over a beta or RC version of
    * the O/S, then Harbour's directory() will show an attribute of
    * 'I' for Encrypted files.  Otherwise, it will show 'E'.  It seems
    * that the only way to corect this is to reinstall the OS fresh.
    * (This text is subject to correction if anyone has a better description)
2002-01-23 03:35:42 +00:00
Luiz Rafael Culik
d64966ee21 See changelog 2002-01-22 20:30 UTC -0300 2002-01-22 22:23:33 +00:00
Horacio Dario Roldan Kasimatis
679b748c5f 2002-01-21 17:25 UTC-0300 Horacio Roldan <harbour_ar@yahoo.com.ar> 2002-01-21 20:26:41 +00:00
Maurilio Longo
22ade6b2f0 2002-01-16 00:14 UTC+0100 Maurilio Longo <maurilio.longo@libero.it>
* common/hbgete.c
    ! fixed warning on DosScanEnv() call
2002-01-16 23:15:29 +00:00
Maurilio Longo
8782db331d 2002-01-16 00:44 UTC+0100 Maurilio Longo <maurilio.longo@libero.it>
* common/hbffind.c
    ! DosFindFirst() call on OS/2 section of file was wrong (parameter findcount was not
      set to any correct value)
      NOTE: OS/2 builds of Alpha 38 _are broken_ because of this bug
2002-01-15 23:47:55 +00:00
Paul Tucker
a00dfd61b2 2002-01-14 21:53 UTC-0500 Paul Tucker <ptucker@sympatico.ca>
* source\common\hbffind.c
    * replaced 3 literals with proper defines
    * minor formatting.
2002-01-15 02:59:34 +00:00
Paul Tucker
3f5f68133f 2002-01-14 21:53 UTC-0500 Paul Tucker <ptucker@sympatico.ca>
* source\common\hbffind.c
    * replaced 3 literals with proper defines
    * minor formatting.
2002-01-15 02:53:56 +00:00
David G. Holm
6cabe42b51 See ChangeLog entry 2002-01-14 19:15 UTC-0500 David G. Holm <dholm@jsd-llc.com> 2002-01-15 00:21:16 +00:00
Paul Tucker
42aaa00949 2002-01-14 15:05 UTC-0500 Paul Tucker <ptucker@sympatico.ca>
* source\common\hbffind.c
    * Added missed Attribute check (thanks Victor)

2002-01-14 14:30 UTC-0500 Paul Tucker <ptucker@sympatico.ca>
  * source\rtl\direct.c
    * updated notes and TODO's
2002-01-14 20:11:43 +00:00
Paul Tucker
0acdeec229 Changelog 2002-01-14 10:40 UTC-0500 Paul Tucker <ptucker@sympatico.ca> 2002-01-14 15:59:36 +00:00
Paul Tucker
b6c0f3c5a7 2002-01-14 10:40 UTC-0500 Paul Tucker <ptucker@sympatico.ca> 2002-01-14 15:42:03 +00:00
Luiz Rafael Culik
1325ddca24 See changelog 2002-01-10 22:10 UTC -0300 2002-01-11 00:06:23 +00:00
Patrick Mast
2c987fcc95 2002-01-08 09:52 UTC+0100 Patrick Mast <email@patrickmast.com>
* source/compiler/genc.c
   * source/compiler/genjava.c
   * source/compiler/genobj32.c
   * source/compiler/hbusage.c
   * source/common/hbver.c
     * changed decimal build nr in "Alpha build .."
2002-01-08 08:59:52 +00:00
Luiz Rafael Culik
c079b85de4 see changelog 2002-01-07 19:40 UTC-0300 2002-01-07 21:48:23 +00:00
Luiz Rafael Culik
42ff94381b See changelog 2002-01-07 19:40 UTC-0300 2002-01-07 21:41:22 +00:00
Luiz Rafael Culik
f9898b072f See changelog 2002-01-07 19:40 UTC -0300 2002-01-07 21:37:40 +00:00
Luiz Rafael Culik
9ad6da9c9d See changelog 2002-01-07 00:45 UTC-0300 2002-01-07 02:47:30 +00:00
Viktor Szakats
1136fd0166 2001-12-21 16:08 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu> 2001-12-21 15:09:19 +00:00
Viktor Szakats
cb14f5303c 2001-12-21 14:37 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu> 2001-12-21 13:39:06 +00:00
Viktor Szakats
fb076743b4 2001-12-18 21:47 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu> 2001-12-18 20:51:20 +00:00
Viktor Szakats
123d9345f4 *** empty log message *** 2001-12-18 09:41:41 +00:00
Viktor Szakats
fd5749064d 2001-12-18 10:03 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu> 2001-12-18 09:03:58 +00:00
Viktor Szakats
6a248ab0ac 2001-12-18 01:03 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu> 2001-12-18 00:03:25 +00:00
Viktor Szakats
38c54411c4 2001-12-17 17:02 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu> 2001-12-17 16:01:45 +00:00
Viktor Szakats
beab7a3e8d 2001-12-17 14:57 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu> 2001-12-17 14:03:42 +00:00
Viktor Szakats
bc8d2cfe6a 2001-12-17 13:02 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu> 2001-12-17 12:05:16 +00:00
Viktor Szakats
22763b075b 2001-12-16 12:07 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu> 2001-12-16 11:12:23 +00:00
Viktor Szakats
3eac677e10 2001-12-15 16:04 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu> 2001-12-15 15:05:32 +00:00
Viktor Szakats
e1f892788e 2001-12-14 10:17 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu> 2001-12-14 09:32:52 +00:00
Antonio Linares
46acc039f3 minor fixes 2001-12-12 13:55:39 +00:00
Antonio Linares
e7976908ba minor fix 2001-12-12 13:54:54 +00:00
Viktor Szakats
1eff3383f3 2001-12-11 18:57 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu> 2001-12-11 17:59:09 +00:00
Maurilio Longo
1614631608 2001-12-11 15:09 UTC+0100 Maurilio Longo <maurilio.longo@libero.it>
* source/common/hbgete.c
     ! fixed problems with memory allocation for OS/2 end general case, please look at Win32 code
       section
2001-12-11 14:14:06 +00:00
Maurilio Longo
76b19815f9 2001-12-11 14:30 UTC+0100 Maurilio Longo <maurilio.longo@libero.it>
* source/common/Makefile
     + added hbgete.c entry
   * source/common/hbgete.c
     + added OS/2 specific code
2001-12-11 13:32:51 +00:00
Viktor Szakats
a6f1edd737 2001-12-11 00:02 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu> 2001-12-11 07:53:19 +00:00