Commit Graph

19097 Commits

Author SHA1 Message Date
Tomas Hajny
b3c9baef95 * GetEnvironmentVariableCount uses EnvC under OS/2 and EMX 2004-12-11 17:32:34 +00:00
michael
07124634d3 + Moved to cerrno to avoid conflict with system unit 2004-12-11 17:25:10 +00:00
Jonas Maebe
9e24c28774 - removed superfluous location_force_reg() in second_nothing 2004-12-11 15:25:40 +00:00
peter
f851d8830b * fixed location of units 2004-12-11 15:25:03 +00:00
Jonas Maebe
d7c52f4062 * external vars are not regable 2004-12-11 15:19:08 +00:00
florian
78bff4ff2e * made some target short names look more nicer 2004-12-11 14:39:03 +00:00
Jonas Maebe
fcf16c4983 * fixed synchronising 64bit regvars on 32bit systems at the start and
end of procedures
  * hack for ppc for loading of paras from their callee location to local
    temps
2004-12-11 12:42:28 +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
Jonas Maebe
62d4f7dd52 * fixed regvar problem due to emit_bit_test() changing a register that
was allowed to be a LOC_CREGISTER
2004-12-11 01:04:26 +00:00
Jonas Maebe
7c9d8d8872 * fixed int64 regvar bug in location_force_register 2004-12-11 01:03:01 +00:00
Jonas Maebe
2bd47e8ce6 * fixed type conversion between same-size ints with different signs in
case the value is already in a register
2004-12-10 23:38:54 +00:00
Jonas Maebe
95348379fa * certain type conversions have no cost (also fixes problem of
inc(int64) with regvars turned on on non-64bit platforms)
2004-12-10 13:16:31 +00:00
Károly Balogh
8fc8899851 * more ugly workarounds until compiler gets updated 2004-12-10 12:50:34 +00:00
michael
46de50bee4 + Updates for missing identifiers 2004-12-10 00:40:16 +00:00
michael
f7a1ba2fe0 + Moved to lazarus tree 2004-12-09 18:53:47 +00:00
michael
643f7c3ece * Patch from Dean Zobec
- memory leaks fixed in the money example;
  - no more need to start the test methods with "test"
2004-12-08 21:00:23 +00:00
michael
123f82f176 * New patch from Dean Zobec
- memory leaks fixed in the money example;
  - no more need to start the test methods with "test"
2004-12-08 19:12:32 +00:00
Károly Balogh
af35ebb4e7 * initial revision 2004-12-08 02:28:22 +00:00
peter
ae10c66502 * first update to work with new cpu-os target names 2004-12-07 22:08:50 +00:00
Károly Balogh
02e0c6cc62 * Regenned to support intuition 2004-12-07 20:32:31 +00:00
Károly Balogh
96381facf3 + added missing intuition unit 2004-12-07 20:31:28 +00:00
Károly Balogh
6cdd1a52b1 * Regenned to support new units 2004-12-07 20:27:48 +00:00
Károly Balogh
926ed558d4 + added more units 2004-12-07 20:24:27 +00:00
Károly Balogh
a0e705d14f + added missing InitLayersLibrary helper 2004-12-07 20:07:25 +00:00
Károly Balogh
a0507ad50b * initial revision 2004-12-07 19:30:13 +00:00
Jonas Maebe
a0ab5bdc92 * fixed test for new platform-independent get/setverify implementation 2004-12-07 19:02:33 +00:00
Károly Balogh
b31153680b * initial revision 2004-12-07 18:55:49 +00:00
peter
78c2af7b3c * set vo_explicit_paraloc flag 2004-12-07 16:11:52 +00:00
peter
a266052fd9 * modified algorithm for shortening manglednames to fix compilation
of procedures with a lot of longtypenames that are equal, see
    tw343
2004-12-07 15:41:11 +00:00
peter
2fb0f62ee2 * new bug 2004-12-07 15:37:34 +00:00
armin
c0a16133fb * added syncobj for netwlibc 2004-12-07 14:13:42 +00:00
Jonas Maebe
9984dd16b0 * fix cdecl name problems (patch from Tomas) 2004-12-07 14:02:24 +00:00
michael
44bf61f445 * Convert array of widechar to pwidechar instead of pchar 2004-12-07 13:52:54 +00:00
Károly Balogh
3310421621 * more cleanup in FindFirst/FindNext
* implemented FindClose, no more leaking of file locks
2004-12-07 13:35:53 +00:00
armin
8eb794231c * implemented GetProcessId, defined TimeVal and TimeZone in addition to TTimeVal, TTimeZone, Makefile defaults to binutilsprefix i386-netware 2004-12-07 11:40:43 +00:00
armin
6173c21df0 * fixed GetProcessId 2004-12-07 11:04:42 +00:00
armin
b14718e7c5 * fixed typo's 2004-12-07 11:03:44 +00:00
Károly Balogh
be1d1d304d * removed debug code accidentally left in 2004-12-07 10:07:50 +00:00
Károly Balogh
82d0728c5a * previous change broke PathConv, fixed 2004-12-07 09:55:46 +00:00
michael
17f31e0ed3 * Hopefully fixed make. Not yet tested, as my XML file is currently faulty. 2004-12-06 22:43:41 +00:00
Tomas Hajny
2b40d78b32 * one more fix for ExecuteProcess 2004-12-06 22:11:47 +00:00
Tomas Hajny
46aad77754 * allow running any type of session from Exec 2004-12-06 21:50:04 +00:00
Tomas Hajny
1e1b20bd44 * missing bracket 2004-12-06 21:33:12 +00:00
peter
86861d643a repeat last operation when pressing = again 2004-12-06 21:24:53 +00:00
peter
cd87bb6665 Handle cmUpdate for all DlgWindows 2004-12-06 20:53:55 +00:00
peter
569e86ad64 change a[1,2] to a[1][2] 2004-12-06 20:39:25 +00:00
Károly Balogh
2263433f93 * added a public alias to PathConv for use in DOS unit 2004-12-06 20:09:55 +00:00
Károly Balogh
b3c150bb75 * made it compile again after changes by Tomas
* cleaned up FindFirst mess (still more things to do, as usual)
2004-12-06 20:01:20 +00:00
peter
76efcf23f7 add alias FPC_BREAK_UNHANDLED_EXCEPTION 2004-12-06 19:24:59 +00:00