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 |
|
michael
|
7652bd8d7a
|
+ Added arsinh
|
2000-07-05 14:06:54 +00:00 |
|
michael
|
50220183bd
|
+ Corrected arsinh function
|
2000-07-05 13:19:59 +00:00 |
|
michael
|
3dd006a7df
|
+ Removed comment
|
2000-07-05 13:19:25 +00:00 |
|
michael
|
89c8550cc7
|
+ Added example 4
|
2000-07-05 13:13:37 +00:00 |
|
Jonas Maebe
|
011a187da3
|
* final fixes for linux support (graphdriver value of the modes
is now also not modified anymore)
|
2000-07-05 13:07:48 +00:00 |
|
Jonas Maebe
|
c88da249b4
|
* added internModeNumber to modeinfo type to fix Linux compatibility
with -dnewmodes code
|
2000-07-05 11:25:20 +00:00 |
|
pierre
|
3a161c28e1
|
+ display 'variable' for open array size
|
2000-07-05 10:19:07 +00:00 |
|
pierre
|
ebc536ef52
|
* avoid internalerror on open arrays
|
2000-07-05 10:17:38 +00:00 |
|
pierre
|
187c6ddc30
|
+ two new files
|
2000-07-05 06:39:23 +00:00 |
|
michael
|
b4e9f9cd04
|
+ Initial implementation
|
2000-07-04 21:24:14 +00:00 |
|
michael
|
6a794bd6fa
|
+ Added math unit
|
2000-07-04 21:23:04 +00:00 |
|
michael
|
c5d8376083
|
+ initial implementation
|
2000-07-04 21:22:36 +00:00 |
|
michael
|
4a664ad78b
|
+ Exceptions now used for errors
|
2000-07-04 20:53:22 +00:00 |
|
pierre
|
da82ae94c3
|
New file
|
2000-07-04 20:21:26 +00:00 |
|
michael
|
8242fbc3e8
|
+ Added ports unit
|
2000-07-04 19:55:48 +00:00 |
|
michael
|
cbb70a2c6b
|
+ Initial implementation
|
2000-07-04 19:54:55 +00:00 |
|