Commit Graph

7158 Commits

Author SHA1 Message Date
peter
957d4cdc89 * new message files layout with msg numbers (but still no code to
show the number on the screen)
2000-06-30 20:23:33 +00:00
Jonas Maebe
b6d995d7d5 * fixed termtype structure 2000-06-30 12:28:57 +00:00
Jonas Maebe
d0b7a84ef6 * strpas is again slightly slower, but won't crash anymore if a pchar
is passed to it that starts less than 4 bbytes from the heap end
2000-06-30 12:20:20 +00:00
Jonas Maebe
bfe30b974e * some optimizations suggested by Anton Rang in c.s.powerpc.misc 2000-06-30 10:32:43 +00:00
Jonas Maebe
47ff00a141 * compiles again with -dnomouse 2000-06-30 09:00:33 +00:00
Jonas Maebe
b440e794b6 + inline01.pp inline test 2000-06-30 06:21:41 +00:00
peter
6d002dbc36 * removed *.so 2000-06-29 18:36:09 +00:00
sg
c011369949 * Now also dumps the document type 2000-06-29 16:45:51 +00:00
sg
30d11c4d66 * Added XML object streaming (serialisation) support 2000-06-29 16:43:01 +00:00
sg
e9d1212ea8 * Implemented TObject.FieldAddress 2000-06-29 16:32:50 +00:00
sg
c49ba5a565 * Changes in initialisation/finalisation for streaming support 2000-06-29 16:32:06 +00:00
sg
0916287bf7 * Implemented streaming. Note: The writer driver interface is stable, but
the reader interface is not final yet!
2000-06-29 16:29:23 +00:00
sg
b098cd16ad * First version 2000-06-29 16:27:55 +00:00
Jonas Maebe
3d3d5c512a * fixed inline bugs (calling an inlined procedure more than once didn't
work)
2000-06-29 13:50:30 +00:00
Jonas Maebe
aa42c1480c * fixed copy/paste bugs in getcopy 2000-06-29 13:49:39 +00:00
michael
e55a9d2da1 + Up to date version from Michail Baikov 2000-06-29 11:24:00 +00:00
sg
d43360d5d6 * Bugfix for SetAStrProp (reference counter hasn't been increased)
* Implemented GetInt64Prop
2000-06-29 08:47:13 +00:00
sg
1916d25268 * Now produces _much_ better output...! 2000-06-29 08:45:32 +00:00
sg
621080a9f8 * RemoveAttributeNode bugfix 2000-06-29 08:45:05 +00:00
sg
a4096f2886 * Fix for class field table writing 2000-06-29 08:42:47 +00:00
Jonas Maebe
fdd1947370 * optimized several routines
+ implemented do_contains_sets
2000-06-29 08:42:03 +00:00
michael
8321fe29ab + Added ddecallack 2000-06-29 06:46:37 +00:00
Jonas Maebe
131fbc03c5 * inital version, everything not yet implemented 2000-06-28 13:43:29 +00:00
Tomas Hajny
c0a5cca16b * little corrections for EMX resources 2000-06-28 03:34:06 +00:00
lazarus
6673c39beb Added code for registerclass, GetClass and RegisterClasses
Shane
2000-06-27 17:17:34 +00:00
lazarus
ff7424265d Added TThreadlist code. Shane 2000-06-27 15:55:19 +00:00
Jonas Maebe
8d2b35c5ef * released -dnewmodes 2000-06-27 13:37:04 +00:00
Jonas Maebe
1b29bfff5b * fix for web bug #1011: no exception stack stuff is generated for
inlined procedures, the entry/exitcode of the parent will do that
2000-06-27 12:17:29 +00:00
Tomas Hajny
5dd36b3fda * workaround for MS command shell limitation 2000-06-26 17:31:12 +00:00
pierre
0b75c6e4fd * new bunch of Gabor's changes 2000-06-26 07:29:22 +00:00
florian
1f902711f3 *** empty log message *** 2000-06-25 20:16:15 +00:00
florian
73269986f3 * fixed a problem with forward declarations in TP mode, probably introduced by
Pierre's last changes
2000-06-25 20:13:51 +00:00
Tomas Hajny
44307fe5ba + $R support for OS/2 (EMX) added, little correction (marco to macro) 2000-06-25 19:28:53 +00:00
Tomas Hajny
c790e4afbe + $R support for OS/2 (EMX) added 2000-06-25 19:08:27 +00:00
Jonas Maebe
900642bee9 * disabled libvga_imagesizeproc() because currently the default
getimage and putimage are used (so the default imagesize should
    be used too)
2000-06-25 13:38:30 +00:00
peter
e2e7120ef7 * setdef.typename, show Empty Set if elementtype is not set 2000-06-25 09:25:29 +00:00
sg
7d33870ef8 * Updated to latest changes in errore.msg 2000-06-24 19:21:23 +00:00
peter
6e62689be1 * removed hyperref package 2000-06-24 10:55:08 +00:00
pierre
36f461db33 * align all variants to same start address 2000-06-23 21:34:09 +00:00
pierre
a64310a252 + new warning for C packed records 2000-06-23 21:33:25 +00:00
pierre
9681a28891 * alignment for record changed for C packing mostly 2000-06-23 21:32:45 +00:00
pierre
6e78b071f7 + new target_os field: maxCstructalignment 2000-06-23 21:31:18 +00:00
peter
20ac6d0b1e * remove shared libs from linux 2000-06-23 20:27:44 +00:00
peter
3aaf0a4e82 * removed gtkwin checks 2000-06-23 20:23:13 +00:00
peter
96900b2280 + new 2000-06-23 20:20:16 +00:00
peter
de1083a9ed * reset current_object_option when reading other symtables than
object declarations
2000-06-23 20:14:39 +00:00
peter
507e9ed065 * made resourcecompiling object so it can be inherited and replaced
for other targets if needed
2000-06-23 20:11:05 +00:00
Jonas Maebe
71184303bd * setviewport was sometimes called with parameters from the previous
active mode, either directly from setgraphmode or from
    setbkcolor
2000-06-23 19:56:37 +00:00
Jonas Maebe
9aae9228e2 * fixed bug in strscan :( 2000-06-23 11:13:56 +00:00
peter
618dd3c91c * added tkint64,tkqword constants 2000-06-22 20:04:07 +00:00