Commit Graph

2169 Commits

Author SHA1 Message Date
Tomas Hajny
d22d8be936 * filutil.inc+disk.inc replaced with sysutils.pp 2001-01-23 20:36:43 +00:00
Tomas Hajny
cd5607b406 + DosAllocThreadLocalMemory 2001-01-23 20:28:05 +00:00
Tomas Hajny
67c9365e28 * another little optimization of UpdateScreen 2001-01-23 20:21:45 +00:00
marco
35789061ba * IOPERM for FreeBSD. Port routines moved from linsysca to Unix again . 2001-01-22 07:25:10 +00:00
marco
738f0589d6 * Rename fest II. Rtl OK 2001-01-21 20:21:40 +00:00
marco
f936d45210 * Some register allocation fixes. for stricomp and strilcomp 2001-01-21 10:12:32 +00:00
marco
c0784260df * Grr, timeval and timespec were both wrong, and I fixed only one. Now
done.
2001-01-20 16:52:37 +00:00
marco
bf8951cb31 * Added console to the unit list 2001-01-20 16:45:09 +00:00
marco
cae8881a92 * Fixed the timeval 2001-01-20 16:42:49 +00:00
michael
77812493b5 + Merged fixes from fixbranch - file modes 2001-01-18 22:09:09 +00:00
peter
db8c675d94 * slightly optimized event handling (merged) 2001-01-14 22:20:00 +00:00
Tomas Hajny
b13f5445c7 * more compatibility changes (semaphores) 2001-01-14 18:59:13 +00:00
marco
0615c13c72 * fizxed makefile 2001-01-13 14:29:24 +00:00
michael
058dcc19af + Fixed dl unit dependency rule 2001-01-13 13:49:30 +00:00
Tomas Hajny
f846bccd00 * ErrorHandler correction 2001-01-13 12:01:07 +00:00
peter
3baf37cbd1 * API 2 RTL 2001-01-13 11:13:12 +00:00
Tomas Hajny
9d6b7fdcc0 * FileCreate and GetLocalTime fixed 2001-01-13 11:10:59 +00:00
peter
8469f6eb0b * API 2 RTL commit 2001-01-13 11:03:57 +00:00
peter
2696cba586 * patch from bug repository 2001-01-11 18:38:24 +00:00
florian
00917cb46f * the info about exception frames is stored now on the stack
instead on the heap
2001-01-05 17:35:50 +00:00
florian
2b61746ae4 * some stuff for MT 2001-01-05 15:44:35 +00:00
florian
0af979dc78 * fixed the repeat key bug introduced by my last patch 2001-01-03 21:01:50 +00:00
Tomas Hajny
6fe1252025 * some more compatibility additions (HEv, HMtx, ...) 2001-01-03 20:06:11 +00:00
marco
128b6a9fa3 * Also in devel branch.CVS: ---------------------------------------------------------------------- 2001-01-03 11:19:51 +00:00
florian
350880cf05 + initial release 2001-01-01 19:06:36 +00:00
peter
eefd0bc765 * fixed map_device_in_memory (from bug report) 2000-12-30 22:42:30 +00:00
peter
9cbac389d3 * added cds_fullscreen 2000-12-30 22:40:45 +00:00
peter
65513e55d1 * update std handles after initing c 2000-12-30 17:48:36 +00:00
peter
679b2ec5e4 * merged fixes from 1.0.x 2000-12-28 20:50:04 +00:00
peter
8ff3ed8de9 * ttyname fix from the mailinglist (merged) 2000-12-28 20:42:12 +00:00
Tomas Hajny
fd9191a28d * TThreadEntry corrected (needed for FCL) 2000-12-21 21:12:43 +00:00
florian
7416c90ad8 * is-operator fixed 2000-12-20 21:38:23 +00:00
peter
cd494453ca * regenerated 2000-12-19 21:17:35 +00:00
michael
70c63623e6 * Fixes from Peter 2000-12-19 11:59:12 +00:00
Jonas Maebe
6c6250c5b4 * fixed range check errors 2000-12-18 17:28:58 +00:00
Jonas Maebe
75bdddea4d * fixed constant range error 2000-12-18 14:01:42 +00:00
Jonas Maebe
c88779b691 * added cardinal typecast to avoid signed evaluation 2000-12-18 14:01:11 +00:00
peter
de11db999d * removed debug writelns 2000-12-17 14:00:57 +00:00
Jonas Maebe
200e1d4b25 * removed warnings about possible range check errors 2000-12-16 15:58:18 +00:00
Jonas Maebe
48b2ad6e9a * avoid the longint + cardinal to int64 conversion (merged Pierre's patch) 2000-12-16 15:57:52 +00:00
Jonas Maebe
0293387955 * removed 64bit evaluations when range checking is on 2000-12-16 15:57:16 +00:00
Jonas Maebe
4f791d04b4 - removed all ifdef cardinalmulfix code 2000-12-16 15:56:18 +00:00
peter
29bdb0b698 * fixed disksize to return -1 on error 2000-12-16 15:27:15 +00:00
Jonas Maebe
7199d2f851 * fixed range check errors 2000-12-15 13:16:30 +00:00
sg
5504699c9b * Merged bugfix for bug #1273 from fixbranch
* Fixed typo in SetFloatProp
* Rewrote GetStrProp, now all AnsiString will be correctly
  reference counted
2000-12-13 23:28:17 +00:00
florian
5e9dbab759 * val for int64 hopefully works now correct 2000-12-10 15:00:14 +00:00
florian
bd0d141b08 * val for dword and qword didn't handle the max values
correctly
  * val for qword works again
  + val with int64/qword and ansistring implemented
2000-12-09 20:52:40 +00:00
florian
14bea089c5 * web bug #1228 fixed (keypressed ate too muck keys) 2000-12-09 13:27:41 +00:00
florian
3930823dcd * fixed merging problem 2000-12-09 10:39:50 +00:00
Jonas Maebe
4a7f3db6d9 + added pos(char,ansistring), because there is also a pos(char,shortstring)
and without the ansistring version, the shortstring version is always
    called when calling pos(char,pchar), even when using $h+ (because the
    first parameter matches exactly) (merged)
2000-12-08 14:04:43 +00:00