peter
a20f357c8f
* removed hardcoded limit of 80 width
2000-05-08 13:24:27 +00:00
peter
2c081cf333
* export function so ppl can use it in their own programs
2000-05-08 13:23:46 +00:00
pierre
3930cc5818
* Use saveregisters for PushExcept..
2000-05-04 12:25:53 +00:00
pierre
d7afdbd8e6
* Preserve all registers in SetJmp
...
* set EAX to value filed in LongJmp instead of only 0 or 1
2000-05-04 09:47:40 +00:00
pierre
a41bd45aad
* 0**n where n<>0 is 0; 0**0 generates RTE 207
2000-05-02 10:37:50 +00:00
Jonas Maebe
1f8972290d
* fixed arctan2 (tbug788 now works correctly)
2000-04-29 10:10:51 +00:00
pierre
a3434cc825
* fix for bug report 929
2000-04-27 15:35:50 +00:00
peter
8818701433
* added enhancedraise define
2000-04-24 13:34:29 +00:00
peter
ebbf2e578f
* backtraces for exceptions are now only generated from the place of the
...
exception
* frame is also pushed for exceptions
* raise statement enhanced with [,<frame>]
2000-04-24 11:11:50 +00:00
peter
70d3d42a5c
* removed eoln
2000-04-24 11:09:05 +00:00
Jonas Maebe
ff9782d70c
+ FPC_SHORTSTR_CONCAT_LEN (temporary, for -dnewoptimizations)
2000-04-23 09:26:51 +00:00
marco
1ea5a1824e
* Forgot to remove the tpoint stuff.
2000-04-22 19:51:08 +00:00
marco
796dd36a1f
* some redef fixes (for lazarus mwedit component)
2000-04-22 17:46:05 +00:00
pierre
e574245b0e
fix for heap problem
2000-04-20 15:29:15 +00:00
pierre
22d1fb12e6
* fix bug visible in new tests/webtbs/tbug788 file
2000-04-20 13:12:40 +00:00
pierre
ab1254da22
* disable stack check in lineinfo
2000-04-20 13:03:41 +00:00
Jonas Maebe
5a2d48101f
* better arcsin/arccos from Arjan van Dijk
2000-04-20 08:14:27 +00:00
Tomas Hajny
103c1d2d52
* FSearch with given path corrected
2000-04-18 20:30:02 +00:00
michael
ca270f3471
Corrected fix for bug #902
2000-04-18 08:03:40 +00:00
pierre
60ed425f24
fix bug #902 for win32 and linux
2000-04-17 20:43:27 +00:00
marco
a5c620454c
* added cprt0 to makefile
2000-04-17 10:21:04 +00:00
marco
ab9deeaa7c
* Also not necessary anymore.
2000-04-17 09:43:07 +00:00
marco
8b03286a29
* were only for backup, not necessary for operation.
2000-04-17 09:26:55 +00:00
marco
3f46012444
* Added. FreeBSD port is now more or less capable of compiling normal stuff easily
2000-04-17 08:22:46 +00:00
sg
7953a75574
* The terminal will now be set to raw mode directly on initialization,
...
as the svgalib switches the terminal immediately after startup, and
not after a switch to graphics mode!
* Fixed a problem which occured after Florian's last patch: MaxX and MaxY
are smaller by 1 now, which lead to a wrong scanline width calculation
for the optimized routines for 16 colour modes.
2000-04-16 21:19:19 +00:00
marco
ceee365722
* Stripped down Linux
2000-04-16 16:14:08 +00:00
marco
4dde5e62c6
* Severe updates for now *working* status
2000-04-16 16:11:33 +00:00
marco
2df10f885d
* Stripped down linux makefile in principle
2000-04-16 16:11:13 +00:00
marco
1a12aa86f0
* Has been merged with linux/ version
2000-04-16 16:10:47 +00:00
marco
352c48bb40
* Is now merged
2000-04-16 16:10:35 +00:00
marco
a9b37ce0e0
* Some procedure were forgotten. FIxed
2000-04-16 16:10:01 +00:00
marco
09f59b7934
* Some small mistakes when merging BSD and Linux version fixed
2000-04-16 16:09:32 +00:00
marco
174295e8bc
* Fixes (mainly opendir/Readdir/closedir)
2000-04-16 16:08:53 +00:00
marco
59e9da20d8
* Updated PDir to BSD libc layout. (which is totally different from Linux)
2000-04-16 16:08:30 +00:00
marco
4b6a9896bf
* BSD fixes
2000-04-16 16:07:58 +00:00
Jonas Maebe
b02682c7c5
* fixed registerbgifont (webbug 847)
2000-04-16 08:45:48 +00:00
marco
5dee9ce5c7
* Working!
2000-04-14 17:04:13 +00:00
marco
e9c7ec7213
* Initial version
2000-04-14 16:25:06 +00:00
marco
65d26fdf8d
* Initial
2000-04-14 16:23:51 +00:00
marco
abe55201b1
* Splitted linux into linux.pp and linsysca.inc, and merged BSD diffs
...
into header
2000-04-14 16:07:06 +00:00
marco
fecd15a52a
* Merged bsd/syslinux.pp and 1.43 linux/syslinux.pp to this file with ifdefs
2000-04-14 13:04:53 +00:00
pierre
6b8dcf9175
Use BackTraceStrFunc in show_call_frame
2000-04-14 12:24:12 +00:00
pierre
438fb1b82b
* fix for bug #923
2000-04-14 12:18:11 +00:00
pierre
f1ab3ebad2
+ get longer backtrace when redirected to file
2000-04-14 12:17:12 +00:00
pierre
a63d58d57a
* several bugs fixed
2000-04-14 12:15:31 +00:00
pierre
02b4cfc193
* try to get it to work if output is redirected
2000-04-14 12:14:39 +00:00
sg
80b35eca1f
* The new terminal started by svgalib after a switch to graphics mode is
...
now set to raw mode, so that some functions of the CRT unit such as
ReadKey can work correctly now.
2000-04-13 16:01:22 +00:00
pierre
ccb5a126ed
* fix the crt blinking compat problem bug #902
2000-04-12 14:10:50 +00:00
pierre
addf7fc302
* reset funcstab when changing object
2000-04-12 11:15:06 +00:00
peter
6ea5534991
* added extra ifdef to check if there are some objects else some
...
targets aren't added anymore
2000-04-11 15:34:47 +00:00
marco
28ef8ce303
* worked all day. probably a lot changed
2000-04-10 15:46:51 +00:00
pierre
8c3f6ef4f0
* use only low word of regs record after system calls
2000-04-10 11:21:02 +00:00
pierre
18c8252178
* use 16 bit regs at return of system interrupts instead of 32
...
* call Dos.FindClose because it is not a dummy if LFNSupport is true
2000-04-10 11:04:45 +00:00
Jonas Maebe
ec08464c80
+ added destroyed registers list for move procedure (it doesn't destroy
...
edx)
2000-04-10 09:47:15 +00:00
pierre
d7346825ee
changed to get nasm to compile system
2000-04-07 21:29:00 +00:00
marco
317c0b2c68
* moved to the other textfile in this dir
2000-04-07 21:20:27 +00:00
pierre
e9f1439f5a
+ ReturnNilIfGrowHeapFails used in objects unit
...
to handle TMemoryStream out of memory properly
as MaxAvail is not a good test anymore.
2000-04-07 21:10:35 +00:00
marco
3fd094a0f0
* Fixed a syscall to have BSD alternative
2000-04-07 21:06:55 +00:00
marco
d3d5cb5c1f
* updates.
2000-04-07 20:51:16 +00:00
Tomas Hajny
eacdf74e5e
* not needed any more
2000-04-07 18:29:32 +00:00
Tomas Hajny
cbd37419c9
* pipes.inc info updated
2000-04-07 18:21:46 +00:00
Tomas Hajny
7d3a854421
* got rid of os.inc
2000-04-07 17:47:34 +00:00
peter
ec454dc3f7
* switch to direct asm if not correctfldcw defined
2000-04-07 14:56:36 +00:00
Jonas Maebe
92101671b4
* fix for web bug #917
...
* also do not mirror input if input is another TTY than output or if
input is redirected
2000-04-07 13:26:27 +00:00
Jonas Maebe
f6a7349bb4
* added extra linebreak after last line so as doesn't ignore it
2000-04-07 09:54:36 +00:00
pierre
0f40c0b12a
* used a outdated fpcmak, corrected
2000-04-07 08:19:05 +00:00
pierre
015b9930a0
add os_types to unit list for clean target
2000-04-06 20:14:15 +00:00
pierre
f6a2669d89
* bug fix for 915, hopefully
2000-04-06 13:05:15 +00:00
pierre
062604c406
* fix for extended constants
2000-04-06 11:51:47 +00:00
florian
33f3467ef0
* the bounds check error gets now a correct stack frame
2000-04-06 08:39:22 +00:00
florian
a5f687d314
+ Initial revision of printer unit for win32, took that one of go32v2
2000-04-06 08:27:33 +00:00
marco
65668aec0a
* added constants for syscall.inc
2000-04-05 13:59:10 +00:00
marco
e0832afca6
* syscall variablenames reintroduced.
2000-04-05 13:58:40 +00:00
marco
100dcf470c
* rest of syscalls has constants now
2000-04-05 13:46:22 +00:00
marco
2d0e7cadad
* replaced about half of the syscall nr's by symbols from sysnr.inc
2000-04-05 13:07:03 +00:00
marco
5a466d68ff
* Initial version. (copied from linux.) Patch for BSD not ready yeT
2000-04-05 13:06:24 +00:00
michael
620e7fc689
* TRim(right|Left) more Delphi compatible
2000-04-03 06:40:37 +00:00
florian
b8faf9a8a3
* some more procedures can be now hooked by the OS specific implementation
2000-04-02 12:13:36 +00:00
florian
2c210cd7ee
* a lot of optimizing done
2000-04-02 12:12:22 +00:00
florian
548f14e16d
* halt in the finalization statement of a unit lead to an endless loop; fixed
2000-04-02 09:39:25 +00:00
peter
7c516d9404
* fixed addref/decref for records, the data/type was read in the
...
wrong order
2000-04-01 11:45:34 +00:00
Tomas Hajny
4909e55df6
* DosGetInfoBloBlocks updated
2000-04-01 10:46:07 +00:00
pierre
997b0d9f5b
* FPU needs reset for all SIGFPE even from integer division by zero
2000-03-31 23:26:32 +00:00
pierre
74907e307a
* multiple exception handling works
...
(for linux only if syslinux is compiled with -dnewsignal)
2000-03-31 23:21:19 +00:00
pierre
f6da28673a
* changed handling of interrupt 0x75 :
...
the status word is saved into ___djgpp_fpu_state
and inserted in __sigmaks field of djgpp exception record
BUT fnclex is called after to avoid a second interrupt
generation on fn??? calls
2000-03-31 23:19:12 +00:00
pierre
beecf1ec51
* remove fninit in longjump
2000-03-31 23:12:09 +00:00
pierre
77c220c69a
* TSigAction Context param is the full record not a pointer
2000-03-31 23:11:23 +00:00
Jonas Maebe
cc86370fa3
* signal handling using sigaction when compiled with -dnewsignal
...
(allows multiple signals to be received in one run)
2000-03-31 13:24:28 +00:00
pierre
8ad66dbf27
* use $(AS) instead of as for cross compiling
2000-03-31 12:46:16 +00:00
Tomas Hajny
531cb20c02
* DIVE updated
2000-03-30 18:41:50 +00:00
pierre
ad052390fb
No stack check inside CatchUnhandledException
2000-03-30 13:54:15 +00:00
pierre
d74dc01fef
* fix FPU and multiple exception problems
2000-03-30 13:40:57 +00:00
Jonas Maebe
1e8a7f6853
* added missing register that is destroyed by strecopy
...
+ some destroyed register lists for procedures that didn't have one yet
2000-03-28 11:14:33 +00:00
pierre
1223e79acb
* fix for 885
2000-03-28 10:06:19 +00:00
Jonas Maebe
36df88a15d
* fixed readport* functions (thanks Florian ;)
2000-03-27 13:25:48 +00:00
florian
a6910bcb41
* some "resource leaks" fixed
2000-03-27 12:57:30 +00:00
florian
c2327b56aa
* special keys like arrows and function keys are supported now by readkey
2000-03-27 12:56:55 +00:00
Jonas Maebe
d9c608a373
+ $maxfpuregisters 0 for i386 in systemh (to avoid requiring too much
...
empty FPU registers for sysstem routines
* fixed bug in str_real when using ❌ 0
* str_real now doesn't call exp() anymore at runtime, so it should
require less free FPU registers now (and be slightly faster)
2000-03-26 11:36:28 +00:00
florian
b6b0a08c56
* fixed values of MaxX and MaxY
2000-03-25 19:12:00 +00:00
florian
8339ebc407
* colored bitmap font drawing fixed: the color brush
...
was selected for the recovery bitmap
2000-03-25 19:10:11 +00:00
peter
d17b7d610e
* patch for getdir from Pierre
2000-03-25 12:28:37 +00:00
florian
cca24e5632
* accelerated output of bitmap fonts
2000-03-24 18:18:15 +00:00
florian
fe462795f6
* introduce a DrawBitmapCharHoriz procedure variable to accelerate output on
...
win32
2000-03-24 18:16:32 +00:00
florian
8a700b7568
* ClearViewPort fixed
2000-03-24 13:01:15 +00:00
florian
0575fbbec7
* the window is now cleared by wm_create
...
* default mode is again 640x480x16
2000-03-24 12:57:41 +00:00
pierre
d3efe7df4d
* a working makefile
2000-03-24 12:18:12 +00:00
florian
03869981ef
* the mode detection takes now care of window caption and border
...
+ 1024x768 and 1280x1024 modes added
+ special gui modes added: largest window and maximized window to
use the desktop as much as possible
* Hline fixed: the windows function LineTo doesn't draw the last pixel!
2000-03-24 10:49:17 +00:00
Jonas Maebe
17c623dc25
* changed a lot of "if fm.mode = fmClosed then" to case statements,
...
because if f is not yet initialized, the mode is invalid and can
contain another value even though the file is closed
+ check if a file is open in writeln_end (caused crash if used on
not opened files)
2000-03-24 10:26:18 +00:00
pierre
799ed3311f
* fix for OS/2 hopefully
2000-03-23 22:00:08 +00:00
Jonas Maebe
c76929619a
* fixes for port reading
2000-03-23 17:10:32 +00:00
peter
42a00b7705
* remove handle check for do_close
2000-03-23 15:24:18 +00:00
michael
853e75626b
+ removed handle checkin fileclose
2000-03-22 20:00:54 +00:00
pierre
299ec9d3dc
+ allow double backslash for network drives
2000-03-22 08:00:42 +00:00
marco
e99f82c8fa
* fixed ostype problem
2000-03-21 13:26:58 +00:00
marco
b122dd9ff9
* Fixed os_types stuff
2000-03-21 13:24:31 +00:00
Jonas Maebe
7e63fc9d28
* fixed more bugs due to inexact nature of FPU
2000-03-21 12:00:30 +00:00
alex
a9745c53b6
+ added overlaoded PeekMessage fundtion for delphi compatibility
2000-03-20 23:44:43 +00:00
pierre
7c29d75493
* LFN support in streams
2000-03-20 19:19:44 +00:00
alex
043d981e00
* added os_types unit
2000-03-20 18:39:13 +00:00
alex
85135c503d
* extended to make use of OS_TYPES unit.
2000-03-20 16:14:37 +00:00
alex
cb860d32dc
added central unit for OS dependent types.
2000-03-20 15:50:13 +00:00
pierre
4a66eb02e5
* fix for bug #876
2000-03-20 13:09:07 +00:00
pierre
1475038147
+ WINT = longint to avoid errors
2000-03-20 11:42:46 +00:00
marco
4b4b9a7ba7
* Some more delphi compatible kernelfunc headers for JCL.
2000-03-19 20:30:27 +00:00
marco
ebe9dafe19
* some stuff for JCL
2000-03-19 20:29:06 +00:00
peter
dceffc9557
* dosexitcode finally works correct
2000-03-19 18:48:19 +00:00
Tomas Hajny
a61493db4c
+ added support for EMX
2000-03-19 18:10:41 +00:00
peter
2d6a92f17e
* graph unit include is now independent and the dependent part
...
is now in graph.pp
* ggigraph unit for linux added
2000-03-19 11:20:12 +00:00
peter
2a4b2adc65
* strdispose uses freemem(pointer) and resets pointer to nil
2000-03-19 08:40:14 +00:00
peter
9920510f64
* length check for readnumeric
2000-03-19 08:36:41 +00:00
Jonas Maebe
f62ff5df66
* strdispose now uses dispose instead of freemem(strlen()+1)
2000-03-18 15:43:05 +00:00
sg
41086a7aaa
* Fixed ClearViewport for 4 bpp modes
2000-03-18 10:46:16 +00:00
sg
65506db2eb
* Fix for ClearViewportDefault: The width and the height of the rectangle
...
it filled has been one pixel too high.
2000-03-18 10:45:07 +00:00
florian
cf42fe5f4f
* window class is registered only once => multible init/closegraphs are possible
...
* calling cleardevice when creating the window
2000-03-17 22:53:20 +00:00
Jonas Maebe
49b6de7c9e
* fixed declaration of val_int64 (removed destsize parameter)
...
* fixed val_int64 and val_qword so they reject invalid input
(u >= base)
* when reading a number, invalid input is removed from the input
buffer (+ it should be faster as well)
2000-03-17 21:27:56 +00:00
Jonas Maebe
df004d997b
* fixed rounding bugs with certain formatting parameters in str_real
...
* fixed tbs0218 so it compares both results only until max precision
2000-03-17 20:20:33 +00:00
sg
a662bff34d
* Added accelerated drawing functions for modes with 4 bits per pixel
2000-03-17 13:30:35 +00:00
sg
1ce21b9e8e
* Use linux unit under Linux
2000-03-17 13:28:54 +00:00
sg
28a36c68a4
* Added WritePort[B|W|L] for single data access
...
* Added ReadPort[B|W|L] functions
2000-03-17 13:27:00 +00:00
marco
92eee6e7f2
* some changes to ftruncate based procs. Added a "0" as extra parameter
2000-03-17 12:58:57 +00:00
michael
27b0900075
+ Added more system exception handling afte T. Schatzl remark
2000-03-16 20:42:26 +00:00
marco
62d2002d1f
* First version that did something (others not committed)
2000-03-16 16:34:02 +00:00
marco
0192ac7d51
* changes to get ppc386 -h working
2000-03-16 16:21:10 +00:00
marco
968c1563a5
* fixes that made ppc386 -h working
2000-03-16 16:19:28 +00:00
marco
d6c9ca025c
* Last changes before next test. ppc386 -h works with these srcs.
2000-03-16 16:18:12 +00:00
marco
beb21a0ba5
* Put one BSD incompability under an ifndef BSD
2000-03-16 15:24:37 +00:00
marco
ebfdbf73d8
* put one BSD incompability under a ifndef bsd
2000-03-16 15:23:35 +00:00
marco
ca7f81187e
* Added one BSD conditional (uname not supported)
2000-03-16 15:23:02 +00:00
michael
54f9bbd99b
+ Added constants and types for Delphi compatibility
2000-03-14 10:20:18 +00:00
pierre
dafcbea824
+ HandleErrorAddrFrame
2000-03-14 07:31:57 +00:00
peter
11d7a573df
* concat free blocks in main freelist
2000-03-13 21:22:28 +00:00
pierre
5b52f307e6
+ exceptions in system is default now
2000-03-13 19:45:20 +00:00
pierre
47a02cf8d3
+ UseLFB and UseNoSelector vars to force LinearFrameBuffer use
...
with or without specific selector.
2000-03-12 22:32:22 +00:00
Tomas Hajny
c71f5233b1
* missing parentheses added
2000-03-12 18:32:17 +00:00
pierre
4bbbb33cf1
* small fixes
2000-03-10 13:45:31 +00:00
pierre
6d213ac89b
* avoid problems if sbrk returns negative values
2000-03-10 12:41:21 +00:00
pierre
bba120a2fd
* some clean up for exceptions in system
2000-03-10 09:53:17 +00:00
pierre
d68fb9a6a2
+ EXCEPTIONS_IN_SYSTEM
2000-03-10 09:51:07 +00:00
pierre
1892f7443a
* ExitDLL fixed : uses now SetJmp LongJmp
...
* System_exit unloads the exception hanlder before leaving
2000-03-10 09:21:11 +00:00
pierre
c653648412
* fixes for LFB mode
2000-03-09 22:32:22 +00:00
pierre
5430f96660
* Allocate_ltd_desciptors on LFB modes
...
+ ForceVesa var to force use of LFB modes
2000-03-09 21:52:05 +00:00
pierre
991b0d8b09
+ support for djgpp v2.03 (added some new functions that are in v2.03 ofdpmiexcp.c)
...
+ code to integrate exception support inside the system unit
2000-03-09 09:15:10 +00:00
Jonas Maebe
4cb3f54367
* writemode was not set to normalput during clearviewport (and it uses hline)
2000-03-08 14:20:14 +00:00
pierre
6d918ef306
* fix for the problem of backslashes at and of directory
...
+ some code for exception support (far from working :()
+ debug variable accept_sbrk
2000-03-07 11:05:58 +00:00
daniel
c711189ead
+ Added is_object method to Tobject. It is similar to the is operator.
2000-03-06 20:15:32 +00:00
Tomas Hajny
4416ae8022
* DiskFree, DiskSize - int64 result, fix for osDPMI mode
2000-03-05 19:00:37 +00:00
florian
682807bc00
+ some new functions
...
* double click messages are handled like single clicks because this
is the behavior as old DOS applications expect
2000-03-05 13:08:52 +00:00
florian
054ddd8cb3
+ some more functions added, also some dummies
2000-03-05 13:07:58 +00:00
florian
385b19dbc7
* the title can be user defined
2000-03-05 13:06:32 +00:00
Jonas Maebe
02ec1d0d3b
* fixed rounding problem when writing out single/double type vars
2000-03-05 09:41:05 +00:00
marco
002f25445d
* added a syscall for 5 longints
2000-03-02 15:34:07 +00:00
marco
21bc632648
* fixed some types and errors that needed longint(@ typecasting.
2000-03-02 15:33:20 +00:00
Jonas Maebe
c535d675f5
* sign was not written in some cases
2000-03-02 07:35:57 +00:00
marco
68eeea1a01
* Initial version. Compiles (syscall.inc inclusion prob has to be solved
2000-03-01 20:23:07 +00:00
marco
4133129ea6
* some small fixes.
2000-03-01 20:04:38 +00:00
marco
278a828480
* small fixes for syslinux
2000-03-01 20:03:57 +00:00
marco
7a3c2d2dc7
* some changes due to updating linux.pp to new syscall
2000-03-01 17:28:40 +00:00
marco
a9a1a9db92
* Fixed first half of linux unit to portable syscall struct.
2000-03-01 17:27:46 +00:00
pierre
19f9321be5
* typo correction from bug #864
2000-03-01 11:18:39 +00:00
pierre
1ce3442161
* remove Jonas unnecessary (but correct) code
2000-02-28 11:17:48 +00:00
pierre
63aea60fdb
* system_exit instead of halt
2000-02-28 09:42:16 +00:00
marco
a8e778f685
* Redone the syscalls
2000-02-27 23:45:39 +00:00
peter
66ea55dd7c
* removed warnings/notes
2000-02-27 14:40:40 +00:00
pierre
3a5a62b567
* Enormous bug in mouse fix fixed
2000-02-27 11:21:17 +00:00
Jonas Maebe
51bbb51a06
* fix for lost precision because sometimes the correction value was
...
larger than the number to be corrected
* incompatibility with TP's output fixed
2000-02-26 18:53:11 +00:00
Jonas Maebe
0b02714817
+ new str_real which is completely TP compatible regarding output
...
format and which should have no rounding errors anymore
2000-02-26 15:49:40 +00:00
florian
d46c1c823c
* writing at coloumn <screenwidth> wasn't possible in some cases,
...
fixed
2000-02-26 14:57:17 +00:00
peter
5bba83f3e4
* fixed fexpand with empty argument to return current dir
2000-02-26 13:24:26 +00:00
peter
72077676d3
+ readded getepochtime which simply calls gettimeofday
2000-02-23 17:19:06 +00:00
alex
ec5ee74a21
fixed structure sizes for any slang on 32 bit platform,
...
fiexed buggy conversions from c-short to pascal-integer,
needs some more work to be Win64 compliant,
szDescription/szSystemStatus is a zero terminated string with extra zero.
2000-02-23 16:48:10 +00:00
Jonas Maebe
79aa1752e9
* fixed WSADATA record structure bug
2000-02-23 15:00:55 +00:00
Jonas Maebe
f106b3b5fd
* restored my fix (CVS screwed up the previous versinos because of wrong line
...
breaks)
2000-02-23 12:46:11 +00:00
Jonas Maebe
d69db753e8
* fixed wrong line breaks
2000-02-23 07:12:41 +00:00
Jonas Maebe
291549390b
* fixed crash to to wrong code for disabling/enabling interrupts
2000-02-22 14:26:28 +00:00
florian
c56118ccba
* dub id fixed
2000-02-20 20:34:02 +00:00
florian
95d572ca04
* we don't need to to finit twice ...
2000-02-18 16:16:13 +00:00
florian
ff96d13e5f
* fixed constants in rtti
...
* longjmp does now a finit
2000-02-18 15:23:01 +00:00
sg
723d944396
* Changed the second argument of FileWrite from "var buffer" to
...
"const buffer", like in Delphi.
2000-02-17 22:16:05 +00:00
pierre
585796400f
* Mouse crash bug fixed !!!
2000-02-16 13:24:55 +00:00
florian
2eb62408ae
* disabled FIXED data type per default
2000-02-15 14:36:57 +00:00