sg
|
fd507fc963
|
* Added ID and Log tags
|
2000-07-10 07:00:20 +00:00 |
|
Tomas Hajny
|
1f990184bc
|
* little mistyping
|
2000-07-09 17:09:47 +00:00 |
|
Tomas Hajny
|
45b2819768
|
* default sharing mode changed to deny all (compatibility)
|
2000-07-09 17:05:24 +00:00 |
|
peter
|
c210f79ada
|
* renamed to lowercase names
|
2000-07-09 10:37:50 +00:00 |
|
Tomas Hajny
|
bdede009b3
|
* $R used now
|
2000-07-09 07:49:34 +00:00 |
|
peter
|
21c4b53ab2
|
* fixed maxx,maxy setting
|
2000-07-09 07:22:51 +00:00 |
|
peter
|
0f6ce09f13
|
* initernmodenumber is now renumbered at the end of AddMode() it
also sets hi/lo for the driver
|
2000-07-09 07:21:14 +00:00 |
|
peter
|
2fc66545c4
|
* use initialization/finalization instead of exitproc
|
2000-07-08 21:29:13 +00:00 |
|
sg
|
2aca65148b
|
* Fixed TObject.FieldAddress
|
2000-07-08 21:27:42 +00:00 |
|
peter
|
64a3b5313d
|
* finalization added with setrawmode(false)
|
2000-07-08 21:22:16 +00:00 |
|
peter
|
e4472e186e
|
* math.rst added
|
2000-07-08 19:25:25 +00:00 |
|
marco
|
3316d7c423
|
* added twoyearsomethingwindow
|
2000-07-08 18:50:21 +00:00 |
|
peter
|
4ddd970c7e
|
* do_open checks for directory, if directory then ioerror 2
|
2000-07-08 18:02:39 +00:00 |
|
michael
|
18740bcc52
|
+ Final fixes
|
2000-07-08 17:12:56 +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
|
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
|
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 |
|
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 |
|
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 |
|
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 |
|
michael
|
606dbe9435
|
+ SOme changes in error reporting
|
2000-07-06 12:13:59 +00:00 |
|
michael
|
50220183bd
|
+ Corrected arsinh function
|
2000-07-05 13:19:59 +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 |
|
michael
|
4a664ad78b
|
+ Exceptions now used for errors
|
2000-07-04 20:53:22 +00:00 |
|
peter
|
deb5cc7bf2
|
* fixed hex printing for $10 with %x
|
2000-07-04 17:12:46 +00:00 |
|
pierre
|
f3b853f096
|
* Change Code to var param in ValAnsiUnsignedInt function
|
2000-07-04 07:57:46 +00:00 |
|
peter
|
8b38902424
|
* exampleinstall target added
|
2000-07-01 23:03:18 +00:00 |
|
Jonas Maebe
|
964dd80cda
|
* fixed reading past end-of-heap again (correctly this time I hope)
|
2000-07-01 10:52:12 +00:00 |
|
peter
|
98ec034eb2
|
* fixed truncate
|
2000-06-30 22:16:19 +00:00 |
|
peter
|
60f4bd98bf
|
* removed unused var
|
2000-06-30 22:14:44 +00:00 |
|
peter
|
2e22b30f16
|
* removed obsolete crtlib code
* support EINTR for read/write to restart the syscall
|
2000-06-30 22:14:03 +00:00 |
|
Jonas Maebe
|
d0b7a84ef6
|
* strpas is again slightly slower, but won't crash anymore if a pchar
is passed to it that starts less than 4 bbytes from the heap end
|
2000-06-30 12:20:20 +00:00 |
|
Jonas Maebe
|
bfe30b974e
|
* some optimizations suggested by Anton Rang in c.s.powerpc.misc
|
2000-06-30 10:32:43 +00:00 |
|
sg
|
e9d1212ea8
|
* Implemented TObject.FieldAddress
|
2000-06-29 16:32:50 +00:00 |
|
sg
|
d43360d5d6
|
* Bugfix for SetAStrProp (reference counter hasn't been increased)
* Implemented GetInt64Prop
|
2000-06-29 08:47:13 +00:00 |
|
Jonas Maebe
|
fdd1947370
|
* optimized several routines
+ implemented do_contains_sets
|
2000-06-29 08:42:03 +00:00 |
|
michael
|
8321fe29ab
|
+ Added ddecallack
|
2000-06-29 06:46:37 +00:00 |
|
Jonas Maebe
|
131fbc03c5
|
* inital version, everything not yet implemented
|
2000-06-28 13:43:29 +00:00 |
|