Commit Graph

268 Commits

Author SHA1 Message Date
carl
053dded202 * restored working version 1998-07-21 12:06:03 +00:00
michael
5b50aa04b7 + Added clean targets for utils. 1998-07-20 23:42:03 +00:00
michael
8d50f02749 Minimal implementation, make clean should work 1998-07-20 23:41:38 +00:00
michael
bc48fd107d changed sbrk to fc_sbrk, to avoid conflicts with C library. 1998-07-20 23:40:20 +00:00
michael
dd71eb8045 changes for ansistrings 1998-07-20 23:36:56 +00:00
florian
cd56bb15c3 *** empty log message *** 1998-07-20 18:42:51 +00:00
michael
f48664d6d5 + fixed rename. Changed p to p^ 1998-07-19 19:55:32 +00:00
carl
626eb9eb94 * bugfix of palette setting with wrong asm counter
(from Ingemar Ragnemalm)
1998-07-18 21:29:59 +00:00
florian
5e5ca61090 * strlenint type implemented 1998-07-18 17:14:22 +00:00
michael
cb280dfa10 + added connect call for inet sockets 1998-07-16 10:36:45 +00:00
Jonas Maebe
9d1f36f36a * new mouse uni 1998-07-15 16:10:35 +00:00
carl
919a4ee1bb * hmmm... can't remember! :(... 1998-07-15 12:11:59 +00:00
carl
a42e3653dc + first working version 1998-07-15 12:10:48 +00:00
carl
44820af8cb * would not compile under FPC v0.99.5 1998-07-15 12:09:35 +00:00
carl
41250c8861 + Atari TOS support 1998-07-15 12:08:33 +00:00
carl
20bf8f4de5 + paramstr and paramcount implemented 1998-07-14 12:12:05 +00:00
carl
527988accd + added log at the end
* exec now works correctly
1998-07-14 12:09:59 +00:00
florian
ba57d2813b * some problems with ansi string support fixed 1998-07-13 21:19:07 +00:00
carl
1b9ffe21b8 + Error2InoutRes implemented
* do_read was doing a wrong os call!
  * do_open was not pushing the right values
  * DosDir was pushing the wrong params on the stack
  * do_close would never works, was pushing a longint instead of word
1998-07-13 12:34:13 +00:00
carl
5bac56f11c * do_truncate works, some cleanup 1998-07-13 12:32:18 +00:00
carl
09451d2805 * bugfix of FileOpen, on error would not return zero 1998-07-13 12:31:40 +00:00
carl
27bbe627c1 * window now works
* bugfix of keypressed and readkey
1998-07-13 12:30:47 +00:00
carl
fa7f6a40ca + Fidndxxx/Exec/GetEnv(nils)/xxxfAttr/DosVersion implemented 1998-07-13 12:27:08 +00:00
peter
702043e165 * support_fixed, becuase fixed is not 100% yet for the m68k 1998-07-10 11:02:38 +00:00
carl
552737ab67 * several bugfixes by Nils Sjoholm 1998-07-09 17:39:40 +00:00
carl
a2cb040436 + working revision 1998-07-09 11:55:49 +00:00
carl
52b20dbba5 + implemented do_truncate 1998-07-09 11:54:57 +00:00
carl
17edd9acaf + windmax is correctly initialized 1998-07-09 11:53:42 +00:00
daniel
bcb942b1dc + Added moucalls and viocalls written by Tomas Hajny.
+ Final routines in doscalls implemented.
* Fixed bugs in dos.pas.
* Changed some old $ifdef FPK into $ifdef FPC.
- Removed go32 stuff from dos.pas.
- Removed '/' to '\' translation from system unit - EMX does this
automatically.
1998-07-08 14:44:08 +00:00
peter
f61c64bd1e * packed records 1998-07-08 12:33:26 +00:00
carl
a375e73795 + first version (not fully working yet) 1998-07-08 12:03:35 +00:00
carl
38e463fddc * make it compiler under fpc v0995 1998-07-08 12:02:19 +00:00
carl
4b8d030e14 * fixed problem with m68k asm syntax
* i386_att put back in, and only in cpu86 defined
1998-07-08 12:00:25 +00:00
carl
4f8884b466 * randon and Random(l) now work correctly - don't touch it works! 1998-07-08 11:56:55 +00:00
carl
df00344700 + reinstated hepasize function
* renamed HEAPSIZE global var to HEAP_SIZE to remove conflicts
1998-07-08 11:54:40 +00:00
michael
59456d7671 + Initial implementation, donated by Hans Lunsing 1998-07-08 07:40:16 +00:00
carl
72c44ae5a0 * make it compiler for win32 and m68k 1998-07-07 13:29:48 +00:00
carl
cd95f7a510 + First version 1998-07-07 12:38:46 +00:00
carl
fac56c6baf * correct mapping of error codes for TP compatibility
+ implemented stack checking in ifdef dummy
1998-07-07 12:37:28 +00:00
carl
0e28a46c7c * added 2k buffer for stack checking for correct io on error 1998-07-07 12:33:08 +00:00
carl
797f6c4b35 * 2k buffer for stack shecking to permimt correct io 1998-07-07 12:30:20 +00:00
carl
5dd7e8561a * now compiles under fpc v0.99.5, so don't modify!!!! 1998-07-07 12:26:42 +00:00
carl
0af81ffc6b * compiles under fpc v0995, don't modify now now! :) 1998-07-07 12:25:20 +00:00
michael
477a174399 Added length checking for string reading 1998-07-06 15:56:43 +00:00
carl
c76f66e7f1 * Standard handles are never closed on the Amiga. 1998-07-06 15:08:54 +00:00
michael
bb21590124 + Added Public,Alias directives for some calls 1998-07-06 14:29:08 +00:00
michael
236a77964f + Fixed bug with stream creation flags 1998-07-06 12:40:59 +00:00
carl
322d273f31 + first version for amiga of printer unit by Nils Sjoholm 1998-07-06 12:39:27 +00:00
carl
a5243e665e * Glurbl.... now work perfectly! Do not change :) 1998-07-06 12:26:19 +00:00
peter
e5557711dc * fixes for window (from "Heinz Ziegenhorn" <info@ziegenhorn.de>) 1998-07-04 11:17:18 +00:00