Commit Graph

1721 Commits

Author SHA1 Message Date
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