michael
168918c002
+ Fixed wrong unit name.
1999-01-06 14:38:09 +00:00
peter
eb3e1984e6
* fixed str() and made it working
1999-01-06 13:03:39 +00:00
peter
2bec71cd5b
* fixed typo :(
1999-01-06 12:56:01 +00:00
peter
b55566c201
* renamed resource -> comprsrc (conflicted with FV)
1999-01-06 12:39:46 +00:00
florian
8bf6ef4b56
* naming for str(...) routines inserted
...
* don't know what in int64 changed
1999-01-06 12:25:02 +00:00
florian
9920e3ffef
* str(...) for ansi/long and widestrings fixed
1999-01-06 12:23:29 +00:00
daniel
1ae82e5987
* Removed on more handle:=-1 statement
1999-01-06 10:11:06 +00:00
florian
0a8ddd4152
*** empty log message ***
1999-01-05 18:41:05 +00:00
Jonas Maebe
0bcc355213
* don't output inc/dec if cs_check_overflow is on, because inc/dec don't change
...
the carry flag
1999-01-05 17:03:36 +00:00
Jonas Maebe
601c7e4f44
+ bug0196
1999-01-05 12:52:08 +00:00
pierre
75a821d5ce
* suppressed fwaits to avoid FPU not present exceptions
1999-01-05 10:44:59 +00:00
florian
d15d426756
* mainly problem with invalid case ranges fixed (reported by Jonas)
1999-01-05 08:19:59 +00:00
Jonas Maebe
0d51aa650c
+ mov reg, mem1 to mov reg, mem1
...
mov mem2, reg cmp reg, mem2
cmp mem1, reg
# reg released
1999-01-04 22:04:15 +00:00
florian
bd95a2d64e
*** empty log message ***
1999-01-04 13:36:05 +00:00
Jonas Maebe
4f997fddd1
* no fistp/fild optimization for S_IQ (fistq doesn't exist)
1999-01-04 12:58:55 +00:00
peter
decd60caa8
* clean doesn't clean objpasdir anymore
1999-01-04 11:57:45 +00:00
peter
bcecca182a
* 'Use tab characters' now works correctly
...
+ Syntax highlight now acts on File|Save As...
+ Added a new class to syntax highlight: 'hex numbers'.
* There was something very wrong with the palette managment. Now fixed.
+ Added output directory (-FE<xxx>) support to 'Directories' dialog...
* Fixed some possible bugs in Running/Compiling, and the compilation/run
process revised
1999-01-04 11:49:39 +00:00
peter
913d5f2133
* fixed mem decls to use $0:$0
1998-12-30 22:17:59 +00:00
peter
6ee9d913cd
+ farpointer type
...
* absolutesym now also stores if its far
1998-12-30 22:15:45 +00:00
peter
7e775e2708
* if explicit cnv then also handle the ordinal consts direct
1998-12-30 22:13:47 +00:00
peter
f73ad7cb37
* check the amount of paras for Str()
1998-12-30 22:13:13 +00:00
michael
c6cf158f60
+ reoved extra empty environment
1998-12-30 22:10:24 +00:00
michael
09edf66840
Added library syntax
1998-12-30 22:06:10 +00:00
michael
150ba339ac
Added library example
1998-12-30 22:05:41 +00:00
michael
2c476b0d22
+ Added -Sh switch
1998-12-30 22:04:30 +00:00
michael
f8dcfe07b7
Library and ansistring documentation
1998-12-30 22:03:49 +00:00
peter
000336a586
* released valuepara
1998-12-30 13:41:05 +00:00
peter
ba891366d5
* patches from Gabor
1998-12-30 13:38:38 +00:00
peter
20453b1973
- 192
1998-12-30 13:37:21 +00:00
peter
e7b4349a7f
* fix for boolean=true compares
1998-12-30 13:35:35 +00:00
peter
cb4cbe4f2a
* reinserted old version, because daniel skipped 3 versions !!
1998-12-30 10:26:16 +00:00
peter
71f87a0367
* fixed readinifile
1998-12-30 10:25:01 +00:00
peter
ab50e88c7d
* forward search for FPC
1998-12-30 10:16:20 +00:00
Jonas Maebe
64c509adb8
* fixed crash when there are two asm blocks right after each other
1998-12-29 19:58:27 +00:00
Jonas Maebe
8cf4da6d5e
+ optimize pascal code surrounding assembler blocks
1998-12-29 18:48:15 +00:00
peter
adda495d22
* fixed low,high for alloc_global_dos which were wrong
1998-12-28 23:43:30 +00:00
peter
f63f6629a2
* clean target fix, theres no objpas dir to clean anymore
1998-12-28 23:37:38 +00:00
peter
a1bbee561c
* small fixes for better compatibility
1998-12-28 23:35:14 +00:00
peter
e2904b82a1
* fixes for smartlinking
1998-12-28 23:30:11 +00:00
peter
c7637424cf
+ resource file handling ($R directive) for Win32
1998-12-28 23:26:14 +00:00
peter
f11d46a93e
+ stdout, which is needed when you write something in the system unit
...
to the screen. Like the runtime error
1998-12-28 15:50:42 +00:00
peter
88599f754f
* no it table necessary if no asm parser is used
1998-12-28 15:49:03 +00:00
peter
9788af7f08
+ Added user screen support, display & window
...
+ Implemented Editor,Mouse Options dialog
+ Added location of .INI and .CFG file
+ Option (INI) file managment implemented (see bottom of Options Menu)
+ Switches updated
+ Run program
1998-12-28 15:47:40 +00:00
peter
7d90cad6c0
* general constant solution. Constant expressions are now almost
...
everywhere allowed and correctly parsed
1998-12-28 15:47:09 +00:00
peter
cca4b5a413
* use V_Error
...
* set status.verbosity
1998-12-28 15:44:59 +00:00
michael
3d3d90a39a
All objects andmethods documented
1998-12-28 14:08:57 +00:00
michael
0ac151de17
+ Documented more objects
1998-12-27 23:35:57 +00:00
michael
3f8dd023d7
+ Converted to new format
1998-12-27 23:35:12 +00:00
peter
e628968eac
+ read/write of constnil
1998-12-26 15:35:44 +00:00
florian
151e5a82cf
+ more changes for the new version
1998-12-26 15:20:28 +00:00