florian
bc5e1be7b1
* fixed object constructor handling for 64 bit CPUs
...
git-svn-id: trunk@4465 -
2006-08-20 09:37:24 +00:00
florian
8102053adc
* fixed compilation on 64 bit CPUs
...
git-svn-id: trunk@4464 -
2006-08-20 09:25:37 +00:00
daniel
339e7d7915
- Comment out usage of uninitialized variable.
...
git-svn-id: trunk@4463 -
2006-08-20 08:40:13 +00:00
florian
9e66674ff9
+ first part of qwordbool implementation
...
git-svn-id: trunk@4462 -
2006-08-19 23:16:17 +00:00
florian
794c13c58b
* line breaking
...
git-svn-id: trunk@4461 -
2006-08-19 23:10:04 +00:00
florian
10f1762ae6
* fixed TTable.InsertText as suggested by Jonas
...
git-svn-id: trunk@4460 -
2006-08-19 23:00:05 +00:00
florian
9766a9c14a
* handle collections with 0 or 1 element better
...
git-svn-id: trunk@4459 -
2006-08-19 22:56:27 +00:00
florian
0d8b05c73e
* improved debugging
...
* beautified
git-svn-id: trunk@4458 -
2006-08-19 22:54:21 +00:00
florian
41e6b149f7
* write error in case of problem with initializing resources
...
git-svn-id: trunk@4457 -
2006-08-19 22:47:48 +00:00
florian
f8bdc64a96
* fixed possible overflow when getting video mode
...
git-svn-id: trunk@4456 -
2006-08-19 22:45:56 +00:00
florian
22146e2bcf
* partial fix (not for 64 bit CPUs yet) for #5641 (tested only lower byte of result of object constructors)
...
git-svn-id: trunk@4455 -
2006-08-19 22:40:59 +00:00
Jonas Maebe
be39a88daa
* slice() doesn't support packed arrays
...
git-svn-id: trunk@4454 -
2006-08-19 16:18:42 +00:00
marco
07813a54a7
* small cleanup
...
git-svn-id: trunk@4453 -
2006-08-19 15:41:29 +00:00
marco
77a503e5cb
* initial version
...
git-svn-id: trunk@4452 -
2006-08-19 14:59:26 +00:00
marco
22f54d4651
* matrix from string initial version
...
git-svn-id: trunk@4451 -
2006-08-19 14:55:07 +00:00
marco
40a5cfaf50
* patch from Darius that removes solved translation problems
...
git-svn-id: trunk@4450 -
2006-08-19 14:50:26 +00:00
Jonas Maebe
eccbc78e04
+ support for bitpacked arrays:
...
+ use {$bitpacking on/+} to change the meaning of "packed"
into "bitpacked" for arrays. This is the default for MacPas.
You can also define individual arrays as "bitpacked", but
this is not encouraged since this keyword is not known by
other compilers and therefore makes your code unportable.
+ pack(unpackedarray,index,packedarray) to pack
length(packedarray) elements starting at
unpackedarray[index] into packedarray.
+ unpack(packedarray,unpackedarray,index) to unpack
packedarray into unpackedarray, with the first
element being stored at unpackedarray[index]
* todo:
* "open packed arrays" and rtti for packed arrays are not
yet supported
* gdb does not properly support bitpacked arrays
git-svn-id: trunk@4449 -
2006-08-19 12:54:12 +00:00
Tomas Hajny
e27023c716
* one more cosmetic change (blank line removed)
...
git-svn-id: trunk@4446 -
2006-08-19 12:19:54 +00:00
Tomas Hajny
a994daf17f
* slight change of the Hebrew translation
...
git-svn-id: trunk@4445 -
2006-08-19 11:25:33 +00:00
Jonas Maebe
3f917e0ca9
+ some more working packed array tests
...
git-svn-id: trunk@4444 -
2006-08-19 11:15:26 +00:00
Jonas Maebe
2e131baa4c
* code generator support for subsetreferences (memory locations which
...
are not a multiple of 8 bits, nor necessarily aligned at a
multiple of 8 bits). Supports both constant and variable bit
indices.
git-svn-id: trunk@4443 -
2006-08-19 11:14:43 +00:00
Jonas Maebe
d4a818c8ae
* support for subsets which are not a multiple of 8 bits
...
git-svn-id: trunk@4442 -
2006-08-19 11:11:37 +00:00
florian
2534fc6636
+ copyright header
...
* writelns cleaned up
git-svn-id: trunk@4440 -
2006-08-19 10:09:56 +00:00
florian
cb01ea581c
+ copyright header
...
git-svn-id: trunk@4439 -
2006-08-19 10:08:43 +00:00
michael
4c744032d9
* Some fixes from Sergei Gorelkin, plus RFC3986 additions
...
git-svn-id: trunk@4437 -
2006-08-19 09:38:12 +00:00
Tomas Hajny
bcf5490dfb
* the Hebrew translation by Ido Kanner finished
...
git-svn-id: trunk@4436 -
2006-08-18 20:03:38 +00:00
tom_at_work
054bc27aaa
* fixed typo introduced while prettifying the test
...
git-svn-id: trunk@4435 -
2006-08-17 21:43:52 +00:00
tom_at_work
73d9beecff
* fix for bug web bug #7276 : the code to read '*' format specifiers failed errorneously on Int64 and QWord input values. Based on code by mftq75
...
* test program for above changes
git-svn-id: trunk@4434 -
2006-08-17 21:37:06 +00:00
tom_at_work
50c3ba5310
* made sure that the enum tested in the test is of byte size, otherwise the test program does not compile
...
git-svn-id: trunk@4433 -
2006-08-17 21:22:10 +00:00
florian
32098ceea9
* first iA-64 register stuff
...
git-svn-id: trunk@4432 -
2006-08-17 21:09:24 +00:00
oro06
d1dc6efeea
*fix rtl compile : HAS_MEMORYMANAGER/HAS_MT_MEMORYMANAGER
...
git-svn-id: trunk@4431 -
2006-08-17 09:39:01 +00:00
oro06
ce458584f9
*fix sharemem compile
...
git-svn-id: trunk@4430 -
2006-08-17 09:29:20 +00:00
Jonas Maebe
9d8649a5db
+ another packarray test which works
...
git-svn-id: trunk@4429 -
2006-08-16 21:37:31 +00:00
florian
715b020ba3
* some iA-64 updates
...
git-svn-id: trunk@4428 -
2006-08-16 19:36:38 +00:00
Jonas Maebe
ed915f693e
+ another packed array test (which already works fine with my local
...
copy, both on ppc and i386 :)
git-svn-id: trunk@4427 -
2006-08-15 22:03:36 +00:00
Jonas Maebe
63123d3c62
* don't reuse loc_register
...
git-svn-id: trunk@4426 -
2006-08-15 15:20:32 +00:00
florian
47ac49011e
* fix for ctypes compilation problem
...
git-svn-id: trunk@4425 -
2006-08-14 19:50:06 +00:00
marco
c87b139427
* conversion of examples to include from exampledir
...
git-svn-id: trunk@4424 -
2006-08-14 19:17:41 +00:00
florian
a8a478fbab
* makefile hopefully fixed
...
git-svn-id: trunk@4423 -
2006-08-14 16:52:34 +00:00
Jonas Maebe
ac2189cb71
* -gt now also trashes function results passed by reference
...
(i.e., complex function results)
git-svn-id: trunk@4422 -
2006-08-14 11:48:45 +00:00
michael
62658e26fc
+ Added class word to 2 lines
...
git-svn-id: trunk@4421 -
2006-08-14 11:27:37 +00:00
michael
d48866d4e2
+ Fixed bug #7133 : invalid URL should give an error
...
git-svn-id: trunk@4420 -
2006-08-13 14:13:27 +00:00
michael
43d73cca57
* Implemented CaseSensitive property for TCustomIniFile
...
git-svn-id: trunk@4419 -
2006-08-13 14:05:23 +00:00
michael
adc889e9ac
* fixed bug #0007140 , adding overloaded version for SHFileOperation
...
git-svn-id: trunk@4418 -
2006-08-13 13:45:03 +00:00
michael
ad11bfe96d
* Made file open read-only
...
git-svn-id: trunk@4417 -
2006-08-13 13:31:49 +00:00
michael
93db6d6174
+ Patch from Darius Blaszijk to implement plain text reporting
...
git-svn-id: trunk@4416 -
2006-08-13 12:54:36 +00:00
michael
dabe92f8b8
+ Use resourcestrings for messages, and changed TStringList to TStrings in ZipFiles
...
git-svn-id: trunk@4415 -
2006-08-13 09:41:12 +00:00
michael
2e53c7bfdd
+ Added zipper target correctly
...
git-svn-id: trunk@4414 -
2006-08-13 09:35:43 +00:00
michael
bf790a1faf
Initial implementation of zipper class
...
git-svn-id: trunk@4413 -
2006-08-12 17:31:39 +00:00
marco
e7422daff4
* goto on added
...
git-svn-id: trunk@4412 -
2006-08-12 17:18:36 +00:00