michael
478b404136
+ Small fixes to assign and add
1998-11-04 15:39:44 +00:00
michael
d6c1e881ae
Error handling always with exceptions
1998-11-04 14:36:29 +00:00
peter
bee09ce299
* exceptions work
1998-11-04 10:46:41 +00:00
peter
5727090134
* ansistring fixes
1998-11-04 10:20:48 +00:00
peter
7469443729
+ xorl ebp,ebp to indicate end of backtrace
1998-11-04 10:16:25 +00:00
peter
ee3681a9d6
* don't use getmem in startup (necessary for heaptrc)
1998-11-04 10:15:54 +00:00
peter
4efed8108e
* fixes to compile
1998-11-04 10:15:12 +00:00
peter
b849ea0630
- obsolete
1998-11-04 10:14:32 +00:00
peter
de4cf49059
* ansistring fixes
1998-11-04 10:11:36 +00:00
Jonas Maebe
63d4c1f2a1
* "call x;jmp y" optimization not done anymore for P6 and equivalents
...
* made FPU optimizations simpler and more effective
1998-11-03 16:26:09 +00:00
peter
78990962b5
* don't check for endif if error
1998-11-03 11:35:02 +00:00
peter
436274abfc
+ search_unit arg to only search for sources
1998-11-03 11:33:11 +00:00
Jonas Maebe
9d9f60c4d6
* fixed bug shown in sortbug program from fpc-devel list
1998-11-02 23:17:49 +00:00
peter
b06aa6c992
+ 175
1998-11-02 23:12:44 +00:00
peter
37badd4383
+ 174
1998-11-02 15:13:27 +00:00
michael
aee61342f5
+ Added format function
1998-11-02 12:53:53 +00:00
michael
5772c2b310
Minimum/maximum functions
1998-11-02 12:52:46 +00:00
michael
9a38bce562
+ Fix for assign of null string
1998-11-02 09:46:12 +00:00
peter
26affab4c5
* packed record
1998-11-01 20:32:25 +00:00
peter
81d5eeca93
* fixed some doserror settings
1998-11-01 20:27:18 +00:00
michael
1ad7cbada4
+ Corrected errors pointed out by Marco van de voort
1998-10-30 22:49:59 +00:00
michael
314127b513
+ Added example 83 for assigned function
1998-10-30 22:48:54 +00:00
carl
26e2e72ad3
* Initial revision ELF start file
1998-10-30 22:45:46 +00:00
michael
869769c502
Fixed assignment of NIL string.
1998-10-30 21:42:48 +00:00
peter
3fcd0a1086
* fixed dispose(destructor) crash when destructor didn't exists
1998-10-30 16:20:22 +00:00
peter
ceb5ab1430
* fixed glob, which did not reset the root
1998-10-30 15:47:11 +00:00
michael
f122915f75
+ Added format in interface
...
+ Some errors in parser fixed, it uses exceptions now
+ Strings now has no more syntax errors.
1998-10-30 14:52:48 +00:00
michael
b531870903
+ Empty implementation of file functions
1998-10-30 14:49:03 +00:00
michael
5433dea58d
+ Implementation of functions by Gertjan Schouten
1998-10-30 14:13:13 +00:00
peter
daecc1a750
* fix for lognunitname and longunit.pas
1998-10-30 12:23:41 +00:00
peter
3fc921dece
* fixed fullwi, which did not check for 1,1
1998-10-30 12:11:51 +00:00
michael
5d55395676
Long options NEED -- as starting char
1998-10-30 09:18:22 +00:00
peter
d52f2bdd94
+ OptSpecifier
1998-10-29 23:06:55 +00:00
Jonas Maebe
286d20463c
+ change "call x; jmp y" to "push y; jmp x" (suggestion from Daniel)
1998-10-29 18:37:55 +00:00
florian
f4bf391b48
+ partial disposing of temp. ansistrings
1998-10-29 15:42:43 +00:00
michael
fba1033a2c
* Fix for fileseek by gertjan schouten
1998-10-29 13:16:19 +00:00
michael
42f43155ff
+ Implementation of tpoint by WYB
1998-10-29 12:47:14 +00:00
florian
7e40231ad7
* some dll support for win32
...
* fixed assembler writing for PalmOS
1998-10-29 11:35:36 +00:00
peter
f5923597a1
* fixed some opsize
1998-10-28 21:34:39 +00:00
Jonas Maebe
0e54f2bc9c
* bugfix in fpu optimizations for single division/substraction
1998-10-28 19:51:15 +00:00
pierre
1dab5a8cf0
* removed some erros after other errors (introduced by useexcept)
...
* stabs works again correctly (for how long !)
1998-10-28 18:26:12 +00:00
pierre
4b59eb6621
* corrected sources so that they execute
1998-10-28 13:34:07 +00:00
Jonas Maebe
88356f2c40
+ no loading of values on the fpu stack if the memory expression can be used
...
inside the next mathematical operation
1998-10-28 12:32:46 +00:00
pierre
73bb1adb34
* some files from bugs directory
1998-10-28 10:06:25 +00:00
pierre
dc28b60b6a
* see readme.txt
1998-10-28 09:52:26 +00:00
peter
ef1e06883e
* argh.. ifndef winnt -> ifdef winnt :(
1998-10-28 00:14:13 +00:00
peter
e06ac8e64f
+ leal procsym,eax is now allowed
...
+ constants are now handled also when starting an expression
+ call *pointer is now allowed
1998-10-28 00:08:45 +00:00
florian
3a46ae8390
+ Initial revision
1998-10-27 15:22:35 +00:00
pierre
93d4d1f228
* update sys_os2 so that it compiles with current RTL
...
(do_isdevice might be wrong !! Daniel could you check this !!)
* fixed makefile (works from go32v2 compiler)
I had to remove library=shared !!
(it tried to use ld with -CD !!)
1998-10-27 15:14:03 +00:00
florian
7a43ffe6cb
+ Is* flags added
...
+ IsLibrary works also
1998-10-27 15:07:16 +00:00