florian
28d2110478
* Ansi* functions are now assigned to widestringmanager
...
git-svn-id: trunk@1041 -
2005-09-03 15:18:34 +00:00
michael
752ba67635
+ Added Windows-Compatible GetTempFileName to sysutils
...
git-svn-id: trunk@1031 -
2005-09-02 09:57:43 +00:00
marco
7acb5e8089
sysutils locale init
...
git-svn-id: trunk@1029 -
2005-09-02 09:53:24 +00:00
florian
13299f521b
+ ExpandUNCFilename for win32 from Klaus Hartnegg
...
git-svn-id: trunk@714 -
2005-07-20 18:38:11 +00:00
florian
64c72bd312
* patch from Joost van der Sluis to remove VIRTUALPASCAL define since VP is officially dead
...
git-svn-id: trunk@374 -
2005-06-10 17:05:35 +00:00
florian
6992fde8fc
* patch from Ales to Katona to change some var parameters to out
...
parameters
git-svn-id: trunk@292 -
2005-06-09 07:42:40 +00:00
michael
8a226bba52
+ Removed HASWIDESTRING/HASWIDECHAR defines
...
git-svn-id: trunk@241 -
2005-06-07 20:42:22 +00:00
michael
180fd52858
+ Reworked GUID creation
...
git-svn-id: trunk@43 -
2005-05-21 10:03:44 +00:00
fpc
790a4fe2d3
* log and id tags removed
...
git-svn-id: trunk@42 -
2005-05-21 09:42:41 +00:00
florian
3beb4d960f
* createguid fixed
...
git-svn-id: trunk@34 -
2005-05-19 22:13:11 +00:00
michael
ffb55c4254
+ Removed VER1_0 defines
...
git-svn-id: trunk@33 -
2005-05-19 21:14:45 +00:00
michael
99658cf4d6
+ Implementation of CreateGUID
...
git-svn-id: trunk@27 -
2005-05-19 17:31:25 +00:00
fpc
50778076c3
initial import
...
git-svn-id: trunk@1 -
2005-05-16 18:37:41 +00:00
florian
0bfbd0a18e
+ added Ansi* routines to widestring manager
...
* made them using OS calls on windows
2005-03-12 14:56:22 +00:00
florian
89d569f6f9
* applied fix from Vincent to fix make cyle crash on P4 with WinXP SP2
2005-03-10 19:12:28 +00:00
florian
ed174f891c
* fixed compilation with 1.0.10
2005-03-02 21:10:08 +00:00
florian
bb997ce5ea
+ WideCompareString and WideCompareText for win32 implemented
2005-02-26 20:43:52 +00:00
florian
7fef413b69
+ SysLocale
2005-02-26 14:38:14 +00:00
peter
e417e34496
* truncate log
2005-02-14 17:13:06 +00:00
michael
e0f5517579
+ Some fixes in new envvar function
2004-12-11 11:48:38 +00:00
michael
fbb13b5266
+ Added GetEnvironmentVariableCount and GetEnvironmentString calls
2004-12-11 11:32:44 +00:00
michael
aae1e74a73
+ Ver 1.0 does not handle initialized variables well
2004-08-06 13:23:21 +00:00
michael
252d077e78
+ initialized SysConfigDir
2004-08-05 12:55:29 +00:00
michael
6bf44ccc0f
Added getappconfig calls
2004-08-05 07:28:37 +00:00
florian
6427a54c3d
* fixed some bootstrapping problems as well as some 64 bit stuff
2004-06-13 10:49:50 +00:00
marco
c2d60c1a8b
* Hopefully last large changes to fpexec and friends.
...
- naming conventions changes from Michael.
- shell functions get alternative under ifdef.
- arraystring function moves to unixutil
- unixutil now regards quotes in stringtoppchar.
- sysutils/unix get executeprocess(ansi,array of ansi), and
both executeprocess functions are fixed
- Sysutils/win32 get executeprocess(ansi,array of ansi)
2004-02-13 10:50:22 +00:00
michael
c7385cf2cb
+ Implemented winsysut unit
2004-02-08 11:00:18 +00:00
Tomas Hajny
e0f9297e01
* ExecuteProcess fixes, ProcessID and ThreadID added
2004-01-20 23:05:31 +00:00
michael
7c7dd809bf
+ DirectoryExists now closes findfirst handle
2004-01-16 20:53:33 +00:00
michael
a1d8f29196
+ Added Sleep() function
2004-01-10 17:40:25 +00:00
florian
b761623fe7
* changed sysutils.exec to ExecuteProcess
2004-01-05 22:56:08 +00:00
florian
058d480f40
* error handling for Variants improved
2003-11-26 20:00:19 +00:00
marco
d3ca61aa15
* added some more of win32* delphi pseudo constants
2003-11-06 22:25:10 +00:00
Tomas Hajny
57538cb669
* THandle in sysutils common using System.THandle
2003-10-25 23:42:35 +00:00
peter
33b5eccc3c
* stdcall patch
2003-09-17 15:06:36 +00:00
marco
afa81f560e
* VP fixes.
2003-09-06 22:23:35 +00:00
peter
60e5c18645
* made THandle platform dependent and unique type
2003-04-01 15:57:41 +00:00
Tomas Hajny
9e0f41900a
* DirectoryExists declaration changed to that one from fixes branch
2003-03-29 18:21:41 +00:00
peter
1714855f8e
* directoryexists added
2003-03-28 19:06:59 +00:00
peter
1ac1f644da
* FileCreate(string,mode) overload added
2003-01-03 20:41:04 +00:00
florian
c508a3d7f1
+ added invalid instruction exception
2003-01-01 20:56:57 +00:00
peter
8e66f19170
* some more C style functions
2002-12-15 20:24:17 +00:00
florian
0206d6401c
* we've to reimport TSystemTime time from the windows unit
2002-10-02 21:17:03 +00:00
peter
9f31783a0a
* old logs removed and tabs fixed
2002-09-07 16:01:16 +00:00
carl
07af6301de
* Merges from Fixes branch
2002-05-09 08:28:23 +00:00
marco
4b31f369d4
* Added win32platform
2002-03-24 19:26:49 +00:00
peter
24fdea1ad0
* merged filesearch() fix
2002-01-25 16:23:03 +00:00
carl
f94967ca66
* Range check error fix
2001-12-11 23:10:18 +00:00
peter
36bafdc7aa
* added 64bit fileseek
2001-10-25 21:23:49 +00:00
peter
47a24b5da6
* eoutofmemory and einvalidpointer fix
2001-06-03 15:18:01 +00:00