Commit Graph

5104 Commits

Author SHA1 Message Date
peter
c1fabab00b * FPCDIR setting/detect
* lot of other updates to create .deb files correctly
2000-01-06 01:29:48 +00:00
peter
9198133711 * rename zlib.pas -> zbase.pas to overcome conflicting name with the
other zlib package
  * paszlib unit added as generic interface for all other units, this
    unit is partly compatible with the other zlib pacakge
2000-01-06 01:27:14 +00:00
peter
d353155496 * moved out of packages/ back to topdir 2000-01-06 01:20:30 +00:00
pierre
d5a649ca19 * fixes for set_varstate on conversions 2000-01-06 01:10:33 +00:00
peter
b18ec98e17 * fp-units-* packages added
* updated for new makefiles
2000-01-06 01:09:24 +00:00
pierre
e936bddd22 * fix for web bug #776 2000-01-06 01:08:59 +00:00
sg
ebb5f22c13 * _This_ is the real revision 1.32... :-) 2000-01-06 01:08:33 +00:00
pierre
72b6e9345b * missing declarations for otChar andotWChar added 2000-01-06 00:23:24 +00:00
sg
c44cc56a9a * Fixed missing () in InsertProp which caused memory corruptions
* GetOrdProp handles Char and WChar now. (there are still some
  property types missing!)
2000-01-05 18:59:56 +00:00
pierre
a368ec0e7c + Warning box if a line is cut at reading of file
this is done to avoid loosing completely long lines
  * several TAB related changes
    in particular do not remove or recombine TABs in makefiles
  * fixes for ^KR and ^KW (the was an extra LF at end of
    written block of disk and an error for starting X position
    in SaveAreaToStream)
2000-01-05 17:35:50 +00:00
pierre
b138904114 + linecomplete arg for ReadlnFromStream 2000-01-05 17:27:20 +00:00
pierre
de2be80144 * typo error corrected 2000-01-05 17:25:26 +00:00
michael
5d5021ed8f + Fixed some typos. 2000-01-05 16:39:55 +00:00
michael
b24fc5d037 + Initial implementation 2000-01-05 16:24:30 +00:00
michael
0d0cbab119 + Initial implementation 2000-01-05 16:15:48 +00:00
Jonas Maebe
0eacfedcb8 * fixed traceReallocMem with nil pointer (simply calls traceGetMem now in
such a case)
2000-01-05 13:56:55 +00:00
michael
54ae1063a4 + Adapted to latest version 2000-01-05 13:52:04 +00:00
pierre
371a30428a * ^KC fix
*  better Tab handling
2000-01-05 00:37:34 +00:00
pierre
88751ab662 * avoid new files to use TABS 2000-01-05 00:31:50 +00:00
florian
6ed05918e4 * mmx support fixed 2000-01-04 20:10:20 +00:00
florian
e16a043724 * initial release 2000-01-04 20:08:24 +00:00
Jonas Maebe
5e6f3268b4 * when range checking is off, constants that are out of bound are no longer
truncated to their max/min legal value but left alone (jsut an "and" is done to
    make sure they fit in the allocated space if necessary)
2000-01-04 16:35:58 +00:00
marco
b5c2fc4725 * fixed constants for graphmodes 2000-01-04 15:29:42 +00:00
florian
89ccc81c2b + added compiler switch $maxfpuregisters
+ fixed a small problem in secondvecn
2000-01-04 15:15:50 +00:00
michael
8331d6341b + Changes after remarks translator 2000-01-04 14:44:30 +00:00
peter
e39ffac090 * moved into correct dir 2000-01-04 13:34:27 +00:00
Jonas Maebe
4ad440c3e1 * fixed modified registers for port routines 2000-01-04 12:56:09 +00:00
pierre
4897ec254f * reinserted version 1.66 lost changes
+ CtrlT Undo works now !
2000-01-04 12:33:08 +00:00
pierre
50d9d578b2 * fcl dir removed : fclzip needs still to be rewritten !! 2000-01-04 10:22:56 +00:00
pierre
c5e9d4a4e3 + new files from Gabor 2000-01-04 10:14:10 +00:00
peter
9140a44d63 * renamed 2000-01-04 00:07:34 +00:00
peter
e3c8963279 * Makefile updates again 2000-01-04 00:00:14 +00:00
peter
2b4221b9b2 * regenerated 2000-01-03 19:42:36 +00:00
peter
3d6a9e3519 * moved symify to examples 2000-01-03 19:38:47 +00:00
peter
ca84c2bc26 * fixed reallocmem with p=nil 2000-01-03 19:37:52 +00:00
peter
d9273dd907 * moved to packages 2000-01-03 19:31:09 +00:00
peter
f5f7e37853 * fcl added 2000-01-03 19:26:40 +00:00
peter
a7161a8dfc * fixed resolving of ttypesym which are reference from object/record
fields.
2000-01-03 19:26:03 +00:00
Jonas Maebe
ace77883c8 * fixed bug with -dreplacereg 2000-01-03 17:11:17 +00:00
Jonas Maebe
33b6e19f1f * fixed "quick hack, to overcome Delphi 2" :) 2000-01-03 17:10:39 +00:00
marco
3320a98eaa * Fixed Linux code that got time of day. Removed Timezone parameter 2000-01-03 14:59:03 +00:00
marco
63f0c59697 * Fixed broken comment 2000-01-03 13:51:08 +00:00
michael
550220b663 Changes from Gabor 2000-01-03 11:38:33 +00:00
Jonas Maebe
39343bf688 * removed/commented out (inited but) unused vars and unused types 2000-01-02 19:02:39 +00:00
Jonas Maebe
0e4fe19488 * made floodfill a *LOT* faster (better DrawnPoints management) 2000-01-02 19:01:32 +00:00
Jonas Maebe
96b6cdedae * another small fix to getpixel320 and putpixel320 (when clip = off) 2000-01-02 19:00:30 +00:00
Jonas Maebe
14bc1b379d * again small fix to patternline-, hline- and getscanlinevesa256 2000-01-02 18:51:05 +00:00
Tomas Hajny
5e32309c67 * cdecl added for doscalls routines 2000-01-02 17:45:25 +00:00
Tomas Hajny
4391a43070 * warning notes added 2000-01-02 17:37:42 +00:00
Tomas Hajny
3eb5f51a96 * it might even work now ;-) 2000-01-02 17:13:12 +00:00