florian
685844b61c
* set SSE CSR if sse is supported by the CPU
...
git-svn-id: trunk@6021 -
2007-01-17 08:27:48 +00:00
florian
5d2b592ed4
* fixed test
...
* single variant of the test
git-svn-id: trunk@6020 -
2007-01-17 08:26:54 +00:00
florian
a94a681603
* use system unit for SSECSR setter and getter
...
git-svn-id: trunk@6019 -
2007-01-17 08:08:49 +00:00
pierre
cc73d6e147
* postpone some freeing if SymbolInfo is needed
...
git-svn-id: trunk@6018 -
2007-01-17 05:46:21 +00:00
pierre
fa2a66c48d
+ Reintroduce SymbolInfo functions
...
git-svn-id: trunk@6017 -
2007-01-17 05:45:07 +00:00
pierre
71c5820780
* trying to resurrect Browser
...
git-svn-id: trunk@6016 -
2007-01-17 05:43:22 +00:00
pierre
57d944bbfe
+ needsymbolinfo boolean var added
...
git-svn-id: trunk@6015 -
2007-01-17 05:41:52 +00:00
pierre
7145c25260
* avoid level 2 comments
...
git-svn-id: trunk@6014 -
2007-01-17 05:40:35 +00:00
pierre
18f3be105a
* get rid of unitialized warnings
...
git-svn-id: trunk@6013 -
2007-01-17 05:38:42 +00:00
pierre
eeb94bf9ea
* avoid level 2 comments
...
git-svn-id: trunk@6012 -
2007-01-17 05:37:15 +00:00
pierre
4641d6d4c6
* Try to fix Browser issues
...
git-svn-id: trunk@6011 -
2007-01-17 05:35:29 +00:00
pierre
60eddddf61
* check symbol name presence before insertion into UnitsCodeCompleteWords
...
git-svn-id: trunk@6010 -
2007-01-17 05:32:46 +00:00
pierre
6606eac232
* missing TGDBController.SetDir method added
...
git-svn-id: trunk@6009 -
2007-01-17 05:29:53 +00:00
yury
9d3a3f3c49
* Fixed SafeArrayGetLBound,SafeArrayGetUBound,CheckVarArrayAndCalculateAddress (variant array bounds are stored in reverse order).
...
* It fixes test/testv9.pp for non Windows targets.
git-svn-id: trunk@6008 -
2007-01-17 01:12:03 +00:00
florian
8ecdbbc515
* fix intf assignment
...
git-svn-id: trunk@6007 -
2007-01-16 22:42:21 +00:00
yury
d5922f01ff
* reduced test complexity for ARM.
...
git-svn-id: trunk@6006 -
2007-01-16 22:08:05 +00:00
Jonas Maebe
9ad579855e
* fixed webtbf/tw3631
...
* properly set vs_read/written status for tp-style objects
without vmt of which a method is called
git-svn-id: trunk@6005 -
2007-01-16 21:15:21 +00:00
peter
125ed611b0
* fix uninitialzied buffers passed to setstring()
...
git-svn-id: trunk@6004 -
2007-01-16 19:17:01 +00:00
peter
323fc850b9
* fixed duplicate alias check
...
git-svn-id: trunk@6003 -
2007-01-16 18:31:27 +00:00
Jonas Maebe
84445cd6c0
* use math
...
git-svn-id: trunk@6002 -
2007-01-16 17:58:12 +00:00
peter
1721992acc
* new test
...
git-svn-id: trunk@6001 -
2007-01-16 16:49:57 +00:00
Jonas Maebe
7f24462fcb
* warn when doing not(uninitialised_variable)
...
git-svn-id: trunk@6000 -
2007-01-16 16:34:44 +00:00
Károly Balogh
baf13df198
+ merged MorphOS changes
...
git-svn-id: trunk@5999 -
2007-01-15 23:59:57 +00:00
Károly Balogh
98f983ce08
+ further fixes to sysutils, to make dircache work
...
git-svn-id: trunk@5998 -
2007-01-15 23:50:09 +00:00
Károly Balogh
779b178157
+ removed workaround (dircache disable) for morphos (and amiga)
...
git-svn-id: trunk@5997 -
2007-01-15 23:46:11 +00:00
daniel
1911e2fd01
* Use external name to prevent linking errors.
...
git-svn-id: trunk@5996 -
2007-01-15 23:23:19 +00:00
Jonas Maebe
bc06fd4d74
* fixed mantis #6152 (allow overloads to be defined before all
...
forwarddefs have been implemented)
git-svn-id: trunk@5995 -
2007-01-15 21:59:43 +00:00
Jonas Maebe
6604b8ba06
* fixed bashisms
...
git-svn-id: trunk@5994 -
2007-01-15 21:56:25 +00:00
peter
c9703d43d5
* check also procedure aliases for duplicate names when
...
generating an export stub
git-svn-id: trunk@5993 -
2007-01-15 17:45:37 +00:00
peter
30e78b71c8
* fix IE after duplicate asm symbol
...
git-svn-id: trunk@5992 -
2007-01-15 17:45:01 +00:00
peter
5531ac8c91
* fixed -o for sharedlibrary
...
git-svn-id: trunk@5991 -
2007-01-15 17:21:38 +00:00
peter
8bf63f4f69
* don't generate RVA reloc in stabs if there is no symbol
...
git-svn-id: trunk@5990 -
2007-01-15 16:46:50 +00:00
Jonas Maebe
d6b54890e4
* pass arguments to the compiler using an array of ansistring so that
...
parameters containing spaces are preserved correctly
git-svn-id: trunk@5989 -
2007-01-15 12:35:48 +00:00
daniel
4e19e473a4
* Add target specifier.
...
git-svn-id: trunk@5988 -
2007-01-15 10:32:53 +00:00
daniel
95713c7264
+ Add baseunix again.
...
git-svn-id: trunk@5987 -
2007-01-15 10:29:46 +00:00
michael
c9664d3a46
* Patch from Luiz Americo Pereira Camara to implement proper support for custom messages
...
git-svn-id: trunk@5986 -
2007-01-15 08:45:17 +00:00
michael
156719af03
* Patch from Luiz Americo Pereira Camara
...
- Fix the position of the record after an Insert when the cursor does not match the ActiveBuffer
- Implement BookmarkValid and CompareBookmarks
- Add ExecCallback function which mimetizes the original sqlite callback system
git-svn-id: trunk@5985 -
2007-01-15 08:36:55 +00:00
pierre
7e62e2cfc1
* correct debug info for parentfp hidden parameter,
...
this is a vs_value parameter, not a vs_var.
This allows to get higher local variables in IDE
to work again (see ide/test.pas)
git-svn-id: trunk@5984 -
2007-01-15 05:13:53 +00:00
Károly Balogh
33c3bebd7b
+ merged changes with amiga sysutils
...
git-svn-id: trunk@5983 -
2007-01-14 22:33:00 +00:00
daniel
b665e0907c
* Fix use_external
...
git-svn-id: trunk@5982 -
2007-01-14 22:00:15 +00:00
daniel
e47681ab0d
* Remove reming usage of errno.
...
git-svn-id: trunk@5981 -
2007-01-14 21:50:24 +00:00
Károly Balogh
f1067607b6
+ workaround for non-working dircache on morphos/amiga
...
+ added a few more missing morphos defines
git-svn-id: trunk@5980 -
2007-01-14 21:32:58 +00:00
Károly Balogh
ad98dc7b06
+ gadzillion amount of fixes for sysutils
...
+ changed graphics.move() to gfxMove() to avoid some conflicts
git-svn-id: trunk@5979 -
2007-01-14 21:27:36 +00:00
daniel
d5927f1ef4
+ Add constants to Netware socket units too.
...
git-svn-id: trunk@5978 -
2007-01-14 21:26:13 +00:00
daniel
e6438fe23d
* Make error constants cross platform.
...
git-svn-id: trunk@5977 -
2007-01-14 21:22:47 +00:00
daniel
38062997f4
* Remove unused procedure.
...
git-svn-id: trunk@5976 -
2007-01-14 21:20:23 +00:00
daniel
4f55e8055f
+ Add test to test Pascal I/O sockets
...
git-svn-id: trunk@5975 -
2007-01-14 20:35:13 +00:00
florian
ad7e261a04
* forbid to take the address of a label defined outside of the current procedure
...
git-svn-id: trunk@5974 -
2007-01-14 19:21:37 +00:00
daniel
1c452dd4f9
+ Restore and fix text/file socket functionality.
...
git-svn-id: trunk@5973 -
2007-01-14 18:50:19 +00:00
florian
5e2042cff8
* correct assembling of test rm8,reg8
...
git-svn-id: trunk@5972 -
2007-01-14 18:08:37 +00:00