Commit Graph

71838 Commits

Author SHA1 Message Date
michael
941a4fe391 fixed bugs no rewrite/reset for pipes 1998-04-04 17:05:05 +00:00
carl
9349ee6df6 * bugfix of crash with ins_cache and popfd
* bugfix of pushfd typo mistake in att output
  + added setc, and setnc
1998-04-04 05:29:57 +00:00
daniel
3a646a9b73 * Fixed heap allocation for OS/2. 1998-04-03 09:51:00 +00:00
carl
c81220a2f2 + added bug #124 1998-04-02 03:01:15 +00:00
carl
7538fd49d4 + bug with Rintel 1998-04-02 03:00:37 +00:00
carl
231ce70452 *** empty log message *** 1998-04-02 03:00:08 +00:00
carl
be9a849b45 + modified 1998-04-02 02:57:36 +00:00
carl
fd838487e0 * bug with -Rintel switch.... 1998-04-02 02:57:02 +00:00
florian
1e8aae96db *** empty log message *** 1998-04-01 11:38:23 +00:00
florian
96d47eb00d + bug0123 1998-04-01 10:59:41 +00:00
florian
f9417a5966 + just the initial revision 1998-04-01 10:57:25 +00:00
peter
86089b3ab4 * rpm fixed for buttons 1998-03-31 19:59:25 +00:00
daniel
274d8885d3 * Replaced 'mod 8' with 'and 7'. Generates more efficient code. 1998-03-31 19:01:41 +00:00
florian
f0548b50a8 * fix of out (intel syntax) applied 1998-03-31 15:21:00 +00:00
michael
5f42622327 + Corrected version number 1998-03-31 14:23:39 +00:00
florian
c27bf450a8 * version to 0.99.5 changed 1998-03-31 13:17:54 +00:00
michael
e664074276 + Initial implementation 1998-03-31 11:12:40 +00:00
michael
407c541dc3 + Initial implementation 1998-03-31 10:23:04 +00:00
florian
8ac67941b8 * exit message removed 1998-03-31 10:18:55 +00:00
pierre
598c13fdb5 * target dos to target go32v1 for cfg file 1998-03-31 09:49:20 +00:00
pierre
c03205a259 * long command line problem solved 1998-03-31 09:48:38 +00:00
pierre
45b84c9eb0 * command line length problem solved 1998-03-31 09:42:52 +00:00
pierre
a56d50dfa0 * make under go32v2 does
not accept too long command line args
1998-03-31 09:41:59 +00:00
florian
5340ca9baa * adapted to 0.99.5 1998-03-31 09:32:24 +00:00
florian
6af4e9e9ce * does max. optimizations per default 1998-03-31 09:31:55 +00:00
michael
3edd8f8ad3 + fixed permissions on install 1998-03-31 08:44:15 +00:00
michael
0fdd9b4bd8 + Upgraded version number to 0.99.5 1998-03-31 08:11:07 +00:00
florian
5df76b0720 + seg* added 1998-03-30 21:49:12 +00:00
peter
466c791b5d * cleanup (make -C)
+ rtl/units/dumpppu, ppumove, h2pas
1998-03-30 18:31:00 +00:00
michael
071ce784ef + New version for release 1998-03-30 16:01:34 +00:00
florian
8cd85667a7 * last changes before release:
- gdb fixed
     - ratti386 warning removed (about unset function result)
1998-03-30 15:53:01 +00:00
peter
7fda0e527b + bug #122 1998-03-30 12:09:06 +00:00
michael
f347826099 Changed name to fpc 1998-03-30 10:27:25 +00:00
michael
8ee1f2fa32 + make cycle again does remake3 1998-03-30 10:15:35 +00:00
michael
bd3ea9fdcb + fix for library support. 1998-03-30 09:50:49 +00:00
florian
8cb9f5ea5b * aopt386 compiles with TP
* correct line number is displayed, if a #0 is in the input
1998-03-29 17:27:58 +00:00
florian
c681f66590 * small improvements 1998-03-29 17:26:20 +00:00
peter
aae0d9d4cf + fixed bug 92 (var -> const)
+ bug #121
  * removed uppercase names
1998-03-29 15:32:07 +00:00
florian
b533474430 * small problem with unit search path solved 1998-03-29 10:49:27 +00:00
florian
0960436eda *** empty log message *** 1998-03-29 10:48:09 +00:00
peter
daf5945e73 * fixed cleanup of the html dirs 1998-03-29 01:42:56 +00:00
peter
487a47166f * small fixes 1998-03-29 01:41:42 +00:00
peter
ead9698d15 - not necessary 1998-03-29 00:00:23 +00:00
peter
1aab9c3d63 * fixed to support .rpm
* renamed FPK Pascal -> Free Pascal
1998-03-28 23:55:56 +00:00
peter
a1ffa1d1ef + spec file for the .rpm linux package 1998-03-28 23:54:22 +00:00
peter
72cb4b7277 * better support for rpm 1998-03-28 23:53:48 +00:00
peter
f7fb63a580 * fixed install 1998-03-28 23:53:13 +00:00
peter
4a47440c82 * moved gprt1.as to i386/
* makefile updated to support i386/ and m68k/
1998-03-28 23:52:48 +00:00
florian
2d790e0158 * secondin bugfix (m68k and i386)
* overflow checking bugfix (m68k and i386) -- pretty useless in
    secondadd, since everything is done using 32-bit
  * loading pointer to routines hopefully fixed (m68k)
  * flags problem with calls to RTL internal routines fixed (still strcmp
    to fix) (m68k)
  * #ELSE was still incorrect (didn't take care of the previous level)
  * problem with filenames in the command line solved
  * problem with mangledname solved
  * linking name problem solved (was case insensitive)
  * double id problem and potential crash solved
  * stop after first error
  * and=>test problem removed
  * correct read for all float types
  * 2 sigsegv fixes and a cosmetic fix for Internal Error
  * push/pop is now correct optimized (=> mov (%esp),reg)
1998-03-28 23:09:53 +00:00
florian
dc685940c7 *** empty log message *** 1998-03-28 23:02:24 +00:00