sg
77a54d08b3
* First public version
2000-06-17 11:35:03 +00:00
sg
9475e81082
* The string translation is now deactivated by default on all platforms.
2000-06-17 11:16:07 +00:00
sg
de9fead4bd
* The text functions can now convert the character sets of the given
...
strings. By default, for GO32V2 there is no conversion, and for all
other platforms the strings are converted from ANSI to DOS-ASCII.
2000-06-16 17:06:08 +00:00
pierre
bf1989d01d
* string line problems fixed
2000-06-16 14:30:16 +00:00
pierre
d91b15f817
* GetFullPathName was wrong
2000-06-16 13:35:07 +00:00
pierre
54e0870303
* fix for bug #969 : missing DDE functions
2000-06-15 19:56:12 +00:00
pierre
92fd826876
* avoid lines longer than 255 chars
...
+ add smartlink on by default, if not version 0.99.14
* some functions not present in win95 DLL's are now only inserted if
smartlink is on.
2000-06-15 11:26:57 +00:00
michael
5910806f36
Corrected TGpmEvent
2000-06-15 06:17:35 +00:00
peter
04f409f667
* removed more var stuff which is now in redef
2000-06-14 19:24:58 +00:00
michael
b319315b4c
+ Fixed all constants so they match compiler defined constants
2000-06-14 08:52:05 +00:00
Jonas Maebe
771e0b2ed3
* newly generated from makefile.fpc
2000-06-13 13:58:34 +00:00
peter
11b7cb5637
* removed some declares which don't exists in dll
2000-06-12 19:54:25 +00:00
peter
91592c2c11
* change .align to .balign
2000-06-12 19:53:32 +00:00
Tomas Hajny
3f72e6ea7d
* little mistyping in SetFileSize
2000-06-12 17:26:29 +00:00
Jonas Maebe
e714b0e188
* fixed typo :(
2000-06-12 13:17:56 +00:00
Jonas Maebe
93f4c7a312
* new fixed and faster strpas (previous version only returned the first
...
254 chars when the pchar was aligned on a 4 byte boundary and was >=
255 chars)
2000-06-12 08:33:26 +00:00
Jonas Maebe
9cf6b9f89d
* much faster strcopy and strscan procedures
2000-06-11 14:25:23 +00:00
Tomas Hajny
f0f4a1d74e
* error handling and sharing corrected
2000-06-11 09:47:57 +00:00
peter
41fce946a7
+ TSysCharSet
2000-06-11 07:07:23 +00:00
peter
3faa571532
* Windows unit has now more Delphi compatibile functions
...
* placed the external functions only in the interface
2000-06-11 07:04:58 +00:00
peter
b4c4d9d1a3
* UniqueAnsiString -> UniqueString for Delphi compatibility
2000-06-11 07:02:30 +00:00
Jonas Maebe
2689404afd
* fixed web bug #983 (array name wasn't skipped in add/decref)
2000-06-07 08:55:30 +00:00
Jonas Maebe
c246def634
* always set SetupLinear to false at the start of the routine (there
...
were some "exit" statements which returned without the function
result being set otherwise)
2000-06-07 07:41:44 +00:00
Jonas Maebe
7a5240c730
* calling a graph function when initgraph is not yet called now prints
...
a nice error message instead of giving a Run Time Error
2000-06-07 07:33:42 +00:00
Tomas Hajny
786681b1c6
* moving file ptr to the end in SetFileSize
2000-06-06 17:10:36 +00:00
Jonas Maebe
26a4cac9e9
* fixed linefeed problem with new crtread (I wrote #13 instead of #10 to
...
the screen, causing the cursor to jump to the start of the current
line instead of to the next line)
2000-06-06 13:51:18 +00:00
sg
ab65042172
* Implemented "Sound" and "NoSound". Please notice that these normally only
...
work on Linux textmode console, as the sound is created using special
Linux terminal IOCTLs.
2000-06-06 08:22:41 +00:00
Tomas Hajny
1809cb033f
* handle number check added to FileClose
2000-06-05 18:57:38 +00:00
Tomas Hajny
aa7e3215ee
* another SetFileSize correction
2000-06-05 18:55:54 +00:00
Tomas Hajny
85c76dc528
* FileHandleCount handling for OS/2 added
2000-06-05 18:53:30 +00:00
Tomas Hajny
0baf0745bc
* SetDate, SetTime corrected
2000-06-05 18:50:55 +00:00
pierre
72c8dbfa43
* StabOfs for OS2 changed, hopefully correct now
2000-06-05 13:04:11 +00:00
Jonas Maebe
1c09fb3848
* in readkey, check if keypresses are waiting using sysKeyPressed instead
...
of simply checking if there are keys left in the ttyRecvChar buffer
* CrtRead supports the backspace key when reading from a TTY.
NOTE: you have to use ReadKey or ttyRecvChar in crtRead, because it's
possible that when CrtRead starts, there are already keys waiting in
the ttyRecvChar buffer which would be missed using an fdRead!
2000-06-05 08:35:28 +00:00
pierre
26e15a2e1d
* some typo corrected !
2000-06-05 06:20:44 +00:00
Tomas Hajny
a05ba0f12a
* another bunch of corrections
2000-06-04 15:04:22 +00:00
Tomas Hajny
34b92b0d17
* asmmode fixed
2000-06-04 14:23:18 +00:00
Tomas Hajny
d475c74187
* FileSeek parameter name changed
2000-06-04 14:22:26 +00:00
Tomas Hajny
4de16b7014
* minor corrections
2000-06-04 14:22:02 +00:00
Tomas Hajny
86db440f1f
* FileGetDate returns -1 on error, FileSeek parameter name changed
2000-06-04 14:19:04 +00:00
Tomas Hajny
d73a838c21
* SetFileSize fixed
2000-06-04 14:17:28 +00:00
Tomas Hajny
a1064939f4
* parameter name change in FileSeek
2000-06-04 14:16:54 +00:00
Tomas Hajny
89a79fa97b
* FileHandleCount decreased upon unsuccessful increase attempt
2000-06-04 14:14:10 +00:00
Tomas Hajny
a1838b09bb
* do_truncate corrected, do_open might work under W9x now
2000-06-04 14:14:01 +00:00
Jonas Maebe
8a114ce37e
* fixed webbug 978
2000-06-04 13:49:57 +00:00
peter
d16e01cee8
* regenerated for libfullname
2000-06-02 20:12:42 +00:00
marco
9a4a837f04
* added some constants for getsocketoptions under a linux define.
...
Allows server example to work ok.
2000-06-02 17:30:43 +00:00
Tomas Hajny
9b8162972f
* warning about SetDate added (TODO)
2000-06-01 18:38:46 +00:00
Tomas Hajny
8a68f96c56
* FileGetDate added
2000-06-01 18:36:50 +00:00
peter
b76e3e3e91
* library support including symlink of .so to .so.1.0
2000-06-01 12:35:03 +00:00
marco
03209882e6
* fixed in line 164 pointer(@buf) to buf
2000-05-30 06:45:53 +00:00