Commit Graph

17370 Commits

Author SHA1 Message Date
peter
9b0243bccc * support byte() typecast
* support array index
2004-09-13 20:25:52 +00:00
michael
fc43868dd4 + Initial check-in 2004-09-13 19:30:56 +00:00
michael
9968b42c63 + better unit description 2004-09-13 19:27:49 +00:00
michael
9017612bd0 Fixed typo, bug #3319 2004-09-13 19:03:04 +00:00
olle
922a594dd8 + When link on target, the script sets file type on link.res 2004-09-13 16:13:04 +00:00
peter
574bc1f6ab * fix nested for-loop with same index 2004-09-13 16:02:36 +00:00
peter
2971983471 * fix nested for-loop that used the same index 2004-09-13 16:01:09 +00:00
peter
b550be8401 * removed wrong for 2004-09-13 15:42:26 +00:00
peter
17e7e421db * new bug 2004-09-13 15:00:20 +00:00
michael
146416b03f + Initial check-in 2004-09-12 22:18:53 +00:00
armin
76400e6c05 * added keyboard and video
* a lot of fixes
2004-09-12 20:51:22 +00:00
olle
bb684d007d * Minor bugfix in $IFOPT 2004-09-12 20:46:58 +00:00
olle
0bf14e759f * Updated compiler status 2004-09-12 20:33:21 +00:00
olle
1d54db870a + Added compiling of cmem.pp and charset.pp 2004-09-12 20:28:54 +00:00
olle
e0d35adc51 * COPYTREE now uses (recommended) -R instead of -r option 2004-09-12 20:22:47 +00:00
olle
bd642b9e1c + InitGraf called for MPW tool, which make strange bug disappear.
* bugfix initial wd for MPW tool
  + Added SysInitExceptions
2004-09-12 19:51:02 +00:00
olle
cc13caea8e + even more added 2004-09-12 19:48:24 +00:00
Tomas Hajny
34a9ad3bd2 * hopefully fixed the problem with missing __error symbol 2004-09-12 17:41:40 +00:00
peter
9b8a8133d7 * sparc has different values for O_ flags 2004-09-12 15:20:23 +00:00
michael
5bfe7f910b + Initial check-in 2004-09-12 15:14:38 +00:00
michael
0819ba0411 + Initial check-in 2004-09-12 14:51:02 +00:00
Tomas Hajny
027bbcd67f * one more define added for shared fexpand (still conditional) 2004-09-12 13:00:55 +00:00
peter
bb4fa3dcf0 * simple test for alignment of parameters on stack 2004-09-12 12:12:33 +00:00
peter
ac68641535 * restore traps when returning with longjmp 2004-09-12 12:04:22 +00:00
michael
7058450987 + Initial check-in 2004-09-12 10:51:12 +00:00
michael
89386ba3b2 + Initial check-in 2004-09-12 10:02:28 +00:00
michael
2fa72d70b9 + Initial check-in 2004-09-11 23:02:52 +00:00
michael
018183792f * Added ThreadID, ProcessID properties 2004-09-11 22:26:40 +00:00
Tomas Hajny
4275462bf0 + experimental patch to support more resolutions in text-mode IDE under Win32 2004-09-11 21:45:13 +00:00
marco
bdb3125ed1 * already did 3 aliases needed for SDL port 2004-09-11 20:41:52 +00:00
Tomas Hajny
8f52b61730 * missing MaxExitCode added 2004-09-11 19:43:11 +00:00
Tomas Hajny
36f59e66bc * some constants added 2004-09-11 19:35:27 +00:00
michael
215ed78e32 + Added missing translatekeyevent after getkey, thanks to Pierre Pomes 2004-09-11 14:41:26 +00:00
Jonas Maebe
c5c6a10a87 * fixed wrong error message 2004-09-10 21:00:53 +00:00
Jonas Maebe
1c0fb6a6ea * exit with exit code 0 instead of 1 after writing out quick options
(such as -iV)
2004-09-10 21:00:23 +00:00
armin
399c230c41 * added netware and netwlibc to smarttargets 2004-09-10 20:37:39 +00:00
michael
312405c3b3 * Patch from Vincent Snijders to initialize some variables correctly 2004-09-10 20:31:50 +00:00
Jonas Maebe
2e629a4355 * fixed postflight script so it correctly calls samplecfg
* some small changes to the readme
2004-09-10 20:19:16 +00:00
Jonas Maebe
23086cb87c * clarified comment 2004-09-10 19:59:38 +00:00
armin
32eca2b147 * utf8bidi needs -Sc 2004-09-10 18:46:14 +00:00
mazen
dcfd027099 * improve UTF8 support
+ add BIDI support based on widechar widestring which eases
  BIDI algo implementation
2004-09-10 16:18:06 +00:00
marco
0ae95485ef * small glitch fixes 2004-09-10 15:15:45 +00:00
olle
6daacd9e0e * floating point constants is now written as byte pattern, to have exact control of each bit. 2004-09-10 11:23:52 +00:00
armin
e2dbfbfeae * custapp.inc was missing for netware 2004-09-10 06:32:38 +00:00
michael
92a886ce17 + Initial check-in 2004-09-09 21:04:58 +00:00
Jonas Maebe
2268e4248b * made CompilerStop declaration compliant to new tstopprocedure type in
compiler
2004-09-09 20:33:00 +00:00
Jonas Maebe
159912ec47 * fixed definition of pthread_mutex_t for non-linux targets (and for
linux as well, actually).
  * base libpthread definitions are now in ptypes.inc, included in unixtype
    They sometimes have an extra underscore in front of their name, in
    case they were also exported by the packages/base/pthreads unit, so
    they can keep their original name there
  * cthreadds unit now imports systuils, because it uses exceptions (it
    already did so before as well)
  * fixed many linux definitions of libpthread functions in pthrlinux.inc
    (integer -> cint etc)
  + added culonglong type to ctype.inc
2004-09-09 20:29:06 +00:00
michael
b941c2d82f + Initial check-in 2004-09-09 20:17:07 +00:00
mazen
d9ce3626e5 * fixes to bidi algo and vinsert 2004-09-09 15:21:53 +00:00
armin
64e2663c5c * added target dirs for netware and netwlibc 2004-09-09 14:44:44 +00:00