Commit Graph

20309 Commits

Author SHA1 Message Date
florian
0508459315 * From Jakob Klos:
* assign takes care of DefaultTextLineBreakStyle when determing the line ending style, fixes 4164

git-svn-id: trunk@610 -
2005-07-10 13:59:47 +00:00
florian
cfcaff7dc9 * fixed mysql date problems using sscanf :]
* better integer parsing in sscanf

git-svn-id: trunk@609 -
2005-07-10 13:43:49 +00:00
daniel
86da715b86 * Internal assembler refuses instructions with constant operand but
without opsize.
  * Opsize added for int,ret,push by assembler reader if not specified
    by programmer.

git-svn-id: trunk@608 -
2005-07-10 09:55:59 +00:00
daniel
9989bb0d3c * Add operator size to "ret immidiate" instruction
git-svn-id: trunk@607 -
2005-07-10 09:34:51 +00:00
daniel
45bcc5b07a * Add support for jmp $0011:$22334455 to Intel asm reader, request from
a user that is writing an operating system.
  * Fix mkx86ins bug to interpret imm16:imm32 as a single operand

git-svn-id: trunk@606 -
2005-07-10 07:42:14 +00:00
florian
4258bee1c5 + char support for sscanf
git-svn-id: trunk@605 -
2005-07-09 22:42:39 +00:00
florian
0d79442d0f + sscanf
git-svn-id: trunk@604 -
2005-07-09 22:34:26 +00:00
olle
b53bd80bf4 * Fixed bug introduced in r581. Did also some refactoring.
git-svn-id: trunk@603 -
2005-07-09 20:21:36 +00:00
florian
5a216aca9a * updated everything to MySQL 4.1.10a
git-svn-id: trunk@602 -
2005-07-09 20:13:26 +00:00
florian
9e5a2f9522 * From Yury Sidorov:
* Now runtime error is not popped on program's exit if exception was handled. 

git-svn-id: trunk@601 -
2005-07-09 13:06:19 +00:00
florian
ba07b3920e * Makefile regenerated
git-svn-id: trunk@599 -
2005-07-09 09:36:42 +00:00
florian
1057f991ae + i386/wince
git-svn-id: trunk@598 -
2005-07-09 09:34:19 +00:00
florian
0a58f18502 * from Yury Sidorov:
+ Added new target WinCE for i386 (to be able compile and run programs in WinCE emulator)
  + Exceptions work now.
  * System unit seems to be fully working

git-svn-id: trunk@597 -
2005-07-09 09:33:07 +00:00
florian
83c6b3aca2 * from Yury Sidorov:
+ Added new target WinCE for i386 (to be able compile and run programs in WinCE emulator)

git-svn-id: trunk@596 -
2005-07-09 09:31:57 +00:00
florian
25b79e9db3 * patch from Yury Sidorov to make simply exception handling without sysutils possible
git-svn-id: trunk@595 -
2005-07-07 18:53:21 +00:00
peter
86bf41f689 * prefer shortstring to ansistring over ansistring to shortstring
* don't prefer widestring to short/ansistring

git-svn-id: trunk@594 -
2005-07-06 13:09:50 +00:00
peter
f2f968f48a * fix overflow checking for inc(cardinal,x) and inc(pointer,x)
git-svn-id: trunk@593 -
2005-07-06 08:01:39 +00:00
peter
1c03cc0dc2 * mode delphi
git-svn-id: trunk@592 -
2005-07-06 07:44:07 +00:00
peter
4e14322037 * increase errorcount if an unknown exception occurred. This
prevents some error checking during the cleanup

git-svn-id: trunk@591 -
2005-07-06 07:34:49 +00:00
Vincent Snijders
a879211175 fixed setting memstream capacity to 0
git-svn-id: trunk@590 -
2005-07-05 21:54:32 +00:00
florian
f6ca017761 * fixes F10 to call the menu, by Sergey@michint
git-svn-id: trunk@588 -
2005-07-05 19:56:01 +00:00
peter
6846195a6c * insert explicit typecast to left type of inc(left,right) before
assigning the value after an addn
  * for inc(pointer,X) convert X to sinttype instead of ptrinttype
    to support also negative values of X

git-svn-id: trunk@587 -
2005-07-05 07:15:50 +00:00
peter
91b59bc62a * don't check ranges for explicit typecasts of ordinal to pointer constants
git-svn-id: trunk@586 -
2005-07-05 07:14:30 +00:00
peter
f673f050a8 * mode delphi
git-svn-id: trunk@585 -
2005-07-05 06:12:56 +00:00
peter
4222e24422 * fix preprocessor support for empty set constants
git-svn-id: trunk@584 -
2005-07-05 06:11:20 +00:00
peter
bead787962 * fix type checking in constant sets
git-svn-id: trunk@583 -
2005-07-05 06:03:16 +00:00
olle
438f229f52 * changed unknown align/enum warings into errors and also improved them
git-svn-id: trunk@582 -
2005-07-04 19:28:42 +00:00
olle
4f54b92312 * fix so that outdeffed directives are not parsed (only nestlevels is accounted for)
git-svn-id: trunk@581 -
2005-07-04 18:40:48 +00:00
olle
6bee709682 * default packenum in mode macpas changed to 1
git-svn-id: trunk@580 -
2005-07-04 18:26:04 +00:00
olle
98ad08b35a changed erroneous uses classes to uses cclasses
git-svn-id: trunk@579 -
2005-07-04 18:21:00 +00:00
michael
3b99356a0c + Added sqlite3 support
git-svn-id: trunk@578 -
2005-07-04 12:19:06 +00:00
michael
a8ba43ab7e + Added sqlite3 unit
git-svn-id: trunk@577 -
2005-07-04 12:17:52 +00:00
Vincent Snijders
708cb4fb7a fixed compilation by lazarus
git-svn-id: trunk@576 -
2005-07-03 21:09:07 +00:00
florian
94b97e8898 * loading of references with small offsets fixed
git-svn-id: trunk@575 -
2005-07-03 16:27:11 +00:00
florian
caced33fed * Makefile generated
git-svn-id: trunk@574 -
2005-07-03 16:26:41 +00:00
florian
c2fe9e3814 + compiler part of WinCE patches from Yuri Sidorov
git-svn-id: trunk@573 -
2005-07-03 15:52:54 +00:00
florian
8adc1c9b0c + RTL part of WinCE patches from Yuri Sidorov
git-svn-id: trunk@572 -
2005-07-03 15:52:27 +00:00
florian
1f8d6aa678 * psizeint($1234)^ for generic cg fixed
git-svn-id: trunk@570 -
2005-07-03 15:08:04 +00:00
peter
bc3ada6860 * added new fields to tmysql needed by mysql 4.1.10
git-svn-id: trunk@569 -
2005-07-03 14:02:33 +00:00
peter
c895e05100 * remove cmem
git-svn-id: trunk@568 -
2005-07-03 13:51:12 +00:00
peter
0eadf16db9 * Stack trace support
git-svn-id: trunk@567 -
2005-07-03 13:20:27 +00:00
peter
73e0105080 * use Reallocmem in TStream.Realloc
* prevent setting the capacity < 0, which will give an RTE when
    passed to the heap manager

git-svn-id: trunk@566 -
2005-07-03 13:20:06 +00:00
florian
cb5e8fc609 + tests/packages
* tw3920.pp moved

git-svn-id: trunk@565 -
2005-07-02 16:15:07 +00:00
florian
a440df217b * v.vtype=varString -> double fixed
git-svn-id: trunk@564 -
2005-07-02 16:11:35 +00:00
florian
227b2c392a + cpumm for cpus having a mm register set
git-svn-id: trunk@563 -
2005-07-02 14:13:52 +00:00
Jonas Maebe
32a3f9ce28 + added
git-svn-id: trunk@558 -
2005-07-02 12:35:51 +00:00
Jonas Maebe
d27fa6d0b3 * fixed another missing swapleftright for subn
git-svn-id: trunk@557 -
2005-07-02 12:22:04 +00:00
florian
cefa8ce9b9 * utf-8 fix from Rimgaudas Laucius
git-svn-id: trunk@556 -
2005-07-02 12:03:47 +00:00
florian
dac1050c11 + mmx support revived, fixes bug #4106
git-svn-id: trunk@555 -
2005-07-02 11:53:51 +00:00
florian
655169ca3c * naming fixed
git-svn-id: trunk@554 -
2005-07-01 20:44:52 +00:00