Commit Graph

8116 Commits

Author SHA1 Message Date
Jonas Maebe
4c8ca9774f + implemented/fixed docompare() mathods for all nodes (not tested)
+ nopt.pas, nadd.pas, i386/n386opt.pas: optimized nodes for adding strings
    and constant strings/chars together
  * n386add.pas: don't copy temp strings (of size 256) to another temp string
    when adding
2000-12-31 11:14:10 +00:00
Jonas Maebe
6fa8b40f74 + sizeoftemp() function 2000-12-31 11:04:43 +00:00
Jonas Maebe
2e5e5eb1a4 * optimized loadshortstring a bit 2000-12-31 11:02:12 +00:00
Jonas Maebe
87405bf710 * fixed potential bug in writeToMemDestroysContents 2000-12-31 11:00:31 +00:00
peter
350a364890 * export with the case provided in the exports section 2000-12-30 22:53:25 +00:00
peter
eefd0bc765 * fixed map_device_in_memory (from bug report) 2000-12-30 22:42:30 +00:00
peter
9cbac389d3 * added cds_fullscreen 2000-12-30 22:40:45 +00:00
peter
65513e55d1 * update std handles after initing c 2000-12-30 17:48:36 +00:00
peter
bd64ad0539 * 'classified' tdictionary, but leave it within an define 2000-12-29 21:57:27 +00:00
peter
24cf673f91 * tbool = longbool ofcourse 2000-12-28 21:36:53 +00:00
peter
eef7cedb5b * xshm and xrender added 2000-12-28 21:34:00 +00:00
peter
e8dd512f65 * new X11 conversion from 4.0.x headers 2000-12-28 21:23:39 +00:00
peter
679b2ec5e4 * merged fixes from 1.0.x 2000-12-28 20:50:04 +00:00
peter
8ff3ed8de9 * ttyname fix from the mailinglist (merged) 2000-12-28 20:42:12 +00:00
peter
5c3f62a8cd * added 2000-12-28 20:40:35 +00:00
peter
a4ee36350c * .rst added 2000-12-27 22:13:44 +00:00
peter
8835bfd0c6 * big update, it now converts much more files without serious errors
+ h2pas preprocessor to remove specific defines from a .h file
    (you need to run h2paspp manual)
2000-12-27 21:59:58 +00:00
peter
5a5ac3872b * check for verbosity in verbose instead of comphook 2000-12-26 15:58:29 +00:00
peter
ff388a41e2 * use system.paramstr() 2000-12-26 15:57:25 +00:00
peter
1a9f0943cb * unrolled loops in taicpu.destroy 2000-12-26 15:56:17 +00:00
peter
547300c891 * merged from 1.0.x 2000-12-25 00:19:40 +00:00
peter
32b9cdb7cf + new tlinkedlist class (merge of old tstringqueue,tcontainer and
tlinkedlist objects)
2000-12-25 00:07:25 +00:00
peter
c693d9e131 * merges from 1.0.x branch 2000-12-24 12:45:19 +00:00
peter
0c0c01980f + cstreams unit
* dynamicarray object to class
2000-12-24 12:25:31 +00:00
peter
377e4c5927 * moved preprocessfile into a conditional 2000-12-24 12:24:38 +00:00
peter
6d8398ab9f * use system.paramstr() 2000-12-24 12:21:41 +00:00
peter
4ec8650ad9 * classes, enum stabs fixes merged from 1.0.x 2000-12-24 12:20:45 +00:00
sg
9c6c4793b2 * Added SUnknownPropertyType 2000-12-23 22:55:29 +00:00
sg
5cb7b9e8e5 * Fixed SUnknownPropertyType 2000-12-23 22:54:50 +00:00
sg
9859aeea64 * Converted declaration of XSetWMProperties (merged from fixbranch) 2000-12-23 22:48:33 +00:00
peter
b7c591affd * object to class for ow/og objects
* split objectdata from objectoutput
2000-12-23 19:59:35 +00:00
peter
ecbd858b14 * fixed memleak in stringqueue.delete 2000-12-23 19:52:24 +00:00
peter
162f6681cf * fixed mem leak with withsymtable 2000-12-23 19:50:09 +00:00
peter
be95b0758b * object to class conversion
* more verbosity for -vt and -vd
  * -i options can be put after eachother so the Makefiles only need
    to call fpc once for all info (will be twice as the first one will
    be to check the version if fpc supports multiple info)
2000-12-23 19:46:49 +00:00
peter
f8e573d67f * added missing sunknownpropertytype 2000-12-22 22:39:36 +00:00
peter
08a2626652 * fixed bug #1286 2000-12-22 22:38:12 +00:00
peter
dbca9ca963 * added 2000-12-22 20:43:03 +00:00
Tomas Hajny
fd9191a28d * TThreadEntry corrected (needed for FCL) 2000-12-21 21:12:43 +00:00
michael
a5f9735595 + Version update to 1.0.4 2000-12-21 15:24:27 +00:00
Jonas Maebe
a4dcdea87d * fixed range error 2000-12-21 12:22:53 +00:00
Jonas Maebe
d66a6af71f * changed type of all "flags" variables/parameters/fields to cardinal
and removed longint typecasts around constants
2000-12-21 12:06:38 +00:00
sg
89c5b1834f Merged from fixbranch:
* Applied bugfix by Mattias Gaertner for TWriter.WriteProperty
  (writing of NIL object instanced caused an invalid access)
* Optimized some 'is'/InheritsFrom occurencies
2000-12-21 09:10:16 +00:00
sg
bf1f2ecd68 * Applied bugfixes by Mattias Gaertner for TBinaryObjectReader.ReadSet
(uninitialized result and missing bit shifting) and
  TReader.ReadRootComponent (finding an unique component name)
  (merged from fixbranch)
2000-12-21 09:08:09 +00:00
Tomas Hajny
57aaef603d * support for different ZIP wrapper extensions 2000-12-20 23:02:38 +00:00
florian
7416c90ad8 * is-operator fixed 2000-12-20 21:38:23 +00:00
peter
5161e326cc * zipinstall wrapper 2000-12-20 20:00:51 +00:00
Jonas Maebe
f2c918935a - removed obsolete special case for range checking of cardinal constants
at compile time
2000-12-20 15:59:40 +00:00
Jonas Maebe
fe583e251f * fixed range check errors 2000-12-20 15:59:04 +00:00
florian
1aad3ddf9a * first version 2000-12-19 21:48:01 +00:00
peter
823b0277bc * merged from 1.0.x branch 2000-12-19 21:20:14 +00:00