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 |
|
Jonas Maebe
|
8d2b35c5ef
|
* released -dnewmodes
|
2000-06-27 13:37:04 +00:00 |
|
Jonas Maebe
|
900642bee9
|
* disabled libvga_imagesizeproc() because currently the default
getimage and putimage are used (so the default imagesize should
be used too)
|
2000-06-25 13:38:30 +00:00 |
|
Jonas Maebe
|
71184303bd
|
* setviewport was sometimes called with parameters from the previous
active mode, either directly from setgraphmode or from
setbkcolor
|
2000-06-23 19:56:37 +00:00 |
|
Jonas Maebe
|
9aae9228e2
|
* fixed bug in strscan :(
|
2000-06-23 11:13:56 +00:00 |
|
peter
|
618dd3c91c
|
* added tkint64,tkqword constants
|
2000-06-22 20:04:07 +00:00 |
|
peter
|
2260192c30
|
* qword,int64 rtti support basics
|
2000-06-22 20:02:51 +00:00 |
|
peter
|
aae7c24beb
|
* moved islibrary,isconsole,ismulithread to systemh as they are
os independent
|
2000-06-22 18:39:14 +00:00 |
|
peter
|
6f23dbf6c6
|
* removed unused vars
|
2000-06-22 18:37:49 +00:00 |
|
peter
|
57c538267c
|
* removed notes
|
2000-06-22 18:36:18 +00:00 |
|
michael
|
bc8a454afd
|
+ Modifications for exception support in sysutils. Mainly added
RaiseList function.
|
2000-06-22 18:05:56 +00:00 |
|
michael
|
b5ed343973
|
+ Added ExceptObject, ExceptAddr,ExceptionErrorMessage
ShowException Abort; OutOfMemoryError; Beep;
|
2000-06-22 18:05:18 +00:00 |
|
Tomas Hajny
|
36216f2411
|
- useless - empty
|
2000-06-22 17:55:35 +00:00 |
|
Tomas Hajny
|
7b61aebb59
|
- useless - empty
|
2000-06-22 17:28:40 +00:00 |
|
Tomas Hajny
|
330e155c08
|
* cardinal redefinition removed
|
2000-06-22 17:26:16 +00:00 |
|
Tomas Hajny
|
6454e6d7d9
|
- useless now
|
2000-06-22 17:17:32 +00:00 |
|
Tomas Hajny
|
e926a64732
|
* translated to English
|
2000-06-22 17:13:11 +00:00 |
|
Tomas Hajny
|
022512a61d
|
- doesn't work as it is
|
2000-06-22 17:00:04 +00:00 |
|
sg
|
5dbe89f57e
|
* Fixed a small typo in my previous update
|
2000-06-22 15:31:09 +00:00 |
|
sg
|
d6ec03b275
|
* Added prototypes for GetInt64Prop and SetInt64Prop
* Added constants "BooleanIdents" and "DotSep"
|
2000-06-22 15:29:31 +00:00 |
|
pierre
|
9fd7ba963e
|
* no bufpos reset on flush for fminput
|
2000-06-21 22:27:50 +00:00 |
|
pierre
|
989024b293
|
* use ioctlsocket in fdRead
|
2000-06-21 22:26:47 +00:00 |
|
pierre
|
4fa1eae43b
|
* link smart and FIXXX const corrected
|
2000-06-21 22:26:08 +00:00 |
|
pierre
|
c518e56b09
|
* wrong overloads removed
|
2000-06-20 10:09:21 +00:00 |
|
Jonas Maebe
|
532a344a09
|
* crtread didn't set f.bufpos back to 0, so it failed if that wasn't
already the case on entry
* crtread now makes sure it doesn't try to read mode characters than
what fits in the read buffer
|
2000-06-20 08:52:16 +00:00 |
|
michael
|
9fee5cffce
|
+ Corrected GetSocketOptions
|
2000-06-19 13:31:46 +00:00 |
|
Jonas Maebe
|
206ea5435c
|
* fixed newHighMode constant
|
2000-06-19 08:57:52 +00:00 |
|
carl
|
35c60dfa09
|
+ added modes for Atari/Amiga and bit depth also
|
2000-06-19 01:18:49 +00:00 |
|
carl
|
4f6d5d6715
|
* bugfix of comments with tp.
+ Added Amiga/Atari graphics modes
|
2000-06-19 01:18:19 +00:00 |
|
peter
|
d87a8dd637
|
* detectmode between ifdef
|
2000-06-18 18:41:18 +00:00 |
|
Tomas Hajny
|
bc08a4e2bd
|
* cdecl added
|
2000-06-18 18:37:17 +00:00 |
|
Tomas Hajny
|
298925a7f5
|
* necessary $I- added
|
2000-06-18 18:34:28 +00:00 |
|
peter
|
5efba7fdae
|
* fixed decodetime which used trunc instead of round
|
2000-06-18 18:02:54 +00:00 |
|
Jonas Maebe
|
c0910ded8c
|
* changed maxint -> maxsmallint (range error because of objpas mod
somewhere)
|
2000-06-18 14:59:39 +00:00 |
|
Jonas Maebe
|
2d01b922b6
|
* release memory of newmodeinfo in graphexitproc
|
2000-06-18 08:11:53 +00:00 |
|
Jonas Maebe
|
6cb27b64e6
|
+ added missing detectMode stuff for -dnewmodes
|
2000-06-18 06:11:20 +00:00 |
|
Jonas Maebe
|
27186c9639
|
* new platform independent mode handling (between -dnewmodes)
|
2000-06-17 19:09:22 +00:00 |
|
sg
|
c5885249c7
|
* Added serial unit
|
2000-06-17 11:36:21 +00:00 |
|