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 |
|
pierre
|
ee9d8f5248
|
* smart link is default on win32
|
2000-06-19 19:57:19 +00:00 |
|
pierre
|
dc05338a37
|
* small error fix
|
2000-06-19 19:56:43 +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
|
724ce958af
|
* fixed pchar<->[string,chararray] operations
|
2000-06-18 19:41:19 +00:00 |
|
peter
|
fdb8555bdb
|
* fixed + record.field expressions
|
2000-06-18 19:09:30 +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 |
|
Tomas Hajny
|
f6bcd5c791
|
+ archive validity checking, progress indicator, better error checking
|
2000-06-18 18:27:32 +00:00 |
|
peter
|
a2aca573f4
|
* don't allow enum assignments in tp/delphi mode
|
2000-06-18 18:16:38 +00:00 |
|
peter
|
6530ab39a8
|
* only replace the $1,$2,$3 once, so it doesn't loop when the
value to replace with contains $1,$2 or $3
|
2000-06-18 18:14:21 +00:00 |
|
peter
|
1b53fa6f8a
|
* removed unused var
|
2000-06-18 18:13:12 +00:00 |
|
peter
|
b71b416cd1
|
* support overload keyword
|
2000-06-18 18:12:40 +00:00 |
|
peter
|
d55672bd95
|
* C record packing fixed to also check first entry of the record
if bigger than the recordalignment itself
* variant record alignment uses alignment per variant and saves the
highest alignment value
|
2000-06-18 18:11:32 +00:00 |
|
peter
|
9fc6896bf9
|
* empty ansistring now use constant value of 0
|
2000-06-18 18:09:31 +00:00 |
|
peter
|
6fa1a1bae0
|
* use new illegal_char method
|
2000-06-18 18:07:06 +00:00 |
|
peter
|
efa4fa2ce4
|
* delphi tests from Thomas mail
|
2000-06-18 18:06:35 +00:00 |
|
peter
|
2b1d92cb5c
|
* no binary value reading with % if not fpc mode
* extended illegal char message with the char itself (Delphi like)
|
2000-06-18 18:05:54 +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
|
a68332baec
|
* Updated
|
2000-06-17 17:15:57 +00:00 |
|
sg
|
c5885249c7
|
* Added serial unit
|
2000-06-17 11:36:21 +00:00 |
|
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 |
|
pierre
|
e7a7ff7cc0
|
* Use Open instead of OpenSearch if OpenFileName is empty
|
2000-06-16 21:19:41 +00:00 |
|
pierre
|
93df901fb9
|
+ get again a warning if a line of opened source is too long
|
2000-06-16 21:18:42 +00:00 |
|
pierre
|
cb677f3002
|
+ TCustoCodeEditorCore.GetChangedLine
|
2000-06-16 21:17:39 +00:00 |
|
pierre
|
d9e147acee
|
* allow to read until 255 chars per line
|
2000-06-16 21:16:41 +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
|
897374c48c
|
* accord to new WriteConsoleOuput declarations
|
2000-06-16 15:00:20 +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
|
3dac495249
|
* new files from Gabor
|
2000-06-16 09:30:01 +00:00 |
|
pierre
|
bda6de53fa
|
+ new bunch of Gabor's changes
|
2000-06-16 08:50:39 +00:00 |
|
pierre
|
fc2326a5dc
|
*Gabor's changes
|
2000-06-16 06:08:44 +00:00 |
|
pierre
|
c02fc1e683
|
* wrong fpcmake.ini corrected
|
2000-06-15 20:46:02 +00:00 |
|
pierre
|
eee9b4b350
|
* avoid RTE 211 on Ctrl K W
|
2000-06-15 20:29:45 +00:00 |
|
pierre
|
b5ac159ce9
|
* fix the windows unit import problem by forcing smart linking for win32
|
2000-06-15 20:26:51 +00:00 |
|
michael
|
b6f46c2598
|
+ Initial implementation
|
2000-06-15 20:22:57 +00:00 |
|
michael
|
c0994cb17c
|
+ Added examples
|
2000-06-15 20:08:22 +00:00 |
|
michael
|
f3ee8d8432
|
+ Cosmetic changes
|
2000-06-15 20:05:56 +00:00 |
|
michael
|
b0dfc46f1a
|
+ Improved chapter on using libraries
|
2000-06-15 20:04:49 +00:00 |
|