peter
4a627c29d9
* generate error for closefile
2001-08-01 21:43:11 +00:00
peter
36929fc0ce
* m68k warning fix (merged)
2001-08-01 21:42:05 +00:00
peter
05dd86508f
* added so fpcmake works again
2001-08-01 18:04:48 +00:00
peter
cc1f110aca
* amiga added
2001-08-01 18:03:38 +00:00
peter
c3da2af2ad
* WChar fix to compile also with 1.0.x
2001-08-01 18:01:20 +00:00
Jonas Maebe
b9f6efc85b
+ "compproc" helpers
...
* renamed several helpers so that their name is the same as their
"public alias", which should facilitate the conversion of processor
specific code in the code generator to processor independent code
* some small fixes to the val_ansistring and val_widestring helpers
(always immediately exit if the source string is longer than 255
chars)
* fixed fpc_dynarray_high and fpc_dynarray_length if the dynarray is
still nil (used to crash, now return resp -1 and 0)
2001-08-01 15:00:09 +00:00
peter
68ed130f45
* install Package.fpc
2001-07-31 22:02:11 +00:00
peter
13db04fb8b
* small cleanup of commented code (merged)
2001-07-31 19:36:51 +00:00
peter
84a34f3a25
* wordrec for big endian
2001-07-31 19:36:09 +00:00
peter
eaa720a4ff
* make tchattr record endian dependant (merged)
2001-07-31 19:33:46 +00:00
marco
be8a646ebb
* Either I did something wrong, or Peter's merge killed wchar decl. Fixed.
2001-07-31 08:57:22 +00:00
peter
b32576f723
* reset winminx,winminy to 1
2001-07-30 21:53:53 +00:00
peter
e7c86006db
* m68k updates merged
2001-07-30 21:38:54 +00:00
peter
8d8a421135
* added SetWaitableTimer
2001-07-30 21:06:06 +00:00
peter
f959b8e668
* fixed getdir() that was broken when a directory on a different drive
...
was asked
2001-07-30 20:53:50 +00:00
marco
53f0b4cc30
* Fixed wchar=word to widechar conversion
2001-07-30 15:01:12 +00:00
marco
63548ec70f
* Fixed unicode reference from word to widechar
2001-07-30 15:00:54 +00:00
marco
de92962779
* whcar now in system.
2001-07-30 14:53:17 +00:00
marco
b9963e6ea8
* wchar now system.wchar
2001-07-30 14:35:13 +00:00
marco
1631508458
* Added wchar=widechar. * Added wchar=widechar. * Added wchar=widechar. * Added wchar=widechar. * Added wchar=widechar. * Added wchar=widechar. * Added wchar=widechar. * Added wchar=widechar. * Added wchar=widechar.
2001-07-30 14:34:29 +00:00
marco
57ae5caead
* Added finddataw
2001-07-30 14:23:15 +00:00
marco
de6f7138e0
* plpstr and plpwstr added
2001-07-30 14:08:57 +00:00
marco
0ba31949b5
* Added WinCertificate
2001-07-30 12:02:51 +00:00
sg
b07bf6104d
* Two moves with a string as target are now only exectuted if the number of
...
bytes to move is greater than 0. This prevents RTE201's when compiled
with range checks enabled.
2001-07-30 10:21:09 +00:00
peter
eb32168592
* include lowmath for m68k (merged)
2001-07-29 14:05:55 +00:00
peter
adc077099e
* merged updates from v10
2001-07-29 13:50:44 +00:00
peter
bc74424ab1
* m68k updates merged
2001-07-29 13:49:15 +00:00
peter
ce52d581b3
* m68k updates merged
2001-07-29 13:43:57 +00:00
peter
33f9b586e7
* merged completion from v10
2001-07-29 13:37:46 +00:00
marco
c9462b87c3
* Fixed an unnecessary memleak.
2001-07-23 09:52:38 +00:00
Jonas Maebe
9ab14207f7
* really fixed write_array this time :/ (merged)
2001-07-21 15:53:28 +00:00
Jonas Maebe
2d433814ef
* fixed small bug in stricomp
2001-07-21 15:51:50 +00:00
marco
aa344936d1
* Some small detail fixes for Solaris
2001-07-16 20:27:30 +00:00
marco
d19c0df399
* Target specific again because of Solaris
2001-07-16 19:56:54 +00:00
marco
912fae0d76
* A small note, copied from the Solaris patch. Do_close needs errnotoiores?
2001-07-16 19:51:36 +00:00
Jonas Maebe
0ea2e80af9
* correctly fixed potential buffer overrun in write_array
2001-07-16 13:53:21 +00:00
Jonas Maebe
eb586d5025
* fixed wrong public alieases for val(widestring,...)
2001-07-16 12:33:08 +00:00
marco
d44f24d303
* Errno now target specific (Solaris)
2001-07-16 12:18:22 +00:00
peter
9663f60c00
* merged m68k updates
2001-07-15 11:57:16 +00:00
peter
e5add358e2
* cygwin updates
2001-07-13 22:05:02 +00:00
peter
68d1090318
* updates from Tomas Schatzl so it works better with w2k virtual
...
consoles
2001-07-13 17:43:25 +00:00
marco
8c8e53ffa0
* Fixes to the FreeBSD compability of the datetime patches
2001-07-12 12:42:39 +00:00
marco
f322701320
* Fix from Peter for weird "make install" behaviour
2001-07-12 11:39:20 +00:00
michael
6e4906ff87
+ Added setdate/time/datetime functions
2001-07-12 07:20:05 +00:00
peter
5c0d161bef
* merged textfile, readlink and concat ansistring fixes
2001-07-10 18:04:37 +00:00
peter
db87f86f00
* Length made internal
...
* Add array support for Length
2001-07-09 21:15:40 +00:00
florian
ea060c924d
* another MT fix
2001-07-09 11:41:57 +00:00
peter
ca8d604964
* various widestring updates, it works now mostly without charset
...
mapping supported
2001-07-08 21:00:14 +00:00
Jonas Maebe
91a2f0d3f5
* some small bugfixes and cache optimizations
2001-07-07 12:46:12 +00:00
peter
46b88a2ac9
* merged more D5/D6 stuff from v10
2001-07-06 14:56:06 +00:00