Commit Graph

7158 Commits

Author SHA1 Message Date
peter
5ecf9b9cd0 * updated to latest ncrt package from Ken 2000-07-08 18:06:36 +00:00
peter
289e5d6567 * undid my previous commit, because it breaks some code 2000-07-08 18:03:11 +00:00
peter
4ddd970c7e * do_open checks for directory, if directory then ioerror 2 2000-07-08 18:02:39 +00:00
peter
d2975fe115 * mode delphi 2000-07-08 18:00:14 +00:00
michael
18740bcc52 + Final fixes 2000-07-08 17:12:56 +00:00
michael
6593614edc + Finished math unit 2000-07-08 17:11:30 +00:00
michael
9aa513e58c + Finished chapter on math 2000-07-08 17:10:53 +00:00
peter
e2c8882843 * also support string parsing in skipuntildirective for fpc modes 2000-07-08 16:22:30 +00:00
peter
a435d9d773 * tests from reported busg 2000-07-08 16:21:39 +00:00
Jonas Maebe
b506dc4514 * forgot to remove some non-working experimental code from last
commit :(
2000-07-08 13:00:08 +00:00
Jonas Maebe
be0deb8185 - removed fpc_strconcat_len for -dnewoptimizations since it's not
used anymore (because the strconcat optimizations have been
    disabled quite a while ago)
2000-07-08 09:09:35 +00:00
Jonas Maebe
577075367d * LFB modes finally work! You have to add $4000 to the mode number
if you use LFB access!
2000-07-08 07:48:38 +00:00
sg
54f9d56013 * Destructor of TThreadList is now virtual; this fixes some memory leak
problems in FCL.
2000-07-08 07:26:23 +00:00
sg
ed29399154 * FieldAddress now returns immediately if name='' 2000-07-08 07:24:24 +00:00
michael
5893a28fc2 + fixed meanandstddev 2000-07-08 07:03:20 +00:00
michael
d8624bb004 + Added some functions 2000-07-08 06:45:07 +00:00
Jonas Maebe
732f06de57 * fixed problem that occurred if the graphmode was initialized with
a new graphdriver, but then setgraphmode was called with as
    parameter the result of getGraphMode (since that one returns an
    old-style modenumber)
2000-07-08 06:24:21 +00:00
pierre
ab6fd6b3b8 * get a failure on webtbf/tbug890 2000-07-07 20:42:55 +00:00
pierre
1d1b4bcb53 * correct last commit error 2000-07-07 19:22:27 +00:00
Jonas Maebe
852bc354a0 * fixed getpixelx/directputpixelx (only pascal version, assembler
versions are still wrong)
  * fixed getrvgagbpalette procedur e(also returns 8 instead of 6 bit
    values now)
2000-07-07 19:05:34 +00:00
marco
f5fd205ab5 * Changed move (var source;var dest) to move (const source;var dest) 2000-07-07 18:23:41 +00:00
Jonas Maebe
ffbedb6ec9 * changed precision for extended back (otherwise strreal2.pp in
tests/test failed)
2000-07-07 18:03:08 +00:00
Jonas Maebe
575f6c0d6d * fixed setgraphmode together with the new graphdrivers 2000-07-07 17:29:30 +00:00
florian
1104d83363 + initial revision 2000-07-07 17:07:20 +00:00
Jonas Maebe
d53ef30ed4 * adapted for new modes (and some safety checks) 2000-07-07 06:42:48 +00:00
michael
91ba06724a + Added many overloaded functions with as argument pointer to
array and count
+ Implemented meanandstddev
+ Improved power
2000-07-06 21:59:25 +00:00
michael
2cf791ba57 + Added math unit 2000-07-06 21:58:03 +00:00
michael
8cd65ed74a + Added many functions, mainly statistical 2000-07-06 21:57:49 +00:00
michael
03cae6836f + Added examples 25-34 2000-07-06 21:51:48 +00:00
florian
aa3e0fbe87 * fixed writing of comp and extended: the precision of comp was to little
while it was too high for extended
2000-07-06 21:09:45 +00:00
florian
5c4e75b49a *** empty log message *** 2000-07-06 20:47:03 +00:00
florian
e2eba0de14 * the on statement has to clear the temp. gen before calling secondpass for
the next on statement
2000-07-06 20:43:44 +00:00
peter
12dc32b781 * version 1.00.0 so the snapshots can test with this version number
for a few days
2000-07-06 20:08:46 +00:00
peter
2e0ef2edb7 * bugs from mailinglist 2000-07-06 19:27:41 +00:00
peter
8df37e4a85 * fixed crash with objects unit and -Sd mode 2000-07-06 19:06:30 +00:00
peter
b91050ccb7 * allow in delphi mode directives without semicolons between 2000-07-06 19:04:59 +00:00
Tomas Hajny
7e015f6815 * filutil.inc implementation (almost) finished 2000-07-06 19:03:40 +00:00
Tomas Hajny
44aff119af * FileOpen corrected 2000-07-06 18:59:41 +00:00
Tomas Hajny
2aea492dda * SetFTime for OS/2 mode corrected 2000-07-06 18:57:40 +00:00
peter
f449b4beaa * fixed function returning record type and assigning to the result 2000-07-06 18:56:58 +00:00
michael
8932d13ffa + Added many functions 2000-07-06 12:36:26 +00:00
michael
12e8b6ddb6 + Added examples 5-24 2000-07-06 12:36:10 +00:00
Jonas Maebe
eed3807af0 * moved "<flag setting operation>; test/or reg,reg" to "<flag setting
operation>" optimization to pass 2 because it caused problems
    with -dnewoptimizations
2000-07-06 12:30:31 +00:00
michael
606dbe9435 + SOme changes in error reporting 2000-07-06 12:13:59 +00:00
michael
89c01a785a + Initial implementation by Michail Baikov 2000-07-06 06:09:10 +00:00
pierre
8455b67858 + Register TModuleSymbol 2000-07-05 21:20:48 +00:00
florian
3d7d2eb25d * virtual contructors weren't handled properly if they were called via a class
variable
2000-07-05 20:39:55 +00:00
florian
8391fba63e *** empty log message *** 2000-07-05 20:36:42 +00:00
florian
26643d4e16 * fixed my previous commit :/ 2000-07-05 20:29:16 +00:00
florian
a989d18fc2 * fixed fpuvaroffset calculation in read statements 2000-07-05 20:19:47 +00:00