Commit Graph

  • a723781a5b 19990507-23:15 EDT David G. Holm <dholm@jsd-llc.com> * source/vm/hvm.c - Changed byte by byte copy used in PushString to memcpy, because the side effects of code like szTemp[w++] = szText[w] is compiler dependent. Borland C++ 3.1 (in C mode) copies byte 0 to byte 0, etc., but IBM Visual Age C++ 3.0 (in C++ mode) copies byte 1 to byte 0, etc. David G. Holm 1999-05-08 04:19:28 +00:00
  • b1bb363c6b see ChangeLog 1999.05.08-03:02 Ryszard Glab 1999-05-08 02:01:38 +00:00
  • 2df124bece See ChangeLog entry 19990507-20:15 EDT David G. Holm <dholm@jsd-llc.com> David G. Holm 1999-05-08 01:14:50 +00:00
  • 1491b01c39 oSend( <obj>, <cMessage>, <xArg, ..> ) added to classes.c Eddie Runia 1999-05-07 23:19:42 +00:00
  • 652999222a Locals QuickSort renamed Eddie Runia 1999-05-07 22:20:17 +00:00
  • 540d4ad214 Codeblocks and other parameters added to aSort() Eddie Runia 1999-05-07 21:56:55 +00:00
  • 0abbde4a72 Link to QuickSort visualization added. Eddie Runia 1999-05-07 21:35:55 +00:00
  • 440bde14ee First documentation added Eddie Runia 1999-05-07 21:22:31 +00:00
  • 83f9ed41da Second changed to FuncSecond Eddie Runia 1999-05-07 19:22:21 +00:00
  • 445db236a3 *** empty log message *** Viktor Szakats 1999-05-07 17:31:14 +00:00
  • d47446d104 See ChangeLog entry 19990507-11:30 EDT David G. Holm <dholm@jsd-llc.com> David G. Holm 1999-05-07 16:27:32 +00:00
  • a8937f1f11 Shows ClassName instead of "Class" Eddie Runia 1999-05-07 13:21:11 +00:00
  • 82314c3f31 Memory block were unreleased Eddie Runia 1999-05-07 12:21:44 +00:00
  • 89f0e4990a Cleaned up a bit Eddie Runia 1999-05-07 11:53:47 +00:00
  • 98a9d343fa With aoData and aSort Eddie Runia 1999-05-07 11:31:38 +00:00
  • 67fc641a8c ClassSel method added to classes. Example in debugtst Eddie Runia 1999-05-07 10:36:52 +00:00
  • 578d30a0db Run-time error generating line commented out by default Eddie Runia 1999-05-07 09:25:38 +00:00
  • 6fe6964eba Error handler installed Eddie Runia 1999-05-07 09:23:44 +00:00
  • d14f05d3d8 comatibility with Watcom C/C++ Ryszard Glab 1999-05-07 08:52:31 +00:00
  • 622c4de60b added compatibility with Watcom C/C++ Ryszard Glab 1999-05-07 08:49:02 +00:00
  • b521b8f870 added comatibility with Watcom C/C++ Ryszard Glab 1999-05-07 08:47:51 +00:00
  • 53e703c341 added compatibility with Watcom C Ryszard Glab 1999-05-07 08:45:10 +00:00
  • 1d33e28e73 Again Harbour is really quiet Ryszard Glab 1999-05-07 06:40:11 +00:00
  • 2704bf3de7 new changes Ryszard Glab 1999-05-07 06:27:38 +00:00
  • 0fb8020f40 See ChangeLog: 19990507-07:25 <rglab@imid.med.pl> Ryszard Glab 1999-05-07 06:19:59 +00:00
  • f41f52e008 ChangeLogTag:Thu May 06 18:12:15 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl> Gonzalo A. Diethelm 1999-05-06 23:07:37 +00:00
  • af9bad0e07 *** empty log message *** Viktor Szakats 1999-05-06 21:47:47 +00:00
  • 79bbec6dfc *** empty log message *** Viktor Szakats 1999-05-06 20:35:47 +00:00
  • b11815fcb4 Version with aParam added. Locals not possible without update of HVM Eddie Runia 1999-05-06 20:30:52 +00:00
  • ccd3a69a61 I replaced the forward declaration of sz_compare4 with the actual function, because Borland C++ 3.1 complained about a type mismatch when it encountered the actual function. David G. Holm 1999-05-06 19:15:53 +00:00
  • 47e49c3240 ChangeLogTag:Thu May 06 13:58:48 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl> Gonzalo A. Diethelm 1999-05-06 18:51:12 +00:00
  • 2592cb0111 ChangeLogTag:Thu May 06 13:09:45 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl> Gonzalo A. Diethelm 1999-05-06 18:27:47 +00:00
  • 5c5490e33a ChangeLogTag:Thu May 06 12:34:45 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl> Gonzalo A. Diethelm 1999-05-06 17:27:20 +00:00
  • 7b402b38a0 GlobalStack and Stack seperated Eddie Runia 1999-05-06 17:01:37 +00:00
  • 3858c99dd1 New version which includes Stack commands. Eddie Runia 1999-05-06 14:25:29 +00:00
  • 64ad3af226 First version of the debug additions. Not included in makefile yet. Eddie Runia 1999-05-06 10:23:44 +00:00
  • 5204adf915 Debug test program. Newest itemapi.c from Mab is needed (Is it present ?) Not including in the makefile(s) yet. Eddie Runia 1999-05-06 10:23:01 +00:00
  • 35db9b7d35 The statics bug has been resolved. There a still problems with FILES though. (See this file) Eddie Runia 1999-05-06 08:32:28 +00:00
  • 87febf3494 Statics bug resolved. Test program no longer required Eddie Runia 1999-05-06 08:27:46 +00:00
  • c2c6620948 Changed __SETCENTURY to HB_SETCENTURY Changed all internal _SET_xxx to HB_SET_xxx Changed HB_SETCENTURY to modify the HB_SET_DATEFORMAT Changed the name of the set initialization function to InitializeSets Rewrote hb_dtoc to use hb_set_century and to be Clipper compliant Added dates2.prg to test century compliance with Clipper David G. Holm 1999-05-06 05:33:48 +00:00
  • 8b803445d2 next.prg Test file for testing of NEXT keyword as variable or function name Ryszard Glab 1999-05-06 02:05:37 +00:00
  • 2327c6b38c * Added list of reserved functions names * Four letters abbreviations of function names are allowed * Global static variables are now properly initialised Made by rglab Ryszard Glab 1999-05-06 01:56:11 +00:00
  • ee656694b5 NEXT keywork is now contex sensitive Ryszard Glab 1999-05-06 01:36:45 +00:00
  • bb5de4a840 ChangeLogTag:Wed May 05 18:51:06 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl> Gonzalo A. Diethelm 1999-05-05 23:43:31 +00:00
  • a5924fa274 ChangeLogTag:Wed May 05 18:36:53 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl> Gonzalo A. Diethelm 1999-05-05 23:32:09 +00:00
  • ff9df3b591 ChangeLogTag:Wed May 05 18:28:28 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl> Gonzalo A. Diethelm 1999-05-05 23:20:52 +00:00
  • dd9c6623e6 Converted C++ style comments to C style comments David G. Holm 1999-05-05 22:00:21 +00:00
  • 808ef5731b Borland 16-bit batch files to build Harbour programs David G. Holm 1999-05-05 21:52:33 +00:00
  • b6c1095ea8 iStatics problem resolved in Do. Eddie Runia 1999-05-05 21:48:59 +00:00
  • 4670219727 Files to create Harbour using Borland C++ 3.1 David G. Holm 1999-05-05 21:46:41 +00:00
  • 7f173f0389 ChangeLogTag:Wed May 05 16:29:19 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl> Gonzalo A. Diethelm 1999-05-05 21:24:59 +00:00
  • 5c2659176c ChangeLogTag:Wed May 05 15:30:49 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl> Gonzalo A. Diethelm 1999-05-05 20:37:52 +00:00
  • 96a7dd1091 *** empty log message *** Eddie Runia 1999-05-05 15:43:09 +00:00
  • 2d13e2e832 ChangeLogTag:Wed May 05 09:24:22 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl> Gonzalo A. Diethelm 1999-05-05 14:22:04 +00:00
  • bbd904e407 Wed May 05 09:24:22 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl> Gonzalo A. Diethelm 1999-05-05 14:15:55 +00:00
  • 47c2886796 Third file added. Even weirder Eddie Runia 1999-05-05 14:13:31 +00:00
  • 74efb3bb74 ChangeLogTag:Wed May 05 09:19:23 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl> Gonzalo A. Diethelm 1999-05-05 14:13:19 +00:00
  • 2da797d663 *** empty log message *** Eddie Runia 1999-05-05 14:11:50 +00:00
  • fd32e9c056 Change to lowercase Eddie Runia 1999-05-05 13:44:02 +00:00
  • 1ca1af3b24 Change to lower case Eddie Runia 1999-05-05 13:43:32 +00:00
  • 18dea9e521 Changed to lower case Eddie Runia 1999-05-05 13:43:04 +00:00
  • 3437ce954b Changed to lowercase Eddie Runia 1999-05-05 13:42:33 +00:00
  • 8c13155083 *** empty log message *** Eddie Runia 1999-05-05 13:41:17 +00:00
  • 9bd9a3ba26 Moved from source/rtl -> source/tools Manuel Ruiz 1999-05-05 13:37:11 +00:00
  • 99cd1b8eb9 FWRITE: the third parameter is optional and if it is not given we used the length of the string. Manuel Ruiz 1999-05-05 13:32:40 +00:00
  • 0ef3e0972e Initial Revision (renamed to lowercase) Manuel Ruiz 1999-05-05 13:13:22 +00:00
  • 8af62607db A newer version of files has been put here, since the old version does not work with strip.prg. QUESTION : Manuel can overwrite this one once you've finished testing yours ? Eddie Runia 1999-05-05 12:58:34 +00:00
  • a34900391f *** empty log message *** Eddie Runia 1999-05-05 12:52:10 +00:00
  • 780d6a8b05 missing files on first upload Antonio Linares 1999-05-05 07:13:12 +00:00
  • a59d9fab61 _ItemSize() added Antonio Linares 1999-05-05 05:57:26 +00:00
  • 974bc2fbc2 make files Antonio Linares 1999-05-05 05:45:23 +00:00
  • 9d457f6e48 Initial revision Antonio Linares 1999-05-04 22:24:43 +00:00
  • bc352ccd54 *** empty log message *** Antonio Linares 1999-05-04 22:20:15 +00:00
  • ddaa74ad27 Initial revision Antonio Linares 1999-05-04 17:48:47 +00:00
  • 793896932a initial checkin root 1999-05-04 14:32:22 +00:00
  • 559e1b45c4 initial checkin root 1999-05-04 14:32:22 +00:00
  • d4f00e50a0 New repository initialized by cvs2svn. No Author 1999-05-04 14:32:22 +00:00