peter
ddb0882789
* fixed reallocmem with a block at the end of an allocated memoryblock,
...
had to introduce a flag for such blocks.
* flags are now stored in the first 4 bits instead of the highest bit,
this could be done because the sizes of block are always >= 16
1999-11-14 21:34:21 +00:00
peter
f6939b9307
* fixes to get it working without crashes
1999-11-14 21:32:55 +00:00
michael
9a1b20ea20
+ Added ex59
1999-11-14 20:01:36 +00:00
michael
b5560c1fbe
+ Added pause and alarm, now all examples use FPCExample
1999-11-14 20:01:04 +00:00
michael
7761b7ac35
+ Initial implementation
1999-11-14 19:26:17 +00:00
peter
8d0b0aa3fe
* obsolete
1999-11-14 16:01:41 +00:00
peter
0ba28348ff
* fpcmake'd
1999-11-14 15:59:05 +00:00
peter
8cbc068314
* fixed crash with an errordef
1999-11-14 15:57:35 +00:00
peter
2537225035
* fixed stringqueue.delete
1999-11-14 15:56:36 +00:00
peter
dd588ce47b
* removed makefile.fpc
...
* use Makefile.fpc for the top Makefile
1999-11-14 15:55:07 +00:00
peter
46ae55d3cd
* makefile.fpc note
1999-11-14 15:54:26 +00:00
peter
d007f04fa6
+ clean targets
1999-11-14 15:54:21 +00:00
Jonas Maebe
404ca4568d
+ basic register renaming (not yet working completely, between
...
-dreplacereg/-dreplaceregdebug)
1999-11-14 11:26:53 +00:00
Jonas Maebe
dce0f2cd38
* fixed stupid typo in previous commit :(
1999-11-14 11:25:38 +00:00
michael
068566371d
+ Added Pause() and alarm()
1999-11-14 11:11:15 +00:00
Jonas Maebe
9ffa216681
* don't remove align objects between JMP's and labels
1999-11-13 19:03:56 +00:00
Jonas Maebe
0a2e7859d2
* Jcc doesn't destroy anything (instead of everyting)
...
* MOVcc reads op1, writes op2 and raads from the flags
1999-11-13 19:03:16 +00:00
Jonas Maebe
194c612b07
* div, idiv and mul destroy edx!!
1999-11-13 19:01:51 +00:00
michael
35291cd4b2
+ Added append() insert() tested append. Datetime as string works now
1999-11-12 22:53:32 +00:00
michael
c68cf725c6
New error message file from Michael Baikov
1999-11-12 22:52:13 +00:00
sg
f9aff18868
* Added check if visual is NIL (=error...)
...
* Prints resolution on terminal (because GGI will use an unknown default mode)
1999-11-12 18:51:24 +00:00
sg
0c5835d112
* Fixed some typos
1999-11-12 18:48:59 +00:00
sg
bbaaa42d30
* Fixed a small typo...
1999-11-12 18:47:34 +00:00
peter
e169c592f8
* searchpaths changed to stringqueue object
1999-11-12 11:03:49 +00:00
carl
4d3b187b4c
* Bugfix if getimage / putimage, format was not standard with FPC
...
graph.
1999-11-12 02:13:01 +00:00
florian
254c43d6b7
* the writing of the default font was wrong when doing scaling:
...
the last colunm/row wasn't drawn
1999-11-11 22:29:21 +00:00
sg
02329a97bc
* fixed severe bug: change by ? in dup2 (flushing) resulted in broken
...
AssignStream functions
1999-11-11 19:43:49 +00:00
florian
3839c77a58
* the size was calculated wrong by imagesize
1999-11-11 17:55:07 +00:00
michael
056d6d2716
+ Added Checks for all simple field types.
...
+ Initial implementation of Insert/Append
1999-11-11 17:31:09 +00:00
florian
2c4cddd82d
* better looking font
1999-11-11 14:07:14 +00:00
florian
4afe39a273
+ support font loaded from BIOS
1999-11-11 14:05:21 +00:00
pierre
ff38b7943a
* Enum element reference location corrected
1999-11-11 00:56:54 +00:00
pierre
5d19ad7dc7
* tabulation problem and -dGDB -dBROWSERCOL added
1999-11-11 00:49:11 +00:00
pierre
e2d9d65a2d
* NEEDOPT=-Sg changed to NEEDOPT+=-Sg
1999-11-11 00:21:09 +00:00
pierre
212431e2fe
* TABS problem
1999-11-11 00:03:18 +00:00
pierre
cd9b0c38d3
* -Sg is needed for IDE with compiler integrated
1999-11-10 23:54:17 +00:00
michael
adb19684e1
+ Fixed sysreallocmem
1999-11-10 22:29:51 +00:00
peter
84ac969e6b
* updated
1999-11-10 22:18:20 +00:00
peter
ba170472db
* fpcmake updated
1999-11-10 22:10:44 +00:00
pierre
325a9c8ba7
* Use fpredir.dosexecute
1999-11-10 17:20:41 +00:00
pierre
d88564f73b
+ Other window for Debuggee code
1999-11-10 17:19:58 +00:00
pierre
5dbf5496c3
* Use DosExecute from Fpredir unit
1999-11-10 17:19:06 +00:00
pierre
8aaf0b8052
+ new console for Win32 or other tty for linux
1999-11-10 17:18:17 +00:00
pierre
970131df84
+ Information box if exit code <> 0 or DosError
1999-11-10 17:17:02 +00:00
pierre
9f5ab0d587
* Win32 screen problems solved
1999-11-10 17:12:00 +00:00
pierre
1f8dd0606f
+ DosExecute to interface
1999-11-10 17:10:59 +00:00
sg
907806396a
* Added to CVS
1999-11-10 14:14:33 +00:00
michael
edfe0a2a7c
+ Added choice for new graph
1999-11-10 12:10:56 +00:00
sg
a32597ec3c
* Fixed a LOT of bugs:
...
* - Default mode should be determined by GGI now
* - Colors are working (only the 16 standard VGA colors, though)
1999-11-10 10:54:24 +00:00
pierre
25c63bf093
* gdb_??? target renamed gdbint_???
1999-11-10 08:54:22 +00:00