Commit Graph

625 Commits

Author SHA1 Message Date
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
michael
d5d8c510eb Const ansistrings are not copied. 1998-07-20 23:35:50 +00:00
florian
e770d0b0d2 * hex constants in numeric char (#$54#$43 ...) are now allowed
* there was a bug in record_var_dec which prevents the used
    of nested variant records (for example drivers.tevent of tv)
1998-07-20 22:17:15 +00:00
florian
cd56bb15c3 *** empty log message *** 1998-07-20 18:42:51 +00:00
florian
a824e04fc5 * handling of ansi string constants should now work 1998-07-20 18:40:10 +00:00
florian
814ae50075 * better ansi string assignement 1998-07-20 10:23:00 +00:00
michael
f48664d6d5 + fixed rename. Changed p to p^ 1998-07-19 19:55:32 +00:00
florian
206549900f * some ansi/wide/longstring support fixed:
o parameter passing
     o returning as result from functions
1998-07-18 22:54:23 +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
florian
ce8b39ae1f + ansi string constants fixed
+ switch $H partial implemented
1998-07-18 17:11:07 +00:00
michael
c635ab47c7 + applied some changes by carl. 1998-07-17 10:04:17 +00:00
michael
35c2815722 + sorted entries 1998-07-16 17:48:19 +00:00
michael
8fd5dde94c + added pfinger example 1998-07-16 17:47:01 +00:00
michael
07965238fa * sorted entries 1998-07-16 13:27:04 +00:00
michael
961cfd5050 added constants and variables section 1998-07-16 13:26:33 +00:00
michael
cb280dfa10 + added connect call for inet sockets 1998-07-16 10:36:45 +00:00
michael
2b7cd8c715 + complete redesign from Jonas 1998-07-16 09:08:56 +00:00
michael
b4cdf24729 + IOPerm call added 1998-07-16 09:08:07 +00:00
michael
db44daeebe * removed stray bracket 1998-07-16 09:07:14 +00:00
michael
d37cd345aa + updated config file info 1998-07-16 09:06:20 +00:00
michael
53c07e6516 + initial implemenation 1998-07-16 09:04:59 +00:00
pierre
31ff347814 * small bug correction due to newinput
(only with tempdebug conditionnal)
1998-07-16 08:01:42 +00:00
Jonas Maebe
f09128a3ec * fixed bug that caused the stackframe never to be omitted 1998-07-15 16:41:01 +00:00
Jonas Maebe
9d1f36f36a * new mouse uni 1998-07-15 16:10:35 +00:00
Jonas Maebe
6d4bdf4e02 * fixed bug that caused the stackframe never to be omitted 1998-07-15 16:06:44 +00:00
Jonas Maebe
879b7d0288 * change "pop reg/push reg to "mov (%esp), reg" with -Ox, remove otherwise 1998-07-15 16:06:00 +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
peter
c9715847f6 * updated messages file 1998-07-14 21:46:38 +00:00
peter
28f036c698 + support for with p^do constructs 1998-07-14 21:38:13 +00:00
peter
4b6ca45e6b * fixed packrecords as discussed at the alias 1998-07-14 21:37:24 +00:00
peter
1bffd4e290 * released NEWINPUT 1998-07-14 14:46:36 +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
florian
0912889c24 * changed to compile with TP 1998-07-13 21:17:38 +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
peter
2cd0720f62 * m68k updates 1998-07-10 10:50:54 +00:00
peter
889203c8ba * fixed realnumber scanning
* [] after asmblock was not uppercased anymore
1998-07-10 10:48:40 +00:00
pierre
b79c82a255 * Just the N_FNAME to N_FUN substitution for stabs of functions
thanks again Daniel !!
1998-07-10 08:31:38 +00:00
peter
5e5e2fd78d * fixed ttypesym bug finally
* fileinfo in the symtable and better using for unused vars
1998-07-09 23:59:59 +00:00