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
michael
6d705a3ca4
+ Improved typesetting of listings
2000-06-15 20:04:04 +00:00
pierre
54e0870303
* fix for bug #969 : missing DDE functions
2000-06-15 19:56:12 +00:00
michael
99f05e1120
+ Cosmetic changes
2000-06-15 19:16:11 +00:00
michael
c4c93e0cd0
+ Final changes for documentation
2000-06-15 19:05:55 +00:00
peter
0d58e53bfc
* first look for ppu in cwd and outputpath and after that for source
...
in cwd
* fixpath() for not linux makes path now lowercase so comparing paths
with different cases (sometimes a drive letter could be
uppercased) gives the expected results
* sources_checked flag if there was already a full search for sources
which aren't found, so another scan isn't done when checking for the
sources only when recompile is needed
2000-06-15 18:10:11 +00:00
peter
8b92303745
* fix constant parsing which gave an error when constants were used
2000-06-15 18:07:07 +00:00
michael
dd9ff4e6ea
+ All messages translated again
2000-06-15 17:54:46 +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
e62631e6cb
+ Initial implementation
2000-06-15 06:21:35 +00:00
michael
5910806f36
Corrected TGpmEvent
2000-06-15 06:17:35 +00:00
michael
76f737f0ba
+ Initial chapter on libraries
2000-06-14 21:10:09 +00:00
michael
984784374a
+ Initial implementation
2000-06-14 21:09:21 +00:00
michael
59ba2f82cf
+ Added gpm units, and corrected L2H options
2000-06-14 19:38:43 +00:00
michael
393b4869cb
+ New version of listings and bookmarks back on
2000-06-14 19:37:31 +00:00
michael
56b8bb88c6
+ Added gpm chapter
2000-06-14 19:37:03 +00:00
peter
04f409f667
* removed more var stuff which is now in redef
2000-06-14 19:24:58 +00:00
peter
4fb3659261
* test for TYPE in intel assembler
2000-06-14 19:05:33 +00:00
peter
11e4a9a22d
* added need_dollar msg
2000-06-14 19:04:09 +00:00
peter
6eb5381eb4
* fixed TYPE with records and fields
...
* added TYPE support for ATT reader else it wouldn't be possible to
get the size of a type/variable
2000-06-14 19:02:41 +00:00
peter
43b224b136
* rename the result of a function to hide it instead of using setname
2000-06-14 19:00:58 +00:00
peter
8c272919f0
* test with procvar and procdirective
2000-06-14 16:53:58 +00:00
peter
471d004bc3
* new inherited; test
2000-06-14 16:53:19 +00:00